Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
138,523 | 5,343,159,997 | IssuesEvent | 2017-02-17 10:28:55 | ow2-proactive/scheduling | https://api.github.com/repos/ow2-proactive/scheduling | opened | Multi-Node Execution template isn't working properly | complexity:trivial (<1h) priority:low severity:trivial type:bug | How to reproduce the problem:
Using https://try.activeeon.com/studio, select Multi-Node task, and execute the job.
on the rm, we can see the job is executed on 1 node instead of 4.
Cause:
The parameter Multi-Node Execution\Topology is blanked. | 1.0 | Multi-Node Execution template isn't working properly - How to reproduce the problem:
Using https://try.activeeon.com/studio, select Multi-Node task, and execute the job.
on the rm, we can see the job is executed on 1 node instead of 4.
Cause:
The parameter Multi-Node Execution\Topology is blanked. | priority | multi node execution template isn t working properly how to reproduce the problem using select multi node task and execute the job on the rm we can see the job is executed on node instead of cause the parameter multi node execution topology is blanked | 1 |
59,172 | 3,103,737,832 | IssuesEvent | 2015-08-31 12:09:19 | AmpersandTarski/ampersand | https://api.github.com/repos/AmpersandTarski/ampersand | closed | The SESSION concept should always be created (automatically) | bug component:prototype generator priority:low | When creating a script that does not implicitly specify the `SESSION` concept (which happens e.g. if you do not define relations with `SESSION` as source or target, and if you do not explicitly define the `SESSION` concept), but if you do define an `INTERFACE` that refers to the `_SESSION[SESSION]` atom (or to `I[SESSION]` or `V[SESSION*SomeConcept]`), then a prototype that is generated will produce a runtime error referring to the fact that the table for `SESSION` does not exist.
Request: let the prototype generator act as if the `SESSION` concept were always defined.
Workaround: explicitly refer to the `SESSION` concept in the ADL file in either a relation or by defining it explicitly as a concept | 1.0 | The SESSION concept should always be created (automatically) - When creating a script that does not implicitly specify the `SESSION` concept (which happens e.g. if you do not define relations with `SESSION` as source or target, and if you do not explicitly define the `SESSION` concept), but if you do define an `INTERFACE` that refers to the `_SESSION[SESSION]` atom (or to `I[SESSION]` or `V[SESSION*SomeConcept]`), then a prototype that is generated will produce a runtime error referring to the fact that the table for `SESSION` does not exist.
Request: let the prototype generator act as if the `SESSION` concept were always defined.
Workaround: explicitly refer to the `SESSION` concept in the ADL file in either a relation or by defining it explicitly as a concept | priority | the session concept should always be created automatically when creating a script that does not implicitly specify the session concept which happens e g if you do not define relations with session as source or target and if you do not explicitly define the session concept but if you do define an interface that refers to the session atom or to i or v then a prototype that is generated will produce a runtime error referring to the fact that the table for session does not exist request let the prototype generator act as if the session concept were always defined workaround explicitly refer to the session concept in the adl file in either a relation or by defining it explicitly as a concept | 1 |
378,456 | 11,202,647,669 | IssuesEvent | 2020-01-04 14:10:40 | ravicious/konbikol | https://api.github.com/repos/ravicious/konbikol | closed | Consider supporting drag and drop | priority: low | I hope that the native file input supports that OOTH, but if not let's add support for that.
[Evan's blogpost about handling files](https://elm-lang.org/news/working-with-files) is going to be useful here. | 1.0 | Consider supporting drag and drop - I hope that the native file input supports that OOTH, but if not let's add support for that.
[Evan's blogpost about handling files](https://elm-lang.org/news/working-with-files) is going to be useful here. | priority | consider supporting drag and drop i hope that the native file input supports that ooth but if not let s add support for that is going to be useful here | 1 |
179,261 | 6,623,107,837 | IssuesEvent | 2017-09-22 04:55:02 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | tests: pmem_is_pmem/TEST0 pmem_is_pmem/TEST1 pmem_is_pmem/TEST2 pmem_is_pmem/TEST3 pmem_is_pmem/TEST4 pmem_is_pmem/TEST5 fails | Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug | Found on a5eb6ae5fc840e45d8c0b41c35bf1a5d29a54f11
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29417== at 0x4E49A1A: pmem_is_pmem (pmem.c:522)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29417== at 0x4E49A32: pmem_is_pmem (pmem.c:524)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Address 0x505263c is 0 bytes inside data symbol "once.6951"
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29417== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29417== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 1587 from 40)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29475== at 0x4E46610: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29475== at 0x4E4665C: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Address 0x504a5dc is 0 bytes inside data symbol "once.7869"
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29475== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29475== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 60 from 4)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29532== at 0x40AF66: pmem_is_pmem (pmem.c:522)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29532== at 0x40AF7E: pmem_is_pmem (pmem.c:524)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Address 0x61973c is 0 bytes inside data symbol "once.6951"
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29532== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29532== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 1565 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29590== at 0x407C30: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29590== at 0x407C7C: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Address 0x6116fc is 0 bytes inside data symbol "once.7869"
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29590== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29590== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 60 from 4)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST0' failed
> make[3]: *** [TEST0] Error 1
> pmem_is_pmem/TEST1: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29698== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29698== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29698== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 34)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST1: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29756== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29756== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29756== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29756== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST1: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29813== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29813== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29813== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST1: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29871== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29871== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29871== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29871== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST1' failed
> make[3]: *** [TEST1] Error 1
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30019== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30019== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30019== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1389 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30077== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30077== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30077== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30077== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30134== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30134== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30134== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1433 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30192== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30192== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30192== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30192== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST2' failed
> make[3]: *** [TEST2] Error 1
> pmem_is_pmem/TEST3: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30300== at 0x4E49931: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30300== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30300== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1325 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST3: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30358== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30358== at 0x4E46690: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30358== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30358== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST3: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30415== at 0x40AE7D: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30415== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30415== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST3: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30473== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30473== at 0x407CB0: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30473== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30473== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST3' failed
> make[3]: *** [TEST3] Error 1
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30621== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30621== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30621== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1363 from 32)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30679== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30679== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30679== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30679== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30736== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30736== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30736== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1379 from 34)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30794== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30794== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30794== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30794== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST4' failed
> make[3]: *** [TEST4] Error 1
> pmem_is_pmem/TEST5: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30902== at 0x4E49931: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==30902== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==30902== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1344 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST5: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30960== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30960== at 0x4E46690: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==30960== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==30960== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST5: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31017== at 0x40AE7D: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==31017== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==31017== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1344 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST5: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31076== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31076== at 0x407CB0: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==31076== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==31076== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST5' failed
> make[3]: *** [TEST5] Error 1
> make[3]: Target 'pcheck' not remade because of errors.
> make[3]: Leaving directory '/home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem'
> Makefile:387: recipe for target 'pmem_is_pmem' failed
> make[2]: *** [pmem_is_pmem] Error 2 | 1.0 | tests: pmem_is_pmem/TEST0 pmem_is_pmem/TEST1 pmem_is_pmem/TEST2 pmem_is_pmem/TEST3 pmem_is_pmem/TEST4 pmem_is_pmem/TEST5 fails - Found on a5eb6ae5fc840e45d8c0b41c35bf1a5d29a54f11
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29417== at 0x4E49A1A: pmem_is_pmem (pmem.c:522)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29417== at 0x4E49A32: pmem_is_pmem (pmem.c:524)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Address 0x505263c is 0 bytes inside data symbol "once.6951"
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417==
> pmem_is_pmem/TEST0 helgrind0.log ==29417== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29417== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29417== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29417== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 1587 from 40)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29475== at 0x4E46610: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29475== at 0x4E4665C: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Address 0x504a5dc is 0 bytes inside data symbol "once.7869"
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475==
> pmem_is_pmem/TEST0 helgrind0.log ==29475== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29475== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29475== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29475== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 60 from 4)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29532== at 0x40AF66: pmem_is_pmem (pmem.c:522)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29532== at 0x40AF7E: pmem_is_pmem (pmem.c:524)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Address 0x61973c is 0 bytes inside data symbol "once.6951"
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532==
> pmem_is_pmem/TEST0 helgrind0.log ==29532== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29532== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29532== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29532== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 1565 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST0: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST0: START: pmem_is_pmem
> pmem_is_pmem/TEST0 failed with Valgrind. See helgrind0.log. First 20 lines below.
> pmem_is_pmem/TEST0 helgrind0.log ==29590== at 0x407C30: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590== This conflicts with a previous write of size 4 by thread #2
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Locks held: none
> pmem_is_pmem/TEST0 helgrind0.log ==29590== at 0x407C7C: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Address 0x6116fc is 0 bytes inside data symbol "once.7869"
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590==
> pmem_is_pmem/TEST0 helgrind0.log ==29590== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST0 helgrind0.log ==29590== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST0 helgrind0.log ==29590== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST0 helgrind0.log ==29590== ERROR SUMMARY: 15 errors from 1 contexts (suppressed: 60 from 4)
> RUNTESTS: stopping: pmem_is_pmem/TEST0 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST0' failed
> make[3]: *** [TEST0] Error 1
> pmem_is_pmem/TEST1: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29698== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698==
> pmem_is_pmem/TEST1 helgrind1.log ==29698== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29698== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29698== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29698== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 34)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST1: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29756== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29756== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756==
> pmem_is_pmem/TEST1 helgrind1.log ==29756== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29756== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29756== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29756== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST1: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29813== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813==
> pmem_is_pmem/TEST1 helgrind1.log ==29813== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29813== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29813== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29813== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST1: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST1: START: pmem_is_pmem
> pmem_is_pmem/TEST1 failed with Valgrind. See helgrind1.log. First 20 lines below.
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29871== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Locks held: none
> pmem_is_pmem/TEST1 helgrind1.log ==29871== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871==
> pmem_is_pmem/TEST1 helgrind1.log ==29871== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST1 helgrind1.log ==29871== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST1 helgrind1.log ==29871== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST1 helgrind1.log ==29871== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST1 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST1' failed
> make[3]: *** [TEST1] Error 1
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30019== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019==
> pmem_is_pmem/TEST2 helgrind2.log ==30019== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30019== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30019== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30019== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1389 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30077== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30077== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077==
> pmem_is_pmem/TEST2 helgrind2.log ==30077== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30077== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30077== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30077== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30134== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134==
> pmem_is_pmem/TEST2 helgrind2.log ==30134== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30134== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30134== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30134== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1433 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST2: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST2: START: pmem_is_pmem
> pmem_is_pmem/TEST2 failed with Valgrind. See helgrind2.log. First 20 lines below.
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30192== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Locks held: none
> pmem_is_pmem/TEST2 helgrind2.log ==30192== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192==
> pmem_is_pmem/TEST2 helgrind2.log ==30192== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST2 helgrind2.log ==30192== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST2 helgrind2.log ==30192== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST2 helgrind2.log ==30192== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST2 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST2' failed
> make[3]: *** [TEST2] Error 1
> pmem_is_pmem/TEST3: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30300== at 0x4E49931: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300==
> pmem_is_pmem/TEST3 helgrind3.log ==30300== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30300== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30300== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30300== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1325 from 30)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST3: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30358== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30358== at 0x4E46690: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358==
> pmem_is_pmem/TEST3 helgrind3.log ==30358== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30358== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30358== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30358== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST3: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30415== at 0x40AE7D: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415==
> pmem_is_pmem/TEST3 helgrind3.log ==30415== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30415== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30415== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30415== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1369 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST3: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST3: START: pmem_is_pmem
> pmem_is_pmem/TEST3 failed with Valgrind. See helgrind3.log. First 20 lines below.
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30473== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Locks held: none
> pmem_is_pmem/TEST3 helgrind3.log ==30473== at 0x407CB0: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473==
> pmem_is_pmem/TEST3 helgrind3.log ==30473== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST3 helgrind3.log ==30473== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST3 helgrind3.log ==30473== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST3 helgrind3.log ==30473== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST3 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST3' failed
> make[3]: *** [TEST3] Error 1
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/debug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30621== at 0x4E49947: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621==
> pmem_is_pmem/TEST4 helgrind4.log ==30621== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30621== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30621== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30621== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1363 from 32)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=debug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/nondebug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30679== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30679== at 0x4E466BC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679==
> pmem_is_pmem/TEST4 helgrind4.log ==30679== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30679== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30679== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30679== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=nondebug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/static-debug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30736== at 0x40AE93: pmem_is_pmem_init (pmem.c:501)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736==
> pmem_is_pmem/TEST4 helgrind4.log ==30736== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30736== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30736== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30736== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1379 from 34)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=static-debug
> pmem_is_pmem/TEST4: SETUP (all/non-pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST4: START: pmem_is_pmem
> pmem_is_pmem/TEST4 failed with Valgrind. See helgrind4.log. First 20 lines below.
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30794== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Locks held: none
> pmem_is_pmem/TEST4 helgrind4.log ==30794== at 0x407CDC: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794==
> pmem_is_pmem/TEST4 helgrind4.log ==30794== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST4 helgrind4.log ==30794== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST4 helgrind4.log ==30794== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST4 helgrind4.log ==30794== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST4 failed, TEST=all FS=non-pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST4' failed
> make[3]: *** [TEST4] Error 1
> pmem_is_pmem/TEST5: SETUP (all/pmem/debug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30902== at 0x4E49931: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4E49A28: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x54796B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== by 0x57963DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Address 0x5051548 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902==
> pmem_is_pmem/TEST5 helgrind5.log ==30902== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==30902== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==30902== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==30902== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1344 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=debug
> pmem_is_pmem/TEST5: SETUP (all/pmem/nondebug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30960== at 0x4E4662E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==30960== at 0x4E46690: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/nondebug/libpmem.so.1.0.0)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x402A92: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x54716B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== by 0x578E3DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Address 0x504a508 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960==
> pmem_is_pmem/TEST5 helgrind5.log ==30960== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==30960== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==30960== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==30960== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=nondebug
> pmem_is_pmem/TEST5: SETUP (all/pmem/static-debug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31017== at 0x40AE7D: pmem_is_pmem_init (pmem.c:499)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x40AF74: pmem_is_pmem (pmem.c:523)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x403252: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Address 0x618600 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017==
> pmem_is_pmem/TEST5 helgrind5.log ==31017== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==31017== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==31017== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==31017== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 1344 from 35)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=static-debug
> pmem_is_pmem/TEST5: SETUP (all/pmem/static-nondebug/helgrind)
> pmem_is_pmem/TEST5: START: pmem_is_pmem
> pmem_is_pmem/TEST5 failed with Valgrind. See helgrind5.log. First 20 lines below.
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31076== at 0x407C4E: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076== This conflicts with a previous write of size 8 by thread #2
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Locks held: none
> pmem_is_pmem/TEST5 helgrind5.log ==31076== at 0x407CB0: pmem_is_pmem (in /home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem/pmem_is_pmem.static-nondebug)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x403172: worker (pmem_is_pmem.c:54)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x4C33830: mythread_wrapper (hg_intercepts.c:234)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x52656B9: start_thread (pthread_create.c:333)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== by 0x55823DC: clone (clone.S:109)
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Address 0x6115e0 is 0 bytes inside data symbol "Func_is_pmem"
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076==
> pmem_is_pmem/TEST5 helgrind5.log ==31076== For counts of detected and suppressed errors, rerun with: -v
> pmem_is_pmem/TEST5 helgrind5.log ==31076== Use --history-level=approx or =none to gain increased speed, at
> pmem_is_pmem/TEST5 helgrind5.log ==31076== the cost of reduced accuracy of conflicting-access information
> pmem_is_pmem/TEST5 helgrind5.log ==31076== ERROR SUMMARY: 30 errors from 2 contexts (suppressed: 0 from 0)
> RUNTESTS: stopping: pmem_is_pmem/TEST5 failed, TEST=all FS=pmem BUILD=static-nondebug
> ../Makefile.inc:353: recipe for target 'TEST5' failed
> make[3]: *** [TEST5] Error 1
> make[3]: Target 'pcheck' not remade because of errors.
> make[3]: Leaving directory '/home/jenkins/workspace/nvml_tests_helgrind_ubuntu/src/test/pmem_is_pmem'
> Makefile:387: recipe for target 'pmem_is_pmem' failed
> make[2]: *** [pmem_is_pmem] Error 2 | priority | tests pmem is pmem pmem is pmem pmem is pmem pmem is pmem pmem is pmem pmem is pmem fails found on pmem is pmem setup all non pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log at pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol once pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build debug pmem is pmem setup all non pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol once pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build nondebug pmem is pmem setup all non pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log at pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol once pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static debug pmem is pmem setup all non pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol once pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static nondebug makefile inc recipe for target failed make error pmem is pmem setup all pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build debug pmem is pmem setup all pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build nondebug pmem is pmem setup all pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static debug pmem is pmem setup all pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static nondebug makefile inc recipe for target failed make error pmem is pmem setup all non pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build debug pmem is pmem setup all non pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build nondebug pmem is pmem setup all non pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static debug pmem is pmem setup all non pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static nondebug makefile inc recipe for target failed make error pmem is pmem setup all pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build debug pmem is pmem setup all pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build nondebug pmem is pmem setup all pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static debug pmem is pmem setup all pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static nondebug makefile inc recipe for target failed make error pmem is pmem setup all non pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build debug pmem is pmem setup all non pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build nondebug pmem is pmem setup all non pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static debug pmem is pmem setup all non pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs non pmem build static nondebug makefile inc recipe for target failed make error pmem is pmem setup all pmem debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build debug pmem is pmem setup all pmem nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src nondebug libpmem so pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build nondebug pmem is pmem setup all pmem static debug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem init pmem c pmem is pmem log by pmem is pmem pmem c pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static debug pmem is pmem setup all pmem static nondebug helgrind pmem is pmem start pmem is pmem pmem is pmem failed with valgrind see log first lines below pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log pmem is pmem log this conflicts with a previous write of size by thread pmem is pmem log locks held none pmem is pmem log at pmem is pmem in home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem pmem is pmem static nondebug pmem is pmem log by worker pmem is pmem c pmem is pmem log by mythread wrapper hg intercepts c pmem is pmem log by start thread pthread create c pmem is pmem log by clone clone s pmem is pmem log address is bytes inside data symbol func is pmem pmem is pmem log pmem is pmem log pmem is pmem log for counts of detected and suppressed errors rerun with v pmem is pmem log use history level approx or none to gain increased speed at pmem is pmem log the cost of reduced accuracy of conflicting access information pmem is pmem log error summary errors from contexts suppressed from runtests stopping pmem is pmem failed test all fs pmem build static nondebug makefile inc recipe for target failed make error make target pcheck not remade because of errors make leaving directory home jenkins workspace nvml tests helgrind ubuntu src test pmem is pmem makefile recipe for target pmem is pmem failed make error | 1 |
296,304 | 9,107,273,100 | IssuesEvent | 2019-02-21 03:33:17 | JustArchiNET/ASF-ui | https://api.github.com/repos/JustArchiNET/ASF-ui | closed | Adjust the font/color of help text to display clearly | Enhancement Priority: Low | ## Purpose
Make help text (description) displayed clearly.
## Solution
1. Make the font size larger, current size is a bit small.
2. Adjust the text color, make it darker under light mode. Currently, the color is a same gray under both light and dark mode, it's hard to read under light mode especially.
| 1.0 | Adjust the font/color of help text to display clearly - ## Purpose
Make help text (description) displayed clearly.
## Solution
1. Make the font size larger, current size is a bit small.
2. Adjust the text color, make it darker under light mode. Currently, the color is a same gray under both light and dark mode, it's hard to read under light mode especially.
| priority | adjust the font color of help text to display clearly purpose make help text description displayed clearly solution make the font size larger current size is a bit small adjust the text color make it darker under light mode currently the color is a same gray under both light and dark mode it s hard to read under light mode especially | 1 |
694,230 | 23,806,660,480 | IssuesEvent | 2022-09-04 06:09:17 | ClassicLootManager/ClassicLootManager | https://api.github.com/repos/ClassicLootManager/ClassicLootManager | closed | Sound effects should be toggleable. | ui/ux Priority::Low | **Is your request related to a problem? Please describe.**
Sound effects are nice but unnecessary and can lead to more noise than they player would like.
**Describe the solution you'd like**
The player should be able to toggle them. | 1.0 | Sound effects should be toggleable. - **Is your request related to a problem? Please describe.**
Sound effects are nice but unnecessary and can lead to more noise than they player would like.
**Describe the solution you'd like**
The player should be able to toggle them. | priority | sound effects should be toggleable is your request related to a problem please describe sound effects are nice but unnecessary and can lead to more noise than they player would like describe the solution you d like the player should be able to toggle them | 1 |
448,997 | 12,961,677,478 | IssuesEvent | 2020-07-20 16:00:17 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | BVA Dispatch: Alphabetize Special Issues | Priority: Medium Product: caseflow-dispatch Stakeholder: BVA Team: Echo 🐬 Type: UI Change | <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
User story: As a BVA Dispatch user, I need to see the special issues on the special issues page during checkout alphabetized, so that I can read and select the options quickly.
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: :special_issues_revamp
- [ ] This feature should be accessible to the following user groups: BVA Dispatch
- [ ] Include screenshot(s) in the Github issue if there are front-end changes
- [ ] Special Issues listed on the page are alphabetized including the new contentions added recently (MST, Burn Pit, CAVC, Blue Water)
### Technical notes
The special issues page only appears for Legacy cases at this time.
### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| 1.0 | BVA Dispatch: Alphabetize Special Issues - <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
User story: As a BVA Dispatch user, I need to see the special issues on the special issues page during checkout alphabetized, so that I can read and select the options quickly.
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: :special_issues_revamp
- [ ] This feature should be accessible to the following user groups: BVA Dispatch
- [ ] Include screenshot(s) in the Github issue if there are front-end changes
- [ ] Special Issues listed on the page are alphabetized including the new contentions added recently (MST, Burn Pit, CAVC, Blue Water)
### Technical notes
The special issues page only appears for Legacy cases at this time.
### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| priority | bva dispatch alphabetize special issues user or job story user story as a bva dispatch user i need to see the special issues on the special issues page during checkout alphabetized so that i can read and select the options quickly acceptance criteria please put this work behind the feature toggle special issues revamp this feature should be accessible to the following user groups bva dispatch include screenshot s in the github issue if there are front end changes special issues listed on the page are alphabetized including the new contentions added recently mst burn pit cavc blue water technical notes the special issues page only appears for legacy cases at this time resources other links | 1 |
140,027 | 5,396,159,548 | IssuesEvent | 2017-02-27 10:49:40 | HPI-SWA-Lab/BP2016H1 | https://api.github.com/repos/HPI-SWA-Lab/BP2016H1 | opened | Share overall knowledge | priority low | As a user I want to share my knowledge (that is not focused on a single furduck) | 1.0 | Share overall knowledge - As a user I want to share my knowledge (that is not focused on a single furduck) | priority | share overall knowledge as a user i want to share my knowledge that is not focused on a single furduck | 1 |
461,862 | 13,237,337,782 | IssuesEvent | 2020-08-18 21:28:14 | Railcraft/Railcraft | https://api.github.com/repos/Railcraft/Railcraft | closed | java.lang.NullPointerException when loading railcraft with forge 14.23.5.2838 | bug configuration low priority | **Description of the Bug**
minecraft 1.12.2 using forge 14.23.5.2838 crashes an reports the following error while loading
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)
Caused by: java.lang.NullPointerException
Please find the crash report below:
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
weaponlib (mw_2.0-0.4.1_mc1.12.2.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
EnderCorePlugin (EnderCore-1.12.2.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 1/24/20 10:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)
Caused by: java.lang.NullPointerException
at mods.railcraft.common.fluids.RailcraftFluids$Def.initBlock(RailcraftFluids.java:96)
at mods.railcraft.common.fluids.RailcraftFluids$Def.access$500(RailcraftFluids.java:78)
at mods.railcraft.common.fluids.RailcraftFluids.init(RailcraftFluids.java:130)
at mods.railcraft.common.fluids.RailcraftFluids.preInitFluids(RailcraftFluids.java:118)
at mods.railcraft.common.modules.ModuleCore$1.construction(ModuleCore.java:103)
at mods.railcraft.common.modules.RailcraftModulePayload$BaseModuleEventHandler.construction(RailcraftModulePayload.java:71)
at mods.railcraft.common.modules.RailcraftModuleManager$Stage$1.passToModule(RailcraftModuleManager.java:293)
at mods.railcraft.common.modules.RailcraftModuleManager.processStage(RailcraftModuleManager.java:250)
at mods.railcraft.common.modules.RailcraftModuleManager.preInit(RailcraftModuleManager.java:198)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4661590680 bytes (4445 MB) / 6878658560 bytes (6560 MB) up to 17179869184 bytes (16384 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_F4 76 mods loaded, 76 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:--------------- |:----------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
| LCH | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151.jar | None |
| LCH | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
| LCH | autowalk | 1.1 | autowalk-1.12.2-1.0.jar | None |
| LCH | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | chiselsandbits | 14.22 | Chisels-and-Bits-Mod-1.12.2.jar | None |
| LCH | clockhud | 1.4.0 | ClockHUD-1.12-1.4.0.jar | None |
| LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
| LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | comforts | 1.4.1.2 | comforts-1.12.2-1.4.1.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCH | corail_pillar_extension_chisel | 4.0.0 | corail_pillar_extension_chisel-4.0.0-1.12.jar | None |
| LCH | jei | 4.15.0.292 | jei_1.12.2-4.15.0.292.jar | None |
| LCH | forestry | 5.8.0.311 | Forestry-Mod-1.12.2.jar | None |
| LCH | corail_pillar_extension_forestry | 4.0.0 | corail_pillar_extension_forestry-4.0.0-1.12.jar | None |
| LCH | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | cyclicmagic | 1.19.18 | Cyclic-1.12.2-1.19.18.jar | None |
| LCH | movingworld | 1.12-2.337 | movingworld-1.12-2.337-full.jar | None |
| LCH | davincisvessels | @DVESSELSVER@ | Davincis-Vessels-Mod-1.12.2.jar | None |
| LCH | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
| LCH | props | 2.6.3 | Decocraft-2.6.3_1.12.2.jar | None |
| LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH | dragonmounts | 1.12.2-1.4.4 | DragonMounts-1.12.2-1.4.4.jar | None |
| LCH | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCH | dsurround | 3.6.0.2 | DynamicSurroundings-1.12.2-3.6.0.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCH | easyretrogen | 5.0.1 | EasyRetrogen-1.12.2-5.0.1-universal.jar | None |
| LCH | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2.jar | None |
| LCH | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | enderio | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationtic | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None | | LCH | enderiobase | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduits | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsappliedenergistics | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsopencomputers | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsrefinedstorage | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationforestry | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationticlate | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiomachines | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiopowertools | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
| LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
| LCH | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
| LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
| LCH | healthhungertweaks | 3.0.1 | Health-and-Hunger-Tweaks-Mod-1.12.2.jar | None |
| LCH | mts | 15.5.0 | Immersive+Vehicles-1.12.2-15.5.0.jar | None |
| LCE | railcraft | 12.0.0-beta-5 | railcraft-12.0.0-beta-5.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
| LC | immersiveengineering | 0.12-89 | Immersive-Engineering-Mod-1.12.2.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | immersivepetroleum | 1.1.9 | Immersive-Petroleum-Mod-1.12.2.jar | None |
| LC | trackapi | 1.1 | TrackAPI-1.1_1.12.jar | None |
| LC | immersiverailroading | 1.4.0 | Immersive-Railroading-Mod-1.12.2.jar | None |
| LC | journeymap | 1.12.2-5.5.3 | JourneyMap-1.12.2.jar | None || LC | landlust | 1.12.2-0.3.6 | Landlust-Furniture-Mod-1.12.2.jar | None |
| LC | longerdays | 1.0.4 | longerdays-1.0.4.jar | None |
| LC | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LC | mca | 1.12.2-5.3.1 | Minecraft-Comes-Alive-Mod-1.12.2.jar | None |
| LC | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
| LC | mtsofficialpack | 12.0.0 | MTS_Official_Pack_V12.jar | None |
| LC | mw | 0.4.1 | mw_2.0-0.4.1_mc1.12.2.jar | None |
| LC | stacksize | 1.1 | stacksize-1.12.2-1.0.jar | None |
| LC | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
| LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
| LC | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
| LC | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LC | corail_pillar | 4.2.1 | corail_pillar-4.2.1-1.12.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
weaponlib (mw_2.0-0.4.1_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.12.2.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007' Renderer: 'AMD Radeon (TM) R9 390 Series'
OptiFine Version: OptiFine_1.12.2_HD_U_F4
OptiFine Build: 20191023-234904
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-v11.0.zip
OpenGlVersion: 4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007
OpenGlRenderer: AMD Radeon (TM) R9 390 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
I understand through some on-line trouble shooting that there may be a resource conflict between minecraft and another mod. But I am not seeing that in the error report. It seems to be an issue with java. Any help would be appreciated, since I can not seem to run minecraft at all with railcraft.
| 1.0 | java.lang.NullPointerException when loading railcraft with forge 14.23.5.2838 - **Description of the Bug**
minecraft 1.12.2 using forge 14.23.5.2838 crashes an reports the following error while loading
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)
Caused by: java.lang.NullPointerException
Please find the crash report below:
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
weaponlib (mw_2.0-0.4.1_mc1.12.2.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
EnderCorePlugin (EnderCore-1.12.2.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 1/24/20 10:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)
Caused by: java.lang.NullPointerException
at mods.railcraft.common.fluids.RailcraftFluids$Def.initBlock(RailcraftFluids.java:96)
at mods.railcraft.common.fluids.RailcraftFluids$Def.access$500(RailcraftFluids.java:78)
at mods.railcraft.common.fluids.RailcraftFluids.init(RailcraftFluids.java:130)
at mods.railcraft.common.fluids.RailcraftFluids.preInitFluids(RailcraftFluids.java:118)
at mods.railcraft.common.modules.ModuleCore$1.construction(ModuleCore.java:103)
at mods.railcraft.common.modules.RailcraftModulePayload$BaseModuleEventHandler.construction(RailcraftModulePayload.java:71)
at mods.railcraft.common.modules.RailcraftModuleManager$Stage$1.passToModule(RailcraftModuleManager.java:293)
at mods.railcraft.common.modules.RailcraftModuleManager.processStage(RailcraftModuleManager.java:250)
at mods.railcraft.common.modules.RailcraftModuleManager.preInit(RailcraftModuleManager.java:198)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4661590680 bytes (4445 MB) / 6878658560 bytes (6560 MB) up to 17179869184 bytes (16384 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_F4 76 mods loaded, 76 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:--------------- |:----------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
| LCH | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151.jar | None |
| LCH | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
| LCH | autowalk | 1.1 | autowalk-1.12.2-1.0.jar | None |
| LCH | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCH | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | chiselsandbits | 14.22 | Chisels-and-Bits-Mod-1.12.2.jar | None |
| LCH | clockhud | 1.4.0 | ClockHUD-1.12-1.4.0.jar | None |
| LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
| LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | comforts | 1.4.1.2 | comforts-1.12.2-1.4.1.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCH | corail_pillar_extension_chisel | 4.0.0 | corail_pillar_extension_chisel-4.0.0-1.12.jar | None |
| LCH | jei | 4.15.0.292 | jei_1.12.2-4.15.0.292.jar | None |
| LCH | forestry | 5.8.0.311 | Forestry-Mod-1.12.2.jar | None |
| LCH | corail_pillar_extension_forestry | 4.0.0 | corail_pillar_extension_forestry-4.0.0-1.12.jar | None |
| LCH | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None |
| LCH | cyclicmagic | 1.19.18 | Cyclic-1.12.2-1.19.18.jar | None |
| LCH | movingworld | 1.12-2.337 | movingworld-1.12-2.337-full.jar | None |
| LCH | davincisvessels | @DVESSELSVER@ | Davincis-Vessels-Mod-1.12.2.jar | None |
| LCH | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
| LCH | props | 2.6.3 | Decocraft-2.6.3_1.12.2.jar | None |
| LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH | dragonmounts | 1.12.2-1.4.4 | DragonMounts-1.12.2-1.4.4.jar | None |
| LCH | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCH | dsurround | 3.6.0.2 | DynamicSurroundings-1.12.2-3.6.0.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCH | easyretrogen | 5.0.1 | EasyRetrogen-1.12.2-5.0.1-universal.jar | None |
| LCH | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2.jar | None |
| LCH | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | enderio | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationtic | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None | | LCH | enderiobase | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduits | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsappliedenergistics | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsopencomputers | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderioconduitsrefinedstorage | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationforestry | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiointegrationticlate | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiomachines | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | enderiopowertools | 5.0.25 | Ender-IO-Mod-1.12.2.jar | None |
| LCH | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
| LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
| LCH | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
| LCH | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
| LCH | healthhungertweaks | 3.0.1 | Health-and-Hunger-Tweaks-Mod-1.12.2.jar | None |
| LCH | mts | 15.5.0 | Immersive+Vehicles-1.12.2-15.5.0.jar | None |
| LCE | railcraft | 12.0.0-beta-5 | railcraft-12.0.0-beta-5.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
| LC | immersiveengineering | 0.12-89 | Immersive-Engineering-Mod-1.12.2.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | immersivepetroleum | 1.1.9 | Immersive-Petroleum-Mod-1.12.2.jar | None |
| LC | trackapi | 1.1 | TrackAPI-1.1_1.12.jar | None |
| LC | immersiverailroading | 1.4.0 | Immersive-Railroading-Mod-1.12.2.jar | None |
| LC | journeymap | 1.12.2-5.5.3 | JourneyMap-1.12.2.jar | None || LC | landlust | 1.12.2-0.3.6 | Landlust-Furniture-Mod-1.12.2.jar | None |
| LC | longerdays | 1.0.4 | longerdays-1.0.4.jar | None |
| LC | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| LC | mca | 1.12.2-5.3.1 | Minecraft-Comes-Alive-Mod-1.12.2.jar | None |
| LC | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
| LC | mtsofficialpack | 12.0.0 | MTS_Official_Pack_V12.jar | None |
| LC | mw | 0.4.1 | mw_2.0-0.4.1_mc1.12.2.jar | None |
| LC | stacksize | 1.1 | stacksize-1.12.2-1.0.jar | None |
| LC | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
| LC | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
| LC | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
| LC | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| LC | corail_pillar | 4.2.1 | corail_pillar-4.2.1-1.12.jar | None |
Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
weaponlib (mw_2.0-0.4.1_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.12.2.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007' Renderer: 'AMD Radeon (TM) R9 390 Series'
OptiFine Version: OptiFine_1.12.2_HD_U_F4
OptiFine Build: 20191023-234904
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: SEUS-v11.0.zip
OpenGlVersion: 4.6.13571 Compatibility Profile Context 19.9.2 26.20.13003.1007
OpenGlRenderer: AMD Radeon (TM) R9 390 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4
I understand through some on-line trouble shooting that there may be a resource conflict between minecraft and another mod. But I am not seeing that in the error report. It seems to be an issue with java. Any help would be appreciated, since I can not seem to run minecraft at all with railcraft.
| priority | java lang nullpointerexception when loading railcraft with forge description of the bug minecraft using forge crashes an reports the following error while loading net minecraftforge fml common loaderexceptionmodcrash caught exception from railcraft railcraft caused by java lang nullpointerexception please find the crash report below minecraft crash report warning coremods are present llibrary llibrary core jar ieloadingplugin immersiveengineering core jar weaponlib mw jar transformerloader opencomputers jar applecore applecore jar endercoreplugin endercore jar transformloader dynamicsurroundings jar contact their authors before contacting forge surprise haha well this is awkward time pm description there was a severe problem during mod loading that has caused the game to fail net minecraftforge fml common loaderexceptionmodcrash caught exception from railcraft railcraft caused by java lang nullpointerexception at mods railcraft common fluids railcraftfluids def initblock railcraftfluids java at mods railcraft common fluids railcraftfluids def access railcraftfluids java at mods railcraft common fluids railcraftfluids init railcraftfluids java at mods railcraft common fluids railcraftfluids preinitfluids railcraftfluids java at mods railcraft common modules modulecore construction modulecore java at mods railcraft common modules railcraftmodulepayload basemoduleeventhandler construction railcraftmodulepayload java at mods railcraft common modules railcraftmodulemanager stage passtomodule railcraftmodulemanager java at mods railcraft common modules railcraftmodulemanager processstage railcraftmodulemanager java at mods railcraft common modules railcraftmodulemanager preinit railcraftmodulemanager java at mods railcraft common core railcraft preinit railcraft java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraftforge fml common fmlmodcontainer handlemodstateevent fmlmodcontainer java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus subscriber invokesubscribermethod subscriber java at com google common eventbus subscriber synchronizedsubscriber invokesubscribermethod subscriber java at com google common eventbus subscriber run subscriber java at com google common util concurrent moreexecutors directexecutor execute moreexecutors java at com google common eventbus subscriber dispatchevent subscriber java at com google common eventbus dispatcher perthreadqueueddispatcher dispatch dispatcher java at com google common eventbus eventbus post eventbus java at net minecraftforge fml common loadcontroller sendeventtomodcontainer loadcontroller java at net minecraftforge fml common loadcontroller propogatestatemessage loadcontroller java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus subscriber invokesubscribermethod subscriber java at com google common eventbus subscriber synchronizedsubscriber invokesubscribermethod subscriber java at com google common eventbus subscriber run subscriber java at com google common util concurrent moreexecutors directexecutor execute moreexecutors java at com google common eventbus subscriber dispatchevent subscriber java at com google common eventbus dispatcher perthreadqueueddispatcher dispatch dispatcher java at com google common eventbus eventbus post eventbus java at net minecraftforge fml common loadcontroller distributestatemessage loadcontroller java at net minecraftforge fml common loader preinitializemods loader java at net minecraftforge fml client fmlclienthandler beginminecraftloading fmlclienthandler java at net minecraft client minecraft func a minecraft java at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java a detailed walkthrough of the error its code path and all known details is as follows system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump xx unlockexperimentalvmoptions xx xx xx xx maxgcpausemillis xx intcache cache tcache allocated tallocated fml mcp powered by forge optifine optifine hd u mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored state id version source signature lch minecraft minecraft jar none lch mcp minecraft jar none lch fml forge jar lch forge forge jar lch opencomputers core minecraft jar none lch actuallyadditions actuallyadditions jar none lch applecore applecore jar none lch architecturecraft version architecturecraft jar none lch autowalk autowalk jar none lch backpack backpack jar none lch chameleon chameleon jar none lch codechickenlib codechickenlib universal jar lch chickenchunks chickenchunks universal jar lch chiselsandbits chisels and bits mod jar none lch clockhud clockhud jar none lch redstoneflux redstoneflux universal jar lch cofhcore cofhcore universal jar none lch cofhworld cofhworld universal jar lch comforts comforts jar lch corail pillar extension chisel corail pillar extension chisel jar none lch jei jei jar none lch forestry forestry mod jar none lch corail pillar extension forestry corail pillar extension forestry jar none lch extendedrenderer coroutil jar none lch coroutil coroutil jar none lch configmod coroutil jar none lch cyclicmagic cyclic jar none lch movingworld movingworld full jar none lch davincisvessels dvesselsver davincis vessels mod jar none lch ptrmodellib ptrlib jar none lch props decocraft jar none lch llibrary llibrary jar lch dragonmounts dragonmounts jar none lch orelib orelib jar lch dsurround dynamicsurroundings jar lch easyretrogen easyretrogen universal jar none lch endercore endercore jar none lch thermalfoundation thermalfoundation universal jar lch thermalexpansion thermalexpansion universal jar lch enderio ender io mod jar none lch enderiointegrationtic ender io mod jar none lch enderiobase ender io mod jar none lch enderioconduits ender io mod jar none lch enderioconduitsappliedenergistics ender io mod jar none lch enderioconduitsopencomputers ender io mod jar none lch enderioconduitsrefinedstorage ender io mod jar none lch enderiointegrationforestry ender io mod jar none lch enderiointegrationticlate ender io mod jar none lch enderiomachines ender io mod jar none lch enderiopowertools ender io mod jar none lch opencomputers opencomputers jar none lch zerocore zerocore jar none lch bigreactors extremereactors jar none lch cfm furniture jar none lch healthhungertweaks health and hunger tweaks mod jar none lch mts immersive vehicles jar none lce railcraft beta railcraft beta jar lc immersiveengineering immersive engineering mod jar lc immersivepetroleum immersive petroleum mod jar none lc trackapi trackapi jar none lc immersiverailroading immersive railroading mod jar none lc journeymap journeymap jar none lc landlust landlust furniture mod jar none lc longerdays longerdays jar none lc radixcore x radixcore x universal jar none lc mca minecraft comes alive mod jar none lc modernlamps modernlights jar none lc mtsofficialpack mts official pack jar none lc mw mw jar none lc stacksize stacksize jar none lc storagedrawers storagedrawers jar none lc storagedrawersextra version storagedrawersextras jar none lc thermaldynamics thermaldynamics universal jar lc treechopper treechopper jar none lc jar none lc corail pillar corail pillar jar none loaded coremods and transformers llibrary llibrary core jar net ilexiconn llibrary server core plugin llibrarytransformer net ilexiconn llibrary server core patcher llibraryruntimepatcher ieloadingplugin immersiveengineering core jar blusunrize immersiveengineering common asm ieclasstransformer weaponlib mw jar com vicmatskiv weaponlib core weaponlibclasstransformer transformerloader opencomputers jar li cil oc common asm classtransformer applecore applecore jar squeek applecore asm transformermodulehandler endercoreplugin endercore jar com enderio core common transform endercoretransformer com enderio core common transform simplemixinpatcher transformloader dynamicsurroundings jar gl info vendor ati technologies inc version compatibility profile context renderer amd radeon tm series optifine version optifine hd u optifine build render distance chunks mipmaps anisotropic filtering antialiasing multitexture false shaders seus zip openglversion compatibility profile context openglrenderer amd radeon tm series openglvendor ati technologies inc cpucount i understand through some on line trouble shooting that there may be a resource conflict between minecraft and another mod but i am not seeing that in the error report it seems to be an issue with java any help would be appreciated since i can not seem to run minecraft at all with railcraft | 1 |
551,369 | 16,166,854,701 | IssuesEvent | 2021-05-01 17:19:31 | cpeditor/cpeditor | https://api.github.com/repos/cpeditor/cpeditor | reopened | Upload to snap store | enhancement low_priority | **Is your feature request related to a problem? Please describe.**
It is pretty inconvenient for Ubuntu users to download CP Editor now. AppImage is a pain when it comes to updating.
~~Also I am envy of Arch Linux users who have AUR~~
So I think it would be a good idea to use [snaps](https://snapcraft.io) to publish this software, after that a simple
```bash
snap install cpeditor
```
will do the trick.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
Publish this software to snap.
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
Use a ppa to publish it, ~~but I don't really understand the docs of launchpad...~~
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
You can assign this to me and I will publish it (with my own ubuntu one account)
| 1.0 | Upload to snap store - **Is your feature request related to a problem? Please describe.**
It is pretty inconvenient for Ubuntu users to download CP Editor now. AppImage is a pain when it comes to updating.
~~Also I am envy of Arch Linux users who have AUR~~
So I think it would be a good idea to use [snaps](https://snapcraft.io) to publish this software, after that a simple
```bash
snap install cpeditor
```
will do the trick.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like**
Publish this software to snap.
<!-- A clear and concise description of what you want to happen. -->
**Describe alternatives you've considered**
Use a ppa to publish it, ~~but I don't really understand the docs of launchpad...~~
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context**
You can assign this to me and I will publish it (with my own ubuntu one account)
| priority | upload to snap store is your feature request related to a problem please describe it is pretty inconvenient for ubuntu users to download cp editor now appimage is a pain when it comes to updating also i am envy of arch linux users who have aur so i think it would be a good idea to use to publish this software after that a simple bash snap install cpeditor will do the trick describe the solution you d like publish this software to snap describe alternatives you ve considered use a ppa to publish it but i don t really understand the docs of launchpad additional context you can assign this to me and i will publish it with my own ubuntu one account | 1 |
418,503 | 12,198,689,328 | IssuesEvent | 2020-04-29 23:30:11 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Missing Ratings | Disability Ratings Clarification | Show all disability ratings behind feature flag for AMO testing and discussion | Priority: Medium Product: caseflow-intake Stakeholder: AMO Team: Foxtrot 🦊 Type: Investigation User: VBA Intake | ## Description
In stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings.
To further understand what could be deviation from prior Caseflow development and design surrounding 'disability ratings' , we should allow AMO internal testing using BGS services already in available.
## Goals
- Clarify if all disability ratings should show in UI (excluding duplicates)
- Clarify if any filtering is needed as it relates to disability ratings
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: [disability_issue_test]
- [ ] This feature should be accessible to the following users: VACOJONESM2 [AMO will be added later]
- [ ] Show all disability ratings behind feature toggle: [disability_issue_test]
## Background/context/resources
This is not expected to be live used by users, but will be used to allow some folks to investigate the data.
## Technical notes
In the code, these are called `rating_decisions`.
See `ContestableIssueGenerator`, and remove any filters being applied to rating decisions. | 1.0 | Missing Ratings | Disability Ratings Clarification | Show all disability ratings behind feature flag for AMO testing and discussion - ## Description
In stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings.
To further understand what could be deviation from prior Caseflow development and design surrounding 'disability ratings' , we should allow AMO internal testing using BGS services already in available.
## Goals
- Clarify if all disability ratings should show in UI (excluding duplicates)
- Clarify if any filtering is needed as it relates to disability ratings
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: [disability_issue_test]
- [ ] This feature should be accessible to the following users: VACOJONESM2 [AMO will be added later]
- [ ] Show all disability ratings behind feature toggle: [disability_issue_test]
## Background/context/resources
This is not expected to be live used by users, but will be used to allow some folks to investigate the data.
## Technical notes
In the code, these are called `rating_decisions`.
See `ContestableIssueGenerator`, and remove any filters being applied to rating decisions. | priority | missing ratings disability ratings clarification show all disability ratings behind feature flag for amo testing and discussion description in stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings to further understand what could be deviation from prior caseflow development and design surrounding disability ratings we should allow amo internal testing using bgs services already in available goals clarify if all disability ratings should show in ui excluding duplicates clarify if any filtering is needed as it relates to disability ratings acceptance criteria please put this work behind the feature toggle this feature should be accessible to the following users show all disability ratings behind feature toggle background context resources this is not expected to be live used by users but will be used to allow some folks to investigate the data technical notes in the code these are called rating decisions see contestableissuegenerator and remove any filters being applied to rating decisions | 1 |
312,757 | 9,552,836,004 | IssuesEvent | 2019-05-02 17:40:48 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | closed | [NPC] Maury "Club Foot" Wilkins -2535- (Double spawn) - The Cape of Stranglethorn | Fixed Confirmed Fixed in Dev Low Priority zone 30 - 40 | **Links:**
https://www.wowhead.com/npc=2535/maury-club-foot-wilkins

**What is happening:**
- Double spawn
**What should happen:**
- Should be only 1
| 1.0 | [NPC] Maury "Club Foot" Wilkins -2535- (Double spawn) - The Cape of Stranglethorn - **Links:**
https://www.wowhead.com/npc=2535/maury-club-foot-wilkins

**What is happening:**
- Double spawn
**What should happen:**
- Should be only 1
| priority | maury club foot wilkins double spawn the cape of stranglethorn links what is happening double spawn what should happen should be only | 1 |
184,910 | 6,717,342,557 | IssuesEvent | 2017-10-14 20:01:52 | HackerExperience/Helix | https://api.github.com/repos/HackerExperience/Helix | opened | Implement events of PublicFTP | Kind:Enhancement Priority:Low | The PublicFTP feature is completed, but it's lacking the corresponding events (`PFTPFIleAdded`, `PFTPFileRemoved`, `PFTPServerEnabled`, `PFTPServerDisabled`).
(I mean, we need PublicFTP working for the Storyline and DownloadCenter, but player-specific mechanics/strategies involving the PublicFTP feature can wait).
For celerity and simplification, the implementation of PublicFTP events has been postponed until the need arises. | 1.0 | Implement events of PublicFTP - The PublicFTP feature is completed, but it's lacking the corresponding events (`PFTPFIleAdded`, `PFTPFileRemoved`, `PFTPServerEnabled`, `PFTPServerDisabled`).
(I mean, we need PublicFTP working for the Storyline and DownloadCenter, but player-specific mechanics/strategies involving the PublicFTP feature can wait).
For celerity and simplification, the implementation of PublicFTP events has been postponed until the need arises. | priority | implement events of publicftp the publicftp feature is completed but it s lacking the corresponding events pftpfileadded pftpfileremoved pftpserverenabled pftpserverdisabled i mean we need publicftp working for the storyline and downloadcenter but player specific mechanics strategies involving the publicftp feature can wait for celerity and simplification the implementation of publicftp events has been postponed until the need arises | 1 |
347,266 | 10,427,554,724 | IssuesEvent | 2019-09-16 20:12:44 | forseti-security/forseti-security | https://api.github.com/repos/forseti-security/forseti-security | closed | Is it possible to specify zone and not only region for terraform deployment ? | Interrupts: Follow-up Needed module: deployment priority: p3 | Release 2.18.0 deployed via Terraform
Hi,
I'm using Terraform to install Forseti on GCP and noticed that i can only specify region to install Cloud SQL instance and 2 VMs (Server & client) but they are always created in different zone so traffic between VMs (for example based in europe-west1-c) and Cloud SQL (based in europe-west1-d) are not free ... :(
So is it possible to specify specific zone in terraform.tfvars file to have all of them in same zone ?
Because only inputs region existing in TF and not zone ... :(
Many thanks for your quick reply
Regards
| 1.0 | Is it possible to specify zone and not only region for terraform deployment ? - Release 2.18.0 deployed via Terraform
Hi,
I'm using Terraform to install Forseti on GCP and noticed that i can only specify region to install Cloud SQL instance and 2 VMs (Server & client) but they are always created in different zone so traffic between VMs (for example based in europe-west1-c) and Cloud SQL (based in europe-west1-d) are not free ... :(
So is it possible to specify specific zone in terraform.tfvars file to have all of them in same zone ?
Because only inputs region existing in TF and not zone ... :(
Many thanks for your quick reply
Regards
| priority | is it possible to specify zone and not only region for terraform deployment release deployed via terraform hi i m using terraform to install forseti on gcp and noticed that i can only specify region to install cloud sql instance and vms server client but they are always created in different zone so traffic between vms for example based in europe c and cloud sql based in europe d are not free so is it possible to specify specific zone in terraform tfvars file to have all of them in same zone because only inputs region existing in tf and not zone many thanks for your quick reply regards | 1 |
350,299 | 10,481,833,795 | IssuesEvent | 2019-09-24 10:32:04 | project-march/gait-generation | https://api.github.com/repos/project-march/gait-generation | closed | Graph position foot over time | priority-low | The user can ask for a plot of the position of the foot over time. | 1.0 | Graph position foot over time - The user can ask for a plot of the position of the foot over time. | priority | graph position foot over time the user can ask for a plot of the position of the foot over time | 1 |
732,938 | 25,281,533,169 | IssuesEvent | 2022-11-16 16:06:36 | Benjamin-Loison/YouTube-operational-API | https://api.github.com/repos/Benjamin-Loison/YouTube-operational-API | opened | Simplify most replayed data retrieval | enhancement low priority quick | As may also have chapters we can't use the constant index `0`, [as initially done](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/ee7ff583a2150d1121ffe8f3195a1cf9101aefdb#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fR173). [Detecting which index is dedicated to chapters does the job](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/097472c3ddfa103f144e96a1a9e07df5ec7440cc#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fL168-R173), however using a constant index would make the code cleaner. For videos with replayed data, if there are only two indexes when they are chapters (and chapters are at index `0` ) and if there is only one index with most replayed data, just using index _`-1`_ would do the job.
Note that [chapters don't need such index mechanism](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/ac5f3b36e81fae1495b7f8ab4a096ef0731dafaf#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fR193-R204). | 1.0 | Simplify most replayed data retrieval - As may also have chapters we can't use the constant index `0`, [as initially done](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/ee7ff583a2150d1121ffe8f3195a1cf9101aefdb#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fR173). [Detecting which index is dedicated to chapters does the job](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/097472c3ddfa103f144e96a1a9e07df5ec7440cc#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fL168-R173), however using a constant index would make the code cleaner. For videos with replayed data, if there are only two indexes when they are chapters (and chapters are at index `0` ) and if there is only one index with most replayed data, just using index _`-1`_ would do the job.
Note that [chapters don't need such index mechanism](https://github.com/Benjamin-Loison/YouTube-operational-API/commit/ac5f3b36e81fae1495b7f8ab4a096ef0731dafaf#diff-515c409ddb619da28c52829262e517f3d2ab4910aaa2ab60dd88e9064e0cfd4fR193-R204). | priority | simplify most replayed data retrieval as may also have chapters we can t use the constant index however using a constant index would make the code cleaner for videos with replayed data if there are only two indexes when they are chapters and chapters are at index and if there is only one index with most replayed data just using index would do the job note that | 1 |
36,804 | 2,812,631,361 | IssuesEvent | 2015-05-18 09:56:15 | thesgc/chembiohub_helpdesk | https://api.github.com/repos/thesgc/chembiohub_helpdesk | closed | More a comment - No one will search ChemReg using SMILES. Most likely by compoun | app: ChemReg name: Steve priority: Low SMILES upload status: Won't fix | More a comment - No one will search ChemReg using SMILES. Most likely by compound type (amine, kinase etc).
date recorded in spreadsheet: 18/03/2015 13:00:18
comments from spreadsheet:
PB - Just because it's unlikely doesn't mean you shouldn't provide that mechanism. | 1.0 | More a comment - No one will search ChemReg using SMILES. Most likely by compoun - More a comment - No one will search ChemReg using SMILES. Most likely by compound type (amine, kinase etc).
date recorded in spreadsheet: 18/03/2015 13:00:18
comments from spreadsheet:
PB - Just because it's unlikely doesn't mean you shouldn't provide that mechanism. | priority | more a comment no one will search chemreg using smiles most likely by compoun more a comment no one will search chemreg using smiles most likely by compound type amine kinase etc date recorded in spreadsheet comments from spreadsheet pb just because it s unlikely doesn t mean you shouldn t provide that mechanism | 1 |
752,488 | 26,287,041,135 | IssuesEvent | 2023-01-08 00:00:38 | sandwich-machine/sandwich-machine | https://api.github.com/repos/sandwich-machine/sandwich-machine | closed | [BUG] Opens, but doesn't generate sandwich when run through run.bat. | type: bug priority: low status: needs more information | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Opens, but doesn't generate sandwich when run through run.bat.
### Expected Behavior
Opens, and generates sandwich when run through run.bat.
### Steps To Reproduce
Try to generate a sandwich.
### Environment
```markdown
- OS: Windows 10 Pro 21H2
- Node: 16.16.0
- npm: 8.11.0
```
### Anything else?
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | [BUG] Opens, but doesn't generate sandwich when run through run.bat. - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Opens, but doesn't generate sandwich when run through run.bat.
### Expected Behavior
Opens, and generates sandwich when run through run.bat.
### Steps To Reproduce
Try to generate a sandwich.
### Environment
```markdown
- OS: Windows 10 Pro 21H2
- Node: 16.16.0
- npm: 8.11.0
```
### Anything else?
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | opens but doesn t generate sandwich when run through run bat is there an existing issue for this i have searched the existing issues current behavior opens but doesn t generate sandwich when run through run bat expected behavior opens and generates sandwich when run through run bat steps to reproduce try to generate a sandwich environment markdown os windows pro node npm anything else no response code of conduct i agree to follow this project s code of conduct | 1 |
473,482 | 13,643,132,194 | IssuesEvent | 2020-09-25 16:36:31 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | Invalid plugin disable/enable | low-priority bug | One of the principles of ntopng (and of most user interfaces/applications) is that there must be a single way of doing a certain thing. This means that if in a GUI you allow this
- both actions, being then the same, must have the same effect and the behavior consistent.
- the icons for both actions must be alike
Example:


This is bug number one of this ticket that needs to be addressed.
On top of this problem, there is another bug. If a plugin is disabled via the toggle

it cannot be enabled via the green enable button

but it must be re-enabled via the above toogle.
Summary
- fix this inconsistent behaviour by removing this button

- make sure that the above button behaviour is honoured for host plugins with multiple enable button as in the picture below

| 1.0 | Invalid plugin disable/enable - One of the principles of ntopng (and of most user interfaces/applications) is that there must be a single way of doing a certain thing. This means that if in a GUI you allow this
- both actions, being then the same, must have the same effect and the behavior consistent.
- the icons for both actions must be alike
Example:


This is bug number one of this ticket that needs to be addressed.
On top of this problem, there is another bug. If a plugin is disabled via the toggle

it cannot be enabled via the green enable button

but it must be re-enabled via the above toogle.
Summary
- fix this inconsistent behaviour by removing this button

- make sure that the above button behaviour is honoured for host plugins with multiple enable button as in the picture below

| priority | invalid plugin disable enable one of the principles of ntopng and of most user interfaces applications is that there must be a single way of doing a certain thing this means that if in a gui you allow this both actions being then the same must have the same effect and the behavior consistent the icons for both actions must be alike example this is bug number one of this ticket that needs to be addressed on top of this problem there is another bug if a plugin is disabled via the toggle it cannot be enabled via the green enable button but it must be re enabled via the above toogle summary fix this inconsistent behaviour by removing this button make sure that the above button behaviour is honoured for host plugins with multiple enable button as in the picture below | 1 |
279,891 | 8,675,165,836 | IssuesEvent | 2018-11-30 10:04:37 | allan-walpy/vulmy | https://api.github.com/repos/allan-walpy/vulmy | closed | pre and after build scripts | an improvement cause duplicate flow task priority green scope server | - [ ] separate from Vulmy.Server `*.csproj` file;
- [ ] a folder `scripts` in root directory;
- [ ] optimize some; | 1.0 | pre and after build scripts - - [ ] separate from Vulmy.Server `*.csproj` file;
- [ ] a folder `scripts` in root directory;
- [ ] optimize some; | priority | pre and after build scripts separate from vulmy server csproj file a folder scripts in root directory optimize some | 1 |
332,777 | 10,110,665,319 | IssuesEvent | 2019-07-30 10:49:16 | pombase/canto | https://api.github.com/repos/pombase/canto | closed | Annotation confirmation sometimes doesn't show evidence | PHI-Canto bug low priority | I've noticed that sometimes when confirming a metagenotype annotation (in the _Create annotation_ workflow), the cell for 'Evidence' is empty, even though experimental evidence has been selected. For example, I chose the evidence code 'Asexual sporulation assay', but it doesn't display:

However, the data is still saved correctly, and it displays in annotation tables once you finalise the annotation:

I've tried this with at least one different evidence code, and the same bug still happens. | 1.0 | Annotation confirmation sometimes doesn't show evidence - I've noticed that sometimes when confirming a metagenotype annotation (in the _Create annotation_ workflow), the cell for 'Evidence' is empty, even though experimental evidence has been selected. For example, I chose the evidence code 'Asexual sporulation assay', but it doesn't display:

However, the data is still saved correctly, and it displays in annotation tables once you finalise the annotation:

I've tried this with at least one different evidence code, and the same bug still happens. | priority | annotation confirmation sometimes doesn t show evidence i ve noticed that sometimes when confirming a metagenotype annotation in the create annotation workflow the cell for evidence is empty even though experimental evidence has been selected for example i chose the evidence code asexual sporulation assay but it doesn t display however the data is still saved correctly and it displays in annotation tables once you finalise the annotation i ve tried this with at least one different evidence code and the same bug still happens | 1 |
520,451 | 15,086,397,955 | IssuesEvent | 2021-02-05 20:15:41 | FlushBG/cmEZ | https://api.github.com/repos/FlushBG/cmEZ | opened | Create issue templates | Priority: Low Status: Open Type: Maintenance | For a better repository structure, issue templates should be added to maintain a consistent style. Initially, it would be good to have feature and bug templates, alongside adding others in the future. | 1.0 | Create issue templates - For a better repository structure, issue templates should be added to maintain a consistent style. Initially, it would be good to have feature and bug templates, alongside adding others in the future. | priority | create issue templates for a better repository structure issue templates should be added to maintain a consistent style initially it would be good to have feature and bug templates alongside adding others in the future | 1 |
327,384 | 9,974,920,294 | IssuesEvent | 2019-07-09 11:52:19 | FireDynamics/propti | https://api.github.com/repos/FireDynamics/propti | closed | IMP Run Successful: Plot Best Results | low-priority | In GitLab by @hehnen1 on Nov 29, 2017, 10:53
After the IMP has been finished create automatically comparison plot(s) with the target (experimental) data and the simulation results.
Connected to the plotting framework, issue #25. | 1.0 | IMP Run Successful: Plot Best Results - In GitLab by @hehnen1 on Nov 29, 2017, 10:53
After the IMP has been finished create automatically comparison plot(s) with the target (experimental) data and the simulation results.
Connected to the plotting framework, issue #25. | priority | imp run successful plot best results in gitlab by on nov after the imp has been finished create automatically comparison plot s with the target experimental data and the simulation results connected to the plotting framework issue | 1 |
203,523 | 7,065,299,398 | IssuesEvent | 2018-01-06 18:19:32 | yashdsaraf/reimagined-eureka | https://api.github.com/repos/yashdsaraf/reimagined-eureka | opened | Add buttons to perform actions only on selected elements in admin component | enhancement priority: low | Add options to **delete selected** and **approve selected** appropriately in users and plugins sub-components of the admin component. | 1.0 | Add buttons to perform actions only on selected elements in admin component - Add options to **delete selected** and **approve selected** appropriately in users and plugins sub-components of the admin component. | priority | add buttons to perform actions only on selected elements in admin component add options to delete selected and approve selected appropriately in users and plugins sub components of the admin component | 1 |
601,862 | 18,437,903,097 | IssuesEvent | 2021-10-14 14:48:39 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | [Ghostlands] Shadowpine Catlord Pets Aggro Issues | Confirmed 1-19 Priority-Low | ### What client do you play on?
enUS
### Faction
- [ ] Alliance
- [X] Horde
### Content Phase:
- [ ] Generic
- [X] 1-19
- [ ] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
### Current Behaviour
Original Post: https://github.com/chromiecraft/chromiecraft/issues/1598
After you aggro the Catlords and run away, you exit combat but the ghost paw lynxes still track you.
### Expected Blizzlike Behaviour
When Catlords de-aggro, ghost paw lynx pets also de-aggro.
### Source

### Steps to reproduce the problem
1. Aggro catlord.
2. Run away.
3. Watch as the lynx follows you around, not attacking you.
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/d20f315bd5370761f226460964ae506a97f372c0
### Operating system
Windows 10
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft
| 1.0 | [Ghostlands] Shadowpine Catlord Pets Aggro Issues - ### What client do you play on?
enUS
### Faction
- [ ] Alliance
- [X] Horde
### Content Phase:
- [ ] Generic
- [X] 1-19
- [ ] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
### Current Behaviour
Original Post: https://github.com/chromiecraft/chromiecraft/issues/1598
After you aggro the Catlords and run away, you exit combat but the ghost paw lynxes still track you.
### Expected Blizzlike Behaviour
When Catlords de-aggro, ghost paw lynx pets also de-aggro.
### Source

### Steps to reproduce the problem
1. Aggro catlord.
2. Run away.
3. Watch as the lynx follows you around, not attacking you.
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/d20f315bd5370761f226460964ae506a97f372c0
### Operating system
Windows 10
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft
| priority | shadowpine catlord pets aggro issues what client do you play on enus faction alliance horde content phase generic current behaviour original post after you aggro the catlords and run away you exit combat but the ghost paw lynxes still track you expected blizzlike behaviour when catlords de aggro ghost paw lynx pets also de aggro source steps to reproduce the problem aggro catlord run away watch as the lynx follows you around not attacking you extra notes no response ac rev hash commit operating system windows modules customizations none server chromiecraft | 1 |
602,541 | 18,471,825,322 | IssuesEvent | 2021-10-17 21:30:18 | TownyAdvanced/Towny | https://api.github.com/repos/TownyAdvanced/Towny | closed | Suggestion: Enhancements to Town Ruining | enhancement Priority-Low Label-Town Ruining | I have a variety of features I'd love to be added to Townys ruining system, some may be duplicates of feature requests that already exist so I apologise if thats the case, but let me know and I'll edit them out of the request!
Customizable permissions when towns get ruined - Currently towny enables all permissions so players are free to do anything, preferably this would be customizable at the same level that you can customise current town permissions (Such as enabling/disabling use, place, destroy, interact for residents, nations, allies etc)
Ability to enable/disable explosions in ruined towns
Ability to whitelist or blacklist specific items from being used, placed or destroyed within ruined towns (For example letting people mine ore blocks, but still protecting the structures within the ruins)
Ability for separate reclaim times for the mayors, assistants and residents, with whoever issuing the reclaim command becoming the town mayor and the former mayor becoming a town assistant
Ability for reclaim times to be disabled entirely, allowing a town to be reclaimed as soon as it falls
A grace period where if you reclaim a town within x amount of time, you get a discounted reclaim price
A towns reclaim price is adjustable depending on the predicted value of the town (Plots owned, residents etc) and a toggleable multiplier for each additional day the town has been ruined | 1.0 | Suggestion: Enhancements to Town Ruining - I have a variety of features I'd love to be added to Townys ruining system, some may be duplicates of feature requests that already exist so I apologise if thats the case, but let me know and I'll edit them out of the request!
Customizable permissions when towns get ruined - Currently towny enables all permissions so players are free to do anything, preferably this would be customizable at the same level that you can customise current town permissions (Such as enabling/disabling use, place, destroy, interact for residents, nations, allies etc)
Ability to enable/disable explosions in ruined towns
Ability to whitelist or blacklist specific items from being used, placed or destroyed within ruined towns (For example letting people mine ore blocks, but still protecting the structures within the ruins)
Ability for separate reclaim times for the mayors, assistants and residents, with whoever issuing the reclaim command becoming the town mayor and the former mayor becoming a town assistant
Ability for reclaim times to be disabled entirely, allowing a town to be reclaimed as soon as it falls
A grace period where if you reclaim a town within x amount of time, you get a discounted reclaim price
A towns reclaim price is adjustable depending on the predicted value of the town (Plots owned, residents etc) and a toggleable multiplier for each additional day the town has been ruined | priority | suggestion enhancements to town ruining i have a variety of features i d love to be added to townys ruining system some may be duplicates of feature requests that already exist so i apologise if thats the case but let me know and i ll edit them out of the request customizable permissions when towns get ruined currently towny enables all permissions so players are free to do anything preferably this would be customizable at the same level that you can customise current town permissions such as enabling disabling use place destroy interact for residents nations allies etc ability to enable disable explosions in ruined towns ability to whitelist or blacklist specific items from being used placed or destroyed within ruined towns for example letting people mine ore blocks but still protecting the structures within the ruins ability for separate reclaim times for the mayors assistants and residents with whoever issuing the reclaim command becoming the town mayor and the former mayor becoming a town assistant ability for reclaim times to be disabled entirely allowing a town to be reclaimed as soon as it falls a grace period where if you reclaim a town within x amount of time you get a discounted reclaim price a towns reclaim price is adjustable depending on the predicted value of the town plots owned residents etc and a toggleable multiplier for each additional day the town has been ruined | 1 |
250,532 | 7,978,429,153 | IssuesEvent | 2018-07-17 18:17:30 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | opened | Convert a bunch of raw SQL queries to Slick syntax | NextCity Priority: Low | Slick is a Scala library that allows us to write SQL queries using a more function scala-style syntax. It also enables us to compose queries, which is one of the ways that Slick helps us to reuse code. Slick then compiles this into normal SQL code.
We have a bunch of repetitive queries that are written in raw SQL that we should convert to Slick. We should at least go for the low hanging fruit while we are doing the rework of the backend. But there are some queries that are too complicated to convert to Slick right now. | 1.0 | Convert a bunch of raw SQL queries to Slick syntax - Slick is a Scala library that allows us to write SQL queries using a more function scala-style syntax. It also enables us to compose queries, which is one of the ways that Slick helps us to reuse code. Slick then compiles this into normal SQL code.
We have a bunch of repetitive queries that are written in raw SQL that we should convert to Slick. We should at least go for the low hanging fruit while we are doing the rework of the backend. But there are some queries that are too complicated to convert to Slick right now. | priority | convert a bunch of raw sql queries to slick syntax slick is a scala library that allows us to write sql queries using a more function scala style syntax it also enables us to compose queries which is one of the ways that slick helps us to reuse code slick then compiles this into normal sql code we have a bunch of repetitive queries that are written in raw sql that we should convert to slick we should at least go for the low hanging fruit while we are doing the rework of the backend but there are some queries that are too complicated to convert to slick right now | 1 |
309,790 | 9,480,310,108 | IssuesEvent | 2019-04-20 16:41:58 | hot-dog-games/Blue-Alert | https://api.github.com/repos/hot-dog-games/Blue-Alert | closed | Ground troops renders on aire troops | Always Low priority Type C | ***Description:***
When a air troop surpases a ground troop the engine renders the ground troop on the air troop
***How to reproduce:***
Spwan a G.I
Spwan a Harrier behind the G.I since the Harrier has more mov.speed will surpas the G.I fast and you can see the bug there
***What should happen:***
The ground troop should be rendered below the air troop

| 1.0 | Ground troops renders on aire troops - ***Description:***
When a air troop surpases a ground troop the engine renders the ground troop on the air troop
***How to reproduce:***
Spwan a G.I
Spwan a Harrier behind the G.I since the Harrier has more mov.speed will surpas the G.I fast and you can see the bug there
***What should happen:***
The ground troop should be rendered below the air troop

| priority | ground troops renders on aire troops description when a air troop surpases a ground troop the engine renders the ground troop on the air troop how to reproduce spwan a g i spwan a harrier behind the g i since the harrier has more mov speed will surpas the g i fast and you can see the bug there what should happen the ground troop should be rendered below the air troop | 1 |
59,152 | 3,103,599,067 | IssuesEvent | 2015-08-31 11:04:52 | YetiForceCompany/YetiForceCRM | https://api.github.com/repos/YetiForceCompany/YetiForceCRM | closed | [QUESTION] How Document Control should works ? | Label::Logic Label::Module Priority::#1 Low Type::Question | Can you give me example of usage Document Control ? How it should works ?
additionally - have you planned documentation about all modules and functions in YF ? | 1.0 | [QUESTION] How Document Control should works ? - Can you give me example of usage Document Control ? How it should works ?
additionally - have you planned documentation about all modules and functions in YF ? | priority | how document control should works can you give me example of usage document control how it should works additionally have you planned documentation about all modules and functions in yf | 1 |
510,111 | 14,785,109,888 | IssuesEvent | 2021-01-12 01:54:42 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | dynamic threads don't work on x86 in some configurations | Stale area: Memory Protection area: X86 bug priority: low | Dynamic threads are an optional userspace feature; if CONFIG_DYNAMIC_OBJECTS is enabled, a thread may call `k_object_alloc(K_OBJ_THREAD)` which returns a usable `struct k_thread` pointer. This pointer is no more than 4-byte aligned; Zephyr does not have a heap which allows returning aligned pointers.
On x86, thread->arch may have members which require alignment. Currently this happens if CONFIG_EAGER_FP_SHARING or CONFIG_LAZY_FP_SHARING is turned on, as thread->arch will then contain structs requiring alignment because they get passed to x86 CPU instructions to save/restore fp context. Threads that are instantiated statically will be aligned properly, but likely not if allocated dynamically, resulting in a CPU exception when context is attempted to be saved/restored.
A quick survey of arches reveals that only x86 threads have this problem.
We may need to find an alternate storage area. Floating point register stuff could possibly be stored in thread-local area, next to where we put errno; its contents are only significant when the thread is swapped out, and hence a user thread being able to touch this is not of concern. | 1.0 | dynamic threads don't work on x86 in some configurations - Dynamic threads are an optional userspace feature; if CONFIG_DYNAMIC_OBJECTS is enabled, a thread may call `k_object_alloc(K_OBJ_THREAD)` which returns a usable `struct k_thread` pointer. This pointer is no more than 4-byte aligned; Zephyr does not have a heap which allows returning aligned pointers.
On x86, thread->arch may have members which require alignment. Currently this happens if CONFIG_EAGER_FP_SHARING or CONFIG_LAZY_FP_SHARING is turned on, as thread->arch will then contain structs requiring alignment because they get passed to x86 CPU instructions to save/restore fp context. Threads that are instantiated statically will be aligned properly, but likely not if allocated dynamically, resulting in a CPU exception when context is attempted to be saved/restored.
A quick survey of arches reveals that only x86 threads have this problem.
We may need to find an alternate storage area. Floating point register stuff could possibly be stored in thread-local area, next to where we put errno; its contents are only significant when the thread is swapped out, and hence a user thread being able to touch this is not of concern. | priority | dynamic threads don t work on in some configurations dynamic threads are an optional userspace feature if config dynamic objects is enabled a thread may call k object alloc k obj thread which returns a usable struct k thread pointer this pointer is no more than byte aligned zephyr does not have a heap which allows returning aligned pointers on thread arch may have members which require alignment currently this happens if config eager fp sharing or config lazy fp sharing is turned on as thread arch will then contain structs requiring alignment because they get passed to cpu instructions to save restore fp context threads that are instantiated statically will be aligned properly but likely not if allocated dynamically resulting in a cpu exception when context is attempted to be saved restored a quick survey of arches reveals that only threads have this problem we may need to find an alternate storage area floating point register stuff could possibly be stored in thread local area next to where we put errno its contents are only significant when the thread is swapped out and hence a user thread being able to touch this is not of concern | 1 |
470,621 | 13,541,739,849 | IssuesEvent | 2020-09-16 16:17:07 | shahednasser/sbuttons | https://api.github.com/repos/shahednasser/sbuttons | closed | Change background color of ".sidebar a:before" to variable | Priority: Low first-timers-only good first issue help wanted up-for-grabs website | set the background color of `.sidebar a:before` to the CSS variable `--main-color` | 1.0 | Change background color of ".sidebar a:before" to variable - set the background color of `.sidebar a:before` to the CSS variable `--main-color` | priority | change background color of sidebar a before to variable set the background color of sidebar a before to the css variable main color | 1 |
336,260 | 10,174,138,446 | IssuesEvent | 2019-08-08 14:30:20 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | closed | [BUG] | Game ended when the horde won the first war and i was playing Kilrog Deadeye | :beetle: bug :beetle: :grey_exclamation: priority low | **DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
**Mod Version**
1.5
**What expansions do you have installed?**
All
**Please explain your issue in as much detail as possible:**
Game ends as soon horde wins when you are playing as character killrog of house Deadeye
**Steps to reproduce the issue:**
Play as him and see if it repeats
**Upload an attachment below: .zip of your save, or screenshots:**
forgot to take pic | 1.0 | [BUG] | Game ended when the horde won the first war and i was playing Kilrog Deadeye - **DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
**Mod Version**
1.5
**What expansions do you have installed?**
All
**Please explain your issue in as much detail as possible:**
Game ends as soon horde wins when you are playing as character killrog of house Deadeye
**Steps to reproduce the issue:**
Play as him and see if it repeats
**Upload an attachment below: .zip of your save, or screenshots:**
forgot to take pic | priority | game ended when the horde won the first war and i was playing kilrog deadeye do not remove pre existing lines mod version what expansions do you have installed all please explain your issue in as much detail as possible game ends as soon horde wins when you are playing as character killrog of house deadeye steps to reproduce the issue play as him and see if it repeats upload an attachment below zip of your save or screenshots forgot to take pic | 1 |
158,928 | 6,037,272,977 | IssuesEvent | 2017-06-09 18:15:19 | sbpp/sourcebans-pp | https://api.github.com/repos/sbpp/sourcebans-pp | closed | Error pop up SB 1.6.1 > admin panel | Priority: Low Status: Revision Needed | Hello guys, I tried the 1.6.1 and when I go the the "admin panel" the SB show me a pop up like :
```
Error: the XML response that was returned from the server is invalid. Received:
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /www/includes/sb-callback.php on line 2320
Warning: file_get_contents(https://sbpp.github.io/version.json): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /www/includes/sb-callback.php on line 2320
Error]]>Error]]>Error retrieving latest release.
Error retrieving latest Git Commit.]]>
``` | 1.0 | Error pop up SB 1.6.1 > admin panel - Hello guys, I tried the 1.6.1 and when I go the the "admin panel" the SB show me a pop up like :
```
Error: the XML response that was returned from the server is invalid. Received:
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /www/includes/sb-callback.php on line 2320
Warning: file_get_contents(https://sbpp.github.io/version.json): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /www/includes/sb-callback.php on line 2320
Error]]>Error]]>Error retrieving latest release.
Error retrieving latest Git Commit.]]>
``` | priority | error pop up sb admin panel hello guys i tried the and when i go the the admin panel the sb show me a pop up like error the xml response that was returned from the server is invalid received warning file get contents php network getaddresses getaddrinfo failed name or service not known in www includes sb callback php on line warning file get contents failed to open stream php network getaddresses getaddrinfo failed name or service not known in www includes sb callback php on line error error error retrieving latest release error retrieving latest git commit | 1 |
630,767 | 20,117,569,800 | IssuesEvent | 2022-02-07 21:17:52 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Allow access from hosts other than `localhost` during development | 🟩 priority: low 🚦 status: awaiting triage 🤖 aspect: dx 🧰 goal: internal improvement | ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
To be able to access a locally running nuxt server from another device on the same network, you need to either tunnel the request through something like `caddy` or `ngrok` or update the `nuxt.config.js` `server.host` property to `0.0.0.0`. We should just set the the `host` property to `0.0.0.0` automatically in dev. It doesn't hurt the existing workflow and only makes it more flexible for testing across multiple devices.
## Alternatives
<!-- Describe any alternative solutions or features you have considered. How is this feature better? -->
Recommend an official method of tunneling requests locally (like `caddy`) and add a `package.json` script for initiating the tunneling.
The idea is to just make this process easier and not require temporary code changes.
## Additional context
<!-- Add any other context about the feature here; or delete the section entirely. -->
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [x] 🙋 I would be interested in implementing this feature.
| 1.0 | Allow access from hosts other than `localhost` during development - ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
To be able to access a locally running nuxt server from another device on the same network, you need to either tunnel the request through something like `caddy` or `ngrok` or update the `nuxt.config.js` `server.host` property to `0.0.0.0`. We should just set the the `host` property to `0.0.0.0` automatically in dev. It doesn't hurt the existing workflow and only makes it more flexible for testing across multiple devices.
## Alternatives
<!-- Describe any alternative solutions or features you have considered. How is this feature better? -->
Recommend an official method of tunneling requests locally (like `caddy`) and add a `package.json` script for initiating the tunneling.
The idea is to just make this process easier and not require temporary code changes.
## Additional context
<!-- Add any other context about the feature here; or delete the section entirely. -->
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [x] 🙋 I would be interested in implementing this feature.
| priority | allow access from hosts other than localhost during development problem to be able to access a locally running nuxt server from another device on the same network you need to either tunnel the request through something like caddy or ngrok or update the nuxt config js server host property to we should just set the the host property to automatically in dev it doesn t hurt the existing workflow and only makes it more flexible for testing across multiple devices alternatives recommend an official method of tunneling requests locally like caddy and add a package json script for initiating the tunneling the idea is to just make this process easier and not require temporary code changes additional context implementation 🙋 i would be interested in implementing this feature | 1 |
26,928 | 2,688,873,903 | IssuesEvent | 2015-03-31 05:14:30 | TheDarkMuffin/ft-reports | https://api.github.com/repos/TheDarkMuffin/ft-reports | opened | Turn guidelines into rules | low priority organization suggestion | With a lack of rigor and leaving it up to the whims of those acting in the heat of the moment, there's bound to be more error in judgement and human fallacy involved. I think we should increase the rigor of the guidelines and make them actual rules. | 1.0 | Turn guidelines into rules - With a lack of rigor and leaving it up to the whims of those acting in the heat of the moment, there's bound to be more error in judgement and human fallacy involved. I think we should increase the rigor of the guidelines and make them actual rules. | priority | turn guidelines into rules with a lack of rigor and leaving it up to the whims of those acting in the heat of the moment there s bound to be more error in judgement and human fallacy involved i think we should increase the rigor of the guidelines and make them actual rules | 1 |
90,524 | 3,822,721,356 | IssuesEvent | 2016-03-30 03:10:15 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [FVT] Please update the executed message for xcatd start/stop | priority:low status:pending type:bug | On redhat7.2, while execute the "service xcatd start/stop" the message are "xcatd" not "xCATd" as sles and Ubuntu. Please make them unified.
RH7.2
```
[root@c910f02c01p13 ~]# lsxcatd -a
Version 2.12 (git commit 4a340b3a84e03fdff895b18870e12b8e0f170d7d, built Tue Mar 22 09:30:38 EDT 2016)
This is a Management Node
cfgloc=mysql:dbname=xcatdb;host=10.2.1.13|xcatadmin
dbengine=mysql
dbname=xcatdb
dbhost=10.2.1.13
dbadmin=xcatadmin
[root@c910f02c01p13 ~]# service xcatd status
xCAT service is running
[root@c910f02c01p13 ~]# service xcatd stop
Stopping xcatd (via systemctl): [ OK ]
[root@c910f02c01p13 ~]# service xcatd start
Starting xcatd (via systemctl): [ OK ]
```
Ubuntu:
```
root@c910f03fsp03v06:~# service xcatd stop
Stopping xCATd *
root@c910f03fsp03v06:~# service xcatd start
Starting xCATd Error loading module /opt/xcat/lib/perl/xCAT_plugin
*
root@c910f03fsp03v06:~# service xcatd status
xCAT service is running
```
Sles:
```
c910f02c01p14:~ # service xcatd status
xCAT service is running
c910f02c01p14:~ # service xcatd stop
Stopping xCATd done
c910f02c01p14:~ # service xcatd start
Starting xCATd done
c910f02c01p14:~ #
```
| 1.0 | [FVT] Please update the executed message for xcatd start/stop - On redhat7.2, while execute the "service xcatd start/stop" the message are "xcatd" not "xCATd" as sles and Ubuntu. Please make them unified.
RH7.2
```
[root@c910f02c01p13 ~]# lsxcatd -a
Version 2.12 (git commit 4a340b3a84e03fdff895b18870e12b8e0f170d7d, built Tue Mar 22 09:30:38 EDT 2016)
This is a Management Node
cfgloc=mysql:dbname=xcatdb;host=10.2.1.13|xcatadmin
dbengine=mysql
dbname=xcatdb
dbhost=10.2.1.13
dbadmin=xcatadmin
[root@c910f02c01p13 ~]# service xcatd status
xCAT service is running
[root@c910f02c01p13 ~]# service xcatd stop
Stopping xcatd (via systemctl): [ OK ]
[root@c910f02c01p13 ~]# service xcatd start
Starting xcatd (via systemctl): [ OK ]
```
Ubuntu:
```
root@c910f03fsp03v06:~# service xcatd stop
Stopping xCATd *
root@c910f03fsp03v06:~# service xcatd start
Starting xCATd Error loading module /opt/xcat/lib/perl/xCAT_plugin
*
root@c910f03fsp03v06:~# service xcatd status
xCAT service is running
```
Sles:
```
c910f02c01p14:~ # service xcatd status
xCAT service is running
c910f02c01p14:~ # service xcatd stop
Stopping xCATd done
c910f02c01p14:~ # service xcatd start
Starting xCATd done
c910f02c01p14:~ #
```
| priority | please update the executed message for xcatd start stop on while execute the service xcatd start stop the message are xcatd not xcatd as sles and ubuntu please make them unified lsxcatd a version git commit built tue mar edt this is a management node cfgloc mysql dbname xcatdb host xcatadmin dbengine mysql dbname xcatdb dbhost dbadmin xcatadmin service xcatd status xcat service is running service xcatd stop stopping xcatd via systemctl service xcatd start starting xcatd via systemctl ubuntu root service xcatd stop stopping xcatd root service xcatd start starting xcatd error loading module opt xcat lib perl xcat plugin root service xcatd status xcat service is running sles service xcatd status xcat service is running service xcatd stop stopping xcatd done service xcatd start starting xcatd done | 1 |
691,222 | 23,688,593,680 | IssuesEvent | 2022-08-29 08:45:14 | Gogo1951/Groupie | https://api.github.com/repos/Gogo1951/Groupie | closed | Add Warcraft Logs Link to Right Click Character Menu | Priority - 4 Low Type - Enhancement | 
3rd Option...
Warcraft Logs Link
> {rt3} Groupie : Warcraft Logs Link https://classic.warcraftlogs.com/character/us/faerlina/gogodruid
## Sample URLs
Easy format... https://classic.warcraftlogs.com/character/REGION/SERVER/CHARACTER
100% OK if we can only do US to start.
https://classic.warcraftlogs.com/character/us/faerlina/gogodruid
https://classic.warcraftlogs.com/character/EU/Lakeshire/Keepar
https://classic.warcraftlogs.com/character/kr/로크홀라/로크홀라제일냥꾼
Oof the non-roman encoding may be a shit show. OK if we don't do that to start. | 1.0 | Add Warcraft Logs Link to Right Click Character Menu - 
3rd Option...
Warcraft Logs Link
> {rt3} Groupie : Warcraft Logs Link https://classic.warcraftlogs.com/character/us/faerlina/gogodruid
## Sample URLs
Easy format... https://classic.warcraftlogs.com/character/REGION/SERVER/CHARACTER
100% OK if we can only do US to start.
https://classic.warcraftlogs.com/character/us/faerlina/gogodruid
https://classic.warcraftlogs.com/character/EU/Lakeshire/Keepar
https://classic.warcraftlogs.com/character/kr/로크홀라/로크홀라제일냥꾼
Oof the non-roman encoding may be a shit show. OK if we don't do that to start. | priority | add warcraft logs link to right click character menu option warcraft logs link groupie warcraft logs link sample urls easy format ok if we can only do us to start oof the non roman encoding may be a shit show ok if we don t do that to start | 1 |
80,649 | 3,572,718,294 | IssuesEvent | 2016-01-27 01:00:40 | eustasy/authenticatron | https://api.github.com/repos/eustasy/authenticatron | closed | Expand the Glossary | Priority: Low Status: Confirmed | Include things like URL, OTP Auth, and QR Code.
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27619471-expand-the-glossary?utm_campaign=plugin&utm_content=tracker%2F8106754&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8106754&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Expand the Glossary - Include things like URL, OTP Auth, and QR Code.
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27619471-expand-the-glossary?utm_campaign=plugin&utm_content=tracker%2F8106754&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8106754&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | expand the glossary include things like url otp auth and qr code want to back this issue we accept bounties via | 1 |
798,144 | 28,238,111,676 | IssuesEvent | 2023-04-06 03:40:20 | StartsMercury/simply-no-shading | https://api.github.com/repos/StartsMercury/simply-no-shading | closed | Config Screen Background Issue | bug low priority | It has been observed that the config screen is missing the dirt background on the title and button panels of the config screen when a world is loaded in version 6.0.5 for Minecraft versions 1.19.1, 1.19.2, and 1.19.3. | 1.0 | Config Screen Background Issue - It has been observed that the config screen is missing the dirt background on the title and button panels of the config screen when a world is loaded in version 6.0.5 for Minecraft versions 1.19.1, 1.19.2, and 1.19.3. | priority | config screen background issue it has been observed that the config screen is missing the dirt background on the title and button panels of the config screen when a world is loaded in version for minecraft versions and | 1 |
40,782 | 2,868,941,912 | IssuesEvent | 2015-06-05 22:05:51 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Utility to add test data to local pub server. | bug Priority-Low wontfix | <a href="https://github.com/amouravski"><img src="https://avatars.githubusercontent.com/u/264967?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [amouravski](https://github.com/amouravski)**
_Originally opened as dart-lang/sdk#8436_
----
It would be nice to be able to call a utility to insert test package data into your locally running pub server. | 1.0 | Utility to add test data to local pub server. - <a href="https://github.com/amouravski"><img src="https://avatars.githubusercontent.com/u/264967?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [amouravski](https://github.com/amouravski)**
_Originally opened as dart-lang/sdk#8436_
----
It would be nice to be able to call a utility to insert test package data into your locally running pub server. | priority | utility to add test data to local pub server issue by originally opened as dart lang sdk it would be nice to be able to call a utility to insert test package data into your locally running pub server | 1 |
513,655 | 14,924,568,744 | IssuesEvent | 2021-01-24 00:39:56 | Templarian/MaterialDesign-Site | https://api.github.com/repos/Templarian/MaterialDesign-Site | closed | Donation System | Low Priority | I'm not sure if this something that will ever be added, but we can use this issue to discuss how this would work. | 1.0 | Donation System - I'm not sure if this something that will ever be added, but we can use this issue to discuss how this would work. | priority | donation system i m not sure if this something that will ever be added but we can use this issue to discuss how this would work | 1 |
317,069 | 9,660,583,538 | IssuesEvent | 2019-05-20 15:47:56 | ansible/galaxy | https://api.github.com/repos/ansible/galaxy | closed | Repo import error: (Task "262732" failed: argument of type 'NoneType' is not iterable) | area/backend priority/low type/bug | When I try to import my repository (ansible-i2p) on galaxy I get the following failure output:
```
INFO Starting import: task_id=262732, repository=grooveadelic/ansible-i2p
INFO Content search - Looking for file "apb.yml"
INFO Content search - Looking for top level role metadata file
Task "262732" failed: argument of type 'NoneType' is not iterable
```
I had no issue with the import before the new design rolled out. Tried to reauthenticate galaxy just in case. Also for a role I'm not sure the metadata would be in the top level, if it's refering to `meta/main.yml` | 1.0 | Repo import error: (Task "262732" failed: argument of type 'NoneType' is not iterable) - When I try to import my repository (ansible-i2p) on galaxy I get the following failure output:
```
INFO Starting import: task_id=262732, repository=grooveadelic/ansible-i2p
INFO Content search - Looking for file "apb.yml"
INFO Content search - Looking for top level role metadata file
Task "262732" failed: argument of type 'NoneType' is not iterable
```
I had no issue with the import before the new design rolled out. Tried to reauthenticate galaxy just in case. Also for a role I'm not sure the metadata would be in the top level, if it's refering to `meta/main.yml` | priority | repo import error task failed argument of type nonetype is not iterable when i try to import my repository ansible on galaxy i get the following failure output info starting import task id repository grooveadelic ansible info content search looking for file apb yml info content search looking for top level role metadata file task failed argument of type nonetype is not iterable i had no issue with the import before the new design rolled out tried to reauthenticate galaxy just in case also for a role i m not sure the metadata would be in the top level if it s refering to meta main yml | 1 |
556,651 | 16,487,749,227 | IssuesEvent | 2021-05-24 20:45:26 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | opened | LDAP Authentication process "broken" | kind/question meta/help wanted meta/needs triage priority/low | # I have questions about LDAP authentication
## Description
I have recently started using docker-mailserver as im migrating more and more to open source self hosted software.
After using it for a while i thought, why not integrate this into my central authentication system using LDAP.
(I am using a samba domain controller in this case, ldap authentication is fully set up and has been working for months, nextcloud for example works flawlessly)
I am using the following docker-compose.yml (altered in domain name and passwords of course)
``` yml
version: '3.8'
services:
mailserver:
services:
mailserver:
image: docker.io/mailserver/docker-mailserver:latest
hostname: Mail
domainname: example
container_name: mailserver
env_file: mailserver.env
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
ports:
- "25:25"
- "143:143"
- "587:587"
- "993:993"
volumes:
- maildata:/var/mail
- mailstate:/var/mail-state
- maillogs:/var/log/mail
- /etc/localtime:/etc/localtime:ro
- ./config/:/tmp/docker-mailserver/${SELINUX_LABEL}
environment:
- ENABLE_SPAMASSASSIN=1
- ENABLE_CLAMAV=1
- ENABLE_FAIL2BAN=1
- ENABLE_POSTGREY=1
# Enable STARTTLS
- LDAP_START_TLS=yes
- DOVECOT_TLS=yes
- SASLAUTHD_LDAP_START_TLS=yes
# >>> Postfix LDAP Integration
- ENABLE_LDAP=1
- LDAP_SERVER_HOST=dc001
- LDAP_BIND_DN=CN=Mail (SERVICE),OU=Users,DC=example,DC=com
- LDAP_BIND_PW=Passw0rdForBindUser
- LDAP_SEARCH_BASE=DC=example,DC=com
- LDAP_QUERY_FILTER_DOMAIN=(|(mail=*@%s)(mailAlias=*@%s)(mailGroupMember=*@%s))
- LDAP_QUERY_FILTER_USER=(&(objectClass=inetOrgPerson)(mail=%s))
- LDAP_QUERY_FILTER_ALIAS=(&(objectClass=inetOrgPerson)(mailAlias=%s))
- LDAP_QUERY_FILTER_GROUP=(&(objectClass=inetOrgPerson)(mailGroupMember=%s))
- LDAP_QUERY_FILTER_SENDERS=(&(objectClass=inetOrgPerson)(|(mail=%s)(mailAlias=%s)(mailGroupMember=%s)))
- SPOOF_PROTECTION=1
# <<< Postfix LDAP Integration
# >>> Dovecot LDAP Integration
- DOVECOT_USER_FILTER=(&(objectClass=inetOrgPerson)(mail=%u))
- DOVECOT_PASS_ATTRS=uid=user,userPassword=password
- DOVECOT_USER_ATTRS==home=/var/mail/%{ldap:uid},=mail=maildir:~/Maildir,uidNumber=uid,gidNumber=gid
# <<< Dovecot LDAP Integration
# >>> SASL LDAP Authentication
- ENABLE_SASLAUTHD=1
- SASLAUTHD_MECHANISMS=ldap
- SASLAUTHD_LDAP_FILTER=(&(mail=%U@example.org)(objectClass=inetOrgPerson))
# <<< SASL LDAP Authentication
- ONE_DIR=1
- DMS_DEBUG=1
# - SSL_TYPE=letsencrypt
- PERMIT_DOCKER=host
restart: unless-stopped
cap_add: [ "NET_ADMIN", "SYS_PTRACE" ]
volumes:
maildata:
mailstate:
maillogs:
```
## What i tried
- Using different users as bind users, the default administrator comes to mind.
- Disabling STARTTLS on ldap resulted in something along the lines of "Strong(er) Authentication required" error message from my ad (In other words, tls has to be used)
- Appending "yes" to the config /etc/dovecot/dovecot-ldap.conf.ext in line 12
# Environment
I am running a virtualized - newly set up - debian buster with the newest patches and i installed docker-mailserver using the installation guide described in the readme.
--> uname -a
--> Linux Mail 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
mailserver.txt is the output of running docker-compose up mailserver and trying to connect once using thunderbird with a working and not disabled user.
[mailserver.txt](https://github.com/docker-mailserver/docker-mailserver/files/6534883/mailserver.txt)
Did i forget any configuration/are any flags missing?
Thanks in advance :)! | 1.0 | LDAP Authentication process "broken" - # I have questions about LDAP authentication
## Description
I have recently started using docker-mailserver as im migrating more and more to open source self hosted software.
After using it for a while i thought, why not integrate this into my central authentication system using LDAP.
(I am using a samba domain controller in this case, ldap authentication is fully set up and has been working for months, nextcloud for example works flawlessly)
I am using the following docker-compose.yml (altered in domain name and passwords of course)
``` yml
version: '3.8'
services:
mailserver:
services:
mailserver:
image: docker.io/mailserver/docker-mailserver:latest
hostname: Mail
domainname: example
container_name: mailserver
env_file: mailserver.env
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
ports:
- "25:25"
- "143:143"
- "587:587"
- "993:993"
volumes:
- maildata:/var/mail
- mailstate:/var/mail-state
- maillogs:/var/log/mail
- /etc/localtime:/etc/localtime:ro
- ./config/:/tmp/docker-mailserver/${SELINUX_LABEL}
environment:
- ENABLE_SPAMASSASSIN=1
- ENABLE_CLAMAV=1
- ENABLE_FAIL2BAN=1
- ENABLE_POSTGREY=1
# Enable STARTTLS
- LDAP_START_TLS=yes
- DOVECOT_TLS=yes
- SASLAUTHD_LDAP_START_TLS=yes
# >>> Postfix LDAP Integration
- ENABLE_LDAP=1
- LDAP_SERVER_HOST=dc001
- LDAP_BIND_DN=CN=Mail (SERVICE),OU=Users,DC=example,DC=com
- LDAP_BIND_PW=Passw0rdForBindUser
- LDAP_SEARCH_BASE=DC=example,DC=com
- LDAP_QUERY_FILTER_DOMAIN=(|(mail=*@%s)(mailAlias=*@%s)(mailGroupMember=*@%s))
- LDAP_QUERY_FILTER_USER=(&(objectClass=inetOrgPerson)(mail=%s))
- LDAP_QUERY_FILTER_ALIAS=(&(objectClass=inetOrgPerson)(mailAlias=%s))
- LDAP_QUERY_FILTER_GROUP=(&(objectClass=inetOrgPerson)(mailGroupMember=%s))
- LDAP_QUERY_FILTER_SENDERS=(&(objectClass=inetOrgPerson)(|(mail=%s)(mailAlias=%s)(mailGroupMember=%s)))
- SPOOF_PROTECTION=1
# <<< Postfix LDAP Integration
# >>> Dovecot LDAP Integration
- DOVECOT_USER_FILTER=(&(objectClass=inetOrgPerson)(mail=%u))
- DOVECOT_PASS_ATTRS=uid=user,userPassword=password
- DOVECOT_USER_ATTRS==home=/var/mail/%{ldap:uid},=mail=maildir:~/Maildir,uidNumber=uid,gidNumber=gid
# <<< Dovecot LDAP Integration
# >>> SASL LDAP Authentication
- ENABLE_SASLAUTHD=1
- SASLAUTHD_MECHANISMS=ldap
- SASLAUTHD_LDAP_FILTER=(&(mail=%U@example.org)(objectClass=inetOrgPerson))
# <<< SASL LDAP Authentication
- ONE_DIR=1
- DMS_DEBUG=1
# - SSL_TYPE=letsencrypt
- PERMIT_DOCKER=host
restart: unless-stopped
cap_add: [ "NET_ADMIN", "SYS_PTRACE" ]
volumes:
maildata:
mailstate:
maillogs:
```
## What i tried
- Using different users as bind users, the default administrator comes to mind.
- Disabling STARTTLS on ldap resulted in something along the lines of "Strong(er) Authentication required" error message from my ad (In other words, tls has to be used)
- Appending "yes" to the config /etc/dovecot/dovecot-ldap.conf.ext in line 12
# Environment
I am running a virtualized - newly set up - debian buster with the newest patches and i installed docker-mailserver using the installation guide described in the readme.
--> uname -a
--> Linux Mail 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
mailserver.txt is the output of running docker-compose up mailserver and trying to connect once using thunderbird with a working and not disabled user.
[mailserver.txt](https://github.com/docker-mailserver/docker-mailserver/files/6534883/mailserver.txt)
Did i forget any configuration/are any flags missing?
Thanks in advance :)! | priority | ldap authentication process broken i have questions about ldap authentication description i have recently started using docker mailserver as im migrating more and more to open source self hosted software after using it for a while i thought why not integrate this into my central authentication system using ldap i am using a samba domain controller in this case ldap authentication is fully set up and has been working for months nextcloud for example works flawlessly i am using the following docker compose yml altered in domain name and passwords of course yml version services mailserver services mailserver image docker io mailserver docker mailserver latest hostname mail domainname example container name mailserver env file mailserver env to avoid conflicts with yaml base float do not remove the quotation marks ports volumes maildata var mail mailstate var mail state maillogs var log mail etc localtime etc localtime ro config tmp docker mailserver selinux label environment enable spamassassin enable clamav enable enable postgrey enable starttls ldap start tls yes dovecot tls yes saslauthd ldap start tls yes postfix ldap integration enable ldap ldap server host ldap bind dn cn mail service ou users dc example dc com ldap bind pw ldap search base dc example dc com ldap query filter domain mail s mailalias s mailgroupmember s ldap query filter user objectclass inetorgperson mail s ldap query filter alias objectclass inetorgperson mailalias s ldap query filter group objectclass inetorgperson mailgroupmember s ldap query filter senders objectclass inetorgperson mail s mailalias s mailgroupmember s spoof protection postfix ldap integration dovecot ldap integration dovecot user filter objectclass inetorgperson mail u dovecot pass attrs uid user userpassword password dovecot user attrs home var mail ldap uid mail maildir maildir uidnumber uid gidnumber gid dovecot ldap integration sasl ldap authentication enable saslauthd saslauthd mechanisms ldap saslauthd ldap filter mail u example org objectclass inetorgperson sasl ldap authentication one dir dms debug ssl type letsencrypt permit docker host restart unless stopped cap add volumes maildata mailstate maillogs what i tried using different users as bind users the default administrator comes to mind disabling starttls on ldap resulted in something along the lines of strong er authentication required error message from my ad in other words tls has to be used appending yes to the config etc dovecot dovecot ldap conf ext in line environment i am running a virtualized newly set up debian buster with the newest patches and i installed docker mailserver using the installation guide described in the readme uname a linux mail smp debian gnu linux mailserver txt is the output of running docker compose up mailserver and trying to connect once using thunderbird with a working and not disabled user did i forget any configuration are any flags missing thanks in advance | 1 |
136,227 | 5,277,040,225 | IssuesEvent | 2017-02-07 01:26:32 | HackGT/Ultimate-Checkin | https://api.github.com/repos/HackGT/Ultimate-Checkin | opened | Event customization | enhancement low priority | It should be possible to edit the header's title and image. Currently, they are statically set to HackGT-specific values. | 1.0 | Event customization - It should be possible to edit the header's title and image. Currently, they are statically set to HackGT-specific values. | priority | event customization it should be possible to edit the header s title and image currently they are statically set to hackgt specific values | 1 |
91,933 | 3,863,517,793 | IssuesEvent | 2016-04-08 09:45:57 | iamxavier/elmah | https://api.github.com/repos/iamxavier/elmah | closed | Add ability to put ad-hoc data into the error for logging | auto-migrated Component-Logic Component-Persistence Component-UI Priority-Low Type-Enhancement | ```
Much like this issue:
http://code.google.com/p/elmah/issues/detail?id=11
Except, get this data to the other error providers, like database.
Maybe there would be a more generic 'Error_Outputting' event that would
just let you
add text or streams. You could have properties like 'filestreams'
and 'othertext'.
The othertext would be extra text in the body of the email or body of the
database
entry. The filestreams would be turned into attachments in the email and
handled
appropriately in the other output formats....
```
Original issue reported on code.google.com by `wayne.br...@gmail.com` on 1 Feb 2008 at 2:53 | 1.0 | Add ability to put ad-hoc data into the error for logging - ```
Much like this issue:
http://code.google.com/p/elmah/issues/detail?id=11
Except, get this data to the other error providers, like database.
Maybe there would be a more generic 'Error_Outputting' event that would
just let you
add text or streams. You could have properties like 'filestreams'
and 'othertext'.
The othertext would be extra text in the body of the email or body of the
database
entry. The filestreams would be turned into attachments in the email and
handled
appropriately in the other output formats....
```
Original issue reported on code.google.com by `wayne.br...@gmail.com` on 1 Feb 2008 at 2:53 | priority | add ability to put ad hoc data into the error for logging much like this issue except get this data to the other error providers like database maybe there would be a more generic error outputting event that would just let you add text or streams you could have properties like filestreams and othertext the othertext would be extra text in the body of the email or body of the database entry the filestreams would be turned into attachments in the email and handled appropriately in the other output formats original issue reported on code google com by wayne br gmail com on feb at | 1 |
109,298 | 4,384,924,730 | IssuesEvent | 2016-08-08 06:36:38 | JelloRanger/MapGenerator | https://api.github.com/repos/JelloRanger/MapGenerator | opened | Add scale to map | enhancement help wanted low priority | Add a scale to the map image so users can tell distances (this should be configurable via the UI) | 1.0 | Add scale to map - Add a scale to the map image so users can tell distances (this should be configurable via the UI) | priority | add scale to map add a scale to the map image so users can tell distances this should be configurable via the ui | 1 |
634,063 | 20,323,504,351 | IssuesEvent | 2022-02-18 02:18:34 | Patkeenz/SOEN341_Team3 | https://api.github.com/repos/Patkeenz/SOEN341_Team3 | closed | [Admin Feature]: As an Admin I would like to create an account to be able to access the business website | User Story Belongs to Epic 1 high priority low risk 3 pts | Start off as only one admin maybe, can create business button or smtg to indicate if admin set to different page to specify, sign up as admit have 5 digit code | 1.0 | [Admin Feature]: As an Admin I would like to create an account to be able to access the business website - Start off as only one admin maybe, can create business button or smtg to indicate if admin set to different page to specify, sign up as admit have 5 digit code | priority | as an admin i would like to create an account to be able to access the business website start off as only one admin maybe can create business button or smtg to indicate if admin set to different page to specify sign up as admit have digit code | 1 |
206,834 | 7,121,624,307 | IssuesEvent | 2018-01-19 08:40:24 | TV-Rename/tvrename | https://api.github.com/repos/TV-Rename/tvrename | closed | User-definable "copy" "move", etc. functions/scripts | Priority-Low auto-migrated enhancement | ```
Have TVRename run external scripts (or hit webpages) for carrying out a
move/copy operation, rather than doing it ourselves.
```
Original issue reported on code.google.com by `tvren...@tvrename.com` on 10 Sep 2009 at 1:17
| 1.0 | User-definable "copy" "move", etc. functions/scripts - ```
Have TVRename run external scripts (or hit webpages) for carrying out a
move/copy operation, rather than doing it ourselves.
```
Original issue reported on code.google.com by `tvren...@tvrename.com` on 10 Sep 2009 at 1:17
| priority | user definable copy move etc functions scripts have tvrename run external scripts or hit webpages for carrying out a move copy operation rather than doing it ourselves original issue reported on code google com by tvren tvrename com on sep at | 1 |
421,558 | 12,258,476,281 | IssuesEvent | 2020-05-06 15:10:06 | RoboTeamTwente/roboteam_ai | https://api.github.com/repos/RoboTeamTwente/roboteam_ai | closed | Defenders do not pass ball to each other | Low priority bug | This problem relates to issue #537 which was mostly solved by pull request #715. However the only thing that was not solved were the passes between defenders (which currently does not happen at all). I think that this is a problem inside the normal play strategy. | 1.0 | Defenders do not pass ball to each other - This problem relates to issue #537 which was mostly solved by pull request #715. However the only thing that was not solved were the passes between defenders (which currently does not happen at all). I think that this is a problem inside the normal play strategy. | priority | defenders do not pass ball to each other this problem relates to issue which was mostly solved by pull request however the only thing that was not solved were the passes between defenders which currently does not happen at all i think that this is a problem inside the normal play strategy | 1 |
785,727 | 27,623,730,633 | IssuesEvent | 2023-03-10 03:52:58 | Women-in-Computing-at-RIT/WicHacker-Manager | https://api.github.com/repos/Women-in-Computing-at-RIT/WicHacker-Manager | opened | [Feature Request] Canary Deployments | Feature Request Low Priority General | **Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Change deployment to blue/green or canary deployments so we can easily rollback changes that don’t work - also have no downtime
**Describe alternatives you've considered**
Dev in prod 🤷♀️
| 1.0 | [Feature Request] Canary Deployments - **Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Change deployment to blue/green or canary deployments so we can easily rollback changes that don’t work - also have no downtime
**Describe alternatives you've considered**
Dev in prod 🤷♀️
| priority | canary deployments is your feature request related to a problem please describe no describe the solution you d like change deployment to blue green or canary deployments so we can easily rollback changes that don’t work also have no downtime describe alternatives you ve considered dev in prod 🤷♀️ | 1 |
397,609 | 11,730,342,959 | IssuesEvent | 2020-03-10 21:10:30 | ngardiner/TWCManager | https://api.github.com/repos/ngardiner/TWCManager | closed | Better module instantiation | cleanup low-priority | There isn't much dynamic about the current module instantiation code (which is entirely static) - would be nice instead to define a dict of various different type (source, control, status) of modules and then a loop to instantiate them all. | 1.0 | Better module instantiation - There isn't much dynamic about the current module instantiation code (which is entirely static) - would be nice instead to define a dict of various different type (source, control, status) of modules and then a loop to instantiate them all. | priority | better module instantiation there isn t much dynamic about the current module instantiation code which is entirely static would be nice instead to define a dict of various different type source control status of modules and then a loop to instantiate them all | 1 |
496,790 | 14,354,655,168 | IssuesEvent | 2020-11-30 08:59:44 | ppy/osu | https://api.github.com/repos/ppy/osu | closed | Beatmap carousel always scrolls from top when filtering | area:song-select low-priority type:UI | **Describe the bug:**
Because all beatmap Y positions move closer to the top when applying a more narrow filter, all scrolling seems to scroll from the top even thought the beatmap might have already been on screen below the selected beatmap. Same vice-versa - when expanding/removing the filter, all scrolling seems to happen from bottom.
**Screenshots or videos showing encountered issue:**
https://imgur.com/a/y2vBAl6 (gif would have been over 10MB)
**osu!lazer version:**
Unpushed code at #8384 (it's difficult to see in actual releases because the selection after filtering is random)
master is at 09f905355d2052a6f15c4c52178fec0e4f206775
edit: Example video from 2020.1121.0: https://imgur.com/a/gVqtzNz | 1.0 | Beatmap carousel always scrolls from top when filtering - **Describe the bug:**
Because all beatmap Y positions move closer to the top when applying a more narrow filter, all scrolling seems to scroll from the top even thought the beatmap might have already been on screen below the selected beatmap. Same vice-versa - when expanding/removing the filter, all scrolling seems to happen from bottom.
**Screenshots or videos showing encountered issue:**
https://imgur.com/a/y2vBAl6 (gif would have been over 10MB)
**osu!lazer version:**
Unpushed code at #8384 (it's difficult to see in actual releases because the selection after filtering is random)
master is at 09f905355d2052a6f15c4c52178fec0e4f206775
edit: Example video from 2020.1121.0: https://imgur.com/a/gVqtzNz | priority | beatmap carousel always scrolls from top when filtering describe the bug because all beatmap y positions move closer to the top when applying a more narrow filter all scrolling seems to scroll from the top even thought the beatmap might have already been on screen below the selected beatmap same vice versa when expanding removing the filter all scrolling seems to happen from bottom screenshots or videos showing encountered issue gif would have been over osu lazer version unpushed code at it s difficult to see in actual releases because the selection after filtering is random master is at edit example video from | 1 |
72,710 | 3,390,450,719 | IssuesEvent | 2015-11-30 10:42:49 | d-ronin/dRonin | https://api.github.com/repos/d-ronin/dRonin | opened | ChibiOS uptime is limited to 4294 seconds/1hr 11 min | flight priority/low | ChibiOS:
https://github.com/d-ronin/dronin/blob/next/flight/PiOS/Common/pios_thread.c#L206
```c
#define ST2MS(n) (((((n) - 1UL) * 1000UL) / CH_FREQUENCY) + 1UL)
```
Overflows at (2^32-1)/1000
(2^32-1)/1000/1000(ms) = 4295 s = approx 1 hr 11 mins
FreeRTOS:
https://github.com/d-ronin/dronin/blob/next/flight/PiOS/Common/pios_thread.c#L43
```c
#define TICKS2MS(t) ((t) * (portTICK_RATE_MS))
```
portTICK_RATE_MS is 1 for our targets (i.e. 1000 Hz tick frequency) thus overflows at 2^31-1
(2^32-1)/1000(ms) = 4294967 s = approx 1193 hours | 1.0 | ChibiOS uptime is limited to 4294 seconds/1hr 11 min - ChibiOS:
https://github.com/d-ronin/dronin/blob/next/flight/PiOS/Common/pios_thread.c#L206
```c
#define ST2MS(n) (((((n) - 1UL) * 1000UL) / CH_FREQUENCY) + 1UL)
```
Overflows at (2^32-1)/1000
(2^32-1)/1000/1000(ms) = 4295 s = approx 1 hr 11 mins
FreeRTOS:
https://github.com/d-ronin/dronin/blob/next/flight/PiOS/Common/pios_thread.c#L43
```c
#define TICKS2MS(t) ((t) * (portTICK_RATE_MS))
```
portTICK_RATE_MS is 1 for our targets (i.e. 1000 Hz tick frequency) thus overflows at 2^31-1
(2^32-1)/1000(ms) = 4294967 s = approx 1193 hours | priority | chibios uptime is limited to seconds min chibios c define n n ch frequency overflows at ms s approx hr mins freertos c define t t porttick rate ms porttick rate ms is for our targets i e hz tick frequency thus overflows at ms s approx hours | 1 |
309,175 | 9,462,558,082 | IssuesEvent | 2019-04-17 15:40:39 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | RISC-V: RV32M1: Load access fault when accessing GPIO port E | area: RISCv32 bug priority: low | **Describe the bug**
Due to the clock for GPIO port E on the RV32M1 not being enabled, attempting to access any of the port E registers cause a load access fault exception.
**To Reproduce**
Steps to reproduce the behavior:
1. Attempt to access GPIO port E registers on the RV32M1 SoC
2. Error reported on console (see further down)
**Expected behavior**
Port E register access succeeds.
**Impact**
GPIO port E on the RV32M1 is unusable from Zephyr.
**Environment (please complete the following information):**
- OS: Linux
- Toolchain Zephyr SDK 0.10.0
- master branch
**Additional context**
N/A
**Screenshots or console output**
```***** Booting Zephyr OS v1.14.0-rc3-186-g32095eb51e92 *****
Exception cause Load access fault (5)
Current thread ID = 0x200001fc
Faulting instruction address = 0x1b3e
ra: 0x746 gp: 0x0 tp: 0x0 t0: 0x1880
t1: 0x200001fc t2: 0xfffffff5 t3: 0x0 t4: 0x0
t5: 0x0 t6: 0x0 a0: 0x41037000 a1: 0x0
a2: 0x0 a3: 0x1 a4: 0x4100f000 a5: 0x1
a6: 0x1 a7: 0x0
Fatal fault in essential thread! Spinning...
| 1.0 | RISC-V: RV32M1: Load access fault when accessing GPIO port E - **Describe the bug**
Due to the clock for GPIO port E on the RV32M1 not being enabled, attempting to access any of the port E registers cause a load access fault exception.
**To Reproduce**
Steps to reproduce the behavior:
1. Attempt to access GPIO port E registers on the RV32M1 SoC
2. Error reported on console (see further down)
**Expected behavior**
Port E register access succeeds.
**Impact**
GPIO port E on the RV32M1 is unusable from Zephyr.
**Environment (please complete the following information):**
- OS: Linux
- Toolchain Zephyr SDK 0.10.0
- master branch
**Additional context**
N/A
**Screenshots or console output**
```***** Booting Zephyr OS v1.14.0-rc3-186-g32095eb51e92 *****
Exception cause Load access fault (5)
Current thread ID = 0x200001fc
Faulting instruction address = 0x1b3e
ra: 0x746 gp: 0x0 tp: 0x0 t0: 0x1880
t1: 0x200001fc t2: 0xfffffff5 t3: 0x0 t4: 0x0
t5: 0x0 t6: 0x0 a0: 0x41037000 a1: 0x0
a2: 0x0 a3: 0x1 a4: 0x4100f000 a5: 0x1
a6: 0x1 a7: 0x0
Fatal fault in essential thread! Spinning...
| priority | risc v load access fault when accessing gpio port e describe the bug due to the clock for gpio port e on the not being enabled attempting to access any of the port e registers cause a load access fault exception to reproduce steps to reproduce the behavior attempt to access gpio port e registers on the soc error reported on console see further down expected behavior port e register access succeeds impact gpio port e on the is unusable from zephyr environment please complete the following information os linux toolchain zephyr sdk master branch additional context n a screenshots or console output booting zephyr os exception cause load access fault current thread id faulting instruction address ra gp tp fatal fault in essential thread spinning | 1 |
518,561 | 15,030,288,113 | IssuesEvent | 2021-02-02 07:12:02 | 18praneeth/sushiksha-website | https://api.github.com/repos/18praneeth/sushiksha-website | closed | Shared timer for pair sessions | enhancement low-priority | Please integrate the shared timer, in order to keep track of timings during the pair sessions
Ref: Cuckoo timer - https://cuckoo.team | 1.0 | Shared timer for pair sessions - Please integrate the shared timer, in order to keep track of timings during the pair sessions
Ref: Cuckoo timer - https://cuckoo.team | priority | shared timer for pair sessions please integrate the shared timer in order to keep track of timings during the pair sessions ref cuckoo timer | 1 |
104,457 | 4,211,887,097 | IssuesEvent | 2016-06-29 14:47:40 | dhis2/maintenance-app | https://api.github.com/repos/dhis2/maintenance-app | closed | Model confirm dialog until soft delete is available | enhancement priority:low | By Stian
> Suggestion: Browsers lets users prevent JS-popups, which renders the "delete"-confirmation useless. Use modal window instead? | 1.0 | Model confirm dialog until soft delete is available - By Stian
> Suggestion: Browsers lets users prevent JS-popups, which renders the "delete"-confirmation useless. Use modal window instead? | priority | model confirm dialog until soft delete is available by stian suggestion browsers lets users prevent js popups which renders the delete confirmation useless use modal window instead | 1 |
53,361 | 3,039,402,177 | IssuesEvent | 2015-08-07 08:40:06 | Itseez/opencv | https://api.github.com/repos/Itseez/opencv | closed | cvShowImage() displays a window of which size is different on Windows and Mac | auto-transferred bug category: highgui-gui priority: low | Transferred from http://code.opencv.org/issues/1009
```
|| JongAm Park on 2011-04-16 04:30
|| Priority: Low
|| Affected: None
|| Category: highgui-gui
|| Tracker: Bug
|| Difficulty: None
|| PR: None
|| Platform: None / None
```
cvShowImage() displays a window of which size is different on Windows and Mac
-----------
```
When I tested with same codes, the OpenCV for Mac displayed a taller window than Windows version for a given image.
So, on Windows, the window content area is as big as an image on it, while Mac version shows extra white lines on top side of the image.
```
History
-------
##### Alexander Shishkov on 2012-02-12 21:09
```
- Description changed from When I tested with same codes, the
[[OpenCV]] for Mac displayed a taller wind... to When I tested with
same codes, the OpenCV for Mac displayed a taller window t... More
```
##### Alexander Shishkov on 2012-03-21 21:12
```
- Target version deleted ()
```
##### Alexander Shishkov on 2012-03-25 20:33
```
- Priority changed from Normal to Low
```
##### Alexander Shishkov on 2012-03-25 20:50
```
- Assignee deleted (Vadim Pisarevsky)
```
##### Alexander Shishkov on 2012-04-05 12:44
```
- Target version deleted ()
```
##### Andrey Kamaev on 2012-08-16 15:05
```
- Category changed from highgui-images to highgui-gui
``` | 1.0 | cvShowImage() displays a window of which size is different on Windows and Mac - Transferred from http://code.opencv.org/issues/1009
```
|| JongAm Park on 2011-04-16 04:30
|| Priority: Low
|| Affected: None
|| Category: highgui-gui
|| Tracker: Bug
|| Difficulty: None
|| PR: None
|| Platform: None / None
```
cvShowImage() displays a window of which size is different on Windows and Mac
-----------
```
When I tested with same codes, the OpenCV for Mac displayed a taller window than Windows version for a given image.
So, on Windows, the window content area is as big as an image on it, while Mac version shows extra white lines on top side of the image.
```
History
-------
##### Alexander Shishkov on 2012-02-12 21:09
```
- Description changed from When I tested with same codes, the
[[OpenCV]] for Mac displayed a taller wind... to When I tested with
same codes, the OpenCV for Mac displayed a taller window t... More
```
##### Alexander Shishkov on 2012-03-21 21:12
```
- Target version deleted ()
```
##### Alexander Shishkov on 2012-03-25 20:33
```
- Priority changed from Normal to Low
```
##### Alexander Shishkov on 2012-03-25 20:50
```
- Assignee deleted (Vadim Pisarevsky)
```
##### Alexander Shishkov on 2012-04-05 12:44
```
- Target version deleted ()
```
##### Andrey Kamaev on 2012-08-16 15:05
```
- Category changed from highgui-images to highgui-gui
``` | priority | cvshowimage displays a window of which size is different on windows and mac transferred from jongam park on priority low affected none category highgui gui tracker bug difficulty none pr none platform none none cvshowimage displays a window of which size is different on windows and mac when i tested with same codes the opencv for mac displayed a taller window than windows version for a given image so on windows the window content area is as big as an image on it while mac version shows extra white lines on top side of the image history alexander shishkov on description changed from when i tested with same codes the for mac displayed a taller wind to when i tested with same codes the opencv for mac displayed a taller window t more alexander shishkov on target version deleted alexander shishkov on priority changed from normal to low alexander shishkov on assignee deleted vadim pisarevsky alexander shishkov on target version deleted andrey kamaev on category changed from highgui images to highgui gui | 1 |
612,159 | 18,992,055,636 | IssuesEvent | 2021-11-22 08:36:56 | gbv/cocoda | https://api.github.com/repos/gbv/cocoda | opened | Don't show login information if no login server is configured | user experience low priority | By default no login server is configured, so the Cocoda should not mention login at all:
* there should be no dropdown menu via "Account" in the navbar (currently it's "Log in")
* Account settings should not show the message "you are not logged in" | 1.0 | Don't show login information if no login server is configured - By default no login server is configured, so the Cocoda should not mention login at all:
* there should be no dropdown menu via "Account" in the navbar (currently it's "Log in")
* Account settings should not show the message "you are not logged in" | priority | don t show login information if no login server is configured by default no login server is configured so the cocoda should not mention login at all there should be no dropdown menu via account in the navbar currently it s log in account settings should not show the message you are not logged in | 1 |
710,922 | 24,443,992,935 | IssuesEvent | 2022-10-06 16:24:29 | godaddy-wordpress/coblocks | https://api.github.com/repos/godaddy-wordpress/coblocks | closed | ISBAT see the post editor's "update" button in the expected position | [Type] Bug [Priority] Low | ### Describe the bug:
<!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." -->
The "update" button in the top toolbar appears in the wrong place when CoBlocks is installed.
### To reproduce:
<!-- Steps to reproduce the behavior: -->
1. Fresh site with no plugins other than CoBlocks v2.24.1 activated
2. Open a post in the post editor
3. Take a look at the top bar in the editor
### Expected behavior:
<!-- A clear and concise description of what you expected to happen. -->
The triple-dot kebab menu is usually the menu that appears at the right of the toolbar.
### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->

### Isolating the problem:
<!-- Mark completed items with an [x]. -->
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active **(tested with twenty twenty two)**
- [x] This bug happens **without** the Gutenberg plugin active
- [x] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
v6.0
### Gutenberg version:
<!-- if applicable -->
Plugin not activated.
| 1.0 | ISBAT see the post editor's "update" button in the expected position - ### Describe the bug:
<!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." -->
The "update" button in the top toolbar appears in the wrong place when CoBlocks is installed.
### To reproduce:
<!-- Steps to reproduce the behavior: -->
1. Fresh site with no plugins other than CoBlocks v2.24.1 activated
2. Open a post in the post editor
3. Take a look at the top bar in the editor
### Expected behavior:
<!-- A clear and concise description of what you expected to happen. -->
The triple-dot kebab menu is usually the menu that appears at the right of the toolbar.
### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->

### Isolating the problem:
<!-- Mark completed items with an [x]. -->
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active **(tested with twenty twenty two)**
- [x] This bug happens **without** the Gutenberg plugin active
- [x] I can reproduce this bug consistently using the steps above
### WordPress version:
<!-- What version of WordPress are you using? -->
v6.0
### Gutenberg version:
<!-- if applicable -->
Plugin not activated.
| priority | isbat see the post editor s update button in the expected position describe the bug the update button in the top toolbar appears in the wrong place when coblocks is installed to reproduce fresh site with no plugins other than coblocks activated open a post in the post editor take a look at the top bar in the editor expected behavior the triple dot kebab menu is usually the menu that appears at the right of the toolbar screenshots isolating the problem this bug happens with no other plugins activated this bug happens with a default wordpress theme active tested with twenty twenty two this bug happens without the gutenberg plugin active i can reproduce this bug consistently using the steps above wordpress version gutenberg version plugin not activated | 1 |
245,480 | 7,886,866,095 | IssuesEvent | 2018-06-27 16:32:40 | ME-ICA/tedana | https://api.github.com/repos/ME-ICA/tedana | opened | Add option for wavelet denoising | discussion enhancement low-priority | Wavelet denoising code did exist in tedana [at some point](https://github.com/ME-ICA/me-ica/blob/da6ac4c23a59145530a16bd6f25c676460fe9436/meica.libs/tedana.py#L514-L518), but was never turned on. We probably need to test the code before re-incorporating it, but it does seem like a useful option to have. | 1.0 | Add option for wavelet denoising - Wavelet denoising code did exist in tedana [at some point](https://github.com/ME-ICA/me-ica/blob/da6ac4c23a59145530a16bd6f25c676460fe9436/meica.libs/tedana.py#L514-L518), but was never turned on. We probably need to test the code before re-incorporating it, but it does seem like a useful option to have. | priority | add option for wavelet denoising wavelet denoising code did exist in tedana but was never turned on we probably need to test the code before re incorporating it but it does seem like a useful option to have | 1 |
293,449 | 8,990,443,168 | IssuesEvent | 2019-02-01 05:00:16 | MSF-Jarvis/viscerion | https://api.github.com/repos/MSF-Jarvis/viscerion | closed | Widget to toggle last used tunnel | enhancement longterm low-priority | Functional equivalent of the Quick Settings tile, would be
a good way to try my hands on the remote views API as well. | 1.0 | Widget to toggle last used tunnel - Functional equivalent of the Quick Settings tile, would be
a good way to try my hands on the remote views API as well. | priority | widget to toggle last used tunnel functional equivalent of the quick settings tile would be a good way to try my hands on the remote views api as well | 1 |
643,095 | 20,923,504,021 | IssuesEvent | 2022-03-24 19:52:05 | pixaura/cliqrex-main | https://api.github.com/repos/pixaura/cliqrex-main | closed | [Request]: Plus / hide / rexit on media cards. | enhancement tweak platform: app low-priority done | ### Contact Details
effort@gmail.com
### What is your idea?
After multiple people didn't know how to save or hide a show I think we need to add the plus/hide/rexit buttons back to the bottom of the media card
### Platform
Mobile
N/A
### Make sure you have read the Contribution Guidelines
- [X] I have read the Contribution Guidelines
### Additional Information
N/A

###### Submitted using [this form](https://cliqrex.com/bug-report).
###### Beep-beep boop-boop (I'm a bot) | 1.0 | [Request]: Plus / hide / rexit on media cards. - ### Contact Details
effort@gmail.com
### What is your idea?
After multiple people didn't know how to save or hide a show I think we need to add the plus/hide/rexit buttons back to the bottom of the media card
### Platform
Mobile
N/A
### Make sure you have read the Contribution Guidelines
- [X] I have read the Contribution Guidelines
### Additional Information
N/A

###### Submitted using [this form](https://cliqrex.com/bug-report).
###### Beep-beep boop-boop (I'm a bot) | priority | plus hide rexit on media cards contact details effort gmail com what is your idea after multiple people didn t know how to save or hide a show i think we need to add the plus hide rexit buttons back to the bottom of the media card platform mobile n a make sure you have read the contribution guidelines i have read the contribution guidelines additional information n a submitted using beep beep boop boop i m a bot | 1 |
192,707 | 6,876,411,549 | IssuesEvent | 2017-11-20 00:15:44 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | OpenNebula shouldn't need database creation permission in mysql | Category: Core & System Priority: Low Status: Pending Tracker: Backlog | ---
Author Name: **Javi Fontan** (Javi Fontan)
Original Redmine Issue: 2242, https://dev.opennebula.org/issues/2242
Original Date: 2013-07-29
---
The first command opennebula does with the database is a @CREATE DATABASE IF NOT EXIST@. When the database is already create this permission should not be required.
| 1.0 | OpenNebula shouldn't need database creation permission in mysql - ---
Author Name: **Javi Fontan** (Javi Fontan)
Original Redmine Issue: 2242, https://dev.opennebula.org/issues/2242
Original Date: 2013-07-29
---
The first command opennebula does with the database is a @CREATE DATABASE IF NOT EXIST@. When the database is already create this permission should not be required.
| priority | opennebula shouldn t need database creation permission in mysql author name javi fontan javi fontan original redmine issue original date the first command opennebula does with the database is a create database if not exist when the database is already create this permission should not be required | 1 |
178,691 | 6,617,447,952 | IssuesEvent | 2017-09-21 01:42:32 | bethlakshmi/GBE2 | https://api.github.com/repos/bethlakshmi/GBE2 | closed | Volunteer Review listings lists duplicate humans | Low Priority | I make the following case:
- my account submitted 2 volunteer bids - that's allowed and was a planned use case last year, if I recall.
- both bids work fine in the review code
- in the volunteer allocation for a Volunteer Opportunity (/scheduler/edit/GenericEvent/_event_id_), I get:
- 2 listings for my user's name in "All Volunteers"
- 1 listing in Interested
- 1 listing in Available
I don't mind the 2 listings, but if we do it this way, there should be a way in the "All" to discriminate between the two bids.
| 1.0 | Volunteer Review listings lists duplicate humans - I make the following case:
- my account submitted 2 volunteer bids - that's allowed and was a planned use case last year, if I recall.
- both bids work fine in the review code
- in the volunteer allocation for a Volunteer Opportunity (/scheduler/edit/GenericEvent/_event_id_), I get:
- 2 listings for my user's name in "All Volunteers"
- 1 listing in Interested
- 1 listing in Available
I don't mind the 2 listings, but if we do it this way, there should be a way in the "All" to discriminate between the two bids.
| priority | volunteer review listings lists duplicate humans i make the following case my account submitted volunteer bids that s allowed and was a planned use case last year if i recall both bids work fine in the review code in the volunteer allocation for a volunteer opportunity scheduler edit genericevent event id i get listings for my user s name in all volunteers listing in interested listing in available i don t mind the listings but if we do it this way there should be a way in the all to discriminate between the two bids | 1 |
671,213 | 22,748,893,833 | IssuesEvent | 2022-07-07 11:32:17 | Redocly/redocly-cli | https://api.github.com/repos/Redocly/redocly-cli | closed | Option for join to not create x-tagGroups | Priority: Low Type: Enhancement | **Is your feature request related to a problem? Please describe.**
I was surprised to read this about the `openapi join` command:
>if any of the input files contains the tags object, the join command automatically creates the x-tagGroups object in the output file
and
>If any of the input files contains the x-tagGroups object, the content of this object is ignored by the join command, and not included in the output file.
Essentially, that means that I can't use x-tagGroups. If I put it in any of the input files, the join command is going to ignore it. What the join command creates automatically from my input files is essentially a duplicate of the tags list; every tag appears in the tags list, and every x-tagGroup contains only one tag. The only benefit is that join also brings in the info:description, but that's of questionable value if tags also have descriptions.
Join also puts any untagged operations as xyz_other in x-tagGroups, but that's of questionable value, too, and buggy.
**Describe the solution you'd like**
I would like the `join` command to have an option flag to do this with x-tagGroups:
- Don't create it automatically in the output file
- If the first input file contains x-tagGroups, include it in the output file and ignore x-tagGroups from any of the other input files.
- If the first input file does not contain x-tagGroups but other files do, merge those together in the output file, the same way that tags are merged.
This option would let me be in control of what's in x-tagGroups instead of the join command making that decision for me. I could fully define my x-tragGroups in the first input file, including descriptions and the list of tags in each group. I see this as very synonymous with how all of the `info` properties are read from the first input file and ignored in all other input files.
| 1.0 | Option for join to not create x-tagGroups - **Is your feature request related to a problem? Please describe.**
I was surprised to read this about the `openapi join` command:
>if any of the input files contains the tags object, the join command automatically creates the x-tagGroups object in the output file
and
>If any of the input files contains the x-tagGroups object, the content of this object is ignored by the join command, and not included in the output file.
Essentially, that means that I can't use x-tagGroups. If I put it in any of the input files, the join command is going to ignore it. What the join command creates automatically from my input files is essentially a duplicate of the tags list; every tag appears in the tags list, and every x-tagGroup contains only one tag. The only benefit is that join also brings in the info:description, but that's of questionable value if tags also have descriptions.
Join also puts any untagged operations as xyz_other in x-tagGroups, but that's of questionable value, too, and buggy.
**Describe the solution you'd like**
I would like the `join` command to have an option flag to do this with x-tagGroups:
- Don't create it automatically in the output file
- If the first input file contains x-tagGroups, include it in the output file and ignore x-tagGroups from any of the other input files.
- If the first input file does not contain x-tagGroups but other files do, merge those together in the output file, the same way that tags are merged.
This option would let me be in control of what's in x-tagGroups instead of the join command making that decision for me. I could fully define my x-tragGroups in the first input file, including descriptions and the list of tags in each group. I see this as very synonymous with how all of the `info` properties are read from the first input file and ignored in all other input files.
| priority | option for join to not create x taggroups is your feature request related to a problem please describe i was surprised to read this about the openapi join command if any of the input files contains the tags object the join command automatically creates the x taggroups object in the output file and if any of the input files contains the x taggroups object the content of this object is ignored by the join command and not included in the output file essentially that means that i can t use x taggroups if i put it in any of the input files the join command is going to ignore it what the join command creates automatically from my input files is essentially a duplicate of the tags list every tag appears in the tags list and every x taggroup contains only one tag the only benefit is that join also brings in the info description but that s of questionable value if tags also have descriptions join also puts any untagged operations as xyz other in x taggroups but that s of questionable value too and buggy describe the solution you d like i would like the join command to have an option flag to do this with x taggroups don t create it automatically in the output file if the first input file contains x taggroups include it in the output file and ignore x taggroups from any of the other input files if the first input file does not contain x taggroups but other files do merge those together in the output file the same way that tags are merged this option would let me be in control of what s in x taggroups instead of the join command making that decision for me i could fully define my x traggroups in the first input file including descriptions and the list of tags in each group i see this as very synonymous with how all of the info properties are read from the first input file and ignored in all other input files | 1 |
530,512 | 15,433,945,720 | IssuesEvent | 2021-03-07 00:25:30 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | Sluggable field no longer works after form refresh | Priority: Low Status: Archived Type: Bug | - OctoberCMS Build: 468 (and `develop`)
- PHP Version: 7.4
- Database Engine: MySQL
- Plugins Installed: RainLab.Pages
### Description:
Sluggable fields appear to stop working as soon as a form is refreshed. This happens even if the form context is in `create` and the sluggable field itself has not been modified, so theoretically, the slug should still be tracking the trigger field value.
### Steps To Reproduce:
- Install RainLab.Pages
- Set up two or more layouts and make them available to the Pages plugin (through the `StaticPage` component)
- Create a new page in the Pages plugin
- Add a title (say "Home"), the URL field should automatically change to `/home`
- Switch the layout of the page - this triggers a form refresh.
- Modify the title (say "Welcome"), the URL field no longer automatically updates the slug - it should still remain as `/home`. At this point, we would expect the slug to be `/welcome`. | 1.0 | Sluggable field no longer works after form refresh - - OctoberCMS Build: 468 (and `develop`)
- PHP Version: 7.4
- Database Engine: MySQL
- Plugins Installed: RainLab.Pages
### Description:
Sluggable fields appear to stop working as soon as a form is refreshed. This happens even if the form context is in `create` and the sluggable field itself has not been modified, so theoretically, the slug should still be tracking the trigger field value.
### Steps To Reproduce:
- Install RainLab.Pages
- Set up two or more layouts and make them available to the Pages plugin (through the `StaticPage` component)
- Create a new page in the Pages plugin
- Add a title (say "Home"), the URL field should automatically change to `/home`
- Switch the layout of the page - this triggers a form refresh.
- Modify the title (say "Welcome"), the URL field no longer automatically updates the slug - it should still remain as `/home`. At this point, we would expect the slug to be `/welcome`. | priority | sluggable field no longer works after form refresh octobercms build and develop php version database engine mysql plugins installed rainlab pages description sluggable fields appear to stop working as soon as a form is refreshed this happens even if the form context is in create and the sluggable field itself has not been modified so theoretically the slug should still be tracking the trigger field value steps to reproduce install rainlab pages set up two or more layouts and make them available to the pages plugin through the staticpage component create a new page in the pages plugin add a title say home the url field should automatically change to home switch the layout of the page this triggers a form refresh modify the title say welcome the url field no longer automatically updates the slug it should still remain as home at this point we would expect the slug to be welcome | 1 |
35,119 | 2,789,804,287 | IssuesEvent | 2015-05-08 21:35:53 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | opened | Choice of data type for x-axis in the Annotated Time Line | Priority-Low Type-Enhancement | Original [issue 160](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=160) created by orwant on 2010-01-08T06:04:14.000Z:
<b>What would you like to see us add to this API?</b>
The ability to use the Annotated Time Line for more data types than just
time. For example, it would be great to be able to use the Annotated Time
Line to create an elevation profile. The x-axis in this case would be
distance instead of time. The 1d 1w 1m 1y max zoom levels could be 1m 10m
100m 1km 10km max. I know it sounds silly to allow the "time line" to
display other data than just time, but it would be cool.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Annotated Time Line
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | Choice of data type for x-axis in the Annotated Time Line - Original [issue 160](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=160) created by orwant on 2010-01-08T06:04:14.000Z:
<b>What would you like to see us add to this API?</b>
The ability to use the Annotated Time Line for more data types than just
time. For example, it would be great to be able to use the Annotated Time
Line to create an elevation profile. The x-axis in this case would be
distance instead of time. The 1d 1w 1m 1y max zoom levels could be 1m 10m
100m 1km 10km max. I know it sounds silly to allow the "time line" to
display other data than just time, but it would be cool.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Annotated Time Line
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| priority | choice of data type for x axis in the annotated time line original created by orwant on what would you like to see us add to this api the ability to use the annotated time line for more data types than just time for example it would be great to be able to use the annotated time line to create an elevation profile the x axis in this case would be distance instead of time the max zoom levels could be max i know it sounds silly to allow the quot time line quot to display other data than just time but it would be cool what component is this issue related to piechart linechart datatable query etc annotated time line for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 1 |
754,579 | 26,394,359,731 | IssuesEvent | 2023-01-12 18:01:14 | CarnegieLearningWeb/UpGrade | https://api.github.com/repos/CarnegieLearningWeb/UpGrade | closed | Warning message for import during version mismatch could be more helpful | enhancement priority: low | **Is your feature request related to a problem? Please describe.**
When importing an experiment that was created in a different version of UpGrade, a warning message appears about the mismatch and that "some parts may not function as intended". This is a good start but it would be more helpful to eventually have a more informative warning message here (at minimum if the imported file is older or newer than the version of UpGrade it's being imported to).
<img width="502" alt="image" src="https://user-images.githubusercontent.com/65311369/201176602-19a4ab8e-03c2-427c-959b-ded0a337a4fa.png">
| 1.0 | Warning message for import during version mismatch could be more helpful - **Is your feature request related to a problem? Please describe.**
When importing an experiment that was created in a different version of UpGrade, a warning message appears about the mismatch and that "some parts may not function as intended". This is a good start but it would be more helpful to eventually have a more informative warning message here (at minimum if the imported file is older or newer than the version of UpGrade it's being imported to).
<img width="502" alt="image" src="https://user-images.githubusercontent.com/65311369/201176602-19a4ab8e-03c2-427c-959b-ded0a337a4fa.png">
| priority | warning message for import during version mismatch could be more helpful is your feature request related to a problem please describe when importing an experiment that was created in a different version of upgrade a warning message appears about the mismatch and that some parts may not function as intended this is a good start but it would be more helpful to eventually have a more informative warning message here at minimum if the imported file is older or newer than the version of upgrade it s being imported to img width alt image src | 1 |
783,085 | 27,517,964,253 | IssuesEvent | 2023-03-06 13:16:48 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | HCI-UART: unable to preform a DFU - GATT CONN timeout | bug priority: low area: Bluetooth area: Bluetooth HCI | **Describe the bug**
Dual processor solution where the host doesn't have a Bluetooth radio and is connected to a Bluetooth SoC via a HCI-UART interface.
Having both applications running, able to connect and send echo commands using the Nordic 'Device Manager' app. Then trying to preform a DFU via the Nordic 'nRF Connect' app. The DFU will start hit 3% then just drops out.
- What target platform are you using?
The host is a STM32L496 MCU running the smp_svr example https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/mgmt/mcumgr/smp_svr.
While the controller is a Nordic nrf52832_XXAA running the HCI-UART sample application https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/hci_uart.
- What have you tried to diagnose or workaround this issue?
I have tried to change the buffer size allocations on both the host and controller which doesn't change the behaviour.
Sometimes the connection will just drop out with no addition log information.
**To Reproduce**
Steps to reproduce the behaviour:
1. Connect the 2 dev boards togethers with the following overlay definitions for the UART interface.
HCI-UART
zephyr,bt-mon-uart = &uart0;
zephyr,bt-c2h-uart = &uart0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
arduino_serial: &uart0 {
status = "okay";
compatible = "nordic,nrf-uart";
current-speed = <115200>;
tx-pin = <6>;
rx-pin = <8>;
rts-pin = <5>;
cts-pin = <7>;
hw-flow-control;
};
SMP_SVR
zephyr,bt-uart = &usart3;
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9 &usart3_rts_pb14 &usart3_cts_pb13>;
pinctrl-names = "default";
current-speed = <115200>;
hw-flow-control;
status = "okay";
};
2. Using smp_svr project as the baseline for the host, build a signed image to load onto the nucleo_l496zg board.
Using hci_uart as the baseline for the controller build and load onto the nrf52832-mdk board.
3. Add a log entry and rebuild another version of the smp_svr application for the DFU image update.
4. From Nordic 'nRF Connect' app Connect to the 'Zephyr' device.
5. Tap the DFU icon and select the smp_svr application firmware you just modified and rebuilt to update the host with.
6. Select mode as 'Test and Confirm' and the press okay.
You should see the 'nRF Connect' app bring up the transfer speed graph and after about 5 seconds just disconnects.
**Expected behavior**
A successful DFU image should be downloaded to the host MCU and rebooted into it.
**Impact**
What impact does this issue have on your progress (e.g., annoyance, showstopper)
Show stopper unless there is another clean way of providing Bluetooth functionality with DFU updates for non Bluetooth enabled devices.
**Logs and console output**
Logs attached.
HCI-UART
[hci_uart log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256075/hci_uart.log.txt)
SMP_SVR
[smp_svr RTT log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256077/smp_svr.RTT.log.txt)
nRF Connect
[nRF Connect log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256074/nRF.Connect.log.txt)
**Environment (please complete the following information):**
- OS: Windows 10
- Toolchain: gcc: 10_2020-q4-major
- Commit SHA or Version: Zephyr v3.2.0
| 1.0 | HCI-UART: unable to preform a DFU - GATT CONN timeout - **Describe the bug**
Dual processor solution where the host doesn't have a Bluetooth radio and is connected to a Bluetooth SoC via a HCI-UART interface.
Having both applications running, able to connect and send echo commands using the Nordic 'Device Manager' app. Then trying to preform a DFU via the Nordic 'nRF Connect' app. The DFU will start hit 3% then just drops out.
- What target platform are you using?
The host is a STM32L496 MCU running the smp_svr example https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/mgmt/mcumgr/smp_svr.
While the controller is a Nordic nrf52832_XXAA running the HCI-UART sample application https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/hci_uart.
- What have you tried to diagnose or workaround this issue?
I have tried to change the buffer size allocations on both the host and controller which doesn't change the behaviour.
Sometimes the connection will just drop out with no addition log information.
**To Reproduce**
Steps to reproduce the behaviour:
1. Connect the 2 dev boards togethers with the following overlay definitions for the UART interface.
HCI-UART
zephyr,bt-mon-uart = &uart0;
zephyr,bt-c2h-uart = &uart0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
arduino_serial: &uart0 {
status = "okay";
compatible = "nordic,nrf-uart";
current-speed = <115200>;
tx-pin = <6>;
rx-pin = <8>;
rts-pin = <5>;
cts-pin = <7>;
hw-flow-control;
};
SMP_SVR
zephyr,bt-uart = &usart3;
&usart3 {
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9 &usart3_rts_pb14 &usart3_cts_pb13>;
pinctrl-names = "default";
current-speed = <115200>;
hw-flow-control;
status = "okay";
};
2. Using smp_svr project as the baseline for the host, build a signed image to load onto the nucleo_l496zg board.
Using hci_uart as the baseline for the controller build and load onto the nrf52832-mdk board.
3. Add a log entry and rebuild another version of the smp_svr application for the DFU image update.
4. From Nordic 'nRF Connect' app Connect to the 'Zephyr' device.
5. Tap the DFU icon and select the smp_svr application firmware you just modified and rebuilt to update the host with.
6. Select mode as 'Test and Confirm' and the press okay.
You should see the 'nRF Connect' app bring up the transfer speed graph and after about 5 seconds just disconnects.
**Expected behavior**
A successful DFU image should be downloaded to the host MCU and rebooted into it.
**Impact**
What impact does this issue have on your progress (e.g., annoyance, showstopper)
Show stopper unless there is another clean way of providing Bluetooth functionality with DFU updates for non Bluetooth enabled devices.
**Logs and console output**
Logs attached.
HCI-UART
[hci_uart log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256075/hci_uart.log.txt)
SMP_SVR
[smp_svr RTT log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256077/smp_svr.RTT.log.txt)
nRF Connect
[nRF Connect log.txt](https://github.com/zephyrproject-rtos/zephyr/files/10256074/nRF.Connect.log.txt)
**Environment (please complete the following information):**
- OS: Windows 10
- Toolchain: gcc: 10_2020-q4-major
- Commit SHA or Version: Zephyr v3.2.0
| priority | hci uart unable to preform a dfu gatt conn timeout describe the bug dual processor solution where the host doesn t have a bluetooth radio and is connected to a bluetooth soc via a hci uart interface having both applications running able to connect and send echo commands using the nordic device manager app then trying to preform a dfu via the nordic nrf connect app the dfu will start hit then just drops out what target platform are you using the host is a mcu running the smp svr example while the controller is a nordic xxaa running the hci uart sample application what have you tried to diagnose or workaround this issue i have tried to change the buffer size allocations on both the host and controller which doesn t change the behaviour sometimes the connection will just drop out with no addition log information to reproduce steps to reproduce the behaviour connect the dev boards togethers with the following overlay definitions for the uart interface hci uart zephyr bt mon uart zephyr bt uart zephyr console zephyr shell uart zephyr uart mcumgr arduino serial status okay compatible nordic nrf uart current speed tx pin rx pin rts pin cts pin hw flow control smp svr zephyr bt uart pinctrl pinctrl names default current speed hw flow control status okay using smp svr project as the baseline for the host build a signed image to load onto the nucleo board using hci uart as the baseline for the controller build and load onto the mdk board add a log entry and rebuild another version of the smp svr application for the dfu image update from nordic nrf connect app connect to the zephyr device tap the dfu icon and select the smp svr application firmware you just modified and rebuilt to update the host with select mode as test and confirm and the press okay you should see the nrf connect app bring up the transfer speed graph and after about seconds just disconnects expected behavior a successful dfu image should be downloaded to the host mcu and rebooted into it impact what impact does this issue have on your progress e g annoyance showstopper show stopper unless there is another clean way of providing bluetooth functionality with dfu updates for non bluetooth enabled devices logs and console output logs attached hci uart smp svr nrf connect environment please complete the following information os windows toolchain gcc major commit sha or version zephyr | 1 |
567,986 | 16,943,444,368 | IssuesEvent | 2021-06-28 00:48:34 | cagov/cannabis.ca.gov | https://api.github.com/repos/cagov/cannabis.ca.gov | opened | Editor UX: Hitting delete button can accidentally delete blocks | 2 pts Low Priority - Non-critical Post Launch | We need to think through how to create guardrails around using delete button to delete blocks. | 1.0 | Editor UX: Hitting delete button can accidentally delete blocks - We need to think through how to create guardrails around using delete button to delete blocks. | priority | editor ux hitting delete button can accidentally delete blocks we need to think through how to create guardrails around using delete button to delete blocks | 1 |
281,790 | 8,699,558,808 | IssuesEvent | 2018-12-05 04:56:04 | jms-web/JMS | https://api.github.com/repos/jms-web/JMS | closed | [バグ]MaskedTextBoxなどの入力項目の下の枠線の一部がたまに消えてしまう(ちらつく) | bug:LowPriority 保留 - pending | @jms-funato commented on [Wed Feb 21 2018](https://github.com/jms-web/KTS/issues/46)
## 概要
MaskedTextBoxやDateTextboxの下の枠線の一部がたまに消えてしまう。
## 再現手順
不明。
フォーカスが当該コントロールを前後すると発生する?
TableLayoutPanel外だと発生しない?(未検証)
## 修正しないとどう困るか
カッコ悪い
## 原因(主に実装担当者が記入)
## 修正案(主に実装担当者が記入)
## 参考資料(スクリーンショット等)
| 1.0 | [バグ]MaskedTextBoxなどの入力項目の下の枠線の一部がたまに消えてしまう(ちらつく) - @jms-funato commented on [Wed Feb 21 2018](https://github.com/jms-web/KTS/issues/46)
## 概要
MaskedTextBoxやDateTextboxの下の枠線の一部がたまに消えてしまう。
## 再現手順
不明。
フォーカスが当該コントロールを前後すると発生する?
TableLayoutPanel外だと発生しない?(未検証)
## 修正しないとどう困るか
カッコ悪い
## 原因(主に実装担当者が記入)
## 修正案(主に実装担当者が記入)
## 参考資料(スクリーンショット等)
| priority | maskedtextboxなどの入力項目の下の枠線の一部がたまに消えてしまう ちらつく jms funato commented on 概要 maskedtextboxやdatetextboxの下の枠線の一部がたまに消えてしまう。 再現手順 不明。 フォーカスが当該コントロールを前後すると発生する? tablelayoutpanel外だと発生しない? 未検証 修正しないとどう困るか カッコ悪い 原因 主に実装担当者が記入 修正案 主に実装担当者が記入 参考資料 スクリーンショット等 | 1 |
546,425 | 16,012,207,773 | IssuesEvent | 2021-04-20 12:06:32 | zeoflow/material-elements | https://api.github.com/repos/zeoflow/material-elements | closed | BottomSheet Menu Draggable | @feature @priority-very-low | **Is your feature request related to a problem? Please describe.**
Create a draggable customizable bottom sheet
###### We also happily accept [pull requests](https://github.com/zeoflow/material-elements/pulls).
| 1.0 | BottomSheet Menu Draggable - **Is your feature request related to a problem? Please describe.**
Create a draggable customizable bottom sheet
###### We also happily accept [pull requests](https://github.com/zeoflow/material-elements/pulls).
| priority | bottomsheet menu draggable is your feature request related to a problem please describe create a draggable customizable bottom sheet we also happily accept | 1 |
738,571 | 25,567,207,482 | IssuesEvent | 2022-11-30 15:05:56 | meanstream-io/meanstream | https://api.github.com/repos/meanstream-io/meanstream | closed | Create Project as Anonymous | priority: high complexity: low type: security | Anonymous users can create projects. This allows DDoS attacks against the API.
Option 1: Rate Limiting
Option 2: Disallow anonymous activity | 1.0 | Create Project as Anonymous - Anonymous users can create projects. This allows DDoS attacks against the API.
Option 1: Rate Limiting
Option 2: Disallow anonymous activity | priority | create project as anonymous anonymous users can create projects this allows ddos attacks against the api option rate limiting option disallow anonymous activity | 1 |
627,765 | 19,914,014,864 | IssuesEvent | 2022-01-25 20:19:16 | SCIInstitute/ShapeWorks | https://api.github.com/repos/SCIInstitute/ShapeWorks | closed | Generalize Image class to handle vector-valued voxels | wontfix Low Priority Consolidation | Related to:
#1012
#1015
Example use cases:
- volumetric correspondences (e.g. diffusion images, multiple clinically-relevant metrics - cortical thickness, bone density ... etc) - related to Andy's project | 1.0 | Generalize Image class to handle vector-valued voxels - Related to:
#1012
#1015
Example use cases:
- volumetric correspondences (e.g. diffusion images, multiple clinically-relevant metrics - cortical thickness, bone density ... etc) - related to Andy's project | priority | generalize image class to handle vector valued voxels related to example use cases volumetric correspondences e g diffusion images multiple clinically relevant metrics cortical thickness bone density etc related to andy s project | 1 |
127,250 | 5,027,353,495 | IssuesEvent | 2016-12-15 15:20:10 | odalic/odalic-ui | https://api.github.com/repos/odalic/odalic-ui | closed | Make 'export to...' buttons disabled after user starts to make feedback | angular bug css priority: Low ready tasks ui | "- disabling export tlačidiel po zmene feedbacku zatiaľ nie je nastavený, to je na dlhšie -- ničmenej toto ani nebolo vo waffle.io / emaili, takže to taktne ignorujem pre túto iteráciu
Ano, toto netreba ted, ale prosim udelejte si issue" | 1.0 | Make 'export to...' buttons disabled after user starts to make feedback - "- disabling export tlačidiel po zmene feedbacku zatiaľ nie je nastavený, to je na dlhšie -- ničmenej toto ani nebolo vo waffle.io / emaili, takže to taktne ignorujem pre túto iteráciu
Ano, toto netreba ted, ale prosim udelejte si issue" | priority | make export to buttons disabled after user starts to make feedback disabling export tlačidiel po zmene feedbacku zatiaľ nie je nastavený to je na dlhšie ničmenej toto ani nebolo vo waffle io emaili takže to taktne ignorujem pre túto iteráciu ano toto netreba ted ale prosim udelejte si issue | 1 |
129,721 | 5,102,150,243 | IssuesEvent | 2017-01-04 17:25:19 | PythonNut/virtualbox-remote-snapshots | https://api.github.com/repos/PythonNut/virtualbox-remote-snapshots | closed | Refactor Cygwin EoL handling | priority:low refactor | Right now, we depend on horrifying trailing whitespace to make bash run a file with DOS line endings. This could be improved by pulling the line ending hack into a variable. | 1.0 | Refactor Cygwin EoL handling - Right now, we depend on horrifying trailing whitespace to make bash run a file with DOS line endings. This could be improved by pulling the line ending hack into a variable. | priority | refactor cygwin eol handling right now we depend on horrifying trailing whitespace to make bash run a file with dos line endings this could be improved by pulling the line ending hack into a variable | 1 |
385,106 | 11,412,651,202 | IssuesEvent | 2020-02-01 14:38:21 | DragonHeart000/ModernWarfareBugs | https://api.github.com/repos/DragonHeart000/ModernWarfareBugs | opened | House trim on Grazna Raid pop out of view | FOV related Game Type: Multiplayer Issue Type (map): Props/level geometry Map: Grazna Raid Priority: Low Type: Map | **Summary**
The house trim on the blue building by the field will stop rendering depending on how far you are to it and your FOV settings.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to the field on Grazna Raid
2. Look at the blue building at the end of the field
3. Walk to/away from it and the trimming on the house around the middle section will pop in and out.
**Expected behavior**
For the trim to be replaced with a lower resolution version or to not stop rendering at all.
**Actual results**
If you're too far from it the trim will just not render at all.
**Screenshots**
Location (radar):

The house in question:

Closest you can get on default FOV for it to still not render:

Closest you can get on max FOV for it to still not render:

Closest you can get on min FOV for it to still not render:

These corners allow you to get much closer for them to still not render:

**System info**
- PC
- Computer specs:
Windows 10
i7-6700k
GTX 1080
Asus maximus viii hero
- Game version 1.13.0
**Additional context**
This issue acts in the same way as this one: https://github.com/DragonHeart000/ModernWarfareBugs/issues/6 | 1.0 | House trim on Grazna Raid pop out of view - **Summary**
The house trim on the blue building by the field will stop rendering depending on how far you are to it and your FOV settings.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to the field on Grazna Raid
2. Look at the blue building at the end of the field
3. Walk to/away from it and the trimming on the house around the middle section will pop in and out.
**Expected behavior**
For the trim to be replaced with a lower resolution version or to not stop rendering at all.
**Actual results**
If you're too far from it the trim will just not render at all.
**Screenshots**
Location (radar):

The house in question:

Closest you can get on default FOV for it to still not render:

Closest you can get on max FOV for it to still not render:

Closest you can get on min FOV for it to still not render:

These corners allow you to get much closer for them to still not render:

**System info**
- PC
- Computer specs:
Windows 10
i7-6700k
GTX 1080
Asus maximus viii hero
- Game version 1.13.0
**Additional context**
This issue acts in the same way as this one: https://github.com/DragonHeart000/ModernWarfareBugs/issues/6 | priority | house trim on grazna raid pop out of view summary the house trim on the blue building by the field will stop rendering depending on how far you are to it and your fov settings steps to reproduce steps to reproduce the behavior go to the field on grazna raid look at the blue building at the end of the field walk to away from it and the trimming on the house around the middle section will pop in and out expected behavior for the trim to be replaced with a lower resolution version or to not stop rendering at all actual results if you re too far from it the trim will just not render at all screenshots location radar the house in question closest you can get on default fov for it to still not render closest you can get on max fov for it to still not render closest you can get on min fov for it to still not render these corners allow you to get much closer for them to still not render system info pc computer specs windows gtx asus maximus viii hero game version additional context this issue acts in the same way as this one | 1 |
235,600 | 7,740,667,278 | IssuesEvent | 2018-05-28 23:50:45 | dansup/pixelfed | https://api.github.com/repos/dansup/pixelfed | closed | Nodeinfo endpoint | enhancement priority-low work in progress | Hello,
For fediverse statistics and discovery, it would be great to have pixelfed implementing nodeinfo [1] API endpoint.
```/.well-known/nodeinfo``` would returns:
```json
{
"links": [
{
"rel": "http://nodeinfo.diaspora.software/ns/schema/2.0",
"href": "https://blah.tld/whatever/api/something/2.0"
}
]
}
```
With a content-type of ```application/json; profile=http://nodeinfo.diaspora.software/ns/schema/2.0#; charset=utf-8```
And ```/whatever/api/something/2.0``` should be conform from the 2.0 schema in the nodeinfo spec.
[1] https://github.com/jhass/nodeinfo | 1.0 | Nodeinfo endpoint - Hello,
For fediverse statistics and discovery, it would be great to have pixelfed implementing nodeinfo [1] API endpoint.
```/.well-known/nodeinfo``` would returns:
```json
{
"links": [
{
"rel": "http://nodeinfo.diaspora.software/ns/schema/2.0",
"href": "https://blah.tld/whatever/api/something/2.0"
}
]
}
```
With a content-type of ```application/json; profile=http://nodeinfo.diaspora.software/ns/schema/2.0#; charset=utf-8```
And ```/whatever/api/something/2.0``` should be conform from the 2.0 schema in the nodeinfo spec.
[1] https://github.com/jhass/nodeinfo | priority | nodeinfo endpoint hello for fediverse statistics and discovery it would be great to have pixelfed implementing nodeinfo api endpoint well known nodeinfo would returns json links rel href with a content type of application json profile charset utf and whatever api something should be conform from the schema in the nodeinfo spec | 1 |
815,609 | 30,564,253,092 | IssuesEvent | 2023-07-20 16:32:45 | sef-global/scholarx-backend | https://api.github.com/repos/sef-global/scholarx-backend | opened | Implement Get mentor categories endpoint (Public endpoint) | backend priority: low | **Description:**
This issue involves implementing an API to get mentor categories. The endpoint should allow clients to make a GET request to `{{baseUrl}}/api/categories`.
```
{
"categories": ["Computer Science", "Physical Science", "Data Science"]
}
```
**Tasks:**
1. Create a controller for the `/controllers/mentor` endpoint in the backend (create the route mentor if not created).
2. Parse and validate the request body to ensure it matches the expected format.
3. Implement appropriate error handling and response status codes for different scenarios (e.g., validation errors, database errors).
5. Write unit tests to validate the functionality and correctness of the endpoint.
API documentation: https://documenter.getpostman.com/view/27421496/2s93m1a4ac#8744a3ee-970f-489a-853d-8b23fdee8de3
ER diagram: https://drive.google.com/file/d/11KMgdNu2mSAm0Ner8UsSPQpZJS8QNqYc/view
**Acceptance Criteria:**
- The profile API endpoint `/controllers/mentor` is implemented and accessible via a GET request.
- The request body is properly parsed and validated for the required format.
- Appropriate error handling is implemented, providing meaningful error messages and correct response status codes.
- Unit tests are written to validate the functionality and correctness of the endpoint.
**Additional Information:**
No
**Related Dependencies or References:**
No
| 1.0 | Implement Get mentor categories endpoint (Public endpoint) - **Description:**
This issue involves implementing an API to get mentor categories. The endpoint should allow clients to make a GET request to `{{baseUrl}}/api/categories`.
```
{
"categories": ["Computer Science", "Physical Science", "Data Science"]
}
```
**Tasks:**
1. Create a controller for the `/controllers/mentor` endpoint in the backend (create the route mentor if not created).
2. Parse and validate the request body to ensure it matches the expected format.
3. Implement appropriate error handling and response status codes for different scenarios (e.g., validation errors, database errors).
5. Write unit tests to validate the functionality and correctness of the endpoint.
API documentation: https://documenter.getpostman.com/view/27421496/2s93m1a4ac#8744a3ee-970f-489a-853d-8b23fdee8de3
ER diagram: https://drive.google.com/file/d/11KMgdNu2mSAm0Ner8UsSPQpZJS8QNqYc/view
**Acceptance Criteria:**
- The profile API endpoint `/controllers/mentor` is implemented and accessible via a GET request.
- The request body is properly parsed and validated for the required format.
- Appropriate error handling is implemented, providing meaningful error messages and correct response status codes.
- Unit tests are written to validate the functionality and correctness of the endpoint.
**Additional Information:**
No
**Related Dependencies or References:**
No
| priority | implement get mentor categories endpoint public endpoint description this issue involves implementing an api to get mentor categories the endpoint should allow clients to make a get request to baseurl api categories categories tasks create a controller for the controllers mentor endpoint in the backend create the route mentor if not created parse and validate the request body to ensure it matches the expected format implement appropriate error handling and response status codes for different scenarios e g validation errors database errors write unit tests to validate the functionality and correctness of the endpoint api documentation er diagram acceptance criteria the profile api endpoint controllers mentor is implemented and accessible via a get request the request body is properly parsed and validated for the required format appropriate error handling is implemented providing meaningful error messages and correct response status codes unit tests are written to validate the functionality and correctness of the endpoint additional information no related dependencies or references no | 1 |
26,732 | 2,685,319,349 | IssuesEvent | 2015-03-29 22:24:34 | IssueMigrationTest/Test5 | https://api.github.com/repos/IssueMigrationTest/Test5 | closed | Support array module | auto-migrated Priority-Low Type-Enhancement | **Issue by zeev.tar...@gmail.com**
_14 Jun 2010 at 9:57 GMT_
_Originally opened on Google Code_
----
```
Python's array module (http://docs.python.org/library/array.html) can probably
be implemented as an STL vector of the required type (char, unsigned char,
int16_t, uint16_t, etc.)
```
| 1.0 | Support array module - **Issue by zeev.tar...@gmail.com**
_14 Jun 2010 at 9:57 GMT_
_Originally opened on Google Code_
----
```
Python's array module (http://docs.python.org/library/array.html) can probably
be implemented as an STL vector of the required type (char, unsigned char,
int16_t, uint16_t, etc.)
```
| priority | support array module issue by zeev tar gmail com jun at gmt originally opened on google code python s array module can probably be implemented as an stl vector of the required type char unsigned char t t etc | 1 |
514,986 | 14,948,089,731 | IssuesEvent | 2021-01-26 09:36:05 | joe-smith1/StockShare | https://api.github.com/repos/joe-smith1/StockShare | closed | Stock Update Controller | Low Priority enhancement | Will Provide actions to update the properties of a stock at the request of the user for example changing the purchaseDate.
Regarding the daily, monthly etc gain loss and the current price, I will create a stock repository that will handle these updates on each request for a specific stock. This may require requests to an external api.
- [x] General stock property updates.
- [x] WIll also provide a method to add a newly created stock for the currently logged in user.
- [ ] Stock Repository | 1.0 | Stock Update Controller - Will Provide actions to update the properties of a stock at the request of the user for example changing the purchaseDate.
Regarding the daily, monthly etc gain loss and the current price, I will create a stock repository that will handle these updates on each request for a specific stock. This may require requests to an external api.
- [x] General stock property updates.
- [x] WIll also provide a method to add a newly created stock for the currently logged in user.
- [ ] Stock Repository | priority | stock update controller will provide actions to update the properties of a stock at the request of the user for example changing the purchasedate regarding the daily monthly etc gain loss and the current price i will create a stock repository that will handle these updates on each request for a specific stock this may require requests to an external api general stock property updates will also provide a method to add a newly created stock for the currently logged in user stock repository | 1 |
423,592 | 12,298,885,261 | IssuesEvent | 2020-05-11 11:20:55 | JustusAdam/language-haskell | https://api.github.com/repos/JustusAdam/language-haskell | closed | Highlight overloaded labels | enhancement priority:low | There should be a rule for overloaded labels. Currently they are sometimes identifier as C preprocessor instructions, and otherwise parsed as an operator applied to an identifier.

| 1.0 | Highlight overloaded labels - There should be a rule for overloaded labels. Currently they are sometimes identifier as C preprocessor instructions, and otherwise parsed as an operator applied to an identifier.

| priority | highlight overloaded labels there should be a rule for overloaded labels currently they are sometimes identifier as c preprocessor instructions and otherwise parsed as an operator applied to an identifier | 1 |
540,332 | 15,806,193,170 | IssuesEvent | 2021-04-04 03:41:04 | solgenomics/sgn | https://api.github.com/repos/solgenomics/sgn | closed | Organism search should have autocomplete | Priority: Low | The organism search (http://cassavabase.org/search/organisms) should have autocompletion while typing the organism name
| 1.0 | Organism search should have autocomplete - The organism search (http://cassavabase.org/search/organisms) should have autocompletion while typing the organism name
| priority | organism search should have autocomplete the organism search should have autocompletion while typing the organism name | 1 |
723,705 | 24,906,086,368 | IssuesEvent | 2022-10-29 09:03:48 | AY2223S1-CS2103T-W08-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-W08-2/tp | closed | [PE-D][Tester B] Address in detailed person view | type.Enhancement priority.Low | Currently, address of a person is shown in the person list window and not in the detailed person window.
Perhaps every detail associated with a client should be displayed in the detailed person window, e.g. address, tags, etc.
May be a minor inconvenience to the user.
<!--session: 1666949165379-fa3bb232-f250-46c1-8197-c91d7e594a84-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: Thing1Thing2/ped#12 | 1.0 | [PE-D][Tester B] Address in detailed person view - Currently, address of a person is shown in the person list window and not in the detailed person window.
Perhaps every detail associated with a client should be displayed in the detailed person window, e.g. address, tags, etc.
May be a minor inconvenience to the user.
<!--session: 1666949165379-fa3bb232-f250-46c1-8197-c91d7e594a84-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: Thing1Thing2/ped#12 | priority | address in detailed person view currently address of a person is shown in the person list window and not in the detailed person window perhaps every detail associated with a client should be displayed in the detailed person window e g address tags etc may be a minor inconvenience to the user labels severity low type functionalitybug original ped | 1 |
299,296 | 9,205,325,854 | IssuesEvent | 2019-03-08 10:15:45 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | saving a project in a directory with no sufficient rights makes QGIS 0.8.1 crash | Category: Project Loading/Saving Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Redmine Admin** (Redmine Admin)
Original Redmine Issue: 698, https://issues.qgis.org/issues/698
Original Assignee: nobody -
---
QGIS 0.8.1 SVN 6834, built and and running against QT 4.2.3.
Usually it happens at a 2nd try to save a project in a dir for which I don't have write access. The bt:
```
Program received signal SIGABRT, Aborted.
[Switching to Thread -1255934272 (LWP 12791)]
0xffffe410 in +kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in +kernel_vsyscall ()
#3905 0xb65319a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#3906 0xb65332b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3907 0xb6714450 in +gnu_cxx::+verbose_terminate_handler ()
from /usr/lib/libstdc++.so.6
#3908 0xb6712185 in std::set_unexpected () from /usr/lib/libstdc++.so.6
#3909 0xb67121b6 in std::terminate () from /usr/lib/libstdc++.so.6
#3910 0xb671224b in +cxa_rethrow () from /usr/lib/libstdc++.so.6
#3911 0xb7df79c4 in QMetaObject::activate (sender=0x80e6e48,
from_signal_index=5, to_signal_index=6, argv=<value optimized out>)
at kernel/qobject.cpp:2947
#3912 0xb7df7a29 in QMetaObject::activate (sender=0x0, m=0x0,
from_local_signal_index=1, to_local_signal_index=2, argv=0x6)
at kernel/qobject.cpp:2992
#3913 0xb745a079 in QAction::triggered (this=0x0, _t1=false)
at moc_qaction.cpp:208
#10 0xb745a966 in QAction::activate (this=0x80e6e48, event=QAction::Trigger)
at kernel/qaction.cpp:1075
#3914 0xb7799172 in QToolButton::nextCheckState (this=0x6) at qaction.h:175
#3915 0xb76f18a5 in QAbstractButtonPrivate::click (this=0x81ca318)
at widgets/qabstractbutton.cpp:500
#3916 0xb76f1ac7 in QAbstractButton::mouseReleaseEvent (this=0x81c9fa0,
e=0xbff70184) at widgets/qabstractbutton.cpp:1076
#3917 0xb77990aa in QToolButton::mouseReleaseEvent (this=0x0, e=0x6)
at widgets/qtoolbutton.cpp:604
#3918 0xb74a43d8 in QWidget::event (this=0x81c9fa0, event=0xbff70184)
at kernel/qwidget.cpp:5718
#3919 0xb76f0a36 in QAbstractButton::event (this=0x81c9fa0, e=0xbff70184)
at widgets/qabstractbutton.cpp:1038
#3920 0xb7798ee4 in QToolButton::event (this=0x0, e=0x0)
at widgets/qtoolbutton.cpp:1011
#3921 0xb7460003 in QApplicationPrivate::notify_helper (this=0x8067198,
receiver=0x81c9fa0, e=0xbff70184) at kernel/qapplication.cpp:3439
#3922 0xb746337d in QApplication::notify (this=0xbff707e8, receiver=0x81c9fa0,
e=0xbff70184) at kernel/qapplication.cpp:3138
#3923 0xb74b9f42 in QETWidget::translateMouseEvent (this=0x81c9fa0,
event=0xbff7041c) at qcoreapplication.h:186
#3924 0xb74b9898 in QApplication::x11ProcessEvent (this=0xbff707e8,
event=0xbff7041c) at kernel/qapplication_x11.cpp:2767
#3925 0xb74dcf23 in x11EventSourceDispatch (s=0x8088ed0, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:122
#3926 0xb648f8d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#3927 0xb6492996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3928 0xb6492e1e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3929 0xb7e09541 in QEventDispatcherGlib::processEvents (this=0x8085d90,
flags=@0xbff70608) at kernel/qeventdispatcher_glib.cpp:366
#3930 0xb74dcad7 in QGuiEventDispatcherGlib::processEvents (this=0x8085d90,
flags=@0x31f7) at kernel/qguieventdispatcher_glib.cpp:178
#3931 0xb7de6a23 in QEventLoop::processEvents (this=0x0, flags=@0x0)
at kernel/qeventloop.cpp:126
#3932 0xb7de6b62 in QEventLoop::exec (this=0xbff706a0, flags=@0xbff706a8)
at kernel/qeventloop.cpp:172
#3933 0xb7de8f53 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:730
#3934 0xb745fb7f in QApplication::exec () at kernel/qapplication.cpp:2932
#3935 0x0804c12b in main ()
```
| 1.0 | saving a project in a directory with no sufficient rights makes QGIS 0.8.1 crash - ---
Author Name: **Redmine Admin** (Redmine Admin)
Original Redmine Issue: 698, https://issues.qgis.org/issues/698
Original Assignee: nobody -
---
QGIS 0.8.1 SVN 6834, built and and running against QT 4.2.3.
Usually it happens at a 2nd try to save a project in a dir for which I don't have write access. The bt:
```
Program received signal SIGABRT, Aborted.
[Switching to Thread -1255934272 (LWP 12791)]
0xffffe410 in +kernel_vsyscall ()
(gdb) bt
#0 0xffffe410 in +kernel_vsyscall ()
#3905 0xb65319a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#3906 0xb65332b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3907 0xb6714450 in +gnu_cxx::+verbose_terminate_handler ()
from /usr/lib/libstdc++.so.6
#3908 0xb6712185 in std::set_unexpected () from /usr/lib/libstdc++.so.6
#3909 0xb67121b6 in std::terminate () from /usr/lib/libstdc++.so.6
#3910 0xb671224b in +cxa_rethrow () from /usr/lib/libstdc++.so.6
#3911 0xb7df79c4 in QMetaObject::activate (sender=0x80e6e48,
from_signal_index=5, to_signal_index=6, argv=<value optimized out>)
at kernel/qobject.cpp:2947
#3912 0xb7df7a29 in QMetaObject::activate (sender=0x0, m=0x0,
from_local_signal_index=1, to_local_signal_index=2, argv=0x6)
at kernel/qobject.cpp:2992
#3913 0xb745a079 in QAction::triggered (this=0x0, _t1=false)
at moc_qaction.cpp:208
#10 0xb745a966 in QAction::activate (this=0x80e6e48, event=QAction::Trigger)
at kernel/qaction.cpp:1075
#3914 0xb7799172 in QToolButton::nextCheckState (this=0x6) at qaction.h:175
#3915 0xb76f18a5 in QAbstractButtonPrivate::click (this=0x81ca318)
at widgets/qabstractbutton.cpp:500
#3916 0xb76f1ac7 in QAbstractButton::mouseReleaseEvent (this=0x81c9fa0,
e=0xbff70184) at widgets/qabstractbutton.cpp:1076
#3917 0xb77990aa in QToolButton::mouseReleaseEvent (this=0x0, e=0x6)
at widgets/qtoolbutton.cpp:604
#3918 0xb74a43d8 in QWidget::event (this=0x81c9fa0, event=0xbff70184)
at kernel/qwidget.cpp:5718
#3919 0xb76f0a36 in QAbstractButton::event (this=0x81c9fa0, e=0xbff70184)
at widgets/qabstractbutton.cpp:1038
#3920 0xb7798ee4 in QToolButton::event (this=0x0, e=0x0)
at widgets/qtoolbutton.cpp:1011
#3921 0xb7460003 in QApplicationPrivate::notify_helper (this=0x8067198,
receiver=0x81c9fa0, e=0xbff70184) at kernel/qapplication.cpp:3439
#3922 0xb746337d in QApplication::notify (this=0xbff707e8, receiver=0x81c9fa0,
e=0xbff70184) at kernel/qapplication.cpp:3138
#3923 0xb74b9f42 in QETWidget::translateMouseEvent (this=0x81c9fa0,
event=0xbff7041c) at qcoreapplication.h:186
#3924 0xb74b9898 in QApplication::x11ProcessEvent (this=0xbff707e8,
event=0xbff7041c) at kernel/qapplication_x11.cpp:2767
#3925 0xb74dcf23 in x11EventSourceDispatch (s=0x8088ed0, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:122
#3926 0xb648f8d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#3927 0xb6492996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3928 0xb6492e1e in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3929 0xb7e09541 in QEventDispatcherGlib::processEvents (this=0x8085d90,
flags=@0xbff70608) at kernel/qeventdispatcher_glib.cpp:366
#3930 0xb74dcad7 in QGuiEventDispatcherGlib::processEvents (this=0x8085d90,
flags=@0x31f7) at kernel/qguieventdispatcher_glib.cpp:178
#3931 0xb7de6a23 in QEventLoop::processEvents (this=0x0, flags=@0x0)
at kernel/qeventloop.cpp:126
#3932 0xb7de6b62 in QEventLoop::exec (this=0xbff706a0, flags=@0xbff706a8)
at kernel/qeventloop.cpp:172
#3933 0xb7de8f53 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:730
#3934 0xb745fb7f in QApplication::exec () at kernel/qapplication.cpp:2932
#3935 0x0804c12b in main ()
```
| priority | saving a project in a directory with no sufficient rights makes qgis crash author name redmine admin redmine admin original redmine issue original assignee nobody qgis svn built and and running against qt usually it happens at a try to save a project in a dir for which i don t have write access the bt program received signal sigabrt aborted in kernel vsyscall gdb bt in kernel vsyscall in raise from lib tls cmov libc so in abort from lib tls cmov libc so in gnu cxx verbose terminate handler from usr lib libstdc so in std set unexpected from usr lib libstdc so in std terminate from usr lib libstdc so in cxa rethrow from usr lib libstdc so in qmetaobject activate sender from signal index to signal index argv at kernel qobject cpp in qmetaobject activate sender m from local signal index to local signal index argv at kernel qobject cpp in qaction triggered this false at moc qaction cpp in qaction activate this event qaction trigger at kernel qaction cpp in qtoolbutton nextcheckstate this at qaction h in qabstractbuttonprivate click this at widgets qabstractbutton cpp in qabstractbutton mousereleaseevent this e at widgets qabstractbutton cpp in qtoolbutton mousereleaseevent this e at widgets qtoolbutton cpp in qwidget event this event at kernel qwidget cpp in qabstractbutton event this e at widgets qabstractbutton cpp in qtoolbutton event this e at widgets qtoolbutton cpp in qapplicationprivate notify helper this receiver e at kernel qapplication cpp in qapplication notify this receiver e at kernel qapplication cpp in qetwidget translatemouseevent this event at qcoreapplication h in qapplication this event at kernel qapplication cpp in s callback user data at kernel qguieventdispatcher glib cpp in g main context dispatch from usr lib libglib so in g main context check from usr lib libglib so in g main context iteration from usr lib libglib so in qeventdispatcherglib processevents this flags at kernel qeventdispatcher glib cpp in qguieventdispatcherglib processevents this flags at kernel qguieventdispatcher glib cpp in qeventloop processevents this flags at kernel qeventloop cpp in qeventloop exec this flags at kernel qeventloop cpp in qcoreapplication exec at kernel qcoreapplication cpp in qapplication exec at kernel qapplication cpp in main | 1 |
301,030 | 9,214,980,456 | IssuesEvent | 2019-03-11 00:18:03 | lucyparsons/OpenOversight | https://api.github.com/repos/lucyparsons/OpenOversight | closed | Missing data points should be displayed as Unknown rather than None | bmore/low priority easy requested/baltimore ux/ui | Officer profiles and the summary listings on the browse page currently show missing data points as "None", for instance race, gender, or birth year. It would be clearer and more accurate to display them as "Unknown".

| 1.0 | Missing data points should be displayed as Unknown rather than None - Officer profiles and the summary listings on the browse page currently show missing data points as "None", for instance race, gender, or birth year. It would be clearer and more accurate to display them as "Unknown".

| priority | missing data points should be displayed as unknown rather than none officer profiles and the summary listings on the browse page currently show missing data points as none for instance race gender or birth year it would be clearer and more accurate to display them as unknown | 1 |
474,760 | 13,675,676,583 | IssuesEvent | 2020-09-29 12:59:53 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | Remove VLJ assignment requirement from AMA Hearing Cases | Feature: auto-case-distribution Priority: High Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: Enhancement | <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
Job story: When the priority case distribution job runs, AMA hearing cases do not need to be tied to the VLJ who held the case, but rather have an "affinity" for the attorney, so that the priority case distribution job distributes cases evenly.
## Acceptance criteria
- [ ] Verify AMA hearing cases are not required to go back to the VLJ who held the hearing
- [ ] Verify even distribution of cases is higher priority then the affinity of assigning AMA hearing cases to the VLJ who held the hearing
- [ ] This feature should be accessible to the following user groups: VLJs
## Release notes
<!-- Write what should be included in release notes (Caseflow uses Headway), updated when the story is built, before it's deployed. -->
<!-- The following sections can be deleted if they are not needed -->
### Out of scope
<!-- Clarify what is out of scope if the designs include more or there are many tickets for this chunk of work -->
### Designs
<!-- Include screenshots or links to designs if applicable. -->
### Background/context
<!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? -->
"Affinity" means that it is desired, but not legally necessary, for the appeal to go to a certain VLJ/AVLJ. For legacy and AMA, it is preferred that non-hearing post-remand appeals go to the A/VLJ that signed the last remand. For legacy and AMA, it is preferred that non-hearing CAVC appeals go to the VLJ that signed the decision that went to CAVC. For AMA, it is preferred that hearing cases go to the VLJ that presided over the hearing. The only requirement is that legacy hearing cases go to the VLJ that presided over the hearing, unless the VLJ is no longer with the Board and the appellant has waives her/his right to a new legacy hearing.
### Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
### Other notes
### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| 1.0 | Remove VLJ assignment requirement from AMA Hearing Cases - <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
Job story: When the priority case distribution job runs, AMA hearing cases do not need to be tied to the VLJ who held the case, but rather have an "affinity" for the attorney, so that the priority case distribution job distributes cases evenly.
## Acceptance criteria
- [ ] Verify AMA hearing cases are not required to go back to the VLJ who held the hearing
- [ ] Verify even distribution of cases is higher priority then the affinity of assigning AMA hearing cases to the VLJ who held the hearing
- [ ] This feature should be accessible to the following user groups: VLJs
## Release notes
<!-- Write what should be included in release notes (Caseflow uses Headway), updated when the story is built, before it's deployed. -->
<!-- The following sections can be deleted if they are not needed -->
### Out of scope
<!-- Clarify what is out of scope if the designs include more or there are many tickets for this chunk of work -->
### Designs
<!-- Include screenshots or links to designs if applicable. -->
### Background/context
<!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? -->
"Affinity" means that it is desired, but not legally necessary, for the appeal to go to a certain VLJ/AVLJ. For legacy and AMA, it is preferred that non-hearing post-remand appeals go to the A/VLJ that signed the last remand. For legacy and AMA, it is preferred that non-hearing CAVC appeals go to the VLJ that signed the decision that went to CAVC. For AMA, it is preferred that hearing cases go to the VLJ that presided over the hearing. The only requirement is that legacy hearing cases go to the VLJ that presided over the hearing, unless the VLJ is no longer with the Board and the appellant has waives her/his right to a new legacy hearing.
### Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
### Other notes
### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| priority | remove vlj assignment requirement from ama hearing cases user or job story job story when the priority case distribution job runs ama hearing cases do not need to be tied to the vlj who held the case but rather have an affinity for the attorney so that the priority case distribution job distributes cases evenly acceptance criteria verify ama hearing cases are not required to go back to the vlj who held the hearing verify even distribution of cases is higher priority then the affinity of assigning ama hearing cases to the vlj who held the hearing this feature should be accessible to the following user groups vljs release notes out of scope designs background context affinity means that it is desired but not legally necessary for the appeal to go to a certain vlj avlj for legacy and ama it is preferred that non hearing post remand appeals go to the a vlj that signed the last remand for legacy and ama it is preferred that non hearing cavc appeals go to the vlj that signed the decision that went to cavc for ama it is preferred that hearing cases go to the vlj that presided over the hearing the only requirement is that legacy hearing cases go to the vlj that presided over the hearing unless the vlj is no longer with the board and the appellant has waives her his right to a new legacy hearing technical notes other notes resources other links | 1 |
257,562 | 8,138,987,214 | IssuesEvent | 2018-08-20 16:14:08 | UrbanCCD-UChicago/plenario2 | https://api.github.com/repos/UrbanCCD-UChicago/plenario2 | closed | Sass image URLs always point to dev bucket | Bug: Low Priority Front End RFC | The new landing page and general design upgrades from #381 use responsive image assets stored in an S3 bucket because they take several minutes to generate and that would bog down the local dev builds. Phoenix is set up to rewrite the S3 URLs in local development, `dev.plenar.io` (staging), and `plenar.io` (production) to the corresponding bucket based on where the Phoenix server is running.
However, do to an oversight nothing is handling the URLs included in our Sass files, since Phoenix is not directly processing them (they're built by Webpack). They're statically pointed at the `plenario2-assets-dev` bucket.
Ideally everything should be configured in one place, so I don't want to add a new Webpack stanza mirroring the Phoenix config just to handle URLs in Sass (plus it would require a different mechanism than Phoenix is using).
This issue is soliciting ideas for how to resolve the Sass problem specifically, or alternatively how to redesign the process of S3 deployment to accommodate both HTML/CSS and perhaps automation of the currently manual process. | 1.0 | Sass image URLs always point to dev bucket - The new landing page and general design upgrades from #381 use responsive image assets stored in an S3 bucket because they take several minutes to generate and that would bog down the local dev builds. Phoenix is set up to rewrite the S3 URLs in local development, `dev.plenar.io` (staging), and `plenar.io` (production) to the corresponding bucket based on where the Phoenix server is running.
However, do to an oversight nothing is handling the URLs included in our Sass files, since Phoenix is not directly processing them (they're built by Webpack). They're statically pointed at the `plenario2-assets-dev` bucket.
Ideally everything should be configured in one place, so I don't want to add a new Webpack stanza mirroring the Phoenix config just to handle URLs in Sass (plus it would require a different mechanism than Phoenix is using).
This issue is soliciting ideas for how to resolve the Sass problem specifically, or alternatively how to redesign the process of S3 deployment to accommodate both HTML/CSS and perhaps automation of the currently manual process. | priority | sass image urls always point to dev bucket the new landing page and general design upgrades from use responsive image assets stored in an bucket because they take several minutes to generate and that would bog down the local dev builds phoenix is set up to rewrite the urls in local development dev plenar io staging and plenar io production to the corresponding bucket based on where the phoenix server is running however do to an oversight nothing is handling the urls included in our sass files since phoenix is not directly processing them they re built by webpack they re statically pointed at the assets dev bucket ideally everything should be configured in one place so i don t want to add a new webpack stanza mirroring the phoenix config just to handle urls in sass plus it would require a different mechanism than phoenix is using this issue is soliciting ideas for how to resolve the sass problem specifically or alternatively how to redesign the process of deployment to accommodate both html css and perhaps automation of the currently manual process | 1 |
523,670 | 15,187,484,686 | IssuesEvent | 2021-02-15 13:52:10 | sct/overseerr | https://api.github.com/repos/sct/overseerr | closed | HTML encoding of email subjects | priority:medium severity:low topic:backend type:bug | **Describe the bug**
Special characters in email notification subjects are being HTML-encoded, resulting in email subjects containing undesired character sequences like `&`.
**What version of Overseerr are you running?**
develop-04fa9f79e2ec90082b3fa15590dd170f7d68ad52
**To Reproduce**
Request a media item with a title containing a special character, such as an ampersand (&).
**Expected behavior**
Special characters do not have their HTML encodings / character references displayed to the user.
**Screenshots**
Example email subject:
 | 1.0 | HTML encoding of email subjects - **Describe the bug**
Special characters in email notification subjects are being HTML-encoded, resulting in email subjects containing undesired character sequences like `&`.
**What version of Overseerr are you running?**
develop-04fa9f79e2ec90082b3fa15590dd170f7d68ad52
**To Reproduce**
Request a media item with a title containing a special character, such as an ampersand (&).
**Expected behavior**
Special characters do not have their HTML encodings / character references displayed to the user.
**Screenshots**
Example email subject:
 | priority | html encoding of email subjects describe the bug special characters in email notification subjects are being html encoded resulting in email subjects containing undesired character sequences like amp what version of overseerr are you running develop to reproduce request a media item with a title containing a special character such as an ampersand expected behavior special characters do not have their html encodings character references displayed to the user screenshots example email subject | 1 |
281,464 | 8,695,676,399 | IssuesEvent | 2018-12-04 15:42:28 | eaudeweb/ozone | https://api.github.com/repos/eaudeweb/ozone | opened | Remove post_save signal for token creation | Complexity: Low Priority: Low | This can instead be done on first save, now that we have a User model. | 1.0 | Remove post_save signal for token creation - This can instead be done on first save, now that we have a User model. | priority | remove post save signal for token creation this can instead be done on first save now that we have a user model | 1 |
815,057 | 30,534,370,979 | IssuesEvent | 2023-07-19 16:13:52 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Footnotes section] Web component: Visual QA of new design | Feature request priority: low adopter support inactive package: web components adopter: AEM | #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Designer
> I need to:
test the `Footnotes section`
> so that I can:
be sure the developer's code correctly works as designed
#### Additional Information
- **See the Epic (#4434 ) for the Design and Functional specs information**
- Designer will be added as a reviewer to the Pull Request. Visual QA reviewer will be notified by Github when review is needed.
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- This does not include the Visual QA of the React Wrapper. Decision was made to discontinue this work based on resource availability.
- Web Component & React Wrapper Dev Issue (#7699)
#### Tasks
Ensure the `Footnotes section` component has been tested and reviewed by design + dev.
#### Acceptance criteria
- [ ] Pattern is reviewed by designer and design defects are identified
- [ ] Comments are posted to the Pull Request. Review is iterative until final approval to merge the code is provided in the PR.
- [ ] New issues are opened to log individual defects for any bugs that can not be addressed in the PR
- [ ] Screenshots of as-is and to-be design should be added to the issue when needed | 1.0 | [Footnotes section] Web component: Visual QA of new design - #### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
DDS Designer
> I need to:
test the `Footnotes section`
> so that I can:
be sure the developer's code correctly works as designed
#### Additional Information
- **See the Epic (#4434 ) for the Design and Functional specs information**
- Designer will be added as a reviewer to the Pull Request. Visual QA reviewer will be notified by Github when review is needed.
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- This does not include the Visual QA of the React Wrapper. Decision was made to discontinue this work based on resource availability.
- Web Component & React Wrapper Dev Issue (#7699)
#### Tasks
Ensure the `Footnotes section` component has been tested and reviewed by design + dev.
#### Acceptance criteria
- [ ] Pattern is reviewed by designer and design defects are identified
- [ ] Comments are posted to the Pull Request. Review is iterative until final approval to merge the code is provided in the PR.
- [ ] New issues are opened to log individual defects for any bugs that can not be addressed in the PR
- [ ] Screenshots of as-is and to-be design should be added to the issue when needed | priority | web component visual qa of new design user story as a dds designer i need to test the footnotes section so that i can be sure the developer s code correctly works as designed additional information see the epic for the design and functional specs information designer will be added as a reviewer to the pull request visual qa reviewer will be notified by github when review is needed this does not include the visual qa of the react wrapper decision was made to discontinue this work based on resource availability web component react wrapper dev issue tasks ensure the footnotes section component has been tested and reviewed by design dev acceptance criteria pattern is reviewed by designer and design defects are identified comments are posted to the pull request review is iterative until final approval to merge the code is provided in the pr new issues are opened to log individual defects for any bugs that can not be addressed in the pr screenshots of as is and to be design should be added to the issue when needed | 1 |
631,089 | 20,143,813,203 | IssuesEvent | 2022-02-09 04:02:04 | TysonPham/22-SOEN390 | https://api.github.com/repos/TysonPham/22-SOEN390 | opened | Patient Notifications | Priority: Low 3 User Story Points | As a patient, I want to be able to receive notifications when I receive a message, when my doctor has confirmed my request for an appointment, and when I've been flagged. | 1.0 | Patient Notifications - As a patient, I want to be able to receive notifications when I receive a message, when my doctor has confirmed my request for an appointment, and when I've been flagged. | priority | patient notifications as a patient i want to be able to receive notifications when i receive a message when my doctor has confirmed my request for an appointment and when i ve been flagged | 1 |
663,099 | 22,161,913,465 | IssuesEvent | 2022-06-04 16:18:52 | RoboJackets/apiary | https://api.github.com/repos/RoboJackets/apiary | closed | Implement admin masquerade-on-demand option for debugging | area / frontend priority / low type / feature area / nova | Allowing admins to act like another user (like Canvas) could speed up debugging significantly. Enter the mode with a Nova action on a user. There should be a banner (or similar) to make it obvious when you're in that mode. This needs some thought to avoid introducing weird/inconsistent data to the DB.
https://github.com/404labfr/laravel-impersonate | 1.0 | Implement admin masquerade-on-demand option for debugging - Allowing admins to act like another user (like Canvas) could speed up debugging significantly. Enter the mode with a Nova action on a user. There should be a banner (or similar) to make it obvious when you're in that mode. This needs some thought to avoid introducing weird/inconsistent data to the DB.
https://github.com/404labfr/laravel-impersonate | priority | implement admin masquerade on demand option for debugging allowing admins to act like another user like canvas could speed up debugging significantly enter the mode with a nova action on a user there should be a banner or similar to make it obvious when you re in that mode this needs some thought to avoid introducing weird inconsistent data to the db | 1 |
770,662 | 27,049,583,913 | IssuesEvent | 2023-02-13 12:18:26 | SuadHus/D0020E-VR | https://api.github.com/repos/SuadHus/D0020E-VR | closed | Settings | low priority Low risk | Settings where you can change Audio settings and more. Estimated time: 10 hours | 1.0 | Settings - Settings where you can change Audio settings and more. Estimated time: 10 hours | priority | settings settings where you can change audio settings and more estimated time hours | 1 |
210,926 | 7,196,721,707 | IssuesEvent | 2018-02-05 05:11:14 | PennyDreadfulMTG/gatherling | https://api.github.com/repos/PennyDreadfulMTG/gatherling | opened | Different decks for sub-events? | Priority: LOW | Tribal Wars Invitiational events would like this.
It's probably going to be a pain to impliment. | 1.0 | Different decks for sub-events? - Tribal Wars Invitiational events would like this.
It's probably going to be a pain to impliment. | priority | different decks for sub events tribal wars invitiational events would like this it s probably going to be a pain to impliment | 1 |
634,137 | 20,327,496,236 | IssuesEvent | 2022-02-18 07:30:13 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | opened | mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User user@mydomain.com exists more than once | meta/needs triage meta/help wanted kind/question priority/low | # Subject
I would like some feedback concerning a use case
## Description
I have a setup with a "catchall" solution.
I've got a few mailboxes/users defined in `config/postifx-accounts.cf`
Additionally, I've got `config/postfix-virtual.cf`
```
source@mydomain.com target@notmydomain.com
source2@mydomain.com target2@notmydomain.com
source3@mydomain.com source3@mydomain.com
source4@mydomain.com source4@mydomain.com
[...]
source9@mydomain.com source9@mydomain.com
@mydomain.com catchall@mydomain.com
```
With this config I'm getting errors reported in logs:
``` BASH
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source3@mydomain.com exists more than once
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source4@mydomain.com exists more than once
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source5@mydomain.com exists more than once
```
The source3 ⇾ source9 in `config/postfix-virtual.cf` seem to cause the error, but if I remove them, all emails end up in catchall inbox. Is there a solution to keep the catchall functionality and get rid of the error message?
| 1.0 | mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User user@mydomain.com exists more than once - # Subject
I would like some feedback concerning a use case
## Description
I have a setup with a "catchall" solution.
I've got a few mailboxes/users defined in `config/postifx-accounts.cf`
Additionally, I've got `config/postfix-virtual.cf`
```
source@mydomain.com target@notmydomain.com
source2@mydomain.com target2@notmydomain.com
source3@mydomain.com source3@mydomain.com
source4@mydomain.com source4@mydomain.com
[...]
source9@mydomain.com source9@mydomain.com
@mydomain.com catchall@mydomain.com
```
With this config I'm getting errors reported in logs:
``` BASH
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source3@mydomain.com exists more than once
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source4@mydomain.com exists more than once
mail dovecot: auth: Error: passwd-file /etc/dovecot/userdb: User source5@mydomain.com exists more than once
```
The source3 ⇾ source9 in `config/postfix-virtual.cf` seem to cause the error, but if I remove them, all emails end up in catchall inbox. Is there a solution to keep the catchall functionality and get rid of the error message?
| priority | mail dovecot auth error passwd file etc dovecot userdb user user mydomain com exists more than once subject i would like some feedback concerning a use case description i have a setup with a catchall solution i ve got a few mailboxes users defined in config postifx accounts cf additionally i ve got config postfix virtual cf source mydomain com target notmydomain com mydomain com notmydomain com mydomain com mydomain com mydomain com mydomain com mydomain com mydomain com mydomain com catchall mydomain com with this config i m getting errors reported in logs bash mail dovecot auth error passwd file etc dovecot userdb user mydomain com exists more than once mail dovecot auth error passwd file etc dovecot userdb user mydomain com exists more than once mail dovecot auth error passwd file etc dovecot userdb user mydomain com exists more than once the ⇾ in config postfix virtual cf seem to cause the error but if i remove them all emails end up in catchall inbox is there a solution to keep the catchall functionality and get rid of the error message | 1 |
678,339 | 23,194,286,668 | IssuesEvent | 2022-08-01 15:03:35 | Nootekhnika/nooLite_ONE | https://api.github.com/repos/Nootekhnika/nooLite_ONE | closed | Следует не отображать статус об отсутствии привязок, если адаптер в режиме обновления ПО | low priority minor severity fixed | commit 4c350df
Предусловие: адаптер находится в режиме обновления.
1. Запустить ПО nooLite ONE. При необходимости выбрать из списка адаптер в режиме обновления.
2. В появившемся сообщении

нажать "No" или закрыть его.
3. Нажать на любой канал или любую из кнопок:

Посмотреть на статус об отсутствии привязок.
ОР: если адаптер в режиме обновления ПО, то после нажатия каналов и кнопок окна не появляется статус об отсутствии привязок.
ФР: режиме обновления ПО адаптера после нажатия каналов и кнопок окна появляется статус об отсутствии привязок, см. скрин

| 1.0 | Следует не отображать статус об отсутствии привязок, если адаптер в режиме обновления ПО - commit 4c350df
Предусловие: адаптер находится в режиме обновления.
1. Запустить ПО nooLite ONE. При необходимости выбрать из списка адаптер в режиме обновления.
2. В появившемся сообщении

нажать "No" или закрыть его.
3. Нажать на любой канал или любую из кнопок:

Посмотреть на статус об отсутствии привязок.
ОР: если адаптер в режиме обновления ПО, то после нажатия каналов и кнопок окна не появляется статус об отсутствии привязок.
ФР: режиме обновления ПО адаптера после нажатия каналов и кнопок окна появляется статус об отсутствии привязок, см. скрин

| priority | следует не отображать статус об отсутствии привязок если адаптер в режиме обновления по commit предусловие адаптер находится в режиме обновления запустить по noolite one при необходимости выбрать из списка адаптер в режиме обновления в появившемся сообщении нажать no или закрыть его нажать на любой канал или любую из кнопок посмотреть на статус об отсутствии привязок ор если адаптер в режиме обновления по то после нажатия каналов и кнопок окна не появляется статус об отсутствии привязок фр режиме обновления по адаптера после нажатия каналов и кнопок окна появляется статус об отсутствии привязок см скрин | 1 |
110,232 | 4,423,946,896 | IssuesEvent | 2016-08-16 10:30:15 | wp-crm/wp-crm | https://api.github.com/repos/wp-crm/wp-crm | closed | The save button isn't translating | core bug high priority workflow/review | The save button text is being called as __('Save', 'wpp_crm')
The correct button text is : __('Save', 'wp_crm')
Note the single "p" in the text domain indentifier wpp_crm on line #266 in
\wp-content\plugins\wp-crm\core\ui\crm_metaboxes.php
This mistake appears in other places in the system, so need to run a search through all the source code. | 1.0 | The save button isn't translating - The save button text is being called as __('Save', 'wpp_crm')
The correct button text is : __('Save', 'wp_crm')
Note the single "p" in the text domain indentifier wpp_crm on line #266 in
\wp-content\plugins\wp-crm\core\ui\crm_metaboxes.php
This mistake appears in other places in the system, so need to run a search through all the source code. | priority | the save button isn t translating the save button text is being called as save wpp crm the correct button text is save wp crm note the single p in the text domain indentifier wpp crm on line in wp content plugins wp crm core ui crm metaboxes php this mistake appears in other places in the system so need to run a search through all the source code | 1 |
540,663 | 15,815,633,185 | IssuesEvent | 2021-04-05 11:42:09 | musescore/MuseScore | https://api.github.com/repos/musescore/MuseScore | closed | [MU4 Issue] Background image doesn't work | Low Priority | **Describe the bug**
Background image doesn't work
**To Reproduce**
Steps to reproduce the behavior:
1. Create a score
2. Click on Edit from the upper Menu Bar
3. Click on 'Preferences
4. Click on Folders from the left panel
5. Try to change Image and see it on the score
**Expected behavior**
Image should be centered on the score
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
MacOS
Windows 10
**Additional context**
Need more info about Expected Behavior. Maybe we should change it or add more parameters such as minimum image size?
| 1.0 | [MU4 Issue] Background image doesn't work - **Describe the bug**
Background image doesn't work
**To Reproduce**
Steps to reproduce the behavior:
1. Create a score
2. Click on Edit from the upper Menu Bar
3. Click on 'Preferences
4. Click on Folders from the left panel
5. Try to change Image and see it on the score
**Expected behavior**
Image should be centered on the score
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
MacOS
Windows 10
**Additional context**
Need more info about Expected Behavior. Maybe we should change it or add more parameters such as minimum image size?
| priority | background image doesn t work describe the bug background image doesn t work to reproduce steps to reproduce the behavior create a score click on edit from the upper menu bar click on preferences click on folders from the left panel try to change image and see it on the score expected behavior image should be centered on the score screenshots if applicable add screenshots to help explain your problem desktop please complete the following information macos windows additional context need more info about expected behavior maybe we should change it or add more parameters such as minimum image size | 1 |
100,767 | 4,103,293,112 | IssuesEvent | 2016-06-04 15:40:33 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Class name of the resource module's CRUD is reserved | Bug Priority Low | The classname ```Resource``` is reserved in PHP for [resources](https://php.net/manual/fr/resource.php) (file handlers, database handlers, sockets…).
Using it messes with type hinting in IDEs.
I think it should be renamed to something like ```DolResource```.
ping @jfefe
| 1.0 | Class name of the resource module's CRUD is reserved - The classname ```Resource``` is reserved in PHP for [resources](https://php.net/manual/fr/resource.php) (file handlers, database handlers, sockets…).
Using it messes with type hinting in IDEs.
I think it should be renamed to something like ```DolResource```.
ping @jfefe
| priority | class name of the resource module s crud is reserved the classname resource is reserved in php for file handlers database handlers sockets… using it messes with type hinting in ides i think it should be renamed to something like dolresource ping jfefe | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.