Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
744
labels
stringlengths
4
574
body
stringlengths
9
211k
index
stringclasses
10 values
text_combine
stringlengths
96
211k
label
stringclasses
2 values
text
stringlengths
96
188k
binary_label
int64
0
1
324,235
23,990,056,119
IssuesEvent
2022-09-13 23:35:52
adafruit/Adafruit_CircuitPython_OneWire
https://api.github.com/repos/adafruit/Adafruit_CircuitPython_OneWire
closed
Missing Type Annotations
good first issue documentation
There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple except ImportError: pass ``` Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already: ```python def wrap_text_to_pixels( string: str, max_width: int, font=None, indent0: str = "", indent1: str = "" ) -> List[str]: ``` If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks. If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel. The following locations are reported by mypy to be missing type annotations: - [ ] adafruit_onewire/device.py:23 - [ ] adafruit_onewire/device.py:31 - [ ] adafruit_onewire/device.py:34 - [ ] adafruit_onewire/device.py:52 - [ ] adafruit_onewire/bus.py:33 - [ ] adafruit_onewire/bus.py:60 - [ ] adafruit_onewire/bus.py:75 - [ ] adafruit_onewire/bus.py:82 - [ ] adafruit_onewire/bus.py:93 - [ ] adafruit_onewire/bus.py:111 - [ ] adafruit_onewire/bus.py:155 - [ ] adafruit_onewire/bus.py:160 - [ ] adafruit_onewire/bus.py:188
1.0
Missing Type Annotations - There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple except ImportError: pass ``` Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already: ```python def wrap_text_to_pixels( string: str, max_width: int, font=None, indent0: str = "", indent1: str = "" ) -> List[str]: ``` If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks. If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel. The following locations are reported by mypy to be missing type annotations: - [ ] adafruit_onewire/device.py:23 - [ ] adafruit_onewire/device.py:31 - [ ] adafruit_onewire/device.py:34 - [ ] adafruit_onewire/device.py:52 - [ ] adafruit_onewire/bus.py:33 - [ ] adafruit_onewire/bus.py:60 - [ ] adafruit_onewire/bus.py:75 - [ ] adafruit_onewire/bus.py:82 - [ ] adafruit_onewire/bus.py:93 - [ ] adafruit_onewire/bus.py:111 - [ ] adafruit_onewire/bus.py:155 - [ ] adafruit_onewire/bus.py:160 - [ ] adafruit_onewire/bus.py:188
non_process
missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typing import list tuple except importerror pass once imported the typing annotations for the argument type s and return type s can be added to the function signature here is an example of a function that has had this done already python def wrap text to pixels string str max width int font none str str list if you are new to git or github we have a guide about contributing to our projects here there is also a guide that covers our ci utilities and how to run them locally to ensure they will pass in github actions here in particular the pages sharing docs on readthedocs and check your code with pre commit contain the tools to install and commands to run locally to run the checks if you are attempting to resolve this issue and need help you can post a comment on this issue and tag both foamyguy and kattni or reach out to us on discord in the circuitpython dev channel the following locations are reported by mypy to be missing type annotations adafruit onewire device py adafruit onewire device py adafruit onewire device py adafruit onewire device py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py adafruit onewire bus py
0
309,418
26,661,804,646
IssuesEvent
2023-01-25 21:52:53
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Passa Quatro
generalization test development template - ABO (21) tag - Contratos subtag - Conteúdo Integral
DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Passa Quatro.
1.0
Teste de generalizacao para a tag Contratos - Conteúdo Integral - Passa Quatro - DoD: Realizar o teste de Generalização do validador da tag Contratos - Conteúdo Integral para o Município de Passa Quatro.
non_process
teste de generalizacao para a tag contratos conteúdo integral passa quatro dod realizar o teste de generalização do validador da tag contratos conteúdo integral para o município de passa quatro
0
77,248
14,743,942,908
IssuesEvent
2021-01-07 14:38:00
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
IDE0079 should not warn when suppressing IDE0060
Area-IDE Bug IDE-CodeStyle help wanted
**Version Used**: VS 16.8.2, **Steps to Reproduce**: 1. Write a method with an unused parameter: ```csharp [SuppressMessage("Style", "IDE0060:Remove unused parameter")] private void SomePrivateMethod(Foo a, Bar b) { a.Frobnicate(); } ``` 2. Run code analysis on solution. **Expected Behavior**: SuppressMessage attribute does not cause an IDE0079 message in the Error List and appears normally formatted in the IDE. **Actual Behavior**: SuppressMessage attribute causes an IDE0079 message in the Error List, and is displayed as faded out.
1.0
IDE0079 should not warn when suppressing IDE0060 - **Version Used**: VS 16.8.2, **Steps to Reproduce**: 1. Write a method with an unused parameter: ```csharp [SuppressMessage("Style", "IDE0060:Remove unused parameter")] private void SomePrivateMethod(Foo a, Bar b) { a.Frobnicate(); } ``` 2. Run code analysis on solution. **Expected Behavior**: SuppressMessage attribute does not cause an IDE0079 message in the Error List and appears normally formatted in the IDE. **Actual Behavior**: SuppressMessage attribute causes an IDE0079 message in the Error List, and is displayed as faded out.
non_process
should not warn when suppressing version used vs steps to reproduce write a method with an unused parameter csharp private void someprivatemethod foo a bar b a frobnicate run code analysis on solution expected behavior suppressmessage attribute does not cause an message in the error list and appears normally formatted in the ide actual behavior suppressmessage attribute causes an message in the error list and is displayed as faded out
0
13,007
8,761,696,871
IssuesEvent
2018-12-16 20:03:10
kubernetes/kops
https://api.github.com/repos/kubernetes/kops
closed
Support real ssl certs for api server
area/security lifecycle/rotten
It would be nice to be able to provide real certificates for the api server. Another option would be to support letsencrypt.
True
Support real ssl certs for api server - It would be nice to be able to provide real certificates for the api server. Another option would be to support letsencrypt.
non_process
support real ssl certs for api server it would be nice to be able to provide real certificates for the api server another option would be to support letsencrypt
0
9,196
24,198,693,084
IssuesEvent
2022-09-24 08:30:09
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
Kernel page fault while loading zfs module
Type: Architecture Type: Defect Status: Stale
### System information Distribution Name | Deepin Distribution Version | 15.5 SP2 Linux Kernel | 3.10.84-23.fc21 Architecture | mips64el ZFS Version | 2.0.0-0 SPL Version | 2.0.0-0 ### Describe the problem you're observing Kernel page fault while loading zfs module. This issue does not exist in zfs 0.8.5. Everything works well from zfs 0.8.3 to 0.8.5. ### Describe how to reproduce the problem ```bash > sudo insmod zfs/zfs/zfs.ko Segmentation fault (core dumped) ``` ### Include any warning/errors/backtraces from the system logs /var/log/kern.log: ``` [ 798.425781] zavl: module license 'CDDL' taints kernel. [ 798.425781] Disabling lock debugging due to kernel taint [ 855.035156] ------------[ cut here ]------------ [ 855.035156] WARNING: CPU: 2 PID: 19590 at lib/scatterlist.c:287 __sg_alloc_table+0x174/0x188 [ 855.035156] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.035156] CPU: 2 PID: 19590 Comm: insmod Tainted: P O ------------ 3.10.0+ #1 [ 855.035156] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.035156] Stack : 0000000000000000 0000000000000000 ffffffff817c0000 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff80e7a58b ffffffff80d10488 ffffffff817bc448 [ 855.035156] 0000000000004c86 0000000000000002 0000000000000004 ffffffffc10a0a20 [ 855.035156] 0000000000000000 ffffffff80a9de4c 9800000275803a68 0000000000000001 [ 855.035156] ffffffff80279dd8 ffffffff802767a8 0000000000000000 ffffffff8027a960 [ 855.035156] 9800000275836e00 ffffffff80d10488 ffffffff817bd0c0 0000000000000265 [ 855.035156] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 855.035156] 0000000000000000 98000002758039c0 0000000000000000 ffffffff80276a2c [ 855.035156] 0000000000000000 ffffffff80d4d200 ffffffff80599f54 0000000000000000 [ 855.035156] 0000000000000000 ffffffff8021a0e8 ffffffff80599f54 ffffffff80276a2c [ 855.035156] ... [ 855.035156] Call Trace: [ 855.035156] [<ffffffff8021a0e8>] show_stack+0x68/0x80 [ 855.035156] [<ffffffff80276a2c>] __warn+0xf4/0x108 [ 855.035156] [<ffffffff80599f54>] __sg_alloc_table+0x174/0x188 [ 855.035156] [<ffffffff80599f8c>] sg_alloc_table+0x24/0x60 [ 855.035156] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 855.035156] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 855.035156] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 855.035156] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 855.035156] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 855.035156] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 855.035156] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 855.035156] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 855.035156] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 855.035156] [ 855.035156] ---[ end trace fc863b931c75040c ]--- [ 855.035156] BUG: Bad page state in process insmod pfn:00468 [ 855.035156] page:980000027f709a00 count:0 mapcount:0 mapping: (null) index:0x0 [ 855.035156] page flags: 0xfff000400(reserved) [ 855.035156] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 855.035156] bad because of flags: [ 855.035156] page flags: 0x400(reserved) [ 855.035156] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.035156] CPU: 2 PID: 19590 Comm: insmod Tainted: P W O ------------ 3.10.0+ #1 [ 855.035156] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.035156] Stack : 0000000000000000 0000000000000000 ffffffff817c0000 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff80e7a58b ffffffff80d10488 ffffffff817bc448 [ 855.035156] 0000000000004c86 0000000000000002 ffffffff80d20000 ffffffffffffffff [ 855.035156] fffffff000ffffff ffffffff80a9de4c 98000002758039e8 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff802767a8 980000027f709a00 ffffffff8027a960 [ 855.035156] 9800000275836e00 ffffffff80d10488 ffffffff817bd0c0 0000000000000304 [ 855.035156] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 855.035156] 0000000000000000 9800000275803940 0000000000000000 ffffffff8035db18 [ 855.035156] 0000000000000000 ffffffff81810000 ffffffff80e30000 980000027f709a00 [ 855.035156] ffffffff81810000 ffffffff8021a0e8 ffffffff80e30000 ffffffff8035db18 [ 855.035156] ... [ 855.039062] Call Trace: [ 855.039062] [<ffffffff8021a0e8>] show_stack+0x68/0x80 [ 855.039062] [<ffffffff8035db18>] bad_page+0xf0/0x140 [ 855.039062] [<ffffffff8035dcb4>] free_pages_prepare+0x14c/0x1f8 [ 855.039062] [<ffffffff8036059c>] free_hot_cold_page+0x3c/0x208 [ 855.039062] [<ffffffff80599828>] __sg_free_table+0x88/0xb0 [ 855.039062] [<ffffffff80599fb8>] sg_alloc_table+0x50/0x60 [ 855.039062] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 855.039062] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 855.039062] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 855.039062] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 855.039062] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 855.039062] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 855.039062] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 855.039062] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 855.039062] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 855.039062] [ 855.039062] CPU 2 Unable to handle kernel paging request at virtual address 0000000000003fe0, epc == ffffffff80599808, ra == ffffffff80599828 [ 855.058593] Oops[#1]: [ 855.082031] CPU: 2 PID: 19590 Comm: insmod Tainted: P B W O ------------ 3.10.0+ #1 [ 855.101562] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.125000] task: 9800000275836e00 ti: 9800000275800000 task.ti: 9800000275800000 [ 855.148437] $ 0 : 0000000000000000 0000000000000001 0000000000000000 0000000000000001 [ 855.171875] $ 4 : 0000000000000000 fffffffffffffe00 0000000000000000 0000000000000001 [ 855.195312] $ 8 : 0000000000000002 ffffffff8066e5b8 00000000000002f3 0000000000000005 [ 855.214843] $12 : 0000000000000000 ffffffff817e0000 0000000000000000 ffffffff817e0000 [ 855.238281] $16 : 0000000000000000 0000000000000200 ffffffff80599960 9800000275803bd0 [ 855.261718] $20 : 0000000000003fe0 00000000000001ff fffffffffffffffc ffffffffc10a0a20 [ 855.285156] $24 : 0000000000010020 ffffffff817bd560 [ 855.304687] $28 : 9800000275800000 9800000275803b60 0000000000000000 ffffffff80599828 [ 855.328125] Hi : 0000000000000f42 [ 855.351562] Lo : 000000003333703c [ 855.371093] epc : ffffffff80599808 __sg_free_table+0x68/0xb0 [ 855.394531] Tainted: P B W O ------------ [ 855.414062] ra : ffffffff80599828 __sg_free_table+0x88/0xb0 [ 855.437500] Status: d400cce3 KX SX UX KERNEL EXL IE [ 855.457031] Cause : 10000008 [ 855.480468] BadVA : 0000000000003fe0 [ 855.503906] PrId : 00146309 (ICT Loongson-3) [ 855.523437] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.628906] Process insmod (pid: 19590, threadinfo=9800000275800000, task=9800000275836e00, tls=000000fff16f7b20) [ 855.656250] Stack : 9800000275803bd0 ffffffffc1220000 ffffffff80599f68 ffffffff80aa86d0 [ 855.656250] ffffffffc109eda8 ffffffffc1220000 0000000000000004 ffffffff80599fb8 [ 855.656250] ffffffffffffffea ffffffffc1220000 980000027d853940 ffffffffc1015898 [ 855.656250] 0000000000000000 ffffffffc1083708 ffffffffc11a0000 fffffe00c11e6f80 [ 855.656250] ffffffffc0d80258 ffffffff802a4530 ffffffffc11948e8 0000000000000003 [ 855.656250] ffffffffc1080000 0000000000000001 98000000f0141380 ffffffffc0effd68 [ 855.656250] 0000000000000000 ffffffffc0f99470 0000000000000020 ffffffffc1049708 [ 855.656250] 0002701fff000000 ffffffffc11a0000 ffffffff80a9ddc4 ffffffffc1080000 [ 855.656250] ffffffffc1080000 ffffffffc0ff32bc ffffffff80e7a280 ffffffff80e7a280 [ 855.656250] ffffffff80e7a280 ffffffffc129003c ffffffff80e7a280 ffffffff817b0000 [ 855.656250] ... [ 855.953125] Call Trace: [ 855.980468] [<ffffffff80599808>] __sg_free_table+0x68/0xb0 [ 856.007812] [<ffffffff80599fb8>] sg_alloc_table+0x50/0x60 [ 856.031250] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 856.058593] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 856.085937] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 856.113281] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 856.140625] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 856.167968] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 856.195312] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 856.222656] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 856.246093] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 856.273437] [ 856.300781] [ 856.300781] Code: 0000102d 10600005 0000802d <d890a003> 00b51023 0220282d 02168024 14c0fff3 ae62000c [ 856.355468] ---[ end trace fc863b931c75040d ]--- ```
1.0
Kernel page fault while loading zfs module - ### System information Distribution Name | Deepin Distribution Version | 15.5 SP2 Linux Kernel | 3.10.84-23.fc21 Architecture | mips64el ZFS Version | 2.0.0-0 SPL Version | 2.0.0-0 ### Describe the problem you're observing Kernel page fault while loading zfs module. This issue does not exist in zfs 0.8.5. Everything works well from zfs 0.8.3 to 0.8.5. ### Describe how to reproduce the problem ```bash > sudo insmod zfs/zfs/zfs.ko Segmentation fault (core dumped) ``` ### Include any warning/errors/backtraces from the system logs /var/log/kern.log: ``` [ 798.425781] zavl: module license 'CDDL' taints kernel. [ 798.425781] Disabling lock debugging due to kernel taint [ 855.035156] ------------[ cut here ]------------ [ 855.035156] WARNING: CPU: 2 PID: 19590 at lib/scatterlist.c:287 __sg_alloc_table+0x174/0x188 [ 855.035156] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.035156] CPU: 2 PID: 19590 Comm: insmod Tainted: P O ------------ 3.10.0+ #1 [ 855.035156] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.035156] Stack : 0000000000000000 0000000000000000 ffffffff817c0000 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff80e7a58b ffffffff80d10488 ffffffff817bc448 [ 855.035156] 0000000000004c86 0000000000000002 0000000000000004 ffffffffc10a0a20 [ 855.035156] 0000000000000000 ffffffff80a9de4c 9800000275803a68 0000000000000001 [ 855.035156] ffffffff80279dd8 ffffffff802767a8 0000000000000000 ffffffff8027a960 [ 855.035156] 9800000275836e00 ffffffff80d10488 ffffffff817bd0c0 0000000000000265 [ 855.035156] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 855.035156] 0000000000000000 98000002758039c0 0000000000000000 ffffffff80276a2c [ 855.035156] 0000000000000000 ffffffff80d4d200 ffffffff80599f54 0000000000000000 [ 855.035156] 0000000000000000 ffffffff8021a0e8 ffffffff80599f54 ffffffff80276a2c [ 855.035156] ... [ 855.035156] Call Trace: [ 855.035156] [<ffffffff8021a0e8>] show_stack+0x68/0x80 [ 855.035156] [<ffffffff80276a2c>] __warn+0xf4/0x108 [ 855.035156] [<ffffffff80599f54>] __sg_alloc_table+0x174/0x188 [ 855.035156] [<ffffffff80599f8c>] sg_alloc_table+0x24/0x60 [ 855.035156] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 855.035156] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 855.035156] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 855.035156] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 855.035156] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 855.035156] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 855.035156] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 855.035156] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 855.035156] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 855.035156] [ 855.035156] ---[ end trace fc863b931c75040c ]--- [ 855.035156] BUG: Bad page state in process insmod pfn:00468 [ 855.035156] page:980000027f709a00 count:0 mapcount:0 mapping: (null) index:0x0 [ 855.035156] page flags: 0xfff000400(reserved) [ 855.035156] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 855.035156] bad because of flags: [ 855.035156] page flags: 0x400(reserved) [ 855.035156] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.035156] CPU: 2 PID: 19590 Comm: insmod Tainted: P W O ------------ 3.10.0+ #1 [ 855.035156] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.035156] Stack : 0000000000000000 0000000000000000 ffffffff817c0000 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff80e7a58b ffffffff80d10488 ffffffff817bc448 [ 855.035156] 0000000000004c86 0000000000000002 ffffffff80d20000 ffffffffffffffff [ 855.035156] fffffff000ffffff ffffffff80a9de4c 98000002758039e8 ffffffff817bccd8 [ 855.035156] ffffffff80279dd8 ffffffff802767a8 980000027f709a00 ffffffff8027a960 [ 855.035156] 9800000275836e00 ffffffff80d10488 ffffffff817bd0c0 0000000000000304 [ 855.035156] 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 855.035156] 0000000000000000 9800000275803940 0000000000000000 ffffffff8035db18 [ 855.035156] 0000000000000000 ffffffff81810000 ffffffff80e30000 980000027f709a00 [ 855.035156] ffffffff81810000 ffffffff8021a0e8 ffffffff80e30000 ffffffff8035db18 [ 855.035156] ... [ 855.039062] Call Trace: [ 855.039062] [<ffffffff8021a0e8>] show_stack+0x68/0x80 [ 855.039062] [<ffffffff8035db18>] bad_page+0xf0/0x140 [ 855.039062] [<ffffffff8035dcb4>] free_pages_prepare+0x14c/0x1f8 [ 855.039062] [<ffffffff8036059c>] free_hot_cold_page+0x3c/0x208 [ 855.039062] [<ffffffff80599828>] __sg_free_table+0x88/0xb0 [ 855.039062] [<ffffffff80599fb8>] sg_alloc_table+0x50/0x60 [ 855.039062] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 855.039062] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 855.039062] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 855.039062] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 855.039062] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 855.039062] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 855.039062] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 855.039062] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 855.039062] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 855.039062] [ 855.039062] CPU 2 Unable to handle kernel paging request at virtual address 0000000000003fe0, epc == ffffffff80599808, ra == ffffffff80599828 [ 855.058593] Oops[#1]: [ 855.082031] CPU: 2 PID: 19590 Comm: insmod Tainted: P B W O ------------ 3.10.0+ #1 [ 855.101562] Hardware name: Loongson Loongson-3A5-780E-1w-V1.1-demo/Loongson-3A5-780E-1w-V1.1-demo, BIOS Loongson-PMON-V3.3-20170113 01/13/2017 [ 855.125000] task: 9800000275836e00 ti: 9800000275800000 task.ti: 9800000275800000 [ 855.148437] $ 0 : 0000000000000000 0000000000000001 0000000000000000 0000000000000001 [ 855.171875] $ 4 : 0000000000000000 fffffffffffffe00 0000000000000000 0000000000000001 [ 855.195312] $ 8 : 0000000000000002 ffffffff8066e5b8 00000000000002f3 0000000000000005 [ 855.214843] $12 : 0000000000000000 ffffffff817e0000 0000000000000000 ffffffff817e0000 [ 855.238281] $16 : 0000000000000000 0000000000000200 ffffffff80599960 9800000275803bd0 [ 855.261718] $20 : 0000000000003fe0 00000000000001ff fffffffffffffffc ffffffffc10a0a20 [ 855.285156] $24 : 0000000000010020 ffffffff817bd560 [ 855.304687] $28 : 9800000275800000 9800000275803b60 0000000000000000 ffffffff80599828 [ 855.328125] Hi : 0000000000000f42 [ 855.351562] Lo : 000000003333703c [ 855.371093] epc : ffffffff80599808 __sg_free_table+0x68/0xb0 [ 855.394531] Tainted: P B W O ------------ [ 855.414062] ra : ffffffff80599828 __sg_free_table+0x88/0xb0 [ 855.437500] Status: d400cce3 KX SX UX KERNEL EXL IE [ 855.457031] Cause : 10000008 [ 855.480468] BadVA : 0000000000003fe0 [ 855.503906] PrId : 00146309 (ICT Loongson-3) [ 855.523437] Modules linked in: zfs(PO+) zcommon(PO) zunicode(PO) znvpair(PO) zlua(O) icp(PO) zavl(PO) zzstd(O) spl(O) zlib zlib_deflate veth ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key bridge stp llc fuse uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core videodev media arc4 rtl8188ee(O) rtl_pci(O) rtlwifi(O) mac80211 joydev serio_raw sg snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi cfg80211 snd_hda_intel snd_hda_codec snd_hwdep snd_hda_core rfkill snd_pcm snd_timer shpchp sch_fq_codel binfmt_misc raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq raid1 raid0 multipath linear md_mod pata_atiixp r8168(O) radeon(O) [ 855.628906] Process insmod (pid: 19590, threadinfo=9800000275800000, task=9800000275836e00, tls=000000fff16f7b20) [ 855.656250] Stack : 9800000275803bd0 ffffffffc1220000 ffffffff80599f68 ffffffff80aa86d0 [ 855.656250] ffffffffc109eda8 ffffffffc1220000 0000000000000004 ffffffff80599fb8 [ 855.656250] ffffffffffffffea ffffffffc1220000 980000027d853940 ffffffffc1015898 [ 855.656250] 0000000000000000 ffffffffc1083708 ffffffffc11a0000 fffffe00c11e6f80 [ 855.656250] ffffffffc0d80258 ffffffff802a4530 ffffffffc11948e8 0000000000000003 [ 855.656250] ffffffffc1080000 0000000000000001 98000000f0141380 ffffffffc0effd68 [ 855.656250] 0000000000000000 ffffffffc0f99470 0000000000000020 ffffffffc1049708 [ 855.656250] 0002701fff000000 ffffffffc11a0000 ffffffff80a9ddc4 ffffffffc1080000 [ 855.656250] ffffffffc1080000 ffffffffc0ff32bc ffffffff80e7a280 ffffffff80e7a280 [ 855.656250] ffffffff80e7a280 ffffffffc129003c ffffffff80e7a280 ffffffff817b0000 [ 855.656250] ... [ 855.953125] Call Trace: [ 855.980468] [<ffffffff80599808>] __sg_free_table+0x68/0xb0 [ 856.007812] [<ffffffff80599fb8>] sg_alloc_table+0x50/0x60 [ 856.031250] [<ffffffffc1015898>] abd_init+0x1f8/0x340 [zfs] [ 856.058593] [<ffffffffc0effd68>] dmu_init+0x18/0x110 [zfs] [ 856.085937] [<ffffffffc0f99470>] spa_init+0x190/0x2d8 [zfs] [ 856.113281] [<ffffffffc0ff32bc>] zfs_kmod_init+0x44/0x1090 [zfs] [ 856.140625] [<ffffffffc129003c>] _init+0x3c/0xc4 [zfs] [ 856.167968] [<ffffffff802004b8>] do_one_initcall+0x88/0x1b0 [ 856.195312] [<ffffffff802ea1e0>] load_module+0x1e68/0x2590 [ 856.222656] [<ffffffff802eaaa4>] SyS_finit_module+0x94/0xb0 [ 856.246093] [<ffffffff802236d0>] syscall_common+0x34/0x58 [ 856.273437] [ 856.300781] [ 856.300781] Code: 0000102d 10600005 0000802d <d890a003> 00b51023 0220282d 02168024 14c0fff3 ae62000c [ 856.355468] ---[ end trace fc863b931c75040d ]--- ```
non_process
kernel page fault while loading zfs module system information distribution name deepin distribution version linux kernel architecture zfs version spl version describe the problem you re observing kernel page fault while loading zfs module this issue does not exist in zfs everything works well from zfs to describe how to reproduce the problem bash sudo insmod zfs zfs zfs ko segmentation fault core dumped include any warning errors backtraces from the system logs var log kern log zavl module license cddl taints kernel disabling lock debugging due to kernel taint warning cpu pid at lib scatterlist c sg alloc table modules linked in zfs po zcommon po zunicode po znvpair po zlua o icp po zavl po zzstd o spl o zlib zlib deflate veth ipt masquerade nf nat masquerade iptable nat nf conntrack nf defrag nf nat nf nat nf conntrack tunnel ipcomp xfrm ipcomp af key bridge stp llc fuse uvcvideo vmalloc memops core videodev media o rtl pci o rtlwifi o joydev serio raw sg snd hda codec realtek snd hda codec generic snd hda codec hdmi snd hda intel snd hda codec snd hwdep snd hda core rfkill snd pcm snd timer shpchp sch fq codel binfmt misc async recov async memcpy async pq async xor async tx xor pq multipath linear md mod pata atiixp o radeon o cpu pid comm insmod tainted p o hardware name loongson loongson demo loongson demo bios loongson pmon stack call trace show stack warn sg alloc table sg alloc table abd init dmu init spa init zfs kmod init init do one initcall load module sys finit module syscall common bug bad page state in process insmod pfn page count mapcount mapping null index page flags reserved page dumped because page flags check at free flag s set bad because of flags page flags reserved modules linked in zfs po zcommon po zunicode po znvpair po zlua o icp po zavl po zzstd o spl o zlib zlib deflate veth ipt masquerade nf nat masquerade iptable nat nf conntrack nf defrag nf nat nf nat nf conntrack tunnel ipcomp xfrm ipcomp af key bridge stp llc fuse uvcvideo vmalloc memops core videodev media o rtl pci o rtlwifi o joydev serio raw sg snd hda codec realtek snd hda codec generic snd hda codec hdmi snd hda intel snd hda codec snd hwdep snd hda core rfkill snd pcm snd timer shpchp sch fq codel binfmt misc async recov async memcpy async pq async xor async tx xor pq multipath linear md mod pata atiixp o radeon o cpu pid comm insmod tainted p w o hardware name loongson loongson demo loongson demo bios loongson pmon stack ffffffffffffffff call trace show stack bad page free pages prepare free hot cold page sg free table sg alloc table abd init dmu init spa init zfs kmod init init do one initcall load module sys finit module syscall common cpu unable to handle kernel paging request at virtual address epc ra oops cpu pid comm insmod tainted p b w o hardware name loongson loongson demo loongson demo bios loongson pmon task ti task ti fffffffffffffffc hi lo epc sg free table tainted p b w o ra sg free table status kx sx ux kernel exl ie cause badva prid ict loongson modules linked in zfs po zcommon po zunicode po znvpair po zlua o icp po zavl po zzstd o spl o zlib zlib deflate veth ipt masquerade nf nat masquerade iptable nat nf conntrack nf defrag nf nat nf nat nf conntrack tunnel ipcomp xfrm ipcomp af key bridge stp llc fuse uvcvideo vmalloc memops core videodev media o rtl pci o rtlwifi o joydev serio raw sg snd hda codec realtek snd hda codec generic snd hda codec hdmi snd hda intel snd hda codec snd hwdep snd hda core rfkill snd pcm snd timer shpchp sch fq codel binfmt misc async recov async memcpy async pq async xor async tx xor pq multipath linear md mod pata atiixp o radeon o process insmod pid threadinfo task tls stack ffffffffffffffea call trace sg free table sg alloc table abd init dmu init spa init zfs kmod init init do one initcall load module sys finit module syscall common code
0
15,402
19,594,530,202
IssuesEvent
2022-01-05 16:21:26
googleapis/google-cloud-dotnet
https://api.github.com/repos/googleapis/google-cloud-dotnet
opened
tests: Reactivate Compute create firewall tests.
priority: p1 type: process
We have an issue in CI that we are looking at internally, but that makes this test fail.
1.0
tests: Reactivate Compute create firewall tests. - We have an issue in CI that we are looking at internally, but that makes this test fail.
process
tests reactivate compute create firewall tests we have an issue in ci that we are looking at internally but that makes this test fail
1
96,660
27,969,808,759
IssuesEvent
2023-03-25 00:07:07
alicevision/AliceVision
https://api.github.com/repos/alicevision/AliceVision
closed
2.4.0 build breaks: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed
scope:build stale do not close
clang-10 failed to compile it on FreeBSD 12.2: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/ClpModel.cpp:3836:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed reinterpret_cast<const char*> (NULL) /*integrality*/, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` also: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/OsiClp/OsiClpSolverInterface.cpp:1436:50: error: reinterpret_cast from 'nullptr_t' to 'int *' is not allowed messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
1.0
2.4.0 build breaks: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed - clang-10 failed to compile it on FreeBSD 12.2: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/ClpModel.cpp:3836:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed reinterpret_cast<const char*> (NULL) /*integrality*/, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` also: ``` /usr/ports/graphics/alice-vision/work/AliceVision-2.4.0/src/dependencies/osi_clp/Clp/src/OsiClp/OsiClpSolverInterface.cpp:1436:50: error: reinterpret_cast from 'nullptr_t' to 'int *' is not allowed messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
non_process
build breaks reinterpret cast from nullptr t to const char is not allowed clang failed to compile it on freebsd usr ports graphics alice vision work alicevision src dependencies osi clp clp src clpmodel cpp error reinterpret cast from nullptr t to const char is not allowed reinterpret cast null integrality also usr ports graphics alice vision work alicevision src dependencies osi clp clp src osiclp osiclpsolverinterface cpp error reinterpret cast from nullptr t to int is not allowed messagespointer setdetailmessages reinterpret cast null
0
21,542
29,864,481,913
IssuesEvent
2023-06-20 01:43:01
cncf/tag-security
https://api.github.com/repos/cncf/tag-security
closed
[Suggestion] modify Security assessment process
help wanted good first issue assessment-process suggestion inactive
Description: Modify the Security Review process to: * [ ] initiate a draft/WIP PR of the self-assessment and/or joint-review prior to the presentation to closeout the review * [ ] clearly set the joint-readme and joint-review and/or self-assessment as required for the PR finalization in the process doc. * [ ] Modify co-chair requirements to verify the above items are complete and presentation has occurred prior to approving and merging.
1.0
[Suggestion] modify Security assessment process - Description: Modify the Security Review process to: * [ ] initiate a draft/WIP PR of the self-assessment and/or joint-review prior to the presentation to closeout the review * [ ] clearly set the joint-readme and joint-review and/or self-assessment as required for the PR finalization in the process doc. * [ ] Modify co-chair requirements to verify the above items are complete and presentation has occurred prior to approving and merging.
process
modify security assessment process description modify the security review process to initiate a draft wip pr of the self assessment and or joint review prior to the presentation to closeout the review clearly set the joint readme and joint review and or self assessment as required for the pr finalization in the process doc modify co chair requirements to verify the above items are complete and presentation has occurred prior to approving and merging
1
784,996
27,593,170,621
IssuesEvent
2023-03-09 02:57:05
iterative/vscode-dvc
https://api.github.com/repos/iterative/vscode-dvc
opened
Consolidate onboarding, connect to Studio, settings & walkthrough
priority-p1 discussion A: side-panel A: docs 📦 product A: onboarding
There are a lot of small disparate screens related to onboarding (Setp webview) and connecting to Studio (Connect webview). There are also buttons associated with these screens in the sidebar. We also have a separate walkthrough (uses VS Code API) which users will see on first-install. The purpose of this ticket is to discuss and then implement a consolidation of this information into a single place. My idea for an initial implementation involves reusing the layout from the plots webview. Namely this (without the ribbon): <img width="1728" alt="image" src="https://user-images.githubusercontent.com/37993418/223903438-85987a7a-cacf-4d8d-b8d7-34f269ffd841.png"> To begin with, we can start by moving the existing sections within this layout. We can also add a new section that links to the walkthrough. After we get everything into the same place then we can discuss the next steps. Please LMK your thoughts on - Initial section titles. - Name for the view (Setup?). - Whether or not we will need to expose all steps at the same time (i.e do we continue to show things like initialize Git once the action has been completed?) - Final layout after initial implementation - Alternatives Note: We need to drop the code that automatically opens the walkthrough on first-install. Related to #3331
1.0
Consolidate onboarding, connect to Studio, settings & walkthrough - There are a lot of small disparate screens related to onboarding (Setp webview) and connecting to Studio (Connect webview). There are also buttons associated with these screens in the sidebar. We also have a separate walkthrough (uses VS Code API) which users will see on first-install. The purpose of this ticket is to discuss and then implement a consolidation of this information into a single place. My idea for an initial implementation involves reusing the layout from the plots webview. Namely this (without the ribbon): <img width="1728" alt="image" src="https://user-images.githubusercontent.com/37993418/223903438-85987a7a-cacf-4d8d-b8d7-34f269ffd841.png"> To begin with, we can start by moving the existing sections within this layout. We can also add a new section that links to the walkthrough. After we get everything into the same place then we can discuss the next steps. Please LMK your thoughts on - Initial section titles. - Name for the view (Setup?). - Whether or not we will need to expose all steps at the same time (i.e do we continue to show things like initialize Git once the action has been completed?) - Final layout after initial implementation - Alternatives Note: We need to drop the code that automatically opens the walkthrough on first-install. Related to #3331
non_process
consolidate onboarding connect to studio settings walkthrough there are a lot of small disparate screens related to onboarding setp webview and connecting to studio connect webview there are also buttons associated with these screens in the sidebar we also have a separate walkthrough uses vs code api which users will see on first install the purpose of this ticket is to discuss and then implement a consolidation of this information into a single place my idea for an initial implementation involves reusing the layout from the plots webview namely this without the ribbon img width alt image src to begin with we can start by moving the existing sections within this layout we can also add a new section that links to the walkthrough after we get everything into the same place then we can discuss the next steps please lmk your thoughts on initial section titles name for the view setup whether or not we will need to expose all steps at the same time i e do we continue to show things like initialize git once the action has been completed final layout after initial implementation alternatives note we need to drop the code that automatically opens the walkthrough on first install related to
0
9,735
3,068,916,639
IssuesEvent
2015-08-18 17:54:54
mesosphere/kubernetes-mesos
https://api.github.com/repos/mesosphere/kubernetes-mesos
closed
e2e: Addon update should propagate add-on file changes
tests
GoogleCloudPlatform/kubernetes/test/e2e/ad don_update.go:204
1.0
e2e: Addon update should propagate add-on file changes - GoogleCloudPlatform/kubernetes/test/e2e/ad don_update.go:204
non_process
addon update should propagate add on file changes googlecloudplatform kubernetes test ad don update go
0
12,511
14,962,220,931
IssuesEvent
2021-01-27 08:58:40
UserOfficeProject/stfc-user-office-project
https://api.github.com/repos/UserOfficeProject/stfc-user-office-project
opened
Capture Xpress requirements for proposal submission
area: uop/stfc origin: project size: 5 type: process
We need to capture the ISIS Xpress requirements for the proposal system. This does not include the sample management and allocation side of the software.
1.0
Capture Xpress requirements for proposal submission - We need to capture the ISIS Xpress requirements for the proposal system. This does not include the sample management and allocation side of the software.
process
capture xpress requirements for proposal submission we need to capture the isis xpress requirements for the proposal system this does not include the sample management and allocation side of the software
1
25,025
2,675,603,689
IssuesEvent
2015-03-25 13:34:57
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
Value-Text paring in Autocomplete
Priority: normal
Hello, I want to add Value-Text paring in Autocomplete. Value-Text means, Value | Text 1 | Ted 2 | John 3 | Steve 4 | Ben Value - will be stored in database. Text - will be display in autocomplete. I need to store selected Text's Value instead of Text in database. Can you please tell me how can i set Value-Text paring in Autocomplete? If possible give sample jsfiddle too. Thanking you, Nikunj Patel Update: I found similar open issue https://github.com/warpech/jquery-handsontable/issues/584, Sorry for the duplication.
1.0
Value-Text paring in Autocomplete - Hello, I want to add Value-Text paring in Autocomplete. Value-Text means, Value | Text 1 | Ted 2 | John 3 | Steve 4 | Ben Value - will be stored in database. Text - will be display in autocomplete. I need to store selected Text's Value instead of Text in database. Can you please tell me how can i set Value-Text paring in Autocomplete? If possible give sample jsfiddle too. Thanking you, Nikunj Patel Update: I found similar open issue https://github.com/warpech/jquery-handsontable/issues/584, Sorry for the duplication.
non_process
value text paring in autocomplete hello i want to add value text paring in autocomplete value text means value text ted john steve ben value will be stored in database text will be display in autocomplete i need to store selected text s value instead of text in database can you please tell me how can i set value text paring in autocomplete if possible give sample jsfiddle too thanking you nikunj patel update i found similar open issue sorry for the duplication
0
90,187
8,231,098,306
IssuesEvent
2018-09-07 14:54:21
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
workload/queue: (unknown) failed under stress
C-test-failure O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891481&tab=buildLog ``` mkdir -p /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf --cpp_out=lite:/go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos ./pkg/roachpb/data.proto ./pkg/roachpb/internal.proto ./pkg/roachpb/metadata.proto ./pkg/storage/engine/enginepb/file_registry.proto ./pkg/storage/engine/enginepb/mvcc.proto ./pkg/storage/engine/enginepb/mvcc3.proto ./pkg/storage/engine/enginepb/rocksdb.proto ./pkg/util/hlc/legacy_timestamp.proto ./pkg/util/hlc/timestamp.proto ./pkg/util/unresolved_addr.proto sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \ build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \ done touch bin/.cpp_ccl_protobuf_sources yes checking for sys/stat.h... sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree yes checking for stdlib.h... touch bin/.cpp_protobuf_sources github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor yes github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang checking for string.h... Scanning dependencies of target roach github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output yes [ 2%] Building CXX object CMakeFiles/roach.dir/db.cc.o [ 5%] Building CXX object CMakeFiles/roach.dir/batch.cc.o [ 8%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o [ 11%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge [ 14%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats github.com/cockroachdb/cockroach/vendor/github.com/golang/dep github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway yes github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports checking for strings.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr checking for unistd.h... go/internal/gccgoimporter go/internal/gcimporter github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers go/internal/srcimporter yes github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports checking whether byte ordering is bigendian... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep go/importer github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of intmax_t... 8 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... yes checking for ar... ar checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... no checking for library containing log... touch bin/.bootstrap [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o -lm checking whether __attribute__ syntax is compilable... [ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o [ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether tls_model attribute is compilable... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether alloc_size attribute is compilable... [ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(gnu_printf, ...) attribute is compilable... no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(printf, ...) attribute is compilable... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking whether compiler supports -O3... yes checking whether compiler supports -funroll-loops... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking whether a program using __builtin_unreachable is compilable... yes checking whether a program using __builtin_ffsl is compilable... yes checking LG_PAGE... 12 Missing VERSION file, and unable to generate it; creating bogus VERSION checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o yes checking whether pthread_atfork(3) is compilable... yes checking for library containing clock_gettime... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking whether mach_absolute_time() is compilable... no checking whether compiler supports -Werror... yes checking whether syscall(2) is compilable... yes checking for secure_getenv... yes checking for issetugid... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether C11 atomics is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o no checking whether madvise(2) is compilable... yes checking whether madvise(..., MADV_FREE) is compilable... no checking whether madvise(..., MADV_DONTNEED) is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... [ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o yes checking whether to force 32-bit __sync_{add,sub}_and_fetch()... [ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking for __builtin_clz... [ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o yes checking whether Darwin os_unfair_lock_*() is compilable... no checking whether Darwin OSSpin*() is compilable... no checking whether glibc malloc hook is compilable... yes checking whether glibc memalign hook is compilable... yes checking whether pthreads adaptive mutexes is compilable... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jemalloc.pc config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc-config config.status: creating bin/jemalloc.sh config.status: creating bin/jeprof config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands [ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands [ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o [ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o [ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands =============================================================================== jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 library revision : 2 CONFIG : --enable-prof CC : cc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT LDFLAGS : EXTRA_LDFLAGS : LIBS : -lm -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : false XSLROOT : PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ objroot : abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : autogen : 0 cc-silence : 1 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 thp : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 0 munmap : 0 lazy_lock : 0 tls : 1 cache-oblivious : 1 =============================================================================== set -euo pipefail; \ ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \ if expr "$ret" : ".*conflicts" >/dev/null; then \ echo "$ret"; exit 1; \ fi find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} + build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go [ 61%] Linking CXX static library libroach.a [ 82%] Built target roach sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go Scanning dependencies of target roachccl [ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o [ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o [ 91%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o [ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o touch bin/.gw_protobuf_sources sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hiddetouch bin/.go_protobuf_sources (echo "// Code generated by goyacc. DO NOT EDIT."; \ echo "// GENERATED FILE DO NOT EDIT"; \ cat pkg/sql/parser/gen/sql.go.tmp | \ sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go (echo "// Code generated by make. DO NOT EDIT."; \ echo "// GENERATED FILE DO NOT EDIT"; \ echo; \ echo "package lex"; \ echo; \ grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet [ 97%] Linking CXX static library libroachccl.a [100%] Built target roachccl n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/sar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o [ 0%] Built target build_version Scanning dependencies of target rocksdb [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o touch bin/.docgen_functions [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o [ 89%] Linking CXX static library librocksdb.a [100%] Built target rocksdb go test -v -race -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 10:21:28" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/workload/queue can't load package: package github.com/cockroachdb/cockroach/pkg/workload/queue: cannot find package "github.com/cockroachdb/cockroach/pkg/workload/queue" in any of: /usr/local/go/src/github.com/cockroachdb/cockroach/pkg/workload/queue (from $GOROOT) /go/src/github.com/cockroachdb/cockroach/pkg/workload/queue (from $GOPATH) Makefile:756: recipe for target 'gotestdashi' failed make: *** [gotestdashi] Error 1 ```
1.0
workload/queue: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891481&tab=buildLog ``` mkdir -p /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf --cpp_out=lite:/go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos ./pkg/roachpb/data.proto ./pkg/roachpb/internal.proto ./pkg/roachpb/metadata.proto ./pkg/storage/engine/enginepb/file_registry.proto ./pkg/storage/engine/enginepb/mvcc.proto ./pkg/storage/engine/enginepb/mvcc3.proto ./pkg/storage/engine/enginepb/rocksdb.proto ./pkg/util/hlc/legacy_timestamp.proto ./pkg/util/hlc/timestamp.proto ./pkg/util/unresolved_addr.proto sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \ build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \ done touch bin/.cpp_ccl_protobuf_sources yes checking for sys/stat.h... sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree yes checking for stdlib.h... touch bin/.cpp_protobuf_sources github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor yes github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang checking for string.h... Scanning dependencies of target roach github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output yes [ 2%] Building CXX object CMakeFiles/roach.dir/db.cc.o [ 5%] Building CXX object CMakeFiles/roach.dir/batch.cc.o [ 8%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o [ 11%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge [ 14%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats github.com/cockroachdb/cockroach/vendor/github.com/golang/dep github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway yes github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports checking for strings.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt yes github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr checking for unistd.h... go/internal/gccgoimporter go/internal/gcimporter github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers go/internal/srcimporter yes github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports checking whether byte ordering is bigendian... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep go/importer github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of intmax_t... 8 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... yes checking for ar... ar checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... no checking for library containing log... touch bin/.bootstrap [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o -lm checking whether __attribute__ syntax is compilable... [ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o [ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether tls_model attribute is compilable... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether alloc_size attribute is compilable... [ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(gnu_printf, ...) attribute is compilable... no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(printf, ...) attribute is compilable... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking whether compiler supports -O3... yes checking whether compiler supports -funroll-loops... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking whether a program using __builtin_unreachable is compilable... yes checking whether a program using __builtin_ffsl is compilable... yes checking LG_PAGE... 12 Missing VERSION file, and unable to generate it; creating bogus VERSION checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o yes checking whether pthread_atfork(3) is compilable... yes checking for library containing clock_gettime... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking whether mach_absolute_time() is compilable... no checking whether compiler supports -Werror... yes checking whether syscall(2) is compilable... yes checking for secure_getenv... yes checking for issetugid... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether C11 atomics is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o no checking whether madvise(2) is compilable... yes checking whether madvise(..., MADV_FREE) is compilable... no checking whether madvise(..., MADV_DONTNEED) is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... [ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o yes checking whether to force 32-bit __sync_{add,sub}_and_fetch()... [ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking for __builtin_clz... [ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o yes checking whether Darwin os_unfair_lock_*() is compilable... no checking whether Darwin OSSpin*() is compilable... no checking whether glibc malloc hook is compilable... yes checking whether glibc memalign hook is compilable... yes checking whether pthreads adaptive mutexes is compilable... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jemalloc.pc config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc-config config.status: creating bin/jemalloc.sh config.status: creating bin/jeprof config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands [ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands [ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o [ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o [ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands =============================================================================== jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 library revision : 2 CONFIG : --enable-prof CC : cc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT LDFLAGS : EXTRA_LDFLAGS : LIBS : -lm -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : false XSLROOT : PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ objroot : abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : autogen : 0 cc-silence : 1 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 thp : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 0 munmap : 0 lazy_lock : 0 tls : 1 cache-oblivious : 1 =============================================================================== set -euo pipefail; \ ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \ if expr "$ret" : ".*conflicts" >/dev/null; then \ echo "$ret"; exit 1; \ fi find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} + build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go [ 61%] Linking CXX static library libroach.a [ 82%] Built target roach sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go Scanning dependencies of target roachccl [ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o [ 91%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o [ 91%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o [ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o touch bin/.gw_protobuf_sources sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hiddetouch bin/.go_protobuf_sources (echo "// Code generated by goyacc. DO NOT EDIT."; \ echo "// GENERATED FILE DO NOT EDIT"; \ cat pkg/sql/parser/gen/sql.go.tmp | \ sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go (echo "// Code generated by make. DO NOT EDIT."; \ echo "// GENERATED FILE DO NOT EDIT"; \ echo; \ echo "package lex"; \ echo; \ grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet [ 97%] Linking CXX static library libroachccl.a [100%] Built target roachccl n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/sar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o [ 0%] Built target build_version Scanning dependencies of target rocksdb [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o [ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o touch bin/.docgen_functions [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o [ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o [ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o [ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o [ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o [ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o [ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o [ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o [ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o [ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o [ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o [ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o [ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o [ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o [ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o [ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o [ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o [ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o [ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o [ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o [ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o [ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o [ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o [ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o [ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o [ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o [ 89%] Linking CXX static library librocksdb.a [100%] Built target rocksdb go test -v -race -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 10:21:28" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/workload/queue can't load package: package github.com/cockroachdb/cockroach/pkg/workload/queue: cannot find package "github.com/cockroachdb/cockroach/pkg/workload/queue" in any of: /usr/local/go/src/github.com/cockroachdb/cockroach/pkg/workload/queue (from $GOROOT) /go/src/github.com/cockroachdb/cockroach/pkg/workload/queue (from $GOPATH) Makefile:756: recipe for target 'gotestdashi' failed make: *** [gotestdashi] Error 1 ```
non_process
workload queue unknown failed under stress sha parameters tags goflags race stress build found a failed test mkdir p go src github com cockroachdb cockroach c deps libroach protos build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf cpp out lite go src github com cockroachdb cockroach c deps libroach protos pkg roachpb data proto pkg roachpb internal proto pkg roachpb metadata proto pkg storage engine enginepb file registry proto pkg storage engine enginepb mvcc proto pkg storage engine enginepb proto pkg storage engine enginepb rocksdb proto pkg util hlc legacy timestamp proto pkg util hlc timestamp proto pkg util unresolved addr proto sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb cc go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb cc set e for dir in pkg acceptance cluster pkg build pkg ccl backupccl pkg ccl baseccl pkg ccl storageccl engineccl enginepbccl pkg ccl utilccl licenseccl pkg config pkg gossip pkg internal client pkg roachpb pkg rpc pkg server diagnosticspb pkg server serverpb pkg server status pkg settings cluster pkg sql distsqlrun pkg sql jobs pkg sql pgwire pgerror pkg sql sqlbase pkg sql stats pkg storage pkg storage engine enginepb pkg storage storagebase pkg ts tspb pkg util pkg util hlc pkg util log pkg util protoutil pkg util tracing do build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis plugin bin protoc gen gogoroach gogoroach out mgoogle api annotations proto github com grpc ecosystem grpc gateway third party googleapis google api mgoogle protobuf timestamp proto github com gogo protobuf types plugins grpc import prefix github com cockroachdb cockroach pkg pkg dir proto done touch bin cpp ccl protobuf sources yes checking for sys stat h sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protos roachpb data pb h go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb h go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb h go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb h go src github com cockroachdb cockroach c deps libroach protos roachpb data pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb cc github com cockroachdb cockroach vendor github com mibk dupl suffixtree yes checking for stdlib h touch bin cpp protobuf sources github com cockroachdb cockroach vendor github com mibk dupl syntax github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway descriptor yes github com cockroachdb cockroach vendor github com mibk dupl syntax golang checking for string h scanning dependencies of target roach github com cockroachdb cockroach vendor github com mibk dupl output yes building cxx object cmakefiles roach dir db cc o building cxx object cmakefiles roach dir batch cc o building cxx object cmakefiles roach dir chunked buffer cc o building cxx object cmakefiles roach dir comparator cc o checking for memory h github com cockroachdb cockroach vendor github com wadey gocovmerge building cxx object cmakefiles roach dir encoding cc o github com cockroachdb cockroach vendor github com mibk dupl job github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway generator github com cockroachdb cockroach vendor golang org x perf internal stats github com cockroachdb cockroach vendor github com golang dep github com cockroachdb cockroach vendor github com golang dep internal feedback github com cockroachdb cockroach vendor github com mibk dupl github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway gengateway yes github com cockroachdb cockroach vendor golang org x perf storage benchfmt github com cockroachdb cockroach vendor golang org x tools imports checking for strings h github com cockroachdb cockroach vendor golang org x perf benchstat github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway yes github com cockroachdb cockroach vendor github com golang dep internal importers base checking for inttypes h github com cockroachdb cockroach vendor golang org x perf cmd benchstat github com cockroachdb cockroach vendor golang org x tools cmd goyacc github com cockroachdb cockroach vendor github com golang dep internal importers glide yes github com cockroachdb cockroach vendor github com golang dep internal importers glock github com cockroachdb cockroach vendor github com golang dep internal importers godep checking for stdint h github com cockroachdb cockroach vendor github com golang dep internal importers govend github com cockroachdb cockroach vendor github com golang dep internal importers govendor github com cockroachdb cockroach vendor github com golang dep internal importers gvt yes github com cockroachdb cockroach vendor github com golang dep internal importers vndr checking for unistd h go internal gccgoimporter go internal gcimporter github com cockroachdb cockroach vendor github com golang dep internal importers go internal srcimporter yes github com cockroachdb cockroach vendor golang org x tools cmd goimports checking whether byte ordering is bigendian github com cockroachdb cockroach vendor github com golang dep cmd dep go importer github com cockroachdb cockroach vendor golang org x tools cmd stringer no checking size of void checking size of int checking size of long checking size of long long checking size of intmax t checking build system type pc linux gnu checking host system type pc linux gnu checking whether pause instruction is compilable yes checking for ar ar checking malloc h usability yes checking malloc h presence yes checking for malloc h yes checking whether malloc usable size definition can use const argument no checking for library containing log touch bin bootstrap building cxx object cmakefiles roach dir engine cc o lm checking whether attribute syntax is compilable building cxx object cmakefiles roach dir merge cc o building cxx object cmakefiles roach dir mvcc cc o yes checking whether compiler supports fvisibility hidden yes checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether tls model attribute is compilable building cxx object cmakefiles roach dir options cc o yes checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether alloc size attribute is compilable building cxx object cmakefiles roach dir snapshot cc o no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format gnu printf attribute is compilable no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format printf attribute is compilable yes checking for a bsd compatible install usr bin install c checking for ranlib ranlib checking for ld usr bin ld checking for autoconf usr bin autoconf checking for memalign yes checking for valloc yes checking whether compiler supports yes checking whether compiler supports funroll loops yes checking unwind h usability yes checking unwind h presence yes checking for unwind h yes checking for unwind backtrace in lgcc yes checking configured backtracing method libgcc checking for sbrk yes checking whether utrace is compilable no checking whether valgrind is compilable no checking whether a program using builtin unreachable is compilable yes checking whether a program using builtin ffsl is compilable yes checking lg page missing version file and unable to generate it creating bogus version checking pthread h usability yes checking pthread h presence yes checking for pthread h yes checking for pthread create in lpthread building cxx object cmakefiles roach dir protos roachpb data pb cc o yes checking whether pthread atfork is compilable yes checking for library containing clock gettime none required checking whether clock gettime clock monotonic coarse is compilable yes checking whether clock gettime clock monotonic is compilable yes checking whether mach absolute time is compilable no checking whether compiler supports werror yes checking whether syscall is compilable yes checking for secure getenv yes checking for issetugid no checking for malloc thread cleanup no checking for pthread mutex init calloc cb no checking for tls yes checking whether atomics is compilable yes checking whether atomic is compilable no checking whether darwin osatomic is compilable building cxx object cmakefiles roach dir protos roachpb internal pb cc o no checking whether madvise is compilable yes checking whether madvise madv free is compilable no checking whether madvise madv dontneed is compilable building cxx object cmakefiles roach dir protos roachpb metadata pb cc o yes checking whether madvise madv hugepage is compilable building cxx object cmakefiles roach dir protos storage engine enginepb mvcc pb cc o yes checking whether to force bit sync add sub and fetch building cxx object cmakefiles roach dir protos storage engine enginepb pb cc o no checking whether to force bit sync add sub and fetch no checking for builtin clz building cxx object cmakefiles roach dir protos storage engine enginepb file registry pb cc o yes checking whether darwin os unfair lock is compilable no checking whether darwin osspin is compilable no checking whether glibc malloc hook is compilable yes checking whether glibc memalign hook is compilable yes checking whether pthreads adaptive mutexes is compilable yes checking for stdbool h that conforms to yes checking for bool yes configure creating config status config status creating makefile config status creating jemalloc pc config status creating doc html xsl config status creating doc manpages xsl config status creating doc jemalloc xml config status creating include jemalloc jemalloc macros h config status creating include jemalloc jemalloc protos h config status creating include jemalloc jemalloc typedefs h config status creating include jemalloc internal jemalloc internal h config status creating test test sh config status creating test include test jemalloc test h config status creating config stamp config status creating bin jemalloc config config status creating bin jemalloc sh config status creating bin jeprof config status creating include jemalloc jemalloc defs h config status creating include jemalloc internal jemalloc internal defs h config status creating test include test jemalloc test defs h config status executing include jemalloc internal private namespace h commands config status executing include jemalloc internal private unnamespace h commands config status executing include jemalloc internal public symbols txt commands building cxx object cmakefiles roach dir protos storage engine enginepb rocksdb pb cc o config status executing include jemalloc internal public namespace h commands config status executing include jemalloc internal public unnamespace h commands config status executing include jemalloc internal size classes h commands building cxx object cmakefiles roach dir protos util hlc timestamp pb cc o building cxx object cmakefiles roach dir protos util hlc legacy timestamp pb cc o building cxx object cmakefiles roach dir protos util unresolved addr pb cc o config status executing include jemalloc jemalloc protos jet h commands config status executing include jemalloc jemalloc rename h commands config status executing include jemalloc jemalloc mangle h commands config status executing include jemalloc jemalloc mangle jet h commands config status executing include jemalloc jemalloc h commands jemalloc version library revision config enable prof cc cc configure cflags std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops specified cflags extra cflags cppflags d gnu source d reentrant ldflags extra ldflags libs lm lgcc lm lpthread rpath extra xsltproc false xslroot prefix usr local bindir usr local bin datadir usr local share includedir usr local include libdir usr local lib mandir usr local share man srcroot go src github com cockroachdb cockroach c deps jemalloc abs srcroot go src github com cockroachdb cockroach c deps jemalloc objroot abs objroot go native pc linux gnu jemalloc jemalloc prefix jemalloc private namespace je install suffix malloc conf autogen cc silence debug code coverage stats prof prof libunwind prof libgcc prof gcc tcache thp fill utrace valgrind xmalloc munmap lazy lock tls cache oblivious set euo pipefail ret cd pkg sql parser gen goyacc p sql o sql go tmp sql y if expr ret conflicts dev null then echo ret exit fi find pkg name node modules prune o type f name pb gw go exec rm build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg server serverpb admin proto pkg server serverpb status proto pkg server serverpb authentication proto build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg ts tspb timeseries proto sed i e s golang org x net context context g pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go gofmt s w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go goimports w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go linking cxx static library libroach a built target roach sed i import d pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go scanning dependencies of target roachccl building cxx object cmakefiles roachccl dir ccl key manager cc o building cxx object cmakefiles roachccl dir ccl db cc o building cxx object cmakefiles roachccl dir protosccl ccl baseccl encryption options pb cc o building cxx object cmakefiles roachccl dir protosccl ccl storageccl engineccl enginepbccl key registry pb cc o touch bin gw protobuf sources sed i e s import fmt math github com cockroachdb cockroach pkg fmt math g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s cockroachdb cockroach pkg etcd coreos g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s github com cockroachdb cockroach pkg bytes encoding binary errors fmt io math github com google golang org g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s golang org x net context context g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go gofmt s w pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ckh o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hiddetouch bin go protobuf sources echo code generated by goyacc do not edit echo generated file do not edit cat pkg sql parser gen sql go tmp sed e s const const lex g pkg sql parser sql go echo code generated by make do not edit echo generated file do not edit echo echo package lex echo grep const pkg sql parser gen sql go tmp pkg sql lex tokens go go run pkg cmd docgen main funcs go functions docs generated sql quiet linking cxx static library libroachccl a built target roachccl n funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src stats o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ticker o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness o go src github com cockroachdb cockroach c deps jemalloc src witness c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc pic o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena pic o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic pic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base pic o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap pic o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk pic o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss pic o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap pic o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ckh pic o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl pic o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent pic o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash pic o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge pic o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb pic o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex pic o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime pic o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages pic o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng pic o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof pic o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine pic o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go sar u modifier ignored since d is the default see u ar u modifier ignored since d is the default see u rc github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree pic o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src stats pic o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin pic o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache pic o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ticker pic o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd pic o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util pic o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness pic o go src github com cockroachdb cockroach c deps jemalloc src witness c ar crus lib libjemalloc a src jemalloc o src arena o src atomic o src base o src bitmap o src chunk o src chunk dss o src chunk mmap o src ckh o src ctl o src extent o src hash o src huge o src mb o src mutex o src nstime o src pages o src prng o src prof o src quarantine o src rtree o src stats o src spin o src tcache o src ticker o src tsd o src util o src witness o ar crus lib libjemalloc pic a src jemalloc pic o src arena pic o src atomic pic o src base pic o src bitmap pic o src chunk pic o src chunk dss pic o src chunk mmap pic o src ckh pic o src ctl pic o src extent pic o src hash pic o src huge pic o src mb pic o src mutex pic o src nstime pic o src pages pic o src prng pic o src prof pic o src quarantine pic o src rtree pic o src stats pic o src spin pic o src tcache pic o src ticker pic o src tsd pic o src util pic o src witness pic o built target build version scanning dependencies of target rocksdb building cxx object cmakefiles rocksdb dir cache sharded cache cc o building cxx object cmakefiles rocksdb dir cache clock cache cc o building cxx object cmakefiles rocksdb dir cache lru cache cc o building cxx object cmakefiles rocksdb dir db column family cc o building cxx object cmakefiles rocksdb dir db builder cc o building cxx object cmakefiles rocksdb dir db compacted db impl cc o building cxx object cmakefiles rocksdb dir db c cc o touch bin docgen functions building cxx object cmakefiles rocksdb dir db compaction cc o building cxx object cmakefiles rocksdb dir db compaction iterator cc o building cxx object cmakefiles rocksdb dir db compaction job cc o building cxx object cmakefiles rocksdb dir db compaction picker cc o building cxx object cmakefiles rocksdb dir db compaction picker universal cc o building cxx object cmakefiles rocksdb dir db convenience cc o building cxx object cmakefiles rocksdb dir db db filesnapshot cc o building cxx object cmakefiles rocksdb dir db db impl cc o building cxx object cmakefiles rocksdb dir db db impl write cc o building cxx object cmakefiles rocksdb dir db db impl compaction flush cc o building cxx object cmakefiles rocksdb dir db db impl files cc o building cxx object cmakefiles rocksdb dir db db impl open cc o building cxx object cmakefiles rocksdb dir db db impl debug cc o building cxx object cmakefiles rocksdb dir db db impl experimental cc o building cxx object cmakefiles rocksdb dir db db impl readonly cc o building cxx object cmakefiles rocksdb dir db db info dumper cc o building cxx object cmakefiles rocksdb dir db db iter cc o building cxx object cmakefiles rocksdb dir db dbformat cc o building cxx object cmakefiles rocksdb dir db event helpers cc o building cxx object cmakefiles rocksdb dir db experimental cc o building cxx object cmakefiles rocksdb dir db external sst file ingestion job cc o building cxx object cmakefiles rocksdb dir db file indexer cc o building cxx object cmakefiles rocksdb dir db flush job cc o building cxx object cmakefiles rocksdb dir db flush scheduler cc o building cxx object cmakefiles rocksdb dir db forward iterator cc o building cxx object cmakefiles rocksdb dir db internal stats cc o building cxx object cmakefiles rocksdb dir db log reader cc o building cxx object cmakefiles rocksdb dir db log writer cc o building cxx object cmakefiles rocksdb dir db malloc stats cc o building cxx object cmakefiles rocksdb dir db managed iterator cc o building cxx object cmakefiles rocksdb dir db memtable cc o building cxx object cmakefiles rocksdb dir db memtable list cc o building cxx object cmakefiles rocksdb dir db merge helper cc o building cxx object cmakefiles rocksdb dir db range del aggregator cc o building cxx object cmakefiles rocksdb dir db repair cc o building cxx object cmakefiles rocksdb dir db table cache cc o building cxx object cmakefiles rocksdb dir db table properties collector cc o building cxx object cmakefiles rocksdb dir db transaction log impl cc o building cxx object cmakefiles rocksdb dir db version builder cc o building cxx object cmakefiles rocksdb dir db version edit cc o building cxx object cmakefiles rocksdb dir db version set cc o building cxx object cmakefiles rocksdb dir db wal manager cc o building cxx object cmakefiles rocksdb dir db write batch cc o building cxx object cmakefiles rocksdb dir db write thread cc o building cxx object cmakefiles rocksdb dir env env cc o building cxx object cmakefiles rocksdb dir env env encryption cc o building cxx object cmakefiles rocksdb dir env mock env cc o building cxx object cmakefiles rocksdb dir memtable alloc tracker cc o building cxx object cmakefiles rocksdb dir memtable hash cuckoo rep cc o building cxx object cmakefiles rocksdb dir memtable hash linklist rep cc o building cxx object cmakefiles rocksdb dir memtable hash skiplist rep cc o building cxx object cmakefiles rocksdb dir memtable skiplistrep cc o building cxx object cmakefiles rocksdb dir memtable vectorrep cc o building cxx object cmakefiles rocksdb dir memtable write buffer manager cc o building cxx object cmakefiles rocksdb dir monitoring histogram cc o building cxx object cmakefiles rocksdb dir monitoring instrumented mutex cc o building cxx object cmakefiles rocksdb dir monitoring iostats context cc o building cxx object cmakefiles rocksdb dir monitoring perf context cc o building cxx object cmakefiles rocksdb dir monitoring perf level cc o building cxx object cmakefiles rocksdb dir monitoring statistics cc o building cxx object cmakefiles rocksdb dir monitoring thread status updater cc o building cxx object cmakefiles rocksdb dir monitoring thread status util cc o building cxx object cmakefiles rocksdb dir monitoring thread status util debug cc o building cxx object cmakefiles rocksdb dir options cf options cc o building cxx object cmakefiles rocksdb dir options db options cc o building cxx object cmakefiles rocksdb dir options options cc o building cxx object cmakefiles rocksdb dir options options helper cc o building cxx object cmakefiles rocksdb dir options options parser cc o building cxx object cmakefiles rocksdb dir table adaptive table factory cc o building cxx object cmakefiles rocksdb dir table block cc o building cxx object cmakefiles rocksdb dir table block based filter block cc o building cxx object cmakefiles rocksdb dir table block based table builder cc o building cxx object cmakefiles rocksdb dir table block based table factory cc o building cxx object cmakefiles rocksdb dir table block based table reader cc o building cxx object cmakefiles rocksdb dir table block builder cc o building cxx object cmakefiles rocksdb dir table block prefix index cc o building cxx object cmakefiles rocksdb dir table bloom block cc o building cxx object cmakefiles rocksdb dir table cuckoo table builder cc o building cxx object cmakefiles rocksdb dir table cuckoo table factory cc o building cxx object cmakefiles rocksdb dir table cuckoo table reader cc o building cxx object cmakefiles rocksdb dir table format cc o building cxx object cmakefiles rocksdb dir table full filter block cc o building cxx object cmakefiles rocksdb dir table get context cc o building cxx object cmakefiles rocksdb dir table index builder cc o building cxx object cmakefiles rocksdb dir table iterator cc o building cxx object cmakefiles rocksdb dir table merging iterator cc o building cxx object cmakefiles rocksdb dir table meta blocks cc o building cxx object cmakefiles rocksdb dir table partitioned filter block cc o building cxx object cmakefiles rocksdb dir table persistent cache helper cc o building cxx object cmakefiles rocksdb dir table plain table builder cc o building cxx object cmakefiles rocksdb dir table plain table factory cc o building cxx object cmakefiles rocksdb dir table plain table index cc o building cxx object cmakefiles rocksdb dir table plain table key coding cc o building cxx object cmakefiles rocksdb dir table plain table reader cc o building cxx object cmakefiles rocksdb dir table sst file writer cc o building cxx object cmakefiles rocksdb dir table table properties cc o building cxx object cmakefiles rocksdb dir table two level iterator cc o building cxx object cmakefiles rocksdb dir tools db bench tool cc o building cxx object cmakefiles rocksdb dir tools dump db dump tool cc o building cxx object cmakefiles rocksdb dir tools ldb cmd cc o building cxx object cmakefiles rocksdb dir tools sst dump tool cc o building cxx object cmakefiles rocksdb dir util arena cc o building cxx object cmakefiles rocksdb dir util auto roll logger cc o building cxx object cmakefiles rocksdb dir util bloom cc o building cxx object cmakefiles rocksdb dir util coding cc o building cxx object cmakefiles rocksdb dir util comparator cc o building cxx object cmakefiles rocksdb dir util concurrent arena cc o building cxx object cmakefiles rocksdb dir util cc o building cxx object cmakefiles rocksdb dir util delete scheduler cc o building cxx object cmakefiles rocksdb dir util dynamic bloom cc o building cxx object cmakefiles rocksdb dir util event logger cc o building cxx object cmakefiles rocksdb dir util file reader writer cc o building cxx object cmakefiles rocksdb dir util file util cc o building cxx object cmakefiles rocksdb dir util filename cc o building cxx object cmakefiles rocksdb dir util hash cc o building cxx object cmakefiles rocksdb dir util log buffer cc o building cxx object cmakefiles rocksdb dir util random cc o building cxx object cmakefiles rocksdb dir util rate limiter cc o building cxx object cmakefiles rocksdb dir util sst file manager impl cc o building cxx object cmakefiles rocksdb dir util status cc o building cxx object cmakefiles rocksdb dir util sync point cc o building cxx object cmakefiles rocksdb dir util testutil cc o building cxx object cmakefiles rocksdb dir util thread local cc o building cxx object cmakefiles rocksdb dir util threadpool imp cc o building cxx object cmakefiles rocksdb dir util transaction test util cc o building cxx object cmakefiles rocksdb dir utilities backupable backupable db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db impl cc o building cxx object cmakefiles rocksdb dir utilities blob db blob dump tool cc o building cxx object cmakefiles rocksdb dir utilities blob db blob file cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log reader cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log writer cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log format cc o building cxx object cmakefiles rocksdb dir utilities blob db ttl extractor cc o building cxx object cmakefiles rocksdb dir utilities checkpoint checkpoint impl cc o building cxx object cmakefiles rocksdb dir utilities col buf decoder cc o building cxx object cmakefiles rocksdb dir utilities col buf encoder cc o building cxx object cmakefiles rocksdb dir utilities column aware encoding util cc o building cxx object cmakefiles rocksdb dir utilities date tiered date tiered db impl cc o building cxx object cmakefiles rocksdb dir utilities debug cc o building cxx object cmakefiles rocksdb dir utilities document document db cc o building cxx object cmakefiles rocksdb dir utilities document json document cc o building cxx object cmakefiles rocksdb dir utilities env timed cc o building cxx object cmakefiles rocksdb dir utilities geodb geodb impl cc o building cxx object cmakefiles rocksdb dir utilities memory memory util cc o building cxx object cmakefiles rocksdb dir utilities merge operators cc o building cxx object cmakefiles rocksdb dir utilities options options util cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier file cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier metadata cc o building cxx object cmakefiles rocksdb dir utilities persistent cache volatile tier impl cc o building cxx object cmakefiles rocksdb dir utilities redis redis lists cc o building cxx object cmakefiles rocksdb dir utilities simulator cache sim cache cc o building cxx object cmakefiles rocksdb dir utilities spatialdb spatial db cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction db impl cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction db cc o building cxx object cmakefiles rocksdb dir utilities transactions snapshot checker cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction base cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction lock mgr cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction util cc o building cxx object cmakefiles rocksdb dir utilities transactions write prepared txn cc o building cxx object cmakefiles rocksdb dir utilities ttl db ttl impl cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index internal cc o building cxx object cmakefiles rocksdb dir port port posix cc o building cxx object cmakefiles rocksdb dir env env posix cc o building cxx object cmakefiles rocksdb dir env io posix cc o linking cxx static library librocksdb a built target rocksdb go test v race tags make pc linux gnu ldflags x github com cockroachdb cockroach pkg build typ development x github com cockroachdb cockroach pkg build tag dirty x github com cockroachdb cockroach pkg build utctime x github com cockroachdb cockroach pkg build rev x github com cockroachdb cockroach pkg build cgotargettriple pc linux gnu i github com cockroachdb cockroach pkg workload queue can t load package package github com cockroachdb cockroach pkg workload queue cannot find package github com cockroachdb cockroach pkg workload queue in any of usr local go src github com cockroachdb cockroach pkg workload queue from goroot go src github com cockroachdb cockroach pkg workload queue from gopath makefile recipe for target gotestdashi failed make error
0
7,358
10,508,931,339
IssuesEvent
2019-09-27 09:45:57
ESMValGroup/ESMValTool
https://api.github.com/repos/ESMValGroup/ESMValTool
closed
preprocessor cannot handle a cubelist with differing attributes
paper preprocessor standards
I need to load daily nc files (ESACCI-SST) into one big file. The preprocessor stops at function: ``` def concatenate(cubes): """Concatenate all cubes after fixing metadata""" try: cube = iris.cube.CubeList(cubes).concatenate_cube() return cube except iris.exceptions.ConcatenateError as ex: logger.error('Can not concatenate cubes: %s', ex) logger.error('Differences: %s', ex.differences) logger.error('Cubes:') for cube in cubes: logger.error(cube) raise ConcatenationError('Can not concatenate cubes {0}'.format(cubes)) ``` The error output thus is: `Cube metadata differs for phenomenon: sea_water_temperature` This does not explain a lot. You get more information with ` cube = iris.cube.CubeList(cubes).merge_cube()`: `cube.attributes values differ for keys: 'date_created', 'start_time', 'time_coverage_start', 'stop_time', 'time_coverage_end'` And of course, they differ. A workaround would be: ``` from iris.experimental.equalise_cubes import equalise_attributes equalise_attributes(cubes) ``` Then, `cube = iris.cube.CubeList(cubes).concatenate_cube()` works, but we lose information. How do we proceed here? Should we check what attributes differ and make sense of what is the difference, what might be a difficult way, or do we just erase these attributes with the equalise call (maybe giving a warning)?
1.0
preprocessor cannot handle a cubelist with differing attributes - I need to load daily nc files (ESACCI-SST) into one big file. The preprocessor stops at function: ``` def concatenate(cubes): """Concatenate all cubes after fixing metadata""" try: cube = iris.cube.CubeList(cubes).concatenate_cube() return cube except iris.exceptions.ConcatenateError as ex: logger.error('Can not concatenate cubes: %s', ex) logger.error('Differences: %s', ex.differences) logger.error('Cubes:') for cube in cubes: logger.error(cube) raise ConcatenationError('Can not concatenate cubes {0}'.format(cubes)) ``` The error output thus is: `Cube metadata differs for phenomenon: sea_water_temperature` This does not explain a lot. You get more information with ` cube = iris.cube.CubeList(cubes).merge_cube()`: `cube.attributes values differ for keys: 'date_created', 'start_time', 'time_coverage_start', 'stop_time', 'time_coverage_end'` And of course, they differ. A workaround would be: ``` from iris.experimental.equalise_cubes import equalise_attributes equalise_attributes(cubes) ``` Then, `cube = iris.cube.CubeList(cubes).concatenate_cube()` works, but we lose information. How do we proceed here? Should we check what attributes differ and make sense of what is the difference, what might be a difficult way, or do we just erase these attributes with the equalise call (maybe giving a warning)?
process
preprocessor cannot handle a cubelist with differing attributes i need to load daily nc files esacci sst into one big file the preprocessor stops at function def concatenate cubes concatenate all cubes after fixing metadata try cube iris cube cubelist cubes concatenate cube return cube except iris exceptions concatenateerror as ex logger error can not concatenate cubes s ex logger error differences s ex differences logger error cubes for cube in cubes logger error cube raise concatenationerror can not concatenate cubes format cubes the error output thus is cube metadata differs for phenomenon sea water temperature this does not explain a lot you get more information with cube iris cube cubelist cubes merge cube cube attributes values differ for keys date created start time time coverage start stop time time coverage end and of course they differ a workaround would be from iris experimental equalise cubes import equalise attributes equalise attributes cubes then cube iris cube cubelist cubes concatenate cube works but we lose information how do we proceed here should we check what attributes differ and make sense of what is the difference what might be a difficult way or do we just erase these attributes with the equalise call maybe giving a warning
1
302,304
26,138,658,677
IssuesEvent
2022-12-29 15:18:58
oeg-upm/yarrrml-translator
https://api.github.com/repos/oeg-upm/yarrrml-translator
closed
Systematic testing
testing
Use Pytest and the current mappings in the folder test, to systematically test the engine.
1.0
Systematic testing - Use Pytest and the current mappings in the folder test, to systematically test the engine.
non_process
systematic testing use pytest and the current mappings in the folder test to systematically test the engine
0
9,298
12,309,660,877
IssuesEvent
2020-05-12 09:19:04
prisma/prisma
https://api.github.com/repos/prisma/prisma
opened
Include `@prisma/client` in update notifier
kind/improvement process/candidate
@janpio just mentioned this idea in Slack: While we right now already notify Prisma users about an available update of `@prisma/cli`, we should do the same for `@prisma/client`. The cli could just read the `package.json` and check if the latest version of `@prisma/client` is installed.
1.0
Include `@prisma/client` in update notifier - @janpio just mentioned this idea in Slack: While we right now already notify Prisma users about an available update of `@prisma/cli`, we should do the same for `@prisma/client`. The cli could just read the `package.json` and check if the latest version of `@prisma/client` is installed.
process
include prisma client in update notifier janpio just mentioned this idea in slack while we right now already notify prisma users about an available update of prisma cli we should do the same for prisma client the cli could just read the package json and check if the latest version of prisma client is installed
1
20,636
27,316,658,716
IssuesEvent
2023-02-24 16:12:34
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
opened
Obsoletion request: [GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference]
RNA processes obsoletion
Please provide as much information as you can: * **GO term ID and Label** GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference * **Reason for deprecation** Put an x in the appropriate box: - [x] The reason for obsoletion is that the term is not clearly defined and usage has been inconsistent. Also merges multiple pathway concepts * **"Replace by" term (ID and label)** If all annotations can safely be moved to that term * **"Consider" term(s) (ID and label)** Suggestions for reannotation * **Are there annotations to this term?** - How many EXP: NONE * **Are there mappings and cross references to this term? (InterPro, Keywords; check QuickGO cross-references section)** * **Is this term in a subset? (check the AmiGO page for that term)** * **Any other information** ---- Checklist for ontology editor ***Check term usage and metadata in Protégé*** - [ ] check term usage in the ontology - [ ] check internal mappings: RHEA, EC, MetaCyc - [ ] check subset usage - [ ] check taxon constraints ***Check annotations*** - [ ] create Annotation Review spreadsheet - * Annotation Review template: https://docs.google.com/spreadsheets/d/1izV3q1jnq_Ybg5MJ53O_b5BCTkGtjl_Fi-cOg3-7eBE/edit#gid=0 - * Instructions: https://wiki.geneontology.org/Annotation_Review_Request - [ ] create annotation review ticket: https://github.com/geneontology/go-annotation/issues/new?assignees=&labels=annotation+review&template=annotation-review-for-obsoletion.md&title=Review+annotations+to+%5BINSERT+GO+TERM%5D - [ ] find external mappings (via IEAS), include in obsoletion notice - [ ] tag curators in Annotation Review ticket. Responsible annotator for each group: https://github.com/geneontology/go-site/blob/master/metadata/group-contacts.csv ***Notification*** - [ ] create [obsoletion announcement](https://github.com/geneontology/go-announcements/issues/new?assignees=&labels=obsoletion&template=obsoletion-notice.md&title=Obsoletion+notice%3A+%5BGO+ID%3A+term+label%5D) - [ ] announce to GO friends (go-friends@mailman.stanford.edu) - [ ] paste the text in the ontology ticket
1.0
Obsoletion request: [GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference] - Please provide as much information as you can: * **GO term ID and Label** GO:0043927 exonucleolytic nuclear-transcribed mRNA catabolic process involved in endonucleolytic cleavage-dependent decay has no annotation and no reference * **Reason for deprecation** Put an x in the appropriate box: - [x] The reason for obsoletion is that the term is not clearly defined and usage has been inconsistent. Also merges multiple pathway concepts * **"Replace by" term (ID and label)** If all annotations can safely be moved to that term * **"Consider" term(s) (ID and label)** Suggestions for reannotation * **Are there annotations to this term?** - How many EXP: NONE * **Are there mappings and cross references to this term? (InterPro, Keywords; check QuickGO cross-references section)** * **Is this term in a subset? (check the AmiGO page for that term)** * **Any other information** ---- Checklist for ontology editor ***Check term usage and metadata in Protégé*** - [ ] check term usage in the ontology - [ ] check internal mappings: RHEA, EC, MetaCyc - [ ] check subset usage - [ ] check taxon constraints ***Check annotations*** - [ ] create Annotation Review spreadsheet - * Annotation Review template: https://docs.google.com/spreadsheets/d/1izV3q1jnq_Ybg5MJ53O_b5BCTkGtjl_Fi-cOg3-7eBE/edit#gid=0 - * Instructions: https://wiki.geneontology.org/Annotation_Review_Request - [ ] create annotation review ticket: https://github.com/geneontology/go-annotation/issues/new?assignees=&labels=annotation+review&template=annotation-review-for-obsoletion.md&title=Review+annotations+to+%5BINSERT+GO+TERM%5D - [ ] find external mappings (via IEAS), include in obsoletion notice - [ ] tag curators in Annotation Review ticket. Responsible annotator for each group: https://github.com/geneontology/go-site/blob/master/metadata/group-contacts.csv ***Notification*** - [ ] create [obsoletion announcement](https://github.com/geneontology/go-announcements/issues/new?assignees=&labels=obsoletion&template=obsoletion-notice.md&title=Obsoletion+notice%3A+%5BGO+ID%3A+term+label%5D) - [ ] announce to GO friends (go-friends@mailman.stanford.edu) - [ ] paste the text in the ontology ticket
process
obsoletion request please provide as much information as you can go term id and label go exonucleolytic nuclear transcribed mrna catabolic process involved in endonucleolytic cleavage dependent decay has no annotation and no reference reason for deprecation put an x in the appropriate box the reason for obsoletion is that the term is not clearly defined and usage has been inconsistent also merges multiple pathway concepts replace by term id and label if all annotations can safely be moved to that term consider term s id and label suggestions for reannotation are there annotations to this term how many exp none are there mappings and cross references to this term interpro keywords check quickgo cross references section is this term in a subset check the amigo page for that term any other information checklist for ontology editor check term usage and metadata in protégé check term usage in the ontology check internal mappings rhea ec metacyc check subset usage check taxon constraints check annotations create annotation review spreadsheet annotation review template instructions create annotation review ticket find external mappings via ieas include in obsoletion notice tag curators in annotation review ticket responsible annotator for each group notification create announce to go friends go friends mailman stanford edu paste the text in the ontology ticket
1
761,949
26,704,102,608
IssuesEvent
2023-01-27 16:38:17
strug-hub/LocusFocus
https://api.github.com/repos/strug-hub/LocusFocus
opened
Frontend: Show uploaded files in list w/ ability to undo
enhancement low priority
Currently, selected files for upload are simply displayed with the text "# files selected." The frontend should be updated to show a list of selected files with the following information: - File name - File size - Button to remove file - Total combined file size
1.0
Frontend: Show uploaded files in list w/ ability to undo - Currently, selected files for upload are simply displayed with the text "# files selected." The frontend should be updated to show a list of selected files with the following information: - File name - File size - Button to remove file - Total combined file size
non_process
frontend show uploaded files in list w ability to undo currently selected files for upload are simply displayed with the text files selected the frontend should be updated to show a list of selected files with the following information file name file size button to remove file total combined file size
0
260,086
22,590,272,727
IssuesEvent
2022-06-28 19:07:43
phetsims/john-travoltage
https://api.github.com/repos/phetsims/john-travoltage
closed
CT alignBounds should be a non-empty finite Bounds2
type:automated-testing
``` john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654312336392%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654325203304%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654340125112%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654354062050%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654368508100%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654383393182%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654397110041%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654411636872%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654428160225%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654453631329%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654492323987%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654505862895%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654515169434%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654527788580%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ```
1.0
CT alignBounds should be a non-empty finite Bounds2 - ``` john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654312336392%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654325203304%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654340125112%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654354062050%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654368508100%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654383393182%7D Uncaught Error: Uncaught Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 Error: Assertion failed: alignBounds should be a non-empty finite Bounds2 at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (AlignBox.ts:208:14) at setAlignBounds (AlignBox.ts:227:50) at (AlignGroup.ts:286:4) at setBoxBounds (AlignGroup.ts:249:13) at updateLayout (AlignGroup.ts:294:9) at onAlignBoxResized (AlignBox.ts:191:18) at listener (TinyEmitter.ts:94:8) at emit (TinyStaticProperty.ts:58:9) at notifyListeners (Node.ts:1481:30) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654397110041%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654411636872%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654428160225%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654453631329%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654492323987%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654505862895%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654515169434%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ---------------------------------- john-travoltage : phet-io-state-fuzz : unbuilt https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/phet-io-wrappers/state/?sim=john-travoltage&phetioDebug=true&fuzz&wrapperContinuousTest=%7B%22test%22%3A%5B%22john-travoltage%22%2C%22phet-io-state-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1654295157038%22%2C%22timestamp%22%3A1654527788580%7D Uncaught Error: Uncaught Error: Assertion failed: cannot set state while setting state Error: Assertion failed: cannot set state while setting state at window.assertions.assertFunction (https://bayes.colorado.edu/continuous-testing/ct-snapshots/1654295157038/assert/js/assert.js:28:13) at assert (PhetioStateEngine.js:224:14) at setState (PhetioStateEngine.js:263:9) at setFullState (phetioEngine.js:1105:31) at apply (phetioCommandProcessor.js:304:50) at processCommand (phetioCommandProcessor.js:179:35) at getReturn (phetioCommandProcessor.js:183:15) at Array.map at map (phetioCommandProcessor.js:177:29) at processCommands (phetioCommandProcessor.js:113:15) id: Bayes Puppeteer Snapshot from 6/3/2022, 4:25:57 PM ```
non_process
ct alignbounds should be a non empty finite john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed alignbounds should be a non empty finite error assertion failed alignbounds should be a non empty finite at window assertions assertfunction at assert alignbox ts at setalignbounds alignbox ts at aligngroup ts at setboxbounds aligngroup ts at updatelayout aligngroup ts at onalignboxresized alignbox ts at listener tinyemitter ts at emit tinystaticproperty ts at notifylisteners node ts id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed alignbounds should be a non empty finite error assertion failed alignbounds should be a non empty finite at window assertions assertfunction at assert alignbox ts at setalignbounds alignbox ts at aligngroup ts at setboxbounds aligngroup ts at updatelayout aligngroup ts at onalignboxresized alignbox ts at listener tinyemitter ts at emit tinystaticproperty ts at notifylisteners node ts id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed alignbounds should be a non empty finite error assertion failed alignbounds should be a non empty finite at window assertions assertfunction at assert alignbox ts at setalignbounds alignbox ts at aligngroup ts at setboxbounds aligngroup ts at updatelayout aligngroup ts at onalignboxresized alignbox ts at listener tinyemitter ts at emit tinystaticproperty ts at notifylisteners node ts id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm john travoltage phet io state fuzz unbuilt uncaught error uncaught error assertion failed cannot set state while setting state error assertion failed cannot set state while setting state at window assertions assertfunction at assert phetiostateengine js at setstate phetiostateengine js at setfullstate phetioengine js at apply phetiocommandprocessor js at processcommand phetiocommandprocessor js at getreturn phetiocommandprocessor js at array map at map phetiocommandprocessor js at processcommands phetiocommandprocessor js id bayes puppeteer snapshot from pm
0
126,200
12,288,268,762
IssuesEvent
2020-05-09 16:00:01
Students-of-the-city-of-Kostroma/trpo_automation
https://api.github.com/repos/Students-of-the-city-of-Kostroma/trpo_automation
opened
Отчеты по полному тестированию
Sprint 6 documentation
# Срок сдачи: 11.05.20 ### Epic: #211 _Пояснения_: прикрепить ссылку на документ
1.0
Отчеты по полному тестированию - # Срок сдачи: 11.05.20 ### Epic: #211 _Пояснения_: прикрепить ссылку на документ
non_process
отчеты по полному тестированию срок сдачи epic пояснения прикрепить ссылку на документ
0
203,464
23,155,719,901
IssuesEvent
2022-07-29 12:49:45
turkdevops/desktop
https://api.github.com/repos/turkdevops/desktop
closed
CVE-2022-22912 (High) detected in plist-3.0.1.tgz - autoclosed
security vulnerability
## CVE-2022-22912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plist-3.0.1.tgz</b></p></summary> <p>Mac OS X Plist parser/builder for Node.js and browsers</p> <p>Library home page: <a href="https://registry.npmjs.org/plist/-/plist-3.0.1.tgz">https://registry.npmjs.org/plist/-/plist-3.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/plist/package.json</p> <p> Dependency Hierarchy: - electron-builder-22.13.1.tgz (Root Library) - dmg-builder-22.13.1.tgz - dmg-license-1.0.9.tgz - :x: **plist-3.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/desktop/commit/9e0c818b6cb48aa77f07a97653da926d8fb70362">9e0c818b6cb48aa77f07a97653da926d8fb70362</a></p> <p>Found in base branch: <b>development</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> Prototype pollution vulnerability via .parse() in Plist before v3.0.4 allows attackers to cause a Denial of Service (DoS) and may lead to remote code execution. <p>Publish Date: 2022-02-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22912>CVE-2022-22912</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22912">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22912</a></p> <p>Release Date: 2022-02-17</p> <p>Fix Resolution (plist): 3.0.4</p> <p>Direct dependency fix Resolution (electron-builder): 22.14.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-2022-22912 (High) detected in plist-3.0.1.tgz - autoclosed - ## CVE-2022-22912 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>plist-3.0.1.tgz</b></p></summary> <p>Mac OS X Plist parser/builder for Node.js and browsers</p> <p>Library home page: <a href="https://registry.npmjs.org/plist/-/plist-3.0.1.tgz">https://registry.npmjs.org/plist/-/plist-3.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/plist/package.json</p> <p> Dependency Hierarchy: - electron-builder-22.13.1.tgz (Root Library) - dmg-builder-22.13.1.tgz - dmg-license-1.0.9.tgz - :x: **plist-3.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/desktop/commit/9e0c818b6cb48aa77f07a97653da926d8fb70362">9e0c818b6cb48aa77f07a97653da926d8fb70362</a></p> <p>Found in base branch: <b>development</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> Prototype pollution vulnerability via .parse() in Plist before v3.0.4 allows attackers to cause a Denial of Service (DoS) and may lead to remote code execution. <p>Publish Date: 2022-02-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22912>CVE-2022-22912</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22912">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22912</a></p> <p>Release Date: 2022-02-17</p> <p>Fix Resolution (plist): 3.0.4</p> <p>Direct dependency fix Resolution (electron-builder): 22.14.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_process
cve high detected in plist tgz autoclosed cve high severity vulnerability vulnerable library plist tgz mac os x plist parser builder for node js and browsers library home page a href path to dependency file package json path to vulnerable library node modules plist package json dependency hierarchy electron builder tgz root library dmg builder tgz dmg license tgz x plist tgz vulnerable library found in head commit a href found in base branch development vulnerability details prototype pollution vulnerability via parse in plist before allows attackers to cause a denial of service dos and may lead to remote code execution 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 plist direct dependency fix resolution electron builder step up your open source security game with mend
0
20,929
27,775,677,159
IssuesEvent
2023-03-16 17:03:49
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
opened
Warning: a recent release failed
type: process
The following release PRs may have failed: * #20919 - The release job failed -- check the build log. * #20909 - The release job failed -- check the build log. * #20911 - The release job failed -- check the build log. * #20912 - The release job failed -- check the build log. * #20907 - The release job failed -- check the build log. * #20908 - The release job failed -- check the build log.
1.0
Warning: a recent release failed - The following release PRs may have failed: * #20919 - The release job failed -- check the build log. * #20909 - The release job failed -- check the build log. * #20911 - The release job failed -- check the build log. * #20912 - The release job failed -- check the build log. * #20907 - The release job failed -- check the build log. * #20908 - The release job failed -- check the build log.
process
warning a recent release failed the following release prs may have failed the release job failed check the build log the release job failed check the build log the release job failed check the build log the release job failed check the build log the release job failed check the build log the release job failed check the build log
1
66,637
16,667,198,238
IssuesEvent
2021-06-07 06:25:15
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Build fails using PowerShell or WSL on Windows 10
[Type] Build Tooling [Type] Help Request
<!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. - Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. - Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress --> ## Description <!-- Please write a brief description of the bug. --> With current trunk I get the following error when I try to use `npm run dev` or `npm run build` Powershell ``` > gutenberg@10.7.1 clean:packages D:\reviewdock\wp-app\wp-content\plugins\gutenberg > rimraf "./packages/*/@(build|build-module|build-style)" lerna notice cli v3.22.1 lerna info versioning independent lerna info Executing command in 2 packages: "npm run build" lerna ERR! npm run build exited 1 in '@wordpress/babel-preset-default' lerna ERR! npm run build stdout: > @wordpress/babel-preset-default@6.1.0 build D:\reviewdock\wp-app\wp-content\plugins\gutenberg\packages\babel-preset-default > ./bin/index.js lerna ERR! npm run build stderr: '.' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @wordpress/babel-preset-default@6.1.0 build: `./bin/index.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @wordpress/babel-preset-default@6.1.0 build script. ``` ## Node.js v14.17.0. NPM 6.14.11 WSL: ``` > gutenberg@10.7.1 clean:packages /mnt/d/reviewdock/wp-app/wp-content/plugins/gutenberg > rimraf "./packages/*/@(build|build-module|build-style)" lerna notice cli v3.22.1 lerna info versioning independent lerna info Executing command in 2 packages: "npm run build" lerna ERR! npm run build exited 1 in '@wordpress/babel-preset-default' lerna ERR! npm run build stdout: > @wordpress/babel-preset-default@6.1.0 build /mnt/d/reviewdock/wp-app/wp-content/plugins/gutenberg/packages/babel-preset-default > ./bin/index.js lerna ERR! npm run build stderr: /usr/bin/env: ‘node\r’: No such file or directory npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT npm ERR! @wordpress/babel-preset-default@6.1.0 build: `./bin/index.js` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the @wordpress/babel-preset-default@6.1.0 build script. ```
1.0
Build fails using PowerShell or WSL on Windows 10 - <!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. - Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. - Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress --> ## Description <!-- Please write a brief description of the bug. --> With current trunk I get the following error when I try to use `npm run dev` or `npm run build` Powershell ``` > gutenberg@10.7.1 clean:packages D:\reviewdock\wp-app\wp-content\plugins\gutenberg > rimraf "./packages/*/@(build|build-module|build-style)" lerna notice cli v3.22.1 lerna info versioning independent lerna info Executing command in 2 packages: "npm run build" lerna ERR! npm run build exited 1 in '@wordpress/babel-preset-default' lerna ERR! npm run build stdout: > @wordpress/babel-preset-default@6.1.0 build D:\reviewdock\wp-app\wp-content\plugins\gutenberg\packages\babel-preset-default > ./bin/index.js lerna ERR! npm run build stderr: '.' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @wordpress/babel-preset-default@6.1.0 build: `./bin/index.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @wordpress/babel-preset-default@6.1.0 build script. ``` ## Node.js v14.17.0. NPM 6.14.11 WSL: ``` > gutenberg@10.7.1 clean:packages /mnt/d/reviewdock/wp-app/wp-content/plugins/gutenberg > rimraf "./packages/*/@(build|build-module|build-style)" lerna notice cli v3.22.1 lerna info versioning independent lerna info Executing command in 2 packages: "npm run build" lerna ERR! npm run build exited 1 in '@wordpress/babel-preset-default' lerna ERR! npm run build stdout: > @wordpress/babel-preset-default@6.1.0 build /mnt/d/reviewdock/wp-app/wp-content/plugins/gutenberg/packages/babel-preset-default > ./bin/index.js lerna ERR! npm run build stderr: /usr/bin/env: ‘node\r’: No such file or directory npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT npm ERR! @wordpress/babel-preset-default@6.1.0 build: `./bin/index.js` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the @wordpress/babel-preset-default@6.1.0 build script. ```
non_process
build fails using powershell or wsl on windows please fill out all required sections bug reports with missing information will be closed before submitting a bug report check if the bug has already been fixed by updating wordpress and or gutenberg check if the bug is caused by a plugin by deactivating all plugins except gutenberg check if the bug is caused by a theme by activating a default theme e g twenty twenty check if the bug has already been reported by searching if this is a security issue please report it in hackerone instead description with current trunk i get the following error when i try to use npm run dev or npm run build powershell gutenberg clean packages d reviewdock wp app wp content plugins gutenberg rimraf packages build build module build style lerna notice cli lerna info versioning independent lerna info executing command in packages npm run build lerna err npm run build exited in wordpress babel preset default lerna err npm run build stdout wordpress babel preset default build d reviewdock wp app wp content plugins gutenberg packages babel preset default bin index js lerna err npm run build stderr is not recognized as an internal or external command operable program or batch file npm err code elifecycle npm err errno npm err wordpress babel preset default build bin index js npm err exit status npm err npm err failed at the wordpress babel preset default build script node js npm wsl gutenberg clean packages mnt d reviewdock wp app wp content plugins gutenberg rimraf packages build build module build style lerna notice cli lerna info versioning independent lerna info executing command in packages npm run build lerna err npm run build exited in wordpress babel preset default lerna err npm run build stdout wordpress babel preset default build mnt d reviewdock wp app wp content plugins gutenberg packages babel preset default bin index js lerna err npm run build stderr usr bin env ‘node r’ no such file or directory npm err code elifecycle npm err syscall spawn npm err file sh npm err errno enoent npm err wordpress babel preset default build bin index js npm err spawn enoent npm err npm err failed at the wordpress babel preset default build script
0
114,223
11,841,098,679
IssuesEvent
2020-03-23 20:07:52
gaugsouza/petshow-backend
https://api.github.com/repos/gaugsouza/petshow-backend
closed
Definir e escrever sobre Gestão de tempo (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
documentation
(exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
1.0
Definir e escrever sobre Gestão de tempo (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.) - (exemplos: cronograma, diagrama de Gantt, formato de sprints etc.)
non_process
definir e escrever sobre gestão de tempo exemplos cronograma diagrama de gantt formato de sprints etc exemplos cronograma diagrama de gantt formato de sprints etc
0
201,624
23,022,078,848
IssuesEvent
2022-07-22 06:02:27
bitbar/finka-js
https://api.github.com/repos/bitbar/finka-js
closed
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed
security vulnerability
## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href="https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz">https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json-schema/package.json</p> <p> Dependency Hierarchy: - coveralls-3.1.1.tgz (Root Library) - request-2.88.2.tgz - http-signature-1.2.0.tgz - jsprim-1.4.1.tgz - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) <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> json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') <p>Publish Date: 2021-11-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3918>CVE-2021-3918</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a></p> <p>Release Date: 2021-11-13</p> <p>Fix Resolution: json-schema - 0.4.0</p> </p> </details> <p></p>
True
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed - ## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href="https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz">https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/json-schema/package.json</p> <p> Dependency Hierarchy: - coveralls-3.1.1.tgz (Root Library) - request-2.88.2.tgz - http-signature-1.2.0.tgz - jsprim-1.4.1.tgz - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) <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> json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') <p>Publish Date: 2021-11-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3918>CVE-2021-3918</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a></p> <p>Release Date: 2021-11-13</p> <p>Fix Resolution: json-schema - 0.4.0</p> </p> </details> <p></p>
non_process
cve high detected in json schema tgz autoclosed cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href path to dependency file package json path to vulnerable library node modules json schema package json dependency hierarchy coveralls tgz root library request tgz http signature tgz jsprim tgz x json schema tgz vulnerable library found in base branch master vulnerability details json schema is vulnerable to improperly controlled modification of object prototype attributes prototype pollution 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 json schema
0
10,006
13,042,972,629
IssuesEvent
2020-07-29 00:04:34
googleapis/java-spanner
https://api.github.com/repos/googleapis/java-spanner
reopened
Dependency Dashboard
api: spanner type: process
This repository is up-to-date and has no outstanding updates open or pending.
1.0
Dependency Dashboard - This repository is up-to-date and has no outstanding updates open or pending.
process
dependency dashboard this repository is up to date and has no outstanding updates open or pending
1
86
2,533,403,209
IssuesEvent
2015-01-23 23:04:14
ChelseaStats/issues
https://api.github.com/repos/ChelseaStats/issues
closed
penaltyblog December 04 2014 at 09:24AM
process
<blockquote class="twitter-tweet"> <p>Part Two of my article on applying Massey Ratings to football to get schedule adjusted attack / defence ratings <a href="http://u.thechels.uk/1vxKDuD">http://u.thechels.uk/1vxKDuD</a></p> &mdash; Martin Eastwood (@penaltyblog) <a href="http://u.thechels.uk/1wsx5HR">December 4, 2014</a> </blockquote> <br><br> December 04, 2014 at 09:24AM<br> via Twitter
1.0
penaltyblog December 04 2014 at 09:24AM - <blockquote class="twitter-tweet"> <p>Part Two of my article on applying Massey Ratings to football to get schedule adjusted attack / defence ratings <a href="http://u.thechels.uk/1vxKDuD">http://u.thechels.uk/1vxKDuD</a></p> &mdash; Martin Eastwood (@penaltyblog) <a href="http://u.thechels.uk/1wsx5HR">December 4, 2014</a> </blockquote> <br><br> December 04, 2014 at 09:24AM<br> via Twitter
process
penaltyblog december at part two of my article on applying massey ratings to football to get schedule adjusted attack defence ratings a href mdash martin eastwood penaltyblog december at via twitter
1
159,747
12,489,655,044
IssuesEvent
2020-05-31 19:52:41
OllisGit/OctoPrint-PrintJobHistory
https://api.github.com/repos/OllisGit/OctoPrint-PrintJobHistory
closed
can't install on octoprint with Python3.7
status: waitingForTestFeedback type: bug
Hi, I have Octoprint 1.4.0 and moved while ago to python 3, version 3.7.3 Trying to install this plugin but no luck, seems problem around sqlite3 and database creation. Db indeed is created but 0 bytes in size. ``` pi@octopi:~/.octoprint/data/PrintJobHistory $ ls -l -rw-r--r-- 1 pi pi 0 May 19 20:28 printJobHistory.db ``` Any clues? marekorok Here is the log I found: ``` 2020-05-19 19:42:17,732 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip 2020-05-19 19:42:18,242 - octoprint.util.pip - INFO - Version of pip is 20.0.2 2020-05-19 19:42:18,244 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-05-19 19:42:18,244 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-05-19 19:42:18,327 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory - INFO - Start initializing 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Init DatabaseManager 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Creating database in: /home/pi/.octoprint/data/PrintJobHistory/printJobHistory.db 2020-05-19 19:42:18,333 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Check if database-scheme upgrade needed. 2020-05-19 19:42:18,335 - octoprint.plugins.PrintJobHistory.DatabaseManager.SQL - DEBUG - ('SELECT "t1"."databaseId", "t1"."created", "t1"."key", "t1"."value" FROM "pjh_pluginmetadatamodel" AS "t1" WHERE ("t1"."key" = ?) LIMIT ? OFFSET ?', ['databaseSchemeVersion', 1, 0]) 2020-05-19 19:42:18,337 - octoprint.plugin.core - ERROR - Exception while initializing plugin PrintJobHistory, disabling it Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/peewee.py", line 3099, in execute_sql cursor.execute(sql, params or ()) sqlite3.OperationalError: no such table: pjh_pluginmetadatamodel ```
1.0
can't install on octoprint with Python3.7 - Hi, I have Octoprint 1.4.0 and moved while ago to python 3, version 3.7.3 Trying to install this plugin but no luck, seems problem around sqlite3 and database creation. Db indeed is created but 0 bytes in size. ``` pi@octopi:~/.octoprint/data/PrintJobHistory $ ls -l -rw-r--r-- 1 pi pi 0 May 19 20:28 printJobHistory.db ``` Any clues? marekorok Here is the log I found: ``` 2020-05-19 19:42:17,732 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python3 -m pip" as command to invoke pip 2020-05-19 19:42:18,242 - octoprint.util.pip - INFO - Version of pip is 20.0.2 2020-05-19 19:42:18,244 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python3.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2020-05-19 19:42:18,244 - octoprint.util.pip - INFO - ==> pip ok -> yes 2020-05-19 19:42:18,327 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory - INFO - Start initializing 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Init DatabaseManager 2020-05-19 19:42:18,332 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Creating database in: /home/pi/.octoprint/data/PrintJobHistory/printJobHistory.db 2020-05-19 19:42:18,333 - octoprint.plugins.PrintJobHistory.DatabaseManager - INFO - Check if database-scheme upgrade needed. 2020-05-19 19:42:18,335 - octoprint.plugins.PrintJobHistory.DatabaseManager.SQL - DEBUG - ('SELECT "t1"."databaseId", "t1"."created", "t1"."key", "t1"."value" FROM "pjh_pluginmetadatamodel" AS "t1" WHERE ("t1"."key" = ?) LIMIT ? OFFSET ?', ['databaseSchemeVersion', 1, 0]) 2020-05-19 19:42:18,337 - octoprint.plugin.core - ERROR - Exception while initializing plugin PrintJobHistory, disabling it Traceback (most recent call last): File "/home/pi/oprint/lib/python3.7/site-packages/peewee.py", line 3099, in execute_sql cursor.execute(sql, params or ()) sqlite3.OperationalError: no such table: pjh_pluginmetadatamodel ```
non_process
can t install on octoprint with hi i have octoprint and moved while ago to python version trying to install this plugin but no luck seems problem around and database creation db indeed is created but bytes in size pi octopi octoprint data printjobhistory ls l rw r r pi pi may printjobhistory db any clues marekorok here is the log i found octoprint util pip info using home pi oprint bin m pip as command to invoke pip octoprint util pip info version of pip is octoprint util pip info pip installs to home pi oprint lib site packages writable yes user flag needed no virtual env yes octoprint util pip info pip ok yes octoprint plugins softwareupdate info loaded version cache from disk octoprint plugins printjobhistory info start initializing octoprint plugins printjobhistory databasemanager info init databasemanager octoprint plugins printjobhistory databasemanager info creating database in home pi octoprint data printjobhistory printjobhistory db octoprint plugins printjobhistory databasemanager info check if database scheme upgrade needed octoprint plugins printjobhistory databasemanager sql debug select databaseid created key value from pjh pluginmetadatamodel as where key limit offset octoprint plugin core error exception while initializing plugin printjobhistory disabling it traceback most recent call last file home pi oprint lib site packages peewee py line in execute sql cursor execute sql params or operationalerror no such table pjh pluginmetadatamodel
0
9,882
12,887,226,486
IssuesEvent
2020-07-13 10:50:34
prusa3d/Prusa-Firmware
https://api.github.com/repos/prusa3d/Prusa-Firmware
closed
[3.7.0-RC1] Repeated enforced Z calibration during 7x7 bed leveling
awaiting response bug processing
Since 3.7.0-RC1 I am using the new 7x7 mesh bed leveling (with 5 measurements per position). Now I have the problem that intermittently the bed leveling done before each print detects some problem, runs the enforced Z calibration and then re-runs the bed leveling. Sometimes, this Z calibration is enforced a second or third time before finally the bed leveling succeeds. This also happens when nothing at all was changed: the printer was switched on all the time (so no skip in the Z steppers occurred) and the steel sheet was not replaced (so it should still be aligned just like in the first run of the mesh bed leveling). When is the Z calibration enforced? Is there some setting to tune down the sensitivity?
1.0
[3.7.0-RC1] Repeated enforced Z calibration during 7x7 bed leveling - Since 3.7.0-RC1 I am using the new 7x7 mesh bed leveling (with 5 measurements per position). Now I have the problem that intermittently the bed leveling done before each print detects some problem, runs the enforced Z calibration and then re-runs the bed leveling. Sometimes, this Z calibration is enforced a second or third time before finally the bed leveling succeeds. This also happens when nothing at all was changed: the printer was switched on all the time (so no skip in the Z steppers occurred) and the steel sheet was not replaced (so it should still be aligned just like in the first run of the mesh bed leveling). When is the Z calibration enforced? Is there some setting to tune down the sensitivity?
process
repeated enforced z calibration during bed leveling since i am using the new mesh bed leveling with measurements per position now i have the problem that intermittently the bed leveling done before each print detects some problem runs the enforced z calibration and then re runs the bed leveling sometimes this z calibration is enforced a second or third time before finally the bed leveling succeeds this also happens when nothing at all was changed the printer was switched on all the time so no skip in the z steppers occurred and the steel sheet was not replaced so it should still be aligned just like in the first run of the mesh bed leveling when is the z calibration enforced is there some setting to tune down the sensitivity
1
22,598
31,820,311,787
IssuesEvent
2023-09-14 01:25:02
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Question: Is junit forkmode (per-test) supported?
P4 type: support / not a bug (process) team-Rules-Java stale
I have been digging through the documentation, and Googling, but I cannot find how to use the JUnit "forkmode" for ``java_test`` rules. Or whether it is supported? I am porting our project over from Buck, and in Buck there is a concept of *fork_mode*: ``` java_test( name = 'test', srcs = glob(['test/src/**/*.java']), vm_args = ['-Djdk.attach.allowAttachSelf'], fork_mode = "per_test", ... ``` Obviously, this is not a concept unique to Buck, as it is supported by Maven, Ant, and possibly others. Is this supported directly in Bazel, or through a tag or system property, or via a workaround?
1.0
Question: Is junit forkmode (per-test) supported? - I have been digging through the documentation, and Googling, but I cannot find how to use the JUnit "forkmode" for ``java_test`` rules. Or whether it is supported? I am porting our project over from Buck, and in Buck there is a concept of *fork_mode*: ``` java_test( name = 'test', srcs = glob(['test/src/**/*.java']), vm_args = ['-Djdk.attach.allowAttachSelf'], fork_mode = "per_test", ... ``` Obviously, this is not a concept unique to Buck, as it is supported by Maven, Ant, and possibly others. Is this supported directly in Bazel, or through a tag or system property, or via a workaround?
process
question is junit forkmode per test supported i have been digging through the documentation and googling but i cannot find how to use the junit forkmode for java test rules or whether it is supported i am porting our project over from buck and in buck there is a concept of fork mode java test name test srcs glob vm args fork mode per test obviously this is not a concept unique to buck as it is supported by maven ant and possibly others is this supported directly in bazel or through a tag or system property or via a workaround
1
231,762
7,643,107,326
IssuesEvent
2018-05-08 11:34:11
VirtoCommerce/vc-platform
https://api.github.com/repos/VirtoCommerce/vc-platform
opened
Allow to specify pagination size for indexation per module/index class
Priority: High developer pain enhancement
We have timeout issues on Azure because indexation process exceeded timeout for default (50) page size.
1.0
Allow to specify pagination size for indexation per module/index class - We have timeout issues on Azure because indexation process exceeded timeout for default (50) page size.
non_process
allow to specify pagination size for indexation per module index class we have timeout issues on azure because indexation process exceeded timeout for default page size
0
16,269
20,862,997,706
IssuesEvent
2022-03-22 02:09:33
streamnative/flink
https://api.github.com/repos/streamnative/flink
closed
[Feature][FLINK-26038] Support delay message on Pulsar connector
compute/data-processing type/feature
A delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval. We should support this feature in both sources and sink API.
1.0
[Feature][FLINK-26038] Support delay message on Pulsar connector - A delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval. We should support this feature in both sources and sink API.
process
support delay message on pulsar connector a delayed message is a type of message that would be sent to the consumer after waiting for a fixed interval we should support this feature in both sources and sink api
1
7,108
10,264,276,400
IssuesEvent
2019-08-22 15:59:51
zooniverse/theia
https://api.github.com/repos/zooniverse/theia
opened
reject images that contain too much cloud
image processing panoptes integration
There is a pixel_qa channel that estimates which pixels are likely to be clouds, and tiles which have mostly that should be skipped and not uploaded to panoptes
1.0
reject images that contain too much cloud - There is a pixel_qa channel that estimates which pixels are likely to be clouds, and tiles which have mostly that should be skipped and not uploaded to panoptes
process
reject images that contain too much cloud there is a pixel qa channel that estimates which pixels are likely to be clouds and tiles which have mostly that should be skipped and not uploaded to panoptes
1
2,982
5,965,888,785
IssuesEvent
2017-05-30 12:49:26
openvstorage/volumedriver
https://api.github.com/repos/openvstorage/volumedriver
closed
Segfault in CachedMetaDataStore
process_cantreproduce type_bug
``` (gdb) bt #0 0x00007f77f4daf2d0 in ?? () #1 0x3e76ed9540a94500 in ?? () #2 0x0000000000019901 in ?? () #3 0x00000000008d8140 in volumedriver::CachePage::unlink_from_set (this=0x7f77f4ce3080) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataPage.h:105 #4 volumedriver::CachedMetaDataStore::get_page_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:674 #5 0x00000000008d81eb in volumedriver::CachedMetaDataStore::get_cluster_location_unlocked_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163, loc=..., for_write=for_write@entry=false) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:758 #6 0x00000000008d8881 in volumedriver::CachedMetaDataStore::get_cluster_location_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163, loc=..., for_write=for_write@entry=false) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:625 #7 0x00000000008d9cfe in volumedriver::CachedMetaDataStore::readCluster (this=0x7f7800cd9190, caddr=6701163, loc=...) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:137 #8 0x0000000000928cd3 in void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}::operator()(std::shared_ptr<volumedriver::CachedMetaDataStore> const&) const (__closure=__closure@entry=0x7f7930ff8300, md=std::shared_ptr (count 2, weak 0) 0x7f7800cd9190) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:125 #9 0x000000000092a1db in volumedriver::MDSMetaDataStore::do_handle_<void, void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}>(char const*, void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}&&) (this=0x7f7800006df0, desc=desc@entry=0xe034b8 <volumedriver::MDSMetaDataStore::readCluster(unsigned long, volumedriver::ClusterLocationAndHash&)::__FUNCTION__> "readCluster", fun=fun@entry=<unknown type in /usr/lib/debug/usr/bin/volumedriver_fs, CU 0x46f2f30, DIE 0x47ba658>) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:145 #10 0x0000000000920be5 in volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&> (fn=&virtual volumedriver::MetaDataStoreInterface::readCluster(unsigned long, volumedriver::ClusterLocationAndHash&), desc=<synthetic pointer>, this=<optimized out>) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:126 #11 volumedriver::MDSMetaDataStore::readCluster (this=<optimized out>, addr=<optimized out>, loc=...) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:333 #12 0x0000000000859f10 in volumedriver::Volume::readClusters_ (this=this@entry=0x7f7800cd9530, addr=27447963648, buf=0x7f7a06d09000 "", bufsize=bufsize@entry=4096) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/Volume.cpp:1152 #13 0x000000000085af03 in volumedriver::Volume::read (this=0x7f7800cd9530, lba=lba@entry=53609304, buf=buf@entry=0x7f7a06d09000 "", buflen=buflen@entry=4096) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/Volume.cpp:1115 [...] ```
1.0
Segfault in CachedMetaDataStore - ``` (gdb) bt #0 0x00007f77f4daf2d0 in ?? () #1 0x3e76ed9540a94500 in ?? () #2 0x0000000000019901 in ?? () #3 0x00000000008d8140 in volumedriver::CachePage::unlink_from_set (this=0x7f77f4ce3080) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataPage.h:105 #4 volumedriver::CachedMetaDataStore::get_page_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:674 #5 0x00000000008d81eb in volumedriver::CachedMetaDataStore::get_cluster_location_unlocked_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163, loc=..., for_write=for_write@entry=false) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:758 #6 0x00000000008d8881 in volumedriver::CachedMetaDataStore::get_cluster_location_ (this=this@entry=0x7f7800cd9190, ca=ca@entry=6701163, loc=..., for_write=for_write@entry=false) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:625 #7 0x00000000008d9cfe in volumedriver::CachedMetaDataStore::readCluster (this=0x7f7800cd9190, caddr=6701163, loc=...) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/CachedMetaDataStore.cpp:137 #8 0x0000000000928cd3 in void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}::operator()(std::shared_ptr<volumedriver::CachedMetaDataStore> const&) const (__closure=__closure@entry=0x7f7930ff8300, md=std::shared_ptr (count 2, weak 0) 0x7f7800cd9190) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:125 #9 0x000000000092a1db in volumedriver::MDSMetaDataStore::do_handle_<void, void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}>(char const*, void volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&>(char const*, void (volumedriver::MetaDataStoreInterface::*)(unsigned long, volumedriver::ClusterLocationAndHash&), unsigned long, volumedriver::ClusterLocationAndHash&)::{lambda(std::shared_ptr<volumedriver::CachedMetaDataStore> const&)#1}&&) (this=0x7f7800006df0, desc=desc@entry=0xe034b8 <volumedriver::MDSMetaDataStore::readCluster(unsigned long, volumedriver::ClusterLocationAndHash&)::__FUNCTION__> "readCluster", fun=fun@entry=<unknown type in /usr/lib/debug/usr/bin/volumedriver_fs, CU 0x46f2f30, DIE 0x47ba658>) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:145 #10 0x0000000000920be5 in volumedriver::MDSMetaDataStore::handle_<void, unsigned long, volumedriver::ClusterLocationAndHash&> (fn=&virtual volumedriver::MetaDataStoreInterface::readCluster(unsigned long, volumedriver::ClusterLocationAndHash&), desc=<synthetic pointer>, this=<optimized out>) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:126 #11 volumedriver::MDSMetaDataStore::readCluster (this=<optimized out>, addr=<optimized out>, loc=...) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/MDSMetaDataStore.cpp:333 #12 0x0000000000859f10 in volumedriver::Volume::readClusters_ (this=this@entry=0x7f7800cd9530, addr=27447963648, buf=0x7f7a06d09000 "", bufsize=bufsize@entry=4096) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/Volume.cpp:1152 #13 0x000000000085af03 in volumedriver::Volume::read (this=0x7f7800cd9530, lba=lba@entry=53609304, buf=buf@entry=0x7f7a06d09000 "", buflen=buflen@entry=4096) at /opt/vmachines/jenkins_work/workspace/volumedriver-no-dedup-release-ubuntu-16.04/volumedriver-core/src/volumedriver/Volume.cpp:1115 [...] ```
process
segfault in cachedmetadatastore gdb bt in in in in volumedriver cachepage unlink from set this at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatapage h volumedriver cachedmetadatastore get page this this entry ca ca entry at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatastore cpp in volumedriver cachedmetadatastore get cluster location unlocked this this entry ca ca entry loc for write for write entry false at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatastore cpp in volumedriver cachedmetadatastore get cluster location this this entry ca ca entry loc for write for write entry false at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatastore cpp in volumedriver cachedmetadatastore readcluster this caddr loc at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver cachedmetadatastore cpp in void volumedriver mdsmetadatastore handle char const void volumedriver metadatastoreinterface unsigned long volumedriver clusterlocationandhash unsigned long volumedriver clusterlocationandhash lambda std shared ptr const operator std shared ptr const const closure closure entry md std shared ptr count weak at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver mdsmetadatastore cpp in volumedriver mdsmetadatastore do handle char const void volumedriver metadatastoreinterface unsigned long volumedriver clusterlocationandhash unsigned long volumedriver clusterlocationandhash lambda std shared ptr const char const void volumedriver mdsmetadatastore handle char const void volumedriver metadatastoreinterface unsigned long volumedriver clusterlocationandhash unsigned long volumedriver clusterlocationandhash lambda std shared ptr const this desc desc entry readcluster fun fun entry at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver mdsmetadatastore cpp in volumedriver mdsmetadatastore handle fn virtual volumedriver metadatastoreinterface readcluster unsigned long volumedriver clusterlocationandhash desc this at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver mdsmetadatastore cpp volumedriver mdsmetadatastore readcluster this addr loc at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver mdsmetadatastore cpp in volumedriver volume readclusters this this entry addr buf bufsize bufsize entry at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver volume cpp in volumedriver volume read this lba lba entry buf buf entry buflen buflen entry at opt vmachines jenkins work workspace volumedriver no dedup release ubuntu volumedriver core src volumedriver volume cpp
1
366,459
10,821,077,642
IssuesEvent
2019-11-08 17:47:53
luna/enso
https://api.github.com/repos/luna/enso
opened
Implement Requests for Value Information
Category: Compiler Category: Interpreter Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary With the value information already able to be queried from the interpreter, all that remains is to hook this API up to service real requests for value information via the language server. This will allow Enso Studio to display the values under the nodes as it is designed to do. ### Value Enso Studio will be able to request live values from the language server in order to display them on the graph. ### Specification - Connect the language server endpoint servicing value requests up to th interpreter API that provides these values. - This request should be serviced as a stream, sending updates to the client every time the value(s) change. - It should be possible to rate limit the stream of messages. ### Acceptance Criteria & Test Cases - The language server is capable of responding to requests for value information using real data.
1.0
Implement Requests for Value Information - ### Summary With the value information already able to be queried from the interpreter, all that remains is to hook this API up to service real requests for value information via the language server. This will allow Enso Studio to display the values under the nodes as it is designed to do. ### Value Enso Studio will be able to request live values from the language server in order to display them on the graph. ### Specification - Connect the language server endpoint servicing value requests up to th interpreter API that provides these values. - This request should be serviced as a stream, sending updates to the client every time the value(s) change. - It should be possible to rate limit the stream of messages. ### Acceptance Criteria & Test Cases - The language server is capable of responding to requests for value information using real data.
non_process
implement requests for value information summary with the value information already able to be queried from the interpreter all that remains is to hook this api up to service real requests for value information via the language server this will allow enso studio to display the values under the nodes as it is designed to do value enso studio will be able to request live values from the language server in order to display them on the graph specification connect the language server endpoint servicing value requests up to th interpreter api that provides these values this request should be serviced as a stream sending updates to the client every time the value s change it should be possible to rate limit the stream of messages acceptance criteria test cases the language server is capable of responding to requests for value information using real data
0
1,077
2,524,244,225
IssuesEvent
2015-01-20 16:33:35
almartin82/mapvizieR
https://api.github.com/repos/almartin82/mapvizieR
closed
what should functions that test for conforming data return?
design philosophy question
When we put a CDF data frame through its paces to make sure that it is ready for use with visualization functions, what should those tests return? they could just return T/F, but is there any harm in returning a named list - with the first element being the boolean result, and the second a more descriptive string describing what tests happened? see [this function] (https://github.com/almartin82/mapvizieR/blob/690f736cd8ffd31ecf9f791d5642d52bcb22f2c4/R/cdf_check.R#L24) for an example.
1.0
what should functions that test for conforming data return? - When we put a CDF data frame through its paces to make sure that it is ready for use with visualization functions, what should those tests return? they could just return T/F, but is there any harm in returning a named list - with the first element being the boolean result, and the second a more descriptive string describing what tests happened? see [this function] (https://github.com/almartin82/mapvizieR/blob/690f736cd8ffd31ecf9f791d5642d52bcb22f2c4/R/cdf_check.R#L24) for an example.
non_process
what should functions that test for conforming data return when we put a cdf data frame through its paces to make sure that it is ready for use with visualization functions what should those tests return they could just return t f but is there any harm in returning a named list with the first element being the boolean result and the second a more descriptive string describing what tests happened see for an example
0
157,591
13,697,323,985
IssuesEvent
2020-10-01 02:41:56
BornRiot/Python.Udemy.Complete_Python_BootCamp
https://api.github.com/repos/BornRiot/Python.Udemy.Complete_Python_BootCamp
closed
Web Scraping - Exercise Overview
chore documentation enhancement good first issue help wanted
Complete lecture and code along exercise on topic: Web Scraping - Exercise Overview
1.0
Web Scraping - Exercise Overview - Complete lecture and code along exercise on topic: Web Scraping - Exercise Overview
non_process
web scraping exercise overview complete lecture and code along exercise on topic web scraping exercise overview
0
11,593
14,447,473,973
IssuesEvent
2020-12-08 03:52:28
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Different decimal results returned by HashAgg when enable-chunk-rpc is true/false
Priority/P3 component/coprocessor severity/major sig/execution status/can't-reproduce type/bug
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql CREATE TABLE tt(a INT, b INT, c INT, d INT); INSERT INTO tt VALUES (1,1,1,1), (2,2,4,2), (3,3,9,3); ``` 2. What did you expect to see? ``` [tikv-client] # Enable chunk encoded data for coprocessor requests. enable-chunk-rpc = true ``` ```mysql MySQL [test]> SELECT sum(c/d) FROM tt group by a, b; +----------+ | sum(c/d) | +----------+ | 1.0000 | | 2.0000 | | 3.0000 | +----------+ 3 rows in set (0.00 sec) MySQL [test]> desc SELECT sum(c/d) FROM tt group by a, b; +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | id | count | task | operator info | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | HashAgg_9 | 8000.00 | root | group by:Column#10, Column#9, funcs:sum(Column#8) | | └─TableReader_10 | 8000.00 | root | data:HashAgg_5 | | └─HashAgg_5 | 8000.00 | cop[tikv] | group by:Column#1, Column#2, funcs:sum(div(cast(Column#3), cast(Column#4))) | | └─TableScan_8 | 10000.00 | cop[tikv] | table:tt, range:[-inf,+inf], keep order:false, stats:pseudo | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ 4 rows in set (0.00 sec) ``` 3. What did you see instead? ``` [tikv-client] # Enable chunk encoded data for coprocessor requests. enable-chunk-rpc = false ``` ```mysql MySQL [test]> SELECT sum(c/d) FROM tt group by a, b; +-------------+ | sum(c/d) | +-------------+ | 1.000000000 | | 2.000000000 | | 3.000000000 | +-------------+ 3 rows in set (0.01 sec) MySQL [test]> desc SELECT sum(c/d) FROM tt group by a, b; +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | id | count | task | operator info | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | HashAgg_9 | 8000.00 | root | group by:Column#10, Column#9, funcs:sum(Column#8) | | └─TableReader_10 | 8000.00 | root | data:HashAgg_5 | | └─HashAgg_5 | 8000.00 | cop[tikv] | group by:Column#1, Column#2, funcs:sum(div(cast(Column#3), cast(Column#4))) | | └─TableScan_8 | 10000.00 | cop[tikv] | table:tt, range:[-inf,+inf], keep order:false, stats:pseudo | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ 4 rows in set (0.00 sec) ``` 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? Only appears in commit 79756747e, because `hashagg` can be push down in this commit temparorily and disabled in following commit, so this issue can reappear,
1.0
Different decimal results returned by HashAgg when enable-chunk-rpc is true/false - ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql CREATE TABLE tt(a INT, b INT, c INT, d INT); INSERT INTO tt VALUES (1,1,1,1), (2,2,4,2), (3,3,9,3); ``` 2. What did you expect to see? ``` [tikv-client] # Enable chunk encoded data for coprocessor requests. enable-chunk-rpc = true ``` ```mysql MySQL [test]> SELECT sum(c/d) FROM tt group by a, b; +----------+ | sum(c/d) | +----------+ | 1.0000 | | 2.0000 | | 3.0000 | +----------+ 3 rows in set (0.00 sec) MySQL [test]> desc SELECT sum(c/d) FROM tt group by a, b; +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | id | count | task | operator info | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | HashAgg_9 | 8000.00 | root | group by:Column#10, Column#9, funcs:sum(Column#8) | | └─TableReader_10 | 8000.00 | root | data:HashAgg_5 | | └─HashAgg_5 | 8000.00 | cop[tikv] | group by:Column#1, Column#2, funcs:sum(div(cast(Column#3), cast(Column#4))) | | └─TableScan_8 | 10000.00 | cop[tikv] | table:tt, range:[-inf,+inf], keep order:false, stats:pseudo | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ 4 rows in set (0.00 sec) ``` 3. What did you see instead? ``` [tikv-client] # Enable chunk encoded data for coprocessor requests. enable-chunk-rpc = false ``` ```mysql MySQL [test]> SELECT sum(c/d) FROM tt group by a, b; +-------------+ | sum(c/d) | +-------------+ | 1.000000000 | | 2.000000000 | | 3.000000000 | +-------------+ 3 rows in set (0.01 sec) MySQL [test]> desc SELECT sum(c/d) FROM tt group by a, b; +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | id | count | task | operator info | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ | HashAgg_9 | 8000.00 | root | group by:Column#10, Column#9, funcs:sum(Column#8) | | └─TableReader_10 | 8000.00 | root | data:HashAgg_5 | | └─HashAgg_5 | 8000.00 | cop[tikv] | group by:Column#1, Column#2, funcs:sum(div(cast(Column#3), cast(Column#4))) | | └─TableScan_8 | 10000.00 | cop[tikv] | table:tt, range:[-inf,+inf], keep order:false, stats:pseudo | +-----------------------+----------+-----------+-----------------------------------------------------------------------------+ 4 rows in set (0.00 sec) ``` 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? Only appears in commit 79756747e, because `hashagg` can be push down in this commit temparorily and disabled in following commit, so this issue can reappear,
process
different decimal results returned by hashagg when enable chunk rpc is true false bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error mysql create table tt a int b int c int d int insert into tt values what did you expect to see enable chunk encoded data for coprocessor requests enable chunk rpc true mysql mysql select sum c d from tt group by a b sum c d rows in set sec mysql desc select sum c d from tt group by a b id count task operator info hashagg root group by column column funcs sum column └─tablereader root data hashagg └─hashagg cop group by column column funcs sum div cast column cast column └─tablescan cop table tt range keep order false stats pseudo rows in set sec what did you see instead enable chunk encoded data for coprocessor requests enable chunk rpc false mysql mysql select sum c d from tt group by a b sum c d rows in set sec mysql desc select sum c d from tt group by a b id count task operator info hashagg root group by column column funcs sum column └─tablereader root data hashagg └─hashagg cop group by column column funcs sum div cast column cast column └─tablescan cop table tt range keep order false stats pseudo rows in set sec what version of tidb are you using tidb server v or run select tidb version on tidb only appears in commit because hashagg can be push down in this commit temparorily and disabled in following commit so this issue can reappear
1
2,390
5,187,643,209
IssuesEvent
2017-01-20 17:25:02
Alfresco/alfresco-ng2-components
https://api.github.com/repos/Alfresco/alfresco-ng2-components
closed
Start process dropdown does not have 'Choose one...' selected as default
browser: chrome browser: firefox bug comp: activiti-processList
1. Go to Task App. 2. Go to Processes 3. Start a new Process. **Expected results** On Type section ‘Choose one...’ is selected by default on dropdown. <img width="818" alt="safari" src="https://cloud.githubusercontent.com/assets/24432311/21982133/c81a1ed0-dbe2-11e6-8ab1-0697f1ecf987.png"> **Actual Results** "Choose one...’ is not selected by default on dropdown in Chrome, Firefox and Opera. Works fine in Safari. <img width="818" alt="firefox" src="https://cloud.githubusercontent.com/assets/24432311/21982210/293cffca-dbe3-11e6-9baf-41535efee934.png">
1.0
Start process dropdown does not have 'Choose one...' selected as default - 1. Go to Task App. 2. Go to Processes 3. Start a new Process. **Expected results** On Type section ‘Choose one...’ is selected by default on dropdown. <img width="818" alt="safari" src="https://cloud.githubusercontent.com/assets/24432311/21982133/c81a1ed0-dbe2-11e6-8ab1-0697f1ecf987.png"> **Actual Results** "Choose one...’ is not selected by default on dropdown in Chrome, Firefox and Opera. Works fine in Safari. <img width="818" alt="firefox" src="https://cloud.githubusercontent.com/assets/24432311/21982210/293cffca-dbe3-11e6-9baf-41535efee934.png">
process
start process dropdown does not have choose one selected as default go to task app go to processes start a new process expected results on type section ‘choose one ’ is selected by default on dropdown img width alt safari src actual results choose one ’ is not selected by default on dropdown in chrome firefox and opera works fine in safari img width alt firefox src
1
11,249
14,016,554,371
IssuesEvent
2020-10-29 14:39:28
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
opened
PH Steam System Efficiency
Process Heating bug
the gross heat and system losses on the left are off by x1000. Should be same as gross heat and system losses on right ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/4ba7c0b4-33aa-4b98-881c-36c8b5ebfe08)
1.0
PH Steam System Efficiency - the gross heat and system losses on the left are off by x1000. Should be same as gross heat and system losses on right ![image.png](https://images.zenhubusercontent.com/5cd48a2af8cffa5a19122d27/4ba7c0b4-33aa-4b98-881c-36c8b5ebfe08)
process
ph steam system efficiency the gross heat and system losses on the left are off by should be same as gross heat and system losses on right
1
12,095
14,740,093,113
IssuesEvent
2021-01-07 08:30:16
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Toronto - SA Billing - Late Fee Account List
anc-process anp-important ant-bug has attachment
In GitLab by @kdjstudios on Oct 3, 2018, 11:12 [Toronto.xlsx](/uploads/ae27d540692a104ec7ad89cb8426359f/Toronto.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-43677
1.0
Toronto - SA Billing - Late Fee Account List - In GitLab by @kdjstudios on Oct 3, 2018, 11:12 [Toronto.xlsx](/uploads/ae27d540692a104ec7ad89cb8426359f/Toronto.xlsx) HD: http://www.servicedesk.answernet.com/profiles/ticket/2018-10-03-43677
process
toronto sa billing late fee account list in gitlab by kdjstudios on oct uploads toronto xlsx hd
1
13,460
15,937,277,343
IssuesEvent
2021-04-14 12:15:46
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
setup env variable on Windows 10
type: support / not a bug (process)
> ATTENTION! Please read and follow: > - if this is a _question_ about how to build / test / query / deploy using Bazel, or a _discussion starter_, send it to bazel-discuss@googlegroups.com > - if this is a _bug_ or _feature request_, fill the form below as best as you can. ### Description of the problem / feature request: > I'm having trouble with setting up the env. variable for Bazel on Windows 10. ### Feature requests: what underlying problem are you trying to solve with this feature? > not a new feature ### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. > Bazel doesn't show in start menu. ### What operating system are you running Bazel on? > Windows 10 ### What's the output of `bazel info release`? > not running ### If `bazel info release` returns "development version" or "(@non-git)", tell us how you built Bazel. > n/a ### What's the output of `git remote get-url origin ; git rev-parse master ; git rev-parse HEAD` ? > not yet running Bazel. ### Have you found anything relevant by searching the web? > https://docs.bazel.build/versions/1.0.0/install-windows.html#installing-bazel-on-windows >
1.0
setup env variable on Windows 10 - > ATTENTION! Please read and follow: > - if this is a _question_ about how to build / test / query / deploy using Bazel, or a _discussion starter_, send it to bazel-discuss@googlegroups.com > - if this is a _bug_ or _feature request_, fill the form below as best as you can. ### Description of the problem / feature request: > I'm having trouble with setting up the env. variable for Bazel on Windows 10. ### Feature requests: what underlying problem are you trying to solve with this feature? > not a new feature ### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. > Bazel doesn't show in start menu. ### What operating system are you running Bazel on? > Windows 10 ### What's the output of `bazel info release`? > not running ### If `bazel info release` returns "development version" or "(@non-git)", tell us how you built Bazel. > n/a ### What's the output of `git remote get-url origin ; git rev-parse master ; git rev-parse HEAD` ? > not yet running Bazel. ### Have you found anything relevant by searching the web? > https://docs.bazel.build/versions/1.0.0/install-windows.html#installing-bazel-on-windows >
process
setup env variable on windows attention please read and follow if this is a question about how to build test query deploy using bazel or a discussion starter send it to bazel discuss googlegroups com if this is a bug or feature request fill the form below as best as you can description of the problem feature request i m having trouble with setting up the env variable for bazel on windows feature requests what underlying problem are you trying to solve with this feature not a new feature bugs what s the simplest easiest way to reproduce this bug please provide a minimal example if possible bazel doesn t show in start menu what operating system are you running bazel on windows what s the output of bazel info release not running if bazel info release returns development version or non git tell us how you built bazel n a what s the output of git remote get url origin git rev parse master git rev parse head not yet running bazel have you found anything relevant by searching the web
1
295,663
22,265,525,266
IssuesEvent
2022-06-10 07:00:22
phukiendienthoaigiare/Qua-Tang-Doanh-Nghiep-4-trong-1
https://api.github.com/repos/phukiendienthoaigiare/Qua-Tang-Doanh-Nghiep-4-trong-1
opened
Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng
documentation help wanted good first issue question
<p><strong>Xin chào các bạn! Hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao. Đó chính là pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007!</strong></p> <p>Trước hết, mình nói sơ qua về phụ kiện điện thoại này nhé! Pin sạc dự phòng tích hợp sạc không dây PB1007 là dòng sản phẩm thuộc thương hiệu OEM ODM Brand – tức do bên Công ty thứ 3 gia công chứ không được sản xuất trực tiếp từ một thương hiệu chính như Apple, Samsung hay Oppo. Dù vậy, theo mình đánh giá thì thiết bị này vẫn cho hiệu năng sạc cao và tiện lợi, phù hợp với các anh chị em nào có nhu cầu mua pin sạc dự phòng giá rẻ mà vẫn sử dụng lâu dài theo thời gian.</p> <p>Review sơ sơ về tổng quan của pin sạc dự phòng PB1007 như thế đủ rồi. Giờ mình đi vào chi tiết nhé!</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16020" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Ta-da! Hình dáng thật của pin sạc dự phòng tích hợp sạc không dây PB1007 đây!</em></figcaption></figure></div> <h2 id="h-những-diểm-minh-thich-ở-pin-sạc-dự-phong-10000mah-tich-hợp-sạc-khong-day-pb1007"><a></a><strong>Những điểm mình thích ở pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007</strong></h2> <h3 id="h-diểm-dầu-tien-thiết-kế-nhỏ-gọn-va-sang-trọng"><a></a><strong>Điểm đầu tiên: Thiết kế nhỏ gọn và sang trọng</strong></h3> <p>Không biết các bạn như thế nào chứ mình khi lần đầu tiên nhìn thấy pin sạc dự phòng tích hợp sạc không dây PB1007 dung lượng 10000mAh khi nhận hàng là đã “chịu” liền, hệt như mới nhìn thấy crush lần đầu vậy. Thiết bị này có thiết kế cực kỳ sang trọng với màu đen cá tính, đẳng cấp và đặc biệt là không bị ngả màu khi đã sử dụng một thời gian.</p> <p>Khoảng ¾ diện tích pin được phủ chất liệu vải linen – loại vải có khả năng thấm hút mồ hôi, chịu nhiệt tốt và có độ bóng mượt rất đẹp. Chính vì vậy, dù được bao phủ bởi chất liệu là vải nhưng pin sạc dự phòng PB1007 vẫn dễ gây thiện cảm và thu hút ánh nhìn của hầu hết mọi người khi toát lên sự sang trọng và đẳng cấp – đúng với những gì mà mình tìm kiếm ở một phụ kiện điện thoại bấy lâu nay.</p> <p>À, thêm một điểm nữa là thiết bị này có thiết kế nhỏ gọn và cầm trên tay rất dễ chịu luôn nhé! Sản phẩm được sản xuất từ chất liệu nhựa ABS cao cấp nên đảm bảo chất lượng khi sử dụng, không lo thấm nước khi mình lỡ tay đổ vào bề mặt phụ kiện. Chính vì những điều này mà mình có thể mang em nó đi bất kỳ nơi nào, nhất là trong những chuyến dã ngoại, cắm trại cùng bạn bè.</p> <h3 id="h-diểm-thứ-hai-tinh-nang-tự-dộng-ngắt-khi-sạc-dầy-pin"><a></a><strong>Điểm thứ hai: Tính năng tự động ngắt khi sạc đầy pin</strong></h3> <p>Với một đứa “não cá vàng” như mình thì tính năng tự động ngắt khi sạc đầy pin của pin sạc dự phòng tích hợp sạc không dây PB1007 dung lượng 10000mAh vô cùng hữu ích nhé! Mình thường để sạc ở một góc hoặc sạc qua đêm, nhưng sau một thời gian sạc pin đầy cho thiết bị thì lại… quên mất và cứ để ở đấy. Nếu pin không có khả năng tự động ngắt nhiệt thì chắc là mình phải tốn tiền mua mới nhiều dòng pin sạc dự phòng khác thôi, thậm chí còn có khả năng gây cháy nổ nữa @@.</p> <p>Ngoài điểm này ra thì mình nhận thấy pin sạc dự phòng không dây PB1007 còn có khả năng bảo vệ quá nhiệt, quá tải thông minh cho chiếc điện thoại yêu dấu nữa. Khả năng này của sản phẩm sẽ hạn chế tình trạng chai pin ở “dế yêu” của mình, nhất là khi smartphone mà mình sử dụng là iPhone nữa. Thú thật là pin ở iPhone mà bị chai là mình thấy “máu” sắp cạn rồi đấy!</p> <h3 id="h-diểm-thứ-ba-tinh-nang-2-trong-1"><a></a><strong>Điểm thứ ba: Tính năng “2 trong 1”</strong></h3> <p>Đúng như cái tên mà các bạn đã nhìn thấy: sạc dự phòng và sạc không dây, pin sạc PB1007 dung lượng 10000mAh đóng vai trò vừa là pin sạc dự phòng vừa là sạc không dây dành cho điện thoại. Mình có thể dùng dây cáp để kết nối vào cổng MicroUSB hoặc nguồn Type-C trên pin sạc hoặc đặt điện thoại lên mặt trên của pin và nhấp vào nút nguồn là đã bắt đầu nạp năng lượng. Vô cùng tiện lợi luôn.</p> <p>À, cũng phải nói thêm, pin sạc dự phòng tích hợp sạc không dây này có 2 cổng USB nên mình có thể sạc cùng lúc 3 thiết bị (gồm 2 thiết bị ở 2 cổng – sạc có dây và 1 thiết bị sạc không dây) nên rất là tiện luôn nha, đặc biệt là khi đi chơi xa cùng nhóm bạn mà xung quanh không có nguồn điện ấy.</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16021" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Phụ kiện có 2 cổng USB và 1 tính năng sạc không dây nên có thể sạc cùng lúc 3 thiết bị</em></figcaption></figure></div> <h3 id="h-diểm-thứ-tư-co-thể-sạc-nhiều-lần"><a></a><strong>Điểm thứ tư: Có thể sạc nhiều lần</strong></h3> <p>Với dung lượng pin 10000mAh – con số khá lớn đối với một phụ kiện điện tử, pin sạc dự phòng tích hợp sạc không dây PB1007 cho phép mình sạc được khoảng 4 hoặc 5 lần đối với con iPhone “ghẻ” 6s, tùy vào cường độ sử dụng điện thoại của mình vào từng thời điểm. Với đặc điểm này thì mình có thể thoải mái sử dụng ngay cả khi đang đi phượt trong rừng hay cắm trại trên đỉnh núi mà không sợ hết pin nhé các bạn!</p> <h3 id="h-diểm-thứ-nam-tương-thich-với-hầu-hết-diện-thoại-thong-minh"><a></a><strong>Điểm thứ năm: Tương thích với hầu hết điện thoại thông minh</strong></h3> <p>Mình đã thử sử dụng cho chiếc iPhone và với con Samsung A7 thì cả hai đều có thể kết nối với pin sạc dự phòng tích hợp sạc không dây PB1007. Mình cũng thử mượn con LG của ba để sạc thử và kết quả là đều được nhé. Vì vậy, mình có thể tự tin khẳng định, phụ kiện này tương thích với hầu hết smartphone trên thị trường hiện nay, đúng như lời giới thiệu từ nhà cung cấp.</p> <h3 id="h-diểm-thứ-sau-co-thể-dung-lam-qua-tặng"><a></a><strong>Điểm thứ sáu: Có thể dùng làm quà tặng</strong></h3> <p>Trong thời điểm công nghệ phát triển như hiện nay thì sử dụng pin sạc dự phòng tích hợp sạc không dây để làm quà tặng cho bạn bè, người thân hay những người quý mến sẽ có thể làm tăng thêm “tim” cho mối quan hệ đấy. Đơn giản vì đây là một món quà “hợp thời”, “hợp thức” và “hợp thời trang”.</p> <p>Và theo mình, với những ai làm doanh nghiệp thì có thể sử dụng pin sạc dự phòng PB1007 kiêm luôn sạc không dây để làm quà tặng cho các đối tác, khách hàng. Đặc biệt, các chủ doanh nghiệp cũng có thể in/khắc chìm logo lên thân phụ kiện. Logo này có thể phát sáng khi có ai đó sử dụng pin sạc này, giúp tăng khả năng nhận diện thương hiệu cũng như “đi sâu” vào tiềm thức của con người.</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16022" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Những ai làm chủ doanh nghiệp có thể khắc logo chìm phát sáng ở vị trí trên hình để tăng khả năng nhận diện thương hiệu nhé!</em></figcaption></figure></div> <p>Ngoài những điểm trên thì mình cũng đánh giá rất cao pin sạc dự phòng kiêm sạc không dây PB1007 về độ an toàn và chất lượng. Nếu anh chị em nào còn lo ngại về khả năng gây cháy nổ thì cứ an tâm bởi phụ kiện này đạt 3 loại giấy chứng nhận theo tiêu chuẩn châu Âu đối với các loại thiết bị điện tử, bao gồm:</p> <ul><li>CE – chứng nhận sản phẩm đạt chất lượng cao.</li><li>RoHS – chứng nhận hạn chế các chất cháy nổ.</li><li>MSDS – bảng chỉ dẫn an toàn về hóa chất.</li></ul> <p>Với những điểm vừa nêu thì các anh chị em cũng đã thấy được sự nổi bật của pin sạc dự phòng kiêm sạc không dây PB1007 dung lượng 10000mAh này rồi nhỉ. Song, dù có nhiều điểm nổi bật nhưng mình vẫn có một vài điểm chưa ưng ý cho lắm.</p> <h2 id="h-những-diểm-minh-khong-thich-ở-pin-sạc-dự-phong-kiem-sạc-khong-day-pb1007"><a></a><strong>Những điểm mình không thích ở pin sạc dự phòng kiêm sạc không dây PB1007</strong></h2> <p>Dung lượng pin cao, cho khả năng sạc nhiều lần như pin sạc dự phòng PB1007 dung lượng 10000mAh lại có thời gian nạp năng lượng khá lâu, trung bình khoảng 5 – 6 tiếng đối với Adapter 2A và khoảng 10 – 11 tiếng đối với Adapter 1A. Với mình thì không sao, nhưng với những ai bận rộn, thường xuyên di chuyển thì với thời gian sạc này chắc hẳn là vấn đề lớn đấy.</p> <p>Thêm một điều nữa là tính năng sạc không dây chỉ thích hợp đối với những dòng điện thoại được tích hợp tính năng sạc chuẩn Qi mà thôi. Còn với con iPhone 6s “ghẻ” của mình thì chỉ cần phải dùng dây, hơi khá bất tiện nhỉ.</p> <p>Ngoài ra, màu sắc hạn chế cũng là một điểm mình không thích lắm ở dòng thiết bị này. Dù màu đen tạo cảm giác sang trọng, đẳng cấp và không bị ngả màu theo thời gian nhưng nhìn nó trông có vẻ mạnh mẽ quá, không hợp với tính cách của mình.</p> <h2 id="h-kết"><a></a><strong>Kết</strong></h2> <p>Nhìn chung thì mình thấy pin sạc dự phòng 10000mAh kiêm sạc không dây PB1007 là một sản phẩm NÊN MUA, đặc biệt với những ai có tài chính eo hẹp nhưng muốn sở hữu pin sạc chất lượng cao, hiệu năng tốt.</p> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <div data-block-name="woocommerce/handpicked-products" data-columns="4" data-edit-mode="false" data-content-visibility="{"title":true,"price":true,"rating":true,"button":false}" data-products="[11694,11784,12148,15840,11759,11825,11724]" data-align-buttons="true" class="wc-block-grid wp-block-handpicked-products wc-block-handpicked-products has-4-columns has-multiple-rows has-aligned-buttons"><ul class="wc-block-grid__products"><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-5000mah-pb0504-logo-led-phat-sang-khi-su-dung/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="quà tặng doanh nghiệp pin sạc dự phòng 5000mah logo led phát sáng khi sử dụng" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 5000mAh PB0504 – Logo Led Phát Sáng Khi Sử Dụng</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">385.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">78</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-sac-nhanh-qc3-0-pb1006/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh Sạc Nhanh QC3.0 PB1006" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh Sạc Nhanh QC3.0 PB1006</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">390.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">93</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/sac-du-phong-khong-day-10000mah-pb1004/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-300x300.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sạc Dự Phòng Không Dây 10000mAh PB1004" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-300x300.png 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-150x150.png 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-441x441.png 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000.png 600w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Sạc Dự Phòng Không Dây 10000mAh PB1004</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">485.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">100</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-pb1002/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh PB1002" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh PB1002</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">450.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">93</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-khong-day-5000mah-pb0501/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Không Dây 5000mAh PB0501" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Không Dây 5000mAh PB0501</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">380.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">97</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/sac-khong-day-10000mah-pb1001/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sạc Không Dây 10000mAh PB1001" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-1024x1024.jpg 1024w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-1536x1536.jpg 1536w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-2048x2048.jpg 2048w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-600x600.jpg 600w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Sạc Không Dây 10000mAh PB1001</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">475.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">98</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-pb1003/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh - PB1003" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao.jpg 781w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh – PB1003</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">485.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">95</span> đánh giá</span></div></div> </li></ul></div> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <section class="sc_fs_event sc_card"> <h2>Tìm đại lý phân phối – Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng</h2> <figure> <a href="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg" title=""> <img src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-150x150.jpg" alt=""/> </a> <meta content="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg"> <meta content="1000"> <meta content="1000"> </figure> <p> Pin Sạc Dự Phòng PB1007, Dung lượng 10.000mAh Tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường<br>Thiết kế sang trọng , chất liệu vải linen<br>LOGO được khắc chìm và có thể phát sáng khi sử dụng.<br>Tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt, quá tải thông minh<br>Sạc không dây wireless, Có thể sạc đồng thời 3 thiết bị cùng lúc<br>Chứng nhận an toàn : ROHS/CE/MSDS<br>Phù hợp làm quà tặng Doanh Nghiệp<br>Tùy Chỉnh Logo Doanh nghiệp theo yêu cầu (MOQ=100pcs)<br> </p> <div class="sc_row w-100"> <div class="sc_grey-box"> <div class="sc_box-label"> Event Meta </div> <div class="sc_company"> <div class="sc_company-infos"> <div class="sc_input-group"> <div class="sc_input-label"> Name </div> <div class="wp-block-structured-content-event__location"> Tìm đại lý phân phối – Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Event Status </div> <div class="wp-block-structured-content-event__status"> Scheduled </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Start Date </div> <div class="wp-block-structured-content-event__start_date"> 01/12/2021 11:05 Chiều </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> End Date </div> <div class="wp-block-structured-content-event__end_date"> 01/12/2050 11:05 Chiều </div> </div> </div> </div> </div> <div class="sc_grey-box"> <div class="sc_box-label"> Event Location </div> <div class="sc_input-group"> <div class="sc_input-label"> Attendance Mode </div> <div class="wp-block-structured-content-event__event_attendance_mode"> Online </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> URL </div> <div class="wp-block-structured-content-event__online_url"> <a target="_blank" href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/</a> </div> </div> </div> </div> <div class="sc_row w-100"> <div class="sc_grey-box"> <div class="sc_box-label"> Performer </div> <div class="sc_input-group"> <div class="sc_input-label"> Type </div> <div class="wp-block-structured-content-event__offer_availability"> Performing Group </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Name </div> <div class="wp-block-structured-content-event__offer_url"> Phụ kiện điện thoại giá rẻ – PMCS TECH </div> </div> </div> <div class="sc_grey-box"> <div class="sc_box-label"> Offer </div> <div class="sc_row"> <div class="sc_input-group"> <div class="sc_input-label"> Availability </div> <div class="wp-block-structured-content-event__offer_availability"> In Stock </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Ticket Website </div> <div class="wp-block-structured-content-event__offer_url"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/</a> </div> </div> </div> <div class="sc_row"> <div class="sc_input-group"> <div class="sc_input-label"> Currency ISO Code </div> <div class="wp-block-structured-content-event__currency"> VND </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Price </div> <div class="wp-block-structured-content-event__price"> 285.000,00 </div> </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Valid From </div> <div class="wp-block-structured-content-event__valid_from"> 01/12/2021 11:04 Chiều </div> </div> </div> </div> </section> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "organizer": { "@type": "Organization", "name": "PHỤ KIỆN ĐIỆN THOẠI GIÁ RẺ", "url": "https://phukiendienthoaigiare.com" }, "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode", "name": "Tìm đại lý phân phối - Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng", "startDate": "2021-12-01T23:05:00+07:00", "endDate": "2050-12-01T23:05:00+07:00", "location": { "@type": "VirtualLocation", "url": "https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/" } , "image" : ["https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg"], "offers": { "@type": "Offer", "url": "https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/", "price": "285000.00", "priceCurrency": "VND", "availability": "https://schema.org/InStock", "validFrom": "2021-12-01T23:04:00+07:00" }, "performer": { "@type": "PerformingGroup", "name": "Phụ kiện điện thoại giá rẻ - PMCS TECH" }, "description": "Pin Sạc Dự Phòng PB1007, Dung lượng 10.000mAh Tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường<br>Thiết kế sang trọng , chất liệu vải linen<br>LOGO được khắc chìm và có thể phát sáng khi sử dụng.<br>Tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt, quá tải thông minh<br>Sạc không dây wireless, Có thể sạc đồng thời 3 thiết bị cùng lúc<br>Chứng nhận an toàn : ROHS/CE/MSDS<br>Phù hợp làm quà tặng Doanh Nghiệp<br>Tùy Chỉnh Logo Doanh nghiệp theo yêu cầu (MOQ=100pcs)<br>" } </script> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <h2 id="h-xem-them-1">Xem thêm:</h2> <ul class="wp-block-yoast-seo-related-links"><li><a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng</a></li><li><a href="https://phukiendienthoaigiare.com/product/tai-nghe-bluetooth-5-1-mn02/">Tai Nghe Bluetooth 5.1 MN02</a></li><li><a href="https://phukiendienthoaigiare.com/danh-gia-pin-du-phong-8000mah-tich-hop-sac-khong-day-5w-pb0803/">Đánh giá Pin dự phòng 8000mAh tích hợp sạc không dây 5W PB0803</a></li><li><a href="https://phukiendienthoaigiare.com/review-loa-bluetooth-tich-hop-sac-khong-day-sp003/">Review Loa Bluetooth Tích Hợp Sạc Không Dây SP003</a></li><li><a href="https://phukiendienthoaigiare.com/review-tai-nghe-chup-tai-bluetooth-anc-mnv10-co-tot-nhu-loi-don/">[Review] Tai Nghe Chụp Tai Bluetooth ANC MNV10 Có Tốt Như Lời Đồn?</a></li></ul> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <h2 id="h-bai-viết-mới-1">Bài viết mới</h2> <ul class="is-grid columns-2 wp-block-rss"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/mua-qua-tang-doanh-nghiep-cuoi-nam-o-dau-nhieu-su-lua-chon-tot/'>Mua Quà Tặng Doanh Nghiệp Cuối Năm ở đâu nhiều sự lựa chọn tốt?</a></div><div class="wp-block-rss__item-excerpt">và quảng cáo trực tiếp, đôi khi bạn phải có những ý tưởng nổi bật hơn trong việc tạo ra trải nghiệm độc đáo và thú vị cho người nhận. The post Mua Quà Tặng Doanh Nghiệp Cuối Năm ở đâu nhiều sự lựa chọn tốt? appeared first on Phụ [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/review-tai-nghe-khong-day-tws-ef006-phong-cach-retro/'>Review Tai Nghe Không Dây Tws Ef006 Phong Cách Retro</a></div><div class="wp-block-rss__item-excerpt">Một số tai nghe chỉ có hai màu đen, trắng nên rất khó lựa chọn màu sắc phù hợp. Nhưng với dòng tai nghe không dây TWS EF006 phong cách Retro này, người dùng có thể lựa chọn màu sắc tùy thích. Sản phẩm được bán trên thị trường có [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/pin-sac-du-phong-khong-day-10000mah-pb1008-sac-nhanh-qc3-0/'>Pin Sạc Dự Phòng Không Dây 10000mAh PB1008 Sạc Nhanh QC3.0</a></div><div class="wp-block-rss__item-excerpt">Pin sạc dự phòng không dây QC3.0 có dung lượng pin 10000mAh PB1008 cho khả năng sạc tối đa 4 lần đối với chiếc điện thoại thông minh và xấp xỉ 2,5 lần sạc cho máy tính bảng (sạc đầy pin). Đây được xem là một ưu điểm lớn của [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/kinh-nghiem-chon-qua-tang-doanh-nghiep-cuoi-nam-y-nghia/'>Kinh Nghiệm chọn Quà Tặng Doanh Nghiệp Cuối Năm Ý Nghĩa</a></div><div class="wp-block-rss__item-excerpt">g lao động, các doanh nghiệp nên hướng đến hình thức tặng quà cuối năm thay vì chỉ khen ngợi nhân viên bằng lời nói về những thành tích xuất sắc của họ. Tặng cho nhân viên, khách hàng, đối tác… những món quà phù hợp sẽ giúp họ cảm [&hellip;]</div></li></ul> <h2 id="h-sản-phẩm-mới-1">Sản phẩm mới</h2> <ul class="is-grid columns-2 wp-block-rss"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/haofa-skeleton-automatic-tourbillon-1901-1-double-spring-watch/'>HAOFA SKELETON AUTOMATIC TOURBILLON 1901-1 DOUBLE SPRING WATCH</a></div><div class="wp-block-rss__item-excerpt">THÔNG SỐ CHUNG: Case diameter: 51.5mmx44mm Case thickness: 16.5mm Movement: E.3H41Automatic Movement Vibration frequency: 28800 (times/hour) Drive: double spring drive Winding method: automatic winding Gem Bearings: 26 Bezel material: carbon fiber Case Material : Titanium-magnesium alloy Strap material: rubber Waterproof depth: 30m life waterproof Mirror back cover: artificial sapphire CÁC [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-recci-rpb-p09-sac-nhanh-22-5w-chuan-pd-qc3-0/'>Pin Sạc Dự Phòng 10000mAh Recci RPB-P09 Sạc Nhanh 22.5W Chuẩn PD , QC3.0</a></div><div class="wp-block-rss__item-excerpt">Pin sạc dự phòng 10000mAh Recci RPB_P09 Sạc Nhanh 22.5W Chuẩn PD , QC3.0 Cho Điện Thoại Và Máy Tính Bảng Thiết kế sang trọng, nhỏ gọn và mạnh mẽ với 2 màu đen, trắng thời trang Đèn LED hiển thị dung lượng pin, mỗi vạch tương ứng 25% dung [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-khong-day-10000-mah-pd-qc3-0-recci-ten-series/'>Pin Sạc Dự Phòng Không Dây 10000 mAh PD QC3.0 Recci Ten Series</a></div><div class="wp-block-rss__item-excerpt">Pin Sạc Dự Phòng Không Dây Recci Ten Series 10000 mAh Sạc Nhanh PD QC3.0 Tích hợp Sạc Không Dây Qi 10W Tương thích nhiều thiết bị Thiết kế sang trọng, nhỏ gọn và mạnh mẽ với 2 màu đen, trắng thời trang Đèn LED hiển thị dung lượng pin, [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-polymer-10000mah-type-c-18w-pd-qc3-0-recci-p01/'>Pin Sạc Dự Phòng Polymer 10000mAh Type C 18W PD QC3.0 Recci P01</a></div><div class="wp-block-rss__item-excerpt">Pin Sạc Dự Phòng Polymer 10.000 mAh Recci P01 SẠC NHANH TRONG NHÁY MẮT Thiết kế sang trọng, nhỏ gọn , vỏ nhôm cứng cáp với 2 màu đen, xanh thời trang Tích hợp công nghệ sạc thông minh Power Delivery sạc nhanh 2 chiều 18 W. Hỗ trợ 2 [&hellip;]</div></li></ul><p>The post <a rel="nofollow" href="https://phukiendienthoaigiare.com/review-pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-su-dung/">Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng</a> appeared first on <a rel="nofollow" href="https://phukiendienthoaigiare.com">Phụ kiện điện thoại</a>.</p>
1.0
Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng - <p><strong>Xin chào các bạn! Hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao. Đó chính là pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007!</strong></p> <p>Trước hết, mình nói sơ qua về phụ kiện điện thoại này nhé! Pin sạc dự phòng tích hợp sạc không dây PB1007 là dòng sản phẩm thuộc thương hiệu OEM ODM Brand – tức do bên Công ty thứ 3 gia công chứ không được sản xuất trực tiếp từ một thương hiệu chính như Apple, Samsung hay Oppo. Dù vậy, theo mình đánh giá thì thiết bị này vẫn cho hiệu năng sạc cao và tiện lợi, phù hợp với các anh chị em nào có nhu cầu mua pin sạc dự phòng giá rẻ mà vẫn sử dụng lâu dài theo thời gian.</p> <p>Review sơ sơ về tổng quan của pin sạc dự phòng PB1007 như thế đủ rồi. Giờ mình đi vào chi tiết nhé!</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16020" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-7-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Ta-da! Hình dáng thật của pin sạc dự phòng tích hợp sạc không dây PB1007 đây!</em></figcaption></figure></div> <h2 id="h-những-diểm-minh-thich-ở-pin-sạc-dự-phong-10000mah-tich-hợp-sạc-khong-day-pb1007"><a></a><strong>Những điểm mình thích ở pin sạc dự phòng 10000mAh tích hợp sạc không dây PB1007</strong></h2> <h3 id="h-diểm-dầu-tien-thiết-kế-nhỏ-gọn-va-sang-trọng"><a></a><strong>Điểm đầu tiên: Thiết kế nhỏ gọn và sang trọng</strong></h3> <p>Không biết các bạn như thế nào chứ mình khi lần đầu tiên nhìn thấy pin sạc dự phòng tích hợp sạc không dây PB1007 dung lượng 10000mAh khi nhận hàng là đã “chịu” liền, hệt như mới nhìn thấy crush lần đầu vậy. Thiết bị này có thiết kế cực kỳ sang trọng với màu đen cá tính, đẳng cấp và đặc biệt là không bị ngả màu khi đã sử dụng một thời gian.</p> <p>Khoảng ¾ diện tích pin được phủ chất liệu vải linen – loại vải có khả năng thấm hút mồ hôi, chịu nhiệt tốt và có độ bóng mượt rất đẹp. Chính vì vậy, dù được bao phủ bởi chất liệu là vải nhưng pin sạc dự phòng PB1007 vẫn dễ gây thiện cảm và thu hút ánh nhìn của hầu hết mọi người khi toát lên sự sang trọng và đẳng cấp – đúng với những gì mà mình tìm kiếm ở một phụ kiện điện thoại bấy lâu nay.</p> <p>À, thêm một điểm nữa là thiết bị này có thiết kế nhỏ gọn và cầm trên tay rất dễ chịu luôn nhé! Sản phẩm được sản xuất từ chất liệu nhựa ABS cao cấp nên đảm bảo chất lượng khi sử dụng, không lo thấm nước khi mình lỡ tay đổ vào bề mặt phụ kiện. Chính vì những điều này mà mình có thể mang em nó đi bất kỳ nơi nào, nhất là trong những chuyến dã ngoại, cắm trại cùng bạn bè.</p> <h3 id="h-diểm-thứ-hai-tinh-nang-tự-dộng-ngắt-khi-sạc-dầy-pin"><a></a><strong>Điểm thứ hai: Tính năng tự động ngắt khi sạc đầy pin</strong></h3> <p>Với một đứa “não cá vàng” như mình thì tính năng tự động ngắt khi sạc đầy pin của pin sạc dự phòng tích hợp sạc không dây PB1007 dung lượng 10000mAh vô cùng hữu ích nhé! Mình thường để sạc ở một góc hoặc sạc qua đêm, nhưng sau một thời gian sạc pin đầy cho thiết bị thì lại… quên mất và cứ để ở đấy. Nếu pin không có khả năng tự động ngắt nhiệt thì chắc là mình phải tốn tiền mua mới nhiều dòng pin sạc dự phòng khác thôi, thậm chí còn có khả năng gây cháy nổ nữa @@.</p> <p>Ngoài điểm này ra thì mình nhận thấy pin sạc dự phòng không dây PB1007 còn có khả năng bảo vệ quá nhiệt, quá tải thông minh cho chiếc điện thoại yêu dấu nữa. Khả năng này của sản phẩm sẽ hạn chế tình trạng chai pin ở “dế yêu” của mình, nhất là khi smartphone mà mình sử dụng là iPhone nữa. Thú thật là pin ở iPhone mà bị chai là mình thấy “máu” sắp cạn rồi đấy!</p> <h3 id="h-diểm-thứ-ba-tinh-nang-2-trong-1"><a></a><strong>Điểm thứ ba: Tính năng “2 trong 1”</strong></h3> <p>Đúng như cái tên mà các bạn đã nhìn thấy: sạc dự phòng và sạc không dây, pin sạc PB1007 dung lượng 10000mAh đóng vai trò vừa là pin sạc dự phòng vừa là sạc không dây dành cho điện thoại. Mình có thể dùng dây cáp để kết nối vào cổng MicroUSB hoặc nguồn Type-C trên pin sạc hoặc đặt điện thoại lên mặt trên của pin và nhấp vào nút nguồn là đã bắt đầu nạp năng lượng. Vô cùng tiện lợi luôn.</p> <p>À, cũng phải nói thêm, pin sạc dự phòng tích hợp sạc không dây này có 2 cổng USB nên mình có thể sạc cùng lúc 3 thiết bị (gồm 2 thiết bị ở 2 cổng – sạc có dây và 1 thiết bị sạc không dây) nên rất là tiện luôn nha, đặc biệt là khi đi chơi xa cùng nhóm bạn mà xung quanh không có nguồn điện ấy.</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16021" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-17-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Phụ kiện có 2 cổng USB và 1 tính năng sạc không dây nên có thể sạc cùng lúc 3 thiết bị</em></figcaption></figure></div> <h3 id="h-diểm-thứ-tư-co-thể-sạc-nhiều-lần"><a></a><strong>Điểm thứ tư: Có thể sạc nhiều lần</strong></h3> <p>Với dung lượng pin 10000mAh – con số khá lớn đối với một phụ kiện điện tử, pin sạc dự phòng tích hợp sạc không dây PB1007 cho phép mình sạc được khoảng 4 hoặc 5 lần đối với con iPhone “ghẻ” 6s, tùy vào cường độ sử dụng điện thoại của mình vào từng thời điểm. Với đặc điểm này thì mình có thể thoải mái sử dụng ngay cả khi đang đi phượt trong rừng hay cắm trại trên đỉnh núi mà không sợ hết pin nhé các bạn!</p> <h3 id="h-diểm-thứ-nam-tương-thich-với-hầu-hết-diện-thoại-thong-minh"><a></a><strong>Điểm thứ năm: Tương thích với hầu hết điện thoại thông minh</strong></h3> <p>Mình đã thử sử dụng cho chiếc iPhone và với con Samsung A7 thì cả hai đều có thể kết nối với pin sạc dự phòng tích hợp sạc không dây PB1007. Mình cũng thử mượn con LG của ba để sạc thử và kết quả là đều được nhé. Vì vậy, mình có thể tự tin khẳng định, phụ kiện này tương thích với hầu hết smartphone trên thị trường hiện nay, đúng như lời giới thiệu từ nhà cung cấp.</p> <h3 id="h-diểm-thứ-sau-co-thể-dung-lam-qua-tặng"><a></a><strong>Điểm thứ sáu: Có thể dùng làm quà tặng</strong></h3> <p>Trong thời điểm công nghệ phát triển như hiện nay thì sử dụng pin sạc dự phòng tích hợp sạc không dây để làm quà tặng cho bạn bè, người thân hay những người quý mến sẽ có thể làm tăng thêm “tim” cho mối quan hệ đấy. Đơn giản vì đây là một món quà “hợp thời”, “hợp thức” và “hợp thời trang”.</p> <p>Và theo mình, với những ai làm doanh nghiệp thì có thể sử dụng pin sạc dự phòng PB1007 kiêm luôn sạc không dây để làm quà tặng cho các đối tác, khách hàng. Đặc biệt, các chủ doanh nghiệp cũng có thể in/khắc chìm logo lên thân phụ kiện. Logo này có thể phát sáng khi có ai đó sử dụng pin sạc này, giúp tăng khả năng nhận diện thương hiệu cũng như “đi sâu” vào tiềm thức của con người.</p> <div class="wp-block-image"><figure class="aligncenter size-full"><img width="1000" height="1000" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg" alt="Review Pin Sạc Dự Phòng 10000mah Tích Hợp Sạc Không Dây Pb1007 - Logo Phát Sáng Khi Sử Dụng" class="wp-image-16022" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg 1000w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-600x600.jpg 600w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption><em>Những ai làm chủ doanh nghiệp có thể khắc logo chìm phát sáng ở vị trí trên hình để tăng khả năng nhận diện thương hiệu nhé!</em></figcaption></figure></div> <p>Ngoài những điểm trên thì mình cũng đánh giá rất cao pin sạc dự phòng kiêm sạc không dây PB1007 về độ an toàn và chất lượng. Nếu anh chị em nào còn lo ngại về khả năng gây cháy nổ thì cứ an tâm bởi phụ kiện này đạt 3 loại giấy chứng nhận theo tiêu chuẩn châu Âu đối với các loại thiết bị điện tử, bao gồm:</p> <ul><li>CE – chứng nhận sản phẩm đạt chất lượng cao.</li><li>RoHS – chứng nhận hạn chế các chất cháy nổ.</li><li>MSDS – bảng chỉ dẫn an toàn về hóa chất.</li></ul> <p>Với những điểm vừa nêu thì các anh chị em cũng đã thấy được sự nổi bật của pin sạc dự phòng kiêm sạc không dây PB1007 dung lượng 10000mAh này rồi nhỉ. Song, dù có nhiều điểm nổi bật nhưng mình vẫn có một vài điểm chưa ưng ý cho lắm.</p> <h2 id="h-những-diểm-minh-khong-thich-ở-pin-sạc-dự-phong-kiem-sạc-khong-day-pb1007"><a></a><strong>Những điểm mình không thích ở pin sạc dự phòng kiêm sạc không dây PB1007</strong></h2> <p>Dung lượng pin cao, cho khả năng sạc nhiều lần như pin sạc dự phòng PB1007 dung lượng 10000mAh lại có thời gian nạp năng lượng khá lâu, trung bình khoảng 5 – 6 tiếng đối với Adapter 2A và khoảng 10 – 11 tiếng đối với Adapter 1A. Với mình thì không sao, nhưng với những ai bận rộn, thường xuyên di chuyển thì với thời gian sạc này chắc hẳn là vấn đề lớn đấy.</p> <p>Thêm một điều nữa là tính năng sạc không dây chỉ thích hợp đối với những dòng điện thoại được tích hợp tính năng sạc chuẩn Qi mà thôi. Còn với con iPhone 6s “ghẻ” của mình thì chỉ cần phải dùng dây, hơi khá bất tiện nhỉ.</p> <p>Ngoài ra, màu sắc hạn chế cũng là một điểm mình không thích lắm ở dòng thiết bị này. Dù màu đen tạo cảm giác sang trọng, đẳng cấp và không bị ngả màu theo thời gian nhưng nhìn nó trông có vẻ mạnh mẽ quá, không hợp với tính cách của mình.</p> <h2 id="h-kết"><a></a><strong>Kết</strong></h2> <p>Nhìn chung thì mình thấy pin sạc dự phòng 10000mAh kiêm sạc không dây PB1007 là một sản phẩm NÊN MUA, đặc biệt với những ai có tài chính eo hẹp nhưng muốn sở hữu pin sạc chất lượng cao, hiệu năng tốt.</p> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <div data-block-name="woocommerce/handpicked-products" data-columns="4" data-edit-mode="false" data-content-visibility="{"title":true,"price":true,"rating":true,"button":false}" data-products="[11694,11784,12148,15840,11759,11825,11724]" data-align-buttons="true" class="wc-block-grid wp-block-handpicked-products wc-block-handpicked-products has-4-columns has-multiple-rows has-aligned-buttons"><ul class="wc-block-grid__products"><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-5000mah-pb0504-logo-led-phat-sang-khi-su-dung/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="quà tặng doanh nghiệp pin sạc dự phòng 5000mah logo led phát sáng khi sử dụng" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/12/qua-tang-pin-sac-du-phong-in-logo-phat-sang.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 5000mAh PB0504 – Logo Led Phát Sáng Khi Sử Dụng</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">385.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">78</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-sac-nhanh-qc3-0-pb1006/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh Sạc Nhanh QC3.0 PB1006" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/pin-sac-du-phong-10000-sac-nhanh-qc3.0.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh Sạc Nhanh QC3.0 PB1006</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">390.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">93</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/sac-du-phong-khong-day-10000mah-pb1004/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-300x300.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sạc Dự Phòng Không Dây 10000mAh PB1004" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-300x300.png 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-150x150.png 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000-441x441.png 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-10000.png 600w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Sạc Dự Phòng Không Dây 10000mAh PB1004</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">485.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">100</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-pb1002/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh PB1002" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-10000mah-1.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh PB1002</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">450.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">93</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-khong-day-5000mah-pb0501/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Không Dây 5000mAh PB0501" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-khong-day-5000mah-1.jpg 800w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Không Dây 5000mAh PB0501</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">380.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">97</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/sac-khong-day-10000mah-pb1001/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Sạc Không Dây 10000mAh PB1001" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-1024x1024.jpg 1024w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-1536x1536.jpg 1536w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-2048x2048.jpg 2048w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-990x990.jpg 990w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/top-sac-du-phong-khong-day-tot-nhat-1-600x600.jpg 600w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Sạc Không Dây 10000mAh PB1001</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">475.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">98</span> đánh giá</span></div></div> </li><li class="wc-block-grid__product"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-pb1003/" class="wc-block-grid__product-link"> <div class="wc-block-grid__product-image"><img width="300" height="300" src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Pin Sạc Dự Phòng 10000mAh - PB1003" srcset="//phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-300x300.jpg 300w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-150x150.jpg 150w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-768x768.jpg 768w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-441x441.jpg 441w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao-600x600.jpg 600w, //phukiendienthoaigiare.com/wp-content/uploads/2021/11/sac-du-phong-chat-luong-cao.jpg 781w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></div> <div class="wc-block-grid__product-title">Pin Sạc Dự Phòng 10000mAh – PB1003</div> </a> <div class="wc-block-grid__product-price price"><span class="woocommerce-Price-amount amount">485.000&nbsp;<span class="woocommerce-Price-currencySymbol">₫</span></span></div> <div class="wc-block-grid__product-rating"><div class="star-rating" role="img" aria-label="Được xếp hạng 5.00 5 sao"><span style="width:100%"><strong class="rating">5.00</strong> trên 5 dựa trên <span class="rating">95</span> đánh giá</span></div></div> </li></ul></div> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <section class="sc_fs_event sc_card"> <h2>Tìm đại lý phân phối – Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng</h2> <figure> <a href="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg" title=""> <img src="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15-150x150.jpg" alt=""/> </a> <meta content="https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg"> <meta content="1000"> <meta content="1000"> </figure> <p> Pin Sạc Dự Phòng PB1007, Dung lượng 10.000mAh Tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường<br>Thiết kế sang trọng , chất liệu vải linen<br>LOGO được khắc chìm và có thể phát sáng khi sử dụng.<br>Tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt, quá tải thông minh<br>Sạc không dây wireless, Có thể sạc đồng thời 3 thiết bị cùng lúc<br>Chứng nhận an toàn : ROHS/CE/MSDS<br>Phù hợp làm quà tặng Doanh Nghiệp<br>Tùy Chỉnh Logo Doanh nghiệp theo yêu cầu (MOQ=100pcs)<br> </p> <div class="sc_row w-100"> <div class="sc_grey-box"> <div class="sc_box-label"> Event Meta </div> <div class="sc_company"> <div class="sc_company-infos"> <div class="sc_input-group"> <div class="sc_input-label"> Name </div> <div class="wp-block-structured-content-event__location"> Tìm đại lý phân phối – Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Event Status </div> <div class="wp-block-structured-content-event__status"> Scheduled </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Start Date </div> <div class="wp-block-structured-content-event__start_date"> 01/12/2021 11:05 Chiều </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> End Date </div> <div class="wp-block-structured-content-event__end_date"> 01/12/2050 11:05 Chiều </div> </div> </div> </div> </div> <div class="sc_grey-box"> <div class="sc_box-label"> Event Location </div> <div class="sc_input-group"> <div class="sc_input-label"> Attendance Mode </div> <div class="wp-block-structured-content-event__event_attendance_mode"> Online </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> URL </div> <div class="wp-block-structured-content-event__online_url"> <a target="_blank" href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/</a> </div> </div> </div> </div> <div class="sc_row w-100"> <div class="sc_grey-box"> <div class="sc_box-label"> Performer </div> <div class="sc_input-group"> <div class="sc_input-label"> Type </div> <div class="wp-block-structured-content-event__offer_availability"> Performing Group </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Name </div> <div class="wp-block-structured-content-event__offer_url"> Phụ kiện điện thoại giá rẻ – PMCS TECH </div> </div> </div> <div class="sc_grey-box"> <div class="sc_box-label"> Offer </div> <div class="sc_row"> <div class="sc_input-group"> <div class="sc_input-label"> Availability </div> <div class="wp-block-structured-content-event__offer_availability"> In Stock </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Ticket Website </div> <div class="wp-block-structured-content-event__offer_url"> <a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/</a> </div> </div> </div> <div class="sc_row"> <div class="sc_input-group"> <div class="sc_input-label"> Currency ISO Code </div> <div class="wp-block-structured-content-event__currency"> VND </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Price </div> <div class="wp-block-structured-content-event__price"> 285.000,00 </div> </div> </div> <div class="sc_input-group"> <div class="sc_input-label"> Valid From </div> <div class="wp-block-structured-content-event__valid_from"> 01/12/2021 11:04 Chiều </div> </div> </div> </div> </section> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "organizer": { "@type": "Organization", "name": "PHỤ KIỆN ĐIỆN THOẠI GIÁ RẺ", "url": "https://phukiendienthoaigiare.com" }, "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode", "name": "Tìm đại lý phân phối - Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng", "startDate": "2021-12-01T23:05:00+07:00", "endDate": "2050-12-01T23:05:00+07:00", "location": { "@type": "VirtualLocation", "url": "https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/" } , "image" : ["https://phukiendienthoaigiare.com/wp-content/uploads/2021/12/Review-Pin-Sac-Du-Phong-10000mah-Tich-Hop-Sac-Khong-Day-Pb1007-Logo-Phat-Sang-Khi-Su-Dung-15.jpg"], "offers": { "@type": "Offer", "url": "https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/", "price": "285000.00", "priceCurrency": "VND", "availability": "https://schema.org/InStock", "validFrom": "2021-12-01T23:04:00+07:00" }, "performer": { "@type": "PerformingGroup", "name": "Phụ kiện điện thoại giá rẻ - PMCS TECH" }, "description": "Pin Sạc Dự Phòng PB1007, Dung lượng 10.000mAh Tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường<br>Thiết kế sang trọng , chất liệu vải linen<br>LOGO được khắc chìm và có thể phát sáng khi sử dụng.<br>Tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt, quá tải thông minh<br>Sạc không dây wireless, Có thể sạc đồng thời 3 thiết bị cùng lúc<br>Chứng nhận an toàn : ROHS/CE/MSDS<br>Phù hợp làm quà tặng Doanh Nghiệp<br>Tùy Chỉnh Logo Doanh nghiệp theo yêu cầu (MOQ=100pcs)<br>" } </script> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <h2 id="h-xem-them-1">Xem thêm:</h2> <ul class="wp-block-yoast-seo-related-links"><li><a href="https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-du-dung/">Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây PB1007 – Logo Phát Sáng Khi Dử Dụng</a></li><li><a href="https://phukiendienthoaigiare.com/product/tai-nghe-bluetooth-5-1-mn02/">Tai Nghe Bluetooth 5.1 MN02</a></li><li><a href="https://phukiendienthoaigiare.com/danh-gia-pin-du-phong-8000mah-tich-hop-sac-khong-day-5w-pb0803/">Đánh giá Pin dự phòng 8000mAh tích hợp sạc không dây 5W PB0803</a></li><li><a href="https://phukiendienthoaigiare.com/review-loa-bluetooth-tich-hop-sac-khong-day-sp003/">Review Loa Bluetooth Tích Hợp Sạc Không Dây SP003</a></li><li><a href="https://phukiendienthoaigiare.com/review-tai-nghe-chup-tai-bluetooth-anc-mnv10-co-tot-nhu-loi-don/">[Review] Tai Nghe Chụp Tai Bluetooth ANC MNV10 Có Tốt Như Lời Đồn?</a></li></ul> <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> <h2 id="h-bai-viết-mới-1">Bài viết mới</h2> <ul class="is-grid columns-2 wp-block-rss"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/mua-qua-tang-doanh-nghiep-cuoi-nam-o-dau-nhieu-su-lua-chon-tot/'>Mua Quà Tặng Doanh Nghiệp Cuối Năm ở đâu nhiều sự lựa chọn tốt?</a></div><div class="wp-block-rss__item-excerpt">và quảng cáo trực tiếp, đôi khi bạn phải có những ý tưởng nổi bật hơn trong việc tạo ra trải nghiệm độc đáo và thú vị cho người nhận. The post Mua Quà Tặng Doanh Nghiệp Cuối Năm ở đâu nhiều sự lựa chọn tốt? appeared first on Phụ [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/review-tai-nghe-khong-day-tws-ef006-phong-cach-retro/'>Review Tai Nghe Không Dây Tws Ef006 Phong Cách Retro</a></div><div class="wp-block-rss__item-excerpt">Một số tai nghe chỉ có hai màu đen, trắng nên rất khó lựa chọn màu sắc phù hợp. Nhưng với dòng tai nghe không dây TWS EF006 phong cách Retro này, người dùng có thể lựa chọn màu sắc tùy thích. Sản phẩm được bán trên thị trường có [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/pin-sac-du-phong-khong-day-10000mah-pb1008-sac-nhanh-qc3-0/'>Pin Sạc Dự Phòng Không Dây 10000mAh PB1008 Sạc Nhanh QC3.0</a></div><div class="wp-block-rss__item-excerpt">Pin sạc dự phòng không dây QC3.0 có dung lượng pin 10000mAh PB1008 cho khả năng sạc tối đa 4 lần đối với chiếc điện thoại thông minh và xấp xỉ 2,5 lần sạc cho máy tính bảng (sạc đầy pin). Đây được xem là một ưu điểm lớn của [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/kinh-nghiem-chon-qua-tang-doanh-nghiep-cuoi-nam-y-nghia/'>Kinh Nghiệm chọn Quà Tặng Doanh Nghiệp Cuối Năm Ý Nghĩa</a></div><div class="wp-block-rss__item-excerpt">g lao động, các doanh nghiệp nên hướng đến hình thức tặng quà cuối năm thay vì chỉ khen ngợi nhân viên bằng lời nói về những thành tích xuất sắc của họ. Tặng cho nhân viên, khách hàng, đối tác… những món quà phù hợp sẽ giúp họ cảm [&hellip;]</div></li></ul> <h2 id="h-sản-phẩm-mới-1">Sản phẩm mới</h2> <ul class="is-grid columns-2 wp-block-rss"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/haofa-skeleton-automatic-tourbillon-1901-1-double-spring-watch/'>HAOFA SKELETON AUTOMATIC TOURBILLON 1901-1 DOUBLE SPRING WATCH</a></div><div class="wp-block-rss__item-excerpt">THÔNG SỐ CHUNG: Case diameter: 51.5mmx44mm Case thickness: 16.5mm Movement: E.3H41Automatic Movement Vibration frequency: 28800 (times/hour) Drive: double spring drive Winding method: automatic winding Gem Bearings: 26 Bezel material: carbon fiber Case Material : Titanium-magnesium alloy Strap material: rubber Waterproof depth: 30m life waterproof Mirror back cover: artificial sapphire CÁC [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-10000mah-recci-rpb-p09-sac-nhanh-22-5w-chuan-pd-qc3-0/'>Pin Sạc Dự Phòng 10000mAh Recci RPB-P09 Sạc Nhanh 22.5W Chuẩn PD , QC3.0</a></div><div class="wp-block-rss__item-excerpt">Pin sạc dự phòng 10000mAh Recci RPB_P09 Sạc Nhanh 22.5W Chuẩn PD , QC3.0 Cho Điện Thoại Và Máy Tính Bảng Thiết kế sang trọng, nhỏ gọn và mạnh mẽ với 2 màu đen, trắng thời trang Đèn LED hiển thị dung lượng pin, mỗi vạch tương ứng 25% dung [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-khong-day-10000-mah-pd-qc3-0-recci-ten-series/'>Pin Sạc Dự Phòng Không Dây 10000 mAh PD QC3.0 Recci Ten Series</a></div><div class="wp-block-rss__item-excerpt">Pin Sạc Dự Phòng Không Dây Recci Ten Series 10000 mAh Sạc Nhanh PD QC3.0 Tích hợp Sạc Không Dây Qi 10W Tương thích nhiều thiết bị Thiết kế sang trọng, nhỏ gọn và mạnh mẽ với 2 màu đen, trắng thời trang Đèn LED hiển thị dung lượng pin, [&hellip;]</div></li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https://phukiendienthoaigiare.com/product/pin-sac-du-phong-polymer-10000mah-type-c-18w-pd-qc3-0-recci-p01/'>Pin Sạc Dự Phòng Polymer 10000mAh Type C 18W PD QC3.0 Recci P01</a></div><div class="wp-block-rss__item-excerpt">Pin Sạc Dự Phòng Polymer 10.000 mAh Recci P01 SẠC NHANH TRONG NHÁY MẮT Thiết kế sang trọng, nhỏ gọn , vỏ nhôm cứng cáp với 2 màu đen, xanh thời trang Tích hợp công nghệ sạc thông minh Power Delivery sạc nhanh 2 chiều 18 W. Hỗ trợ 2 [&hellip;]</div></li></ul><p>The post <a rel="nofollow" href="https://phukiendienthoaigiare.com/review-pin-sac-du-phong-10000mah-tich-hop-sac-khong-day-pb1007-logo-phat-sang-khi-su-dung/">Review Pin Sạc Dự Phòng 10000mAh Tích Hợp Sạc Không Dây Pb1007 – Logo Phát Sáng Khi Sử Dụng</a> appeared first on <a rel="nofollow" href="https://phukiendienthoaigiare.com">Phụ kiện điện thoại</a>.</p>
non_process
review pin sạc dự phòng tích hợp sạc không dây – logo phát sáng khi sử dụng xin chào các bạn hôm nay mình sẽ review một dòng sản phẩm được đánh giá là khá tiện lợi và có hiệu năng sạc cao đó chính là pin sạc dự phòng tích hợp sạc không dây trước hết mình nói sơ qua về phụ kiện điện thoại này nhé pin sạc dự phòng tích hợp sạc không dây là dòng sản phẩm thuộc thương hiệu oem odm brand – tức do bên công ty thứ gia công chứ không được sản xuất trực tiếp từ một thương hiệu chính như apple samsung hay oppo dù vậy theo mình đánh giá thì thiết bị này vẫn cho hiệu năng sạc cao và tiện lợi phù hợp với các anh chị em nào có nhu cầu mua pin sạc dự phòng giá rẻ mà vẫn sử dụng lâu dài theo thời gian review sơ sơ về tổng quan của pin sạc dự phòng như thế đủ rồi giờ mình đi vào chi tiết nhé ta da hình dáng thật của pin sạc dự phòng tích hợp sạc không dây đây những điểm mình thích ở pin sạc dự phòng tích hợp sạc không dây điểm đầu tiên thiết kế nhỏ gọn và sang trọng không biết các bạn như thế nào chứ mình khi lần đầu tiên nhìn thấy pin sạc dự phòng tích hợp sạc không dây dung lượng khi nhận hàng là đã “chịu” liền hệt như mới nhìn thấy crush lần đầu vậy thiết bị này có thiết kế cực kỳ sang trọng với màu đen cá tính đẳng cấp và đặc biệt là không bị ngả màu khi đã sử dụng một thời gian khoảng ¾ diện tích pin được phủ chất liệu vải linen – loại vải có khả năng thấm hút mồ hôi chịu nhiệt tốt và có độ bóng mượt rất đẹp chính vì vậy dù được bao phủ bởi chất liệu là vải nhưng pin sạc dự phòng vẫn dễ gây thiện cảm và thu hút ánh nhìn của hầu hết mọi người khi toát lên sự sang trọng và đẳng cấp – đúng với những gì mà mình tìm kiếm ở một phụ kiện điện thoại bấy lâu nay à thêm một điểm nữa là thiết bị này có thiết kế nhỏ gọn và cầm trên tay rất dễ chịu luôn nhé sản phẩm được sản xuất từ chất liệu nhựa abs cao cấp nên đảm bảo chất lượng khi sử dụng không lo thấm nước khi mình lỡ tay đổ vào bề mặt phụ kiện chính vì những điều này mà mình có thể mang em nó đi bất kỳ nơi nào nhất là trong những chuyến dã ngoại cắm trại cùng bạn bè điểm thứ hai tính năng tự động ngắt khi sạc đầy pin với một đứa “não cá vàng” như mình thì tính năng tự động ngắt khi sạc đầy pin của pin sạc dự phòng tích hợp sạc không dây dung lượng vô cùng hữu ích nhé mình thường để sạc ở một góc hoặc sạc qua đêm nhưng sau một thời gian sạc pin đầy cho thiết bị thì lại… quên mất và cứ để ở đấy nếu pin không có khả năng tự động ngắt nhiệt thì chắc là mình phải tốn tiền mua mới nhiều dòng pin sạc dự phòng khác thôi thậm chí còn có khả năng gây cháy nổ nữa ngoài điểm này ra thì mình nhận thấy pin sạc dự phòng không dây còn có khả năng bảo vệ quá nhiệt quá tải thông minh cho chiếc điện thoại yêu dấu nữa khả năng này của sản phẩm sẽ hạn chế tình trạng chai pin ở “dế yêu” của mình nhất là khi smartphone mà mình sử dụng là iphone nữa thú thật là pin ở iphone mà bị chai là mình thấy “máu” sắp cạn rồi đấy điểm thứ ba tính năng “ trong ” đúng như cái tên mà các bạn đã nhìn thấy sạc dự phòng và sạc không dây pin sạc dung lượng đóng vai trò vừa là pin sạc dự phòng vừa là sạc không dây dành cho điện thoại mình có thể dùng dây cáp để kết nối vào cổng microusb hoặc nguồn type c trên pin sạc hoặc đặt điện thoại lên mặt trên của pin và nhấp vào nút nguồn là đã bắt đầu nạp năng lượng vô cùng tiện lợi luôn à cũng phải nói thêm pin sạc dự phòng tích hợp sạc không dây này có cổng usb nên mình có thể sạc cùng lúc thiết bị gồm thiết bị ở cổng – sạc có dây và thiết bị sạc không dây nên rất là tiện luôn nha đặc biệt là khi đi chơi xa cùng nhóm bạn mà xung quanh không có nguồn điện ấy phụ kiện có cổng usb và tính năng sạc không dây nên có thể sạc cùng lúc thiết bị điểm thứ tư có thể sạc nhiều lần với dung lượng pin – con số khá lớn đối với một phụ kiện điện tử pin sạc dự phòng tích hợp sạc không dây cho phép mình sạc được khoảng hoặc lần đối với con iphone “ghẻ” tùy vào cường độ sử dụng điện thoại của mình vào từng thời điểm với đặc điểm này thì mình có thể thoải mái sử dụng ngay cả khi đang đi phượt trong rừng hay cắm trại trên đỉnh núi mà không sợ hết pin nhé các bạn điểm thứ năm tương thích với hầu hết điện thoại thông minh mình đã thử sử dụng cho chiếc iphone và với con samsung thì cả hai đều có thể kết nối với pin sạc dự phòng tích hợp sạc không dây mình cũng thử mượn con lg của ba để sạc thử và kết quả là đều được nhé vì vậy mình có thể tự tin khẳng định phụ kiện này tương thích với hầu hết smartphone trên thị trường hiện nay đúng như lời giới thiệu từ nhà cung cấp điểm thứ sáu có thể dùng làm quà tặng trong thời điểm công nghệ phát triển như hiện nay thì sử dụng pin sạc dự phòng tích hợp sạc không dây để làm quà tặng cho bạn bè người thân hay những người quý mến sẽ có thể làm tăng thêm “tim” cho mối quan hệ đấy đơn giản vì đây là một món quà “hợp thời” “hợp thức” và “hợp thời trang” và theo mình với những ai làm doanh nghiệp thì có thể sử dụng pin sạc dự phòng kiêm luôn sạc không dây để làm quà tặng cho các đối tác khách hàng đặc biệt các chủ doanh nghiệp cũng có thể in khắc chìm logo lên thân phụ kiện logo này có thể phát sáng khi có ai đó sử dụng pin sạc này giúp tăng khả năng nhận diện thương hiệu cũng như “đi sâu” vào tiềm thức của con người những ai làm chủ doanh nghiệp có thể khắc logo chìm phát sáng ở vị trí trên hình để tăng khả năng nhận diện thương hiệu nhé ngoài những điểm trên thì mình cũng đánh giá rất cao pin sạc dự phòng kiêm sạc không dây về độ an toàn và chất lượng nếu anh chị em nào còn lo ngại về khả năng gây cháy nổ thì cứ an tâm bởi phụ kiện này đạt loại giấy chứng nhận theo tiêu chuẩn châu âu đối với các loại thiết bị điện tử bao gồm ce – chứng nhận sản phẩm đạt chất lượng cao rohs – chứng nhận hạn chế các chất cháy nổ msds – bảng chỉ dẫn an toàn về hóa chất với những điểm vừa nêu thì các anh chị em cũng đã thấy được sự nổi bật của pin sạc dự phòng kiêm sạc không dây dung lượng này rồi nhỉ song dù có nhiều điểm nổi bật nhưng mình vẫn có một vài điểm chưa ưng ý cho lắm những điểm mình không thích ở pin sạc dự phòng kiêm sạc không dây dung lượng pin cao cho khả năng sạc nhiều lần như pin sạc dự phòng dung lượng lại có thời gian nạp năng lượng khá lâu trung bình khoảng – tiếng đối với adapter và khoảng – tiếng đối với adapter với mình thì không sao nhưng với những ai bận rộn thường xuyên di chuyển thì với thời gian sạc này chắc hẳn là vấn đề lớn đấy thêm một điều nữa là tính năng sạc không dây chỉ thích hợp đối với những dòng điện thoại được tích hợp tính năng sạc chuẩn qi mà thôi còn với con iphone “ghẻ” của mình thì chỉ cần phải dùng dây hơi khá bất tiện nhỉ ngoài ra màu sắc hạn chế cũng là một điểm mình không thích lắm ở dòng thiết bị này dù màu đen tạo cảm giác sang trọng đẳng cấp và không bị ngả màu theo thời gian nhưng nhìn nó trông có vẻ mạnh mẽ quá không hợp với tính cách của mình kết nhìn chung thì mình thấy pin sạc dự phòng kiêm sạc không dây là một sản phẩm nên mua đặc biệt với những ai có tài chính eo hẹp nhưng muốn sở hữu pin sạc chất lượng cao hiệu năng tốt pin sạc dự phòng – logo led phát sáng khi sử dụng nbsp ₫ trên dựa trên đánh giá pin sạc dự phòng sạc nhanh nbsp ₫ trên dựa trên đánh giá sạc dự phòng không dây nbsp ₫ trên dựa trên đánh giá pin sạc dự phòng nbsp ₫ trên dựa trên đánh giá pin sạc không dây nbsp ₫ trên dựa trên đánh giá sạc không dây nbsp ₫ trên dựa trên đánh giá pin sạc dự phòng – nbsp ₫ trên dựa trên đánh giá tìm đại lý phân phối – pin sạc dự phòng tích hợp sạc không dây – logo phát sáng khi dử dụng meta content pin sạc dự phòng dung lượng tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường thiết kế sang trọng chất liệu vải linen logo được khắc chìm và có thể phát sáng khi sử dụng tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt quá tải thông minh sạc không dây wireless có thể sạc đồng thời thiết bị cùng lúc chứng nhận an toàn rohs ce msds phù hợp làm quà tặng doanh nghiệp tùy chỉnh logo doanh nghiệp theo yêu cầu moq event meta name tìm đại lý phân phối – pin sạc dự phòng tích hợp sạc không dây – logo phát sáng khi dử dụng event status scheduled start date chiều end date chiều event location attendance mode online url a target blank href performer type performing group name phụ kiện điện thoại giá rẻ – pmcs tech offer availability in stock ticket website a href currency iso code vnd price valid from chiều context type event organizer type organization name phụ kiện điện thoại giá rẻ url eventstatus eventattendancemode name tìm đại lý phân phối pin sạc dự phòng tích hợp sạc không dây – logo phát sáng khi dử dụng startdate enddate location type virtuallocation url image offers type offer url price pricecurrency vnd availability validfrom performer type performinggroup name phụ kiện điện thoại giá rẻ pmcs tech description pin sạc dự phòng dung lượng tương thích với tất cả các thiết bị điện thoại hiện có trên thị trường thiết kế sang trọng chất liệu vải linen logo được khắc chìm và có thể phát sáng khi sử dụng tính năng tự động ngắt sau khi sạc đầy pin cùng khả năng bảo vệ quá nhiệt quá tải thông minh sạc không dây wireless có thể sạc đồng thời thiết bị cùng lúc chứng nhận an toàn rohs ce msds phù hợp làm quà tặng doanh nghiệp tùy chỉnh logo doanh nghiệp theo yêu cầu moq xem thêm bài viết mới và quảng cáo trực tiếp đôi khi bạn phải có những ý tưởng nổi bật hơn trong việc tạo ra trải nghiệm độc đáo và thú vị cho người nhận the post mua quà tặng doanh nghiệp cuối năm ở đâu nhiều sự lựa chọn tốt appeared first on phụ một số tai nghe chỉ có hai màu đen trắng nên rất khó lựa chọn màu sắc phù hợp nhưng với dòng tai nghe không dây tws phong cách retro này người dùng có thể lựa chọn màu sắc tùy thích sản phẩm được bán trên thị trường có pin sạc dự phòng không dây có dung lượng pin cho khả năng sạc tối đa lần đối với chiếc điện thoại thông minh và xấp xỉ lần sạc cho máy tính bảng sạc đầy pin đây được xem là một ưu điểm lớn của g lao động các doanh nghiệp nên hướng đến hình thức tặng quà cuối năm thay vì chỉ khen ngợi nhân viên bằng lời nói về những thành tích xuất sắc của họ tặng cho nhân viên khách hàng đối tác… những món quà phù hợp sẽ giúp họ cảm sản phẩm mới thông số chung: case diameter case thickness movement e movement vibration frequency times hour drive double spring drive winding method automatic winding gem bearings bezel material carbon fiber case material titanium magnesium alloy strap material rubber waterproof depth life waterproof mirror back cover artificial sapphire các pin sạc dự phòng recci rpb sạc nhanh chuẩn pd cho điện thoại và máy tính bảng thiết kế sang trọng nhỏ gọn và mạnh mẽ với màu đen trắng thời trang đèn led hiển thị dung lượng pin mỗi vạch tương ứng dung pin sạc dự phòng không dây recci ten series mah sạc nhanh pd tích hợp sạc không dây qi tương thích nhiều thiết bị thiết kế sang trọng nhỏ gọn và mạnh mẽ với màu đen trắng thời trang đèn led hiển thị dung lượng pin pin sạc dự phòng polymer mah recci sạc nhanh trong nháy mắt thiết kế sang trọng nhỏ gọn vỏ nhôm cứng cáp với màu đen xanh thời trang tích hợp công nghệ sạc thông minh power delivery sạc nhanh chiều w hỗ trợ the post appeared first on
0
752,806
26,327,109,178
IssuesEvent
2023-01-10 07:50:32
octokit/plugin-paginate-rest.js
https://api.github.com/repos/octokit/plugin-paginate-rest.js
closed
[MAINT]: "Add to Octokit Project" action fails due to missing token
Priority: Normal Type: Bug
### What happened? PR Check fails because of a missing GitHub Token: > Error: Input required and not supplied: github-token ### Versions 5.0.1 ### Relevant log output https://github.com/octokit/plugin-paginate-rest.js/actions/runs/3863366872/jobs/6585514731 ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[MAINT]: "Add to Octokit Project" action fails due to missing token - ### What happened? PR Check fails because of a missing GitHub Token: > Error: Input required and not supplied: github-token ### Versions 5.0.1 ### Relevant log output https://github.com/octokit/plugin-paginate-rest.js/actions/runs/3863366872/jobs/6585514731 ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_process
add to octokit project action fails due to missing token what happened pr check fails because of a missing github token error input required and not supplied github token versions relevant log output code of conduct i agree to follow this project s code of conduct
0
545
3,005,309,117
IssuesEvent
2015-07-26 19:47:39
benjamingr/RegExp.escape
https://api.github.com/repos/benjamingr/RegExp.escape
closed
Readability vs Context-Sensitive Validity
process
Currently I see two opposites: - **Minimal and readable output** - We provide an implementation that only escapes what it must via `RegExp.escape` to support passing in a context-free way to the `RegExp` constructor. This means dropping `]` and `}` from the escaped set and telling people that they should be aware of context. This would provide a very readable output. - **Maximal and safe** - We provide an implementation that deals with context and is context sensitive, we additionally cater for eval cases and returns of regular expressions from the server. This would provide a much less readable but safer RegExp. Doing this would require escaping numerics to literals to avoid capturing groups as @nikic points out, escaping `/` to allow eval** as @allenwb has suggested and escaping capturing group identifiers `:` and `!`. It sounds like more people tend to prefer the latter, I'm not convinced because of lacking usage data indicating that the problems it solves happen in real code (data indicates otherwise) but a single counter-example would go a long way to convince me that this is a problem we need to address. I'm very tempted by the safety guarantees it provides for context sensitivity. * Escaping everything was ruled out as every single system that did it moved away from it. ** but not whitespace as there is no ״ignore whitespace mode" in JS.
1.0
Readability vs Context-Sensitive Validity - Currently I see two opposites: - **Minimal and readable output** - We provide an implementation that only escapes what it must via `RegExp.escape` to support passing in a context-free way to the `RegExp` constructor. This means dropping `]` and `}` from the escaped set and telling people that they should be aware of context. This would provide a very readable output. - **Maximal and safe** - We provide an implementation that deals with context and is context sensitive, we additionally cater for eval cases and returns of regular expressions from the server. This would provide a much less readable but safer RegExp. Doing this would require escaping numerics to literals to avoid capturing groups as @nikic points out, escaping `/` to allow eval** as @allenwb has suggested and escaping capturing group identifiers `:` and `!`. It sounds like more people tend to prefer the latter, I'm not convinced because of lacking usage data indicating that the problems it solves happen in real code (data indicates otherwise) but a single counter-example would go a long way to convince me that this is a problem we need to address. I'm very tempted by the safety guarantees it provides for context sensitivity. * Escaping everything was ruled out as every single system that did it moved away from it. ** but not whitespace as there is no ״ignore whitespace mode" in JS.
process
readability vs context sensitive validity currently i see two opposites minimal and readable output we provide an implementation that only escapes what it must via regexp escape to support passing in a context free way to the regexp constructor this means dropping and from the escaped set and telling people that they should be aware of context this would provide a very readable output maximal and safe we provide an implementation that deals with context and is context sensitive we additionally cater for eval cases and returns of regular expressions from the server this would provide a much less readable but safer regexp doing this would require escaping numerics to literals to avoid capturing groups as nikic points out escaping to allow eval as allenwb has suggested and escaping capturing group identifiers and it sounds like more people tend to prefer the latter i m not convinced because of lacking usage data indicating that the problems it solves happen in real code data indicates otherwise but a single counter example would go a long way to convince me that this is a problem we need to address i m very tempted by the safety guarantees it provides for context sensitivity escaping everything was ruled out as every single system that did it moved away from it but not whitespace as there is no ״ignore whitespace mode in js
1
15,054
18,762,979,360
IssuesEvent
2021-11-05 18:53:09
googleapis/python-dlp
https://api.github.com/repos/googleapis/python-dlp
closed
Samples that depend on BigQuery are not yet compatible with Python 3.10
type: process api: dlp
`google-cloud-bigquery` does not yet support Python 3.10. When it does, the 3.10 samples check should turn green. For now, it is OK to merge PRs with a failing 3.10 samples check (the status check is intentionally optional). See https://github.com/googleapis/python-bigquery/issues/1006 for the status of python 3.10 support.
1.0
Samples that depend on BigQuery are not yet compatible with Python 3.10 - `google-cloud-bigquery` does not yet support Python 3.10. When it does, the 3.10 samples check should turn green. For now, it is OK to merge PRs with a failing 3.10 samples check (the status check is intentionally optional). See https://github.com/googleapis/python-bigquery/issues/1006 for the status of python 3.10 support.
process
samples that depend on bigquery are not yet compatible with python google cloud bigquery does not yet support python when it does the samples check should turn green for now it is ok to merge prs with a failing samples check the status check is intentionally optional see for the status of python support
1
20,366
6,035,018,330
IssuesEvent
2017-06-09 12:52:10
EEA-Norway-Grants/dataviz
https://api.github.com/repos/EEA-Norway-Grants/dataviz
opened
give up tabs logic from components, use a tabs "widget" in sidebar
Type: Code quality
The sidebar shouldn't have any tab-related logic, and neither should the sub-components. We should end up with something like this in the main template: ```html <aside> <sidebar> <!-- this entire part is the sidebar's slot... --> <tab-group> <tab title="Results"> <results /> </tab> <tab title="Programmes"> <programmes /> </tab> </tab-group> <!-- ...end slot --> </sidebar> </aside> ``` Before we start writing our own tab component, evaluate this project, it looks very much ok: https://github.com/spatie/vue-tabs-component (It's also debatable if the sidebar has any business being a separate component, but we'll see about that later.)
1.0
give up tabs logic from components, use a tabs "widget" in sidebar - The sidebar shouldn't have any tab-related logic, and neither should the sub-components. We should end up with something like this in the main template: ```html <aside> <sidebar> <!-- this entire part is the sidebar's slot... --> <tab-group> <tab title="Results"> <results /> </tab> <tab title="Programmes"> <programmes /> </tab> </tab-group> <!-- ...end slot --> </sidebar> </aside> ``` Before we start writing our own tab component, evaluate this project, it looks very much ok: https://github.com/spatie/vue-tabs-component (It's also debatable if the sidebar has any business being a separate component, but we'll see about that later.)
non_process
give up tabs logic from components use a tabs widget in sidebar the sidebar shouldn t have any tab related logic and neither should the sub components we should end up with something like this in the main template html before we start writing our own tab component evaluate this project it looks very much ok it s also debatable if the sidebar has any business being a separate component but we ll see about that later
0
35,073
14,611,976,388
IssuesEvent
2020-12-22 04:56:34
MicrosoftDocs/live-share
https://api.github.com/repos/MicrosoftDocs/live-share
closed
Should provide complete FileSystemProvider for VS Code extensions
area: language services feature-request p2
<!-- Please search existing issues to avoid creating duplicates. --> When `uri` points to `vsls:///path/filename`, `vscode.workspace.fs.readFile(uri)` does not work on the guest machine for binary files. <!-- Describe the feature you'd like. --> Live Share should provide a complete `FileSystemProvider` supporting binary files. I am a contributor to [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop), VS Code extension for LaTeX editing. @daytonellwanger has made a [PR](https://github.com/James-Yu/LaTeX-Workshop/pull/2228) that made the extension support Live Share. However, the PR makes the maintenance of the extension more difficult, putting code fragments for Live Share everywhere in the codebase. I have found that if `FileSystemProvider` by Live Share supports binary files, the PR can get much more straightforward. I cannot see why it doesn't support binary files. Virtual filesystems provided by [`FileSystemProvider`](https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider) are not intended only for text files. Moreover `stat.size` returned by `vscode.workspace.fs.stat(uri)` is `undefined`. That should be fixed too.
1.0
Should provide complete FileSystemProvider for VS Code extensions - <!-- Please search existing issues to avoid creating duplicates. --> When `uri` points to `vsls:///path/filename`, `vscode.workspace.fs.readFile(uri)` does not work on the guest machine for binary files. <!-- Describe the feature you'd like. --> Live Share should provide a complete `FileSystemProvider` supporting binary files. I am a contributor to [LaTeX Workshop](https://github.com/James-Yu/LaTeX-Workshop), VS Code extension for LaTeX editing. @daytonellwanger has made a [PR](https://github.com/James-Yu/LaTeX-Workshop/pull/2228) that made the extension support Live Share. However, the PR makes the maintenance of the extension more difficult, putting code fragments for Live Share everywhere in the codebase. I have found that if `FileSystemProvider` by Live Share supports binary files, the PR can get much more straightforward. I cannot see why it doesn't support binary files. Virtual filesystems provided by [`FileSystemProvider`](https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider) are not intended only for text files. Moreover `stat.size` returned by `vscode.workspace.fs.stat(uri)` is `undefined`. That should be fixed too.
non_process
should provide complete filesystemprovider for vs code extensions when uri points to vsls path filename vscode workspace fs readfile uri does not work on the guest machine for binary files live share should provide a complete filesystemprovider supporting binary files i am a contributor to vs code extension for latex editing daytonellwanger has made a that made the extension support live share however the pr makes the maintenance of the extension more difficult putting code fragments for live share everywhere in the codebase i have found that if filesystemprovider by live share supports binary files the pr can get much more straightforward i cannot see why it doesn t support binary files virtual filesystems provided by are not intended only for text files moreover stat size returned by vscode workspace fs stat uri is undefined that should be fixed too
0
72,627
13,894,945,054
IssuesEvent
2020-10-19 15:16:11
confluentinc/ksql
https://api.github.com/repos/confluentinc/ksql
closed
Integrate code paths for schema compatibility checks for AVRO and other formats
Code Quality fix-it-week user-experience
ksqlDB supports two new formats that integrate with the schema register: `JSON_SR` and `PROTOBUF`, yet it only checks that a new schema abides by the schema compatibility rules for `AVRO` formats. Given QTT test cases added to `serdes.json`: ```json [ { "name": "serialization should fail if primitive schema not compatible with existing value schema - JSON_SR", "statements": [ "CREATE STREAM INPUT (K STRING KEY, foo STRING) WITH (kafka_topic='input_topic', value_format='JSON_SR');", "CREATE STREAM OUTPUT WITH (wrap_single_value=false) AS SELECT * FROM INPUT;" ], "topics": [ {"name": "OUTPUT", "schema": {"name": "KsqlRecord", "type": "record", "fields": [{"name": "FOO", "type": "string"}]}} ], "expectedException": { "type": "io.confluent.ksql.util.KsqlStatementException", "message": "Cannot register JSON schema for OUTPUT as the schema is incompatible with the current schema version registered for the topic." } }, { "name": "serialization should fail if primitive schema not compatible with existing value schema - PROTOBUF", "statements": [ "CREATE STREAM INPUT (K STRING KEY, foo STRING) WITH (kafka_topic='input_topic', value_format='PROTOBUF');", "CREATE STREAM OUTPUT WITH (wrap_single_value=false) AS SELECT * FROM INPUT;" ], "topics": [ {"name": "OUTPUT", "schema": {"name": "KsqlRecord", "type": "record", "fields": [{"name": "FOO", "type": "string"}]}} ], "expectedException": { "type": "io.confluent.ksql.util.KsqlStatementException", "message": "Cannot register protobuf schema for OUTPUT as the schema is incompatible with the current schema version registered for the topic." } } ] ``` ### Expected result: Tests pass, i.e. invalid schema evolution is detected., ### Actual result: Tests fail, as no exception is thrown. The implications of this would be that we could start producing data to a topic with a different schema to other producers, breaking downstream processes.
1.0
Integrate code paths for schema compatibility checks for AVRO and other formats - ksqlDB supports two new formats that integrate with the schema register: `JSON_SR` and `PROTOBUF`, yet it only checks that a new schema abides by the schema compatibility rules for `AVRO` formats. Given QTT test cases added to `serdes.json`: ```json [ { "name": "serialization should fail if primitive schema not compatible with existing value schema - JSON_SR", "statements": [ "CREATE STREAM INPUT (K STRING KEY, foo STRING) WITH (kafka_topic='input_topic', value_format='JSON_SR');", "CREATE STREAM OUTPUT WITH (wrap_single_value=false) AS SELECT * FROM INPUT;" ], "topics": [ {"name": "OUTPUT", "schema": {"name": "KsqlRecord", "type": "record", "fields": [{"name": "FOO", "type": "string"}]}} ], "expectedException": { "type": "io.confluent.ksql.util.KsqlStatementException", "message": "Cannot register JSON schema for OUTPUT as the schema is incompatible with the current schema version registered for the topic." } }, { "name": "serialization should fail if primitive schema not compatible with existing value schema - PROTOBUF", "statements": [ "CREATE STREAM INPUT (K STRING KEY, foo STRING) WITH (kafka_topic='input_topic', value_format='PROTOBUF');", "CREATE STREAM OUTPUT WITH (wrap_single_value=false) AS SELECT * FROM INPUT;" ], "topics": [ {"name": "OUTPUT", "schema": {"name": "KsqlRecord", "type": "record", "fields": [{"name": "FOO", "type": "string"}]}} ], "expectedException": { "type": "io.confluent.ksql.util.KsqlStatementException", "message": "Cannot register protobuf schema for OUTPUT as the schema is incompatible with the current schema version registered for the topic." } } ] ``` ### Expected result: Tests pass, i.e. invalid schema evolution is detected., ### Actual result: Tests fail, as no exception is thrown. The implications of this would be that we could start producing data to a topic with a different schema to other producers, breaking downstream processes.
non_process
integrate code paths for schema compatibility checks for avro and other formats ksqldb supports two new formats that integrate with the schema register json sr and protobuf yet it only checks that a new schema abides by the schema compatibility rules for avro formats given qtt test cases added to serdes json json name serialization should fail if primitive schema not compatible with existing value schema json sr statements create stream input k string key foo string with kafka topic input topic value format json sr create stream output with wrap single value false as select from input topics name output schema name ksqlrecord type record fields expectedexception type io confluent ksql util ksqlstatementexception message cannot register json schema for output as the schema is incompatible with the current schema version registered for the topic name serialization should fail if primitive schema not compatible with existing value schema protobuf statements create stream input k string key foo string with kafka topic input topic value format protobuf create stream output with wrap single value false as select from input topics name output schema name ksqlrecord type record fields expectedexception type io confluent ksql util ksqlstatementexception message cannot register protobuf schema for output as the schema is incompatible with the current schema version registered for the topic expected result tests pass i e invalid schema evolution is detected actual result tests fail as no exception is thrown the implications of this would be that we could start producing data to a topic with a different schema to other producers breaking downstream processes
0
4,733
7,573,475,514
IssuesEvent
2018-04-23 17:53:26
resin-io/etcher
https://api.github.com/repos/resin-io/etcher
opened
Allow a secure way for developers to connect to DevTools over the network
Process priority:low
For debugging/support reasons.
1.0
Allow a secure way for developers to connect to DevTools over the network - For debugging/support reasons.
process
allow a secure way for developers to connect to devtools over the network for debugging support reasons
1
99,280
16,441,460,329
IssuesEvent
2021-05-20 14:48:18
AlexRogalskiy/quotes
https://api.github.com/repos/AlexRogalskiy/quotes
opened
CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js
security vulnerability
## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: quotes/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: quotes/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/quotes/commit/9756d0b57119979473f85deb751a7f53a8d48ebe">9756d0b57119979473f85deb751a7f53a8d48ebe</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</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://github.com/advisories/GHSA-q4m3-2j7h-f7xw">https://github.com/advisories/GHSA-q4m3-2j7h-f7xw</a></p> <p>Release Date: 2020-05-28</p> <p>Fix Resolution: jquery - 1.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-7656 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p> <p>Path to dependency file: quotes/node_modules/redeyed/examples/browser/index.html</p> <p>Path to vulnerable library: quotes/node_modules/redeyed/examples/browser/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.8.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/quotes/commit/9756d0b57119979473f85deb751a7f53a8d48ebe">9756d0b57119979473f85deb751a7f53a8d48ebe</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed. <p>Publish Date: 2020-05-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7656>CVE-2020-7656</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://github.com/advisories/GHSA-q4m3-2j7h-f7xw">https://github.com/advisories/GHSA-q4m3-2j7h-f7xw</a></p> <p>Release Date: 2020-05-28</p> <p>Fix Resolution: jquery - 1.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
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 quotes node modules redeyed examples browser index html path to vulnerable library quotes node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details jquery prior to allows cross site scripting attacks via the load method the load method fails to recognize and remove html tags that contain a whitespace character i e which results in the enclosed script logic to be executed 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 step up your open source security game with whitesource
0
12,433
14,928,536,739
IssuesEvent
2021-01-24 19:36:41
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
AWstats compatible "Visit" metrics
log-processing question
awstats provides a metric for "**Number of Visits**", defined as follows: > Vists refer to the number of times folks have visited your site. For example, if I visit your site and view 18 different pages, that counts as one visit. > > AWStats groups page views into a single visit if those page views occur within one hour. For example, if I visit your site, then come back two hours later, that’s two visit. > > If I visit your site, and then come back 20 minutes later, that’s one visit. > is that measured in goaccess? thank you!
1.0
AWstats compatible "Visit" metrics - awstats provides a metric for "**Number of Visits**", defined as follows: > Vists refer to the number of times folks have visited your site. For example, if I visit your site and view 18 different pages, that counts as one visit. > > AWStats groups page views into a single visit if those page views occur within one hour. For example, if I visit your site, then come back two hours later, that’s two visit. > > If I visit your site, and then come back 20 minutes later, that’s one visit. > is that measured in goaccess? thank you!
process
awstats compatible visit metrics awstats provides a metric for number of visits defined as follows vists refer to the number of times folks have visited your site for example if i visit your site and view different pages that counts as one visit awstats groups page views into a single visit if those page views occur within one hour for example if i visit your site then come back two hours later that’s two visit if i visit your site and then come back minutes later that’s one visit is that measured in goaccess thank you
1
805,167
29,510,037,640
IssuesEvent
2023-06-03 20:16:53
evo-lua/evo-webview
https://api.github.com/repos/evo-lua/evo-webview
closed
Split the header-only implementation into three platform-specific modules (and a common/shared one)
Complexity: Moderate Priority: High Scope: Core Library Status: In Progress Type: Task
Required for #13 though this may not actually be enough. It's just a first step that's "doable" as the rest may be trickier. Roadmap: - [x] Windows implementation (the biggest hurdle) - [x] Linux implementation (easy) - [x] Mac OS X implementation - [ ] C/C++ API and other utilities
1.0
Split the header-only implementation into three platform-specific modules (and a common/shared one) - Required for #13 though this may not actually be enough. It's just a first step that's "doable" as the rest may be trickier. Roadmap: - [x] Windows implementation (the biggest hurdle) - [x] Linux implementation (easy) - [x] Mac OS X implementation - [ ] C/C++ API and other utilities
non_process
split the header only implementation into three platform specific modules and a common shared one required for though this may not actually be enough it s just a first step that s doable as the rest may be trickier roadmap windows implementation the biggest hurdle linux implementation easy mac os x implementation c c api and other utilities
0
532,976
15,574,774,393
IssuesEvent
2021-03-17 10:14:53
teamforus/general
https://api.github.com/repos/teamforus/general
closed
Change request: Adjust error message for failed payment
Client: Groningen Impact: Moderate Priority: Must have Scope: Small Urgency: High - Next release
**Support Ticket ID:** [#3178] Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - @Michaelforus ### Change description If the provider makes a payment and the plastic card is not activated, the provider will get the following error: "No query results for model". Please adjust the error message. For example: "De pas is niet geactiveerd". <img width="397" alt="Schermafbeelding 2021-03-03 om 10 06 41" src="https://user-images.githubusercontent.com/66309692/109781390-29ee5580-7c08-11eb-9337-f375cb425ddb.png">
1.0
Change request: Adjust error message for failed payment - **Support Ticket ID:** [#3178] Learn more about change requests here: https://bit.ly/39CWeEE ### Requested by: - @Michaelforus ### Change description If the provider makes a payment and the plastic card is not activated, the provider will get the following error: "No query results for model". Please adjust the error message. For example: "De pas is niet geactiveerd". <img width="397" alt="Schermafbeelding 2021-03-03 om 10 06 41" src="https://user-images.githubusercontent.com/66309692/109781390-29ee5580-7c08-11eb-9337-f375cb425ddb.png">
non_process
change request adjust error message for failed payment support ticket id learn more about change requests here requested by michaelforus change description if the provider makes a payment and the plastic card is not activated the provider will get the following error no query results for model please adjust the error message for example de pas is niet geactiveerd img width alt schermafbeelding om src
0
6,752
9,880,293,365
IssuesEvent
2019-06-24 12:16:20
googleapis/google-cloud-cpp-spanner
https://api.github.com/repos/googleapis/google-cloud-cpp-spanner
closed
Simplify creation of google/cloud/spanner/version_info.h
type: process
Today this file is generated as part of the CMake configuration step, and using a Bazel `genrule()`. To support the `genrule()` we generate `spanner_client_version.bzl` and commit it. It would be simpler to just generate `version_info.h` and commit that instead. That would remove the `genrule()` and the `.bzl` file. We could simply generate `version.h` too, though @coryan prefers to keep the generated files tiny.
1.0
Simplify creation of google/cloud/spanner/version_info.h - Today this file is generated as part of the CMake configuration step, and using a Bazel `genrule()`. To support the `genrule()` we generate `spanner_client_version.bzl` and commit it. It would be simpler to just generate `version_info.h` and commit that instead. That would remove the `genrule()` and the `.bzl` file. We could simply generate `version.h` too, though @coryan prefers to keep the generated files tiny.
process
simplify creation of google cloud spanner version info h today this file is generated as part of the cmake configuration step and using a bazel genrule to support the genrule we generate spanner client version bzl and commit it it would be simpler to just generate version info h and commit that instead that would remove the genrule and the bzl file we could simply generate version h too though coryan prefers to keep the generated files tiny
1
349
2,793,377,327
IssuesEvent
2015-05-11 10:33:17
ecodistrict/IDSSDashboard
https://api.github.com/repos/ecodistrict/IDSSDashboard
closed
Not clear how at the moment data is replaced/overwritten on upload?
form feedback 09102014 process step: collect data question
Not clear how at the moment data is replaced, is this automatically overwritten once new data is uploaded? | Would it be possible to indicate where files are to be located, this makes it easy when exporting a file package. | Are files stored locally in a structured manner?
1.0
Not clear how at the moment data is replaced/overwritten on upload? - Not clear how at the moment data is replaced, is this automatically overwritten once new data is uploaded? | Would it be possible to indicate where files are to be located, this makes it easy when exporting a file package. | Are files stored locally in a structured manner?
process
not clear how at the moment data is replaced overwritten on upload not clear how at the moment data is replaced is this automatically overwritten once new data is uploaded would it be possible to indicate where files are to be located this makes it easy when exporting a file package are files stored locally in a structured manner
1
340,598
30,529,557,026
IssuesEvent
2023-07-19 13:30:30
strimzi/strimzi-kafka-operator
https://api.github.com/repos/strimzi/strimzi-kafka-operator
opened
[systemtest] Use Admin client for checking topics in Kafka when UTO is used
topic operator System tests
In some STs, we check if spec of particular KafkaTopic has correct values -> in CR. But in situations when the KafkaTopic is created just in Kafka (so there is no KafkaTopic CR), with usage of UTO, the KafkaTopic is not created (synced) from Kafka to KafkaTopic CR. In these situations, we should check the spec of KafkaTopic directly in Kafka, for example using the test-clients' Admin client. The test checks are currently disabled for UTO, but we should fix this issue and enable the checks back. For enabling the checks, search for link of this issue.
1.0
[systemtest] Use Admin client for checking topics in Kafka when UTO is used - In some STs, we check if spec of particular KafkaTopic has correct values -> in CR. But in situations when the KafkaTopic is created just in Kafka (so there is no KafkaTopic CR), with usage of UTO, the KafkaTopic is not created (synced) from Kafka to KafkaTopic CR. In these situations, we should check the spec of KafkaTopic directly in Kafka, for example using the test-clients' Admin client. The test checks are currently disabled for UTO, but we should fix this issue and enable the checks back. For enabling the checks, search for link of this issue.
non_process
use admin client for checking topics in kafka when uto is used in some sts we check if spec of particular kafkatopic has correct values in cr but in situations when the kafkatopic is created just in kafka so there is no kafkatopic cr with usage of uto the kafkatopic is not created synced from kafka to kafkatopic cr in these situations we should check the spec of kafkatopic directly in kafka for example using the test clients admin client the test checks are currently disabled for uto but we should fix this issue and enable the checks back for enabling the checks search for link of this issue
0
10,506
13,263,303,471
IssuesEvent
2020-08-21 00:07:21
freedomofpress/securedrop
https://api.github.com/repos/freedomofpress/securedrop
closed
Revise and document docs update procedure
goals: speed up release process
For the last two releases, we've experimented with using our historical `master` branch to build the docs, motivated by avoiding links to outdated docs (#5081) and the fact that we have to merge docs changes after the release tag is signed. This has been a mixed success. We _have_ resolved #5081, but the branch merge tends to require significant manual conflict resolution, and the git log on `master` is no longer an accurate reflection of the commit history. We've agreed to build the branch from a new name (#5321) that is more descriptive. As part of that change, we should also finalize the procedure for updating the branch after each release. During standup on 6/18, there was broad support for a strategy based on force pushing the branch into the state of the release branch, as part of the release cycle. The exact steps will need to be clearly documented to minimize room for error.
1.0
Revise and document docs update procedure - For the last two releases, we've experimented with using our historical `master` branch to build the docs, motivated by avoiding links to outdated docs (#5081) and the fact that we have to merge docs changes after the release tag is signed. This has been a mixed success. We _have_ resolved #5081, but the branch merge tends to require significant manual conflict resolution, and the git log on `master` is no longer an accurate reflection of the commit history. We've agreed to build the branch from a new name (#5321) that is more descriptive. As part of that change, we should also finalize the procedure for updating the branch after each release. During standup on 6/18, there was broad support for a strategy based on force pushing the branch into the state of the release branch, as part of the release cycle. The exact steps will need to be clearly documented to minimize room for error.
process
revise and document docs update procedure for the last two releases we ve experimented with using our historical master branch to build the docs motivated by avoiding links to outdated docs and the fact that we have to merge docs changes after the release tag is signed this has been a mixed success we have resolved but the branch merge tends to require significant manual conflict resolution and the git log on master is no longer an accurate reflection of the commit history we ve agreed to build the branch from a new name that is more descriptive as part of that change we should also finalize the procedure for updating the branch after each release during standup on there was broad support for a strategy based on force pushing the branch into the state of the release branch as part of the release cycle the exact steps will need to be clearly documented to minimize room for error
1
4,805
7,697,325,798
IssuesEvent
2018-05-18 18:21:47
GoogleCloudPlatform/google-cloud-python
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python
opened
Release 'error_reporting-0.30.0'
packaging type: process
PR #5345 fixes the incompatibility of `0.29.1` with the current `logging-1.6.0` release.
1.0
Release 'error_reporting-0.30.0' - PR #5345 fixes the incompatibility of `0.29.1` with the current `logging-1.6.0` release.
process
release error reporting pr fixes the incompatibility of with the current logging release
1
16,723
21,885,452,891
IssuesEvent
2022-05-19 18:09:37
metabase/metabase
https://api.github.com/repos/metabase/metabase
opened
[Actions] Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries
Querying/Processor .Backend Actions/
Part of #22542 Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries. This should ultimately call `driver/execute-readwrite-query!`. 1. Should throw an error if the Database does not support `:actions/custom` 1. Should throw an error if the Database does not have the `database-enable-actions` flag enabled 1. Should throw an error if the global `experimental-enable-actions` flag is disabled. Open question: should this skip the usual QP middleware pathway? Or define a new middleware stack just for this stuff? - We still want to record query executions and things like that. - We don't want to return cached results. - We want to use the existing parameters code - We don't want to use the results metadata/fingerprint/annotate post-processing code.
1.0
[Actions] Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries - Part of #22542 Add a new `qp/execute-readwrite-query!` function as a QP entrypoint for executing readwrite queries. This should ultimately call `driver/execute-readwrite-query!`. 1. Should throw an error if the Database does not support `:actions/custom` 1. Should throw an error if the Database does not have the `database-enable-actions` flag enabled 1. Should throw an error if the global `experimental-enable-actions` flag is disabled. Open question: should this skip the usual QP middleware pathway? Or define a new middleware stack just for this stuff? - We still want to record query executions and things like that. - We don't want to return cached results. - We want to use the existing parameters code - We don't want to use the results metadata/fingerprint/annotate post-processing code.
process
add a new qp execute readwrite query function as a qp entrypoint for executing readwrite queries part of add a new qp execute readwrite query function as a qp entrypoint for executing readwrite queries this should ultimately call driver execute readwrite query should throw an error if the database does not support actions custom should throw an error if the database does not have the database enable actions flag enabled should throw an error if the global experimental enable actions flag is disabled open question should this skip the usual qp middleware pathway or define a new middleware stack just for this stuff we still want to record query executions and things like that we don t want to return cached results we want to use the existing parameters code we don t want to use the results metadata fingerprint annotate post processing code
1
391,709
11,577,606,651
IssuesEvent
2020-02-21 14:26:21
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
opened
Scalar template Numeric Range Fixes
Needed for V2 launch Priority: High
For NCAA Football Scalar, make the numeric range 0-12 WNBA Scalar 0-36 Olympics Scalar make the range 0-300 ------------------- For Crypto, and Finance scalar templates can we have it say in the box: Enter Min range value/ Enter Max range value
1.0
Scalar template Numeric Range Fixes - For NCAA Football Scalar, make the numeric range 0-12 WNBA Scalar 0-36 Olympics Scalar make the range 0-300 ------------------- For Crypto, and Finance scalar templates can we have it say in the box: Enter Min range value/ Enter Max range value
non_process
scalar template numeric range fixes for ncaa football scalar make the numeric range wnba scalar olympics scalar make the range for crypto and finance scalar templates can we have it say in the box enter min range value enter max range value
0
19,024
25,030,677,024
IssuesEvent
2022-11-04 12:05:58
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Release 4.2.3 - October 2022
P1 type: process release team-OSS
# Status of Bazel 4.2.3 - Expected release date: 10.18.2022 - [List of release blockers](https://github.com/bazelbuild/bazel/milestone/44) To report a release-blocking bug, please add a comment with the text `@bazel-io flag` to the issue. A release manager will triage it and add it to the milestone. To cherry-pick a mainline commit into 4.2, simply send a PR against the `release-4.2.3` branch. Task list: - [ ] [Create draft release announcement](https://docs.google.com/document/d/1wDvulLlj4NAlPZamdlEVFORks3YXJonCjyuQMUQEmB0/edit) - [ ] Send for review the release announcement PR: - [ ] Push the release, notify package maintainers: - [ ] Update the documentation - [ ] Push the blog post - [ ] Update the [release page](https://github.com/bazelbuild/bazel/releases/)
1.0
Release 4.2.3 - October 2022 - # Status of Bazel 4.2.3 - Expected release date: 10.18.2022 - [List of release blockers](https://github.com/bazelbuild/bazel/milestone/44) To report a release-blocking bug, please add a comment with the text `@bazel-io flag` to the issue. A release manager will triage it and add it to the milestone. To cherry-pick a mainline commit into 4.2, simply send a PR against the `release-4.2.3` branch. Task list: - [ ] [Create draft release announcement](https://docs.google.com/document/d/1wDvulLlj4NAlPZamdlEVFORks3YXJonCjyuQMUQEmB0/edit) - [ ] Send for review the release announcement PR: - [ ] Push the release, notify package maintainers: - [ ] Update the documentation - [ ] Push the blog post - [ ] Update the [release page](https://github.com/bazelbuild/bazel/releases/)
process
release october status of bazel expected release date to report a release blocking bug please add a comment with the text bazel io flag to the issue a release manager will triage it and add it to the milestone to cherry pick a mainline commit into simply send a pr against the release branch task list send for review the release announcement pr push the release notify package maintainers update the documentation push the blog post update the
1
362,576
10,729,467,357
IssuesEvent
2019-10-28 15:39:19
etclabscore/go-ethereum
https://api.github.com/repos/etclabscore/go-ethereum
closed
6.1.0 Beta Agharta Release Tracker
Priority: 2 High Type: Meta
- [x] Agharta config - [x] EIP 145 Bitwise shift (#54) - [x] EIP 1014 Create2 (#20) - [x] EIP 1052 extCodeHash (#55) - [ ] ~~EIP 1702~~
1.0
6.1.0 Beta Agharta Release Tracker - - [x] Agharta config - [x] EIP 145 Bitwise shift (#54) - [x] EIP 1014 Create2 (#20) - [x] EIP 1052 extCodeHash (#55) - [ ] ~~EIP 1702~~
non_process
beta agharta release tracker agharta config eip bitwise shift eip eip extcodehash eip
0
257,184
27,561,797,516
IssuesEvent
2023-03-07 22:47:00
samqws-marketing/box_box-ui-elements
https://api.github.com/repos/samqws-marketing/box_box-ui-elements
closed
CVE-2021-23341 (High) detected in prismjs-1.17.1.tgz - autoclosed
security vulnerability
## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.17.1.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.</p> <p>Library home page: <a href="https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz">https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/prismjs/package.json</p> <p> Dependency Hierarchy: - storybook-state-2.0.1.tgz (Root Library) - components-5.3.6.tgz - react-syntax-highlighter-11.0.2.tgz - :x: **prismjs-1.17.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_box-ui-elements/commit/4fc776e2b95c8b497f6994cb2165365562ae1f82">4fc776e2b95c8b497f6994cb2165365562ae1f82</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 package prismjs before 1.23.0 are vulnerable to Regular Expression Denial of Service (ReDoS) via the prism-asciidoc, prism-rest, prism-tap and prism-eiffel components. <p>Publish Date: 2021-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23341>CVE-2021-23341</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341</a></p> <p>Release Date: 2021-02-18</p> <p>Fix Resolution: 1.23.0</p> </p> </details> <p></p>
True
CVE-2021-23341 (High) detected in prismjs-1.17.1.tgz - autoclosed - ## CVE-2021-23341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>prismjs-1.17.1.tgz</b></p></summary> <p>Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.</p> <p>Library home page: <a href="https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz">https://registry.npmjs.org/prismjs/-/prismjs-1.17.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/prismjs/package.json</p> <p> Dependency Hierarchy: - storybook-state-2.0.1.tgz (Root Library) - components-5.3.6.tgz - react-syntax-highlighter-11.0.2.tgz - :x: **prismjs-1.17.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/box_box-ui-elements/commit/4fc776e2b95c8b497f6994cb2165365562ae1f82">4fc776e2b95c8b497f6994cb2165365562ae1f82</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 package prismjs before 1.23.0 are vulnerable to Regular Expression Denial of Service (ReDoS) via the prism-asciidoc, prism-rest, prism-tap and prism-eiffel components. <p>Publish Date: 2021-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23341>CVE-2021-23341</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23341</a></p> <p>Release Date: 2021-02-18</p> <p>Fix Resolution: 1.23.0</p> </p> </details> <p></p>
non_process
cve high detected in prismjs tgz autoclosed cve high severity vulnerability vulnerable library prismjs tgz lightweight robust elegant syntax highlighting a spin off project from dabblet library home page a href path to dependency file package json path to vulnerable library node modules prismjs package json dependency hierarchy storybook state tgz root library components tgz react syntax highlighter tgz x prismjs tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package prismjs before are vulnerable to regular expression denial of service redos via the prism asciidoc prism rest prism tap and prism eiffel components 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
0
27,809
6,903,050,522
IssuesEvent
2017-11-26 06:17:51
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[com_fields] Lack of progress
No Code Attached Yet
Good time I already said in another report that in a new Joomla component named fields, we can not add to the different parts of a class field, and therefore the display of fields in different formats does not look good. With Joomla 3.8, this component did not make any difference. That's why I decided to publish it again so that in version 4 it might be worth considering the following features. 1- Ability to create a separate and custom class for the field title, field tag and box containing the two. 2- The ability to follow the plugin. Insert a field in the contents of the class. Fields of the same entry when the custom class is defined for fields in a given article. 3- Plugin to create comparison between two field fields that use the same fields. My previous link in this thread: https://github.com/joomla/joomla-cms/issues/17625 I apologize if this text is not written in plain text. Thank you.
1.0
[com_fields] Lack of progress - Good time I already said in another report that in a new Joomla component named fields, we can not add to the different parts of a class field, and therefore the display of fields in different formats does not look good. With Joomla 3.8, this component did not make any difference. That's why I decided to publish it again so that in version 4 it might be worth considering the following features. 1- Ability to create a separate and custom class for the field title, field tag and box containing the two. 2- The ability to follow the plugin. Insert a field in the contents of the class. Fields of the same entry when the custom class is defined for fields in a given article. 3- Plugin to create comparison between two field fields that use the same fields. My previous link in this thread: https://github.com/joomla/joomla-cms/issues/17625 I apologize if this text is not written in plain text. Thank you.
non_process
lack of progress good time i already said in another report that in a new joomla component named fields we can not add to the different parts of a class field and therefore the display of fields in different formats does not look good with joomla this component did not make any difference that s why i decided to publish it again so that in version it might be worth considering the following features ability to create a separate and custom class for the field title field tag and box containing the two the ability to follow the plugin insert a field in the contents of the class fields of the same entry when the custom class is defined for fields in a given article plugin to create comparison between two field fields that use the same fields my previous link in this thread i apologize if this text is not written in plain text thank you
0
518,281
15,026,512,924
IssuesEvent
2021-02-01 22:49:15
vmware/clarity
https://api.github.com/repos/vmware/clarity
closed
The color indication for completed page in Clarity Wizard does not have sufficient contrast
@clr/ui component: wizard flag: figma update needed flag: has workaround priority: 2 medium-low status: backlog type: accessibility type: bug
## The colored marker in Clarity Wizard TOC marking a successfully completed page does not have enough contrast with its background Regarding the WCAG recommendations foreground and background colors should have at least 3:1 . The colored marker has lower contrast than the recommended. ## How to reproduce Open any Clarity wizard and complete the first page. When you go to the next one, there is a green left border on TOC item which represents the completed page. The green is not with enough contrast its 2.48:1 and should be at least 3:1 ## Expected behavior The green marker should have at least 3:1 contrast with its background ## Versions **App** * Angular: 7.2.14 * Clarity: 1.3.2 **Device:** * Type: [MacBook] * OS: [OSX] * Browser [Chrome] * Version [7.9] ## Additional notes _Add any other notes about the problem here._
1.0
The color indication for completed page in Clarity Wizard does not have sufficient contrast - ## The colored marker in Clarity Wizard TOC marking a successfully completed page does not have enough contrast with its background Regarding the WCAG recommendations foreground and background colors should have at least 3:1 . The colored marker has lower contrast than the recommended. ## How to reproduce Open any Clarity wizard and complete the first page. When you go to the next one, there is a green left border on TOC item which represents the completed page. The green is not with enough contrast its 2.48:1 and should be at least 3:1 ## Expected behavior The green marker should have at least 3:1 contrast with its background ## Versions **App** * Angular: 7.2.14 * Clarity: 1.3.2 **Device:** * Type: [MacBook] * OS: [OSX] * Browser [Chrome] * Version [7.9] ## Additional notes _Add any other notes about the problem here._
non_process
the color indication for completed page in clarity wizard does not have sufficient contrast the colored marker in clarity wizard toc marking a successfully completed page does not have enough contrast with its background regarding the wcag recommendations foreground and background colors should have at least the colored marker has lower contrast than the recommended how to reproduce open any clarity wizard and complete the first page when you go to the next one there is a green left border on toc item which represents the completed page the green is not with enough contrast its and should be at least expected behavior the green marker should have at least contrast with its background versions app angular clarity device type os browser version additional notes add any other notes about the problem here
0
7,064
5,832,129,170
IssuesEvent
2017-05-08 21:02:33
RoaringBitmap/RoaringBitmap
https://api.github.com/repos/RoaringBitmap/RoaringBitmap
closed
Accelerate reversed iteration over bitset containers
performance
The current code picks up a word, reverses it, and then check if the result is zero. It is likely expensive and subject to optimization. E.g., See ReverseBitmapContainerShortIterator .next() https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/main/java/org/roaringbitmap/BitmapContainer.java#L1380
True
Accelerate reversed iteration over bitset containers - The current code picks up a word, reverses it, and then check if the result is zero. It is likely expensive and subject to optimization. E.g., See ReverseBitmapContainerShortIterator .next() https://github.com/RoaringBitmap/RoaringBitmap/blob/master/src/main/java/org/roaringbitmap/BitmapContainer.java#L1380
non_process
accelerate reversed iteration over bitset containers the current code picks up a word reverses it and then check if the result is zero it is likely expensive and subject to optimization e g see reversebitmapcontainershortiterator next
0
7,774
10,916,880,604
IssuesEvent
2019-11-21 14:12:06
esdc-devcop/esdc-devcop.github.io
https://api.github.com/repos/esdc-devcop/esdc-devcop.github.io
closed
Recommend a branching model
confirmed process stream: general dev topic
### Goals / Recommendation Use GitFlow when starting a branching model with Git. https://datasift.github.io/gitflow/IntroducingGitFlow.html Recommendation details are documented here, with some extra parts for committing/merging code that will assist in using this branching model. https://esdc-devcop.github.io/guides/source-control/working-with-git.html ### Thoughts: * Those that know branching models and modern development practices probably won't like GitFlow as it's too much maintenance. * GitFlow is similar to current TFS branching model used in ESDC, creating an easier transition. ### Plan: - Focus on teaching, and demos - Why we need a branching model - Standard life-cycle deployment - Emergency release - Feature development - Reassurance of existing TFVC (TFS) standards - Hands-on: - Set up branches - Configure settings - Walk though simplified change
1.0
Recommend a branching model - ### Goals / Recommendation Use GitFlow when starting a branching model with Git. https://datasift.github.io/gitflow/IntroducingGitFlow.html Recommendation details are documented here, with some extra parts for committing/merging code that will assist in using this branching model. https://esdc-devcop.github.io/guides/source-control/working-with-git.html ### Thoughts: * Those that know branching models and modern development practices probably won't like GitFlow as it's too much maintenance. * GitFlow is similar to current TFS branching model used in ESDC, creating an easier transition. ### Plan: - Focus on teaching, and demos - Why we need a branching model - Standard life-cycle deployment - Emergency release - Feature development - Reassurance of existing TFVC (TFS) standards - Hands-on: - Set up branches - Configure settings - Walk though simplified change
process
recommend a branching model goals recommendation use gitflow when starting a branching model with git recommendation details are documented here with some extra parts for committing merging code that will assist in using this branching model thoughts those that know branching models and modern development practices probably won t like gitflow as it s too much maintenance gitflow is similar to current tfs branching model used in esdc creating an easier transition plan focus on teaching and demos why we need a branching model standard life cycle deployment emergency release feature development reassurance of existing tfvc tfs standards hands on set up branches configure settings walk though simplified change
1
17,983
24,004,562,803
IssuesEvent
2022-09-14 13:57:12
hashgraph/hedera-json-rpc-relay
https://api.github.com/repos/hashgraph/hedera-json-rpc-relay
closed
Add tests to cover the updated type signatures for HederaToken and createToken functions
enhancement P1 process
### Problem The types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks. https://github.com/hashgraph/hedera-smart-contracts/issues/56 https://github.com/hashgraph/hedera-services/issues/3902 We need to ensure that the acceptance test exercise both the new types and the old as the old types signatures are still supported in hedera services. ### Solution Ensure that acceptance tests run correctly with the new type signatures. Write a new acceptance test that exercise the create token functions with the old type signatures. ### Alternatives _No response_
1.0
Add tests to cover the updated type signatures for HederaToken and createToken functions - ### Problem The types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks. https://github.com/hashgraph/hedera-smart-contracts/issues/56 https://github.com/hashgraph/hedera-services/issues/3902 We need to ensure that the acceptance test exercise both the new types and the old as the old types signatures are still supported in hedera services. ### Solution Ensure that acceptance tests run correctly with the new type signatures. Write a new acceptance test that exercise the create token functions with the old type signatures. ### Alternatives _No response_
process
add tests to cover the updated type signatures for hederatoken and createtoken functions problem the types of several fields were updated to better align with protobuf and documentation as outlined in these two tasks we need to ensure that the acceptance test exercise both the new types and the old as the old types signatures are still supported in hedera services solution ensure that acceptance tests run correctly with the new type signatures write a new acceptance test that exercise the create token functions with the old type signatures alternatives no response
1
15,551
19,703,502,729
IssuesEvent
2022-01-12 19:07:57
googleapis/java-pubsublite-flink
https://api.github.com/repos/googleapis/java-pubsublite-flink
opened
Your .repo-metadata.json file has a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'pubsublite-flink' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'pubsublite-flink' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
process
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname pubsublite flink invalid in repo metadata json ☝️ once you correct these problems you can close this issue reach out to go github automation if you have any questions
1
408,461
27,664,131,452
IssuesEvent
2023-03-12 21:16:30
lejard-h/chopper
https://api.github.com/repos/lejard-h/chopper
closed
Utilise `compute()`
enhancement documentation
With Chopper is there a way that we can utilise `Isolates` / `compute()` for loading and parsing large documents? https://flutter.dev/docs/cookbook/networking/background-parsing https://api.flutter.dev/flutter/dart-isolate/Isolate-class.html I have seen that some Devs are moving to [Dio](https://pub.dev/packages/dio) as it can already do this 👉 [README.md](https://github.com/flutterchina/dio/blob/master/README.md#in-flutter), but I am quite invested in Chopper and don't really want to rework my network layer. Is it possible, or could such a feature be added? Thanks!
1.0
Utilise `compute()` - With Chopper is there a way that we can utilise `Isolates` / `compute()` for loading and parsing large documents? https://flutter.dev/docs/cookbook/networking/background-parsing https://api.flutter.dev/flutter/dart-isolate/Isolate-class.html I have seen that some Devs are moving to [Dio](https://pub.dev/packages/dio) as it can already do this 👉 [README.md](https://github.com/flutterchina/dio/blob/master/README.md#in-flutter), but I am quite invested in Chopper and don't really want to rework my network layer. Is it possible, or could such a feature be added? Thanks!
non_process
utilise compute with chopper is there a way that we can utilise isolates compute for loading and parsing large documents i have seen that some devs are moving to as it can already do this 👉 but i am quite invested in chopper and don t really want to rework my network layer is it possible or could such a feature be added thanks
0
18,009
5,544,646,745
IssuesEvent
2017-03-22 19:39:51
shirase/yii2-starter-kit
https://api.github.com/repos/shirase/yii2-starter-kit
closed
Fix "Controversial/Superglobals" issue in frontend/modules/user/controllers/SignInController.php
code-climate
actionLogin accesses the super-global variable $_POST. https://codeclimate.com/github/shirase/yii2-starter-kit/frontend/modules/user/controllers/SignInController.php#issue_58cbefa08b18c700010003dd
1.0
Fix "Controversial/Superglobals" issue in frontend/modules/user/controllers/SignInController.php - actionLogin accesses the super-global variable $_POST. https://codeclimate.com/github/shirase/yii2-starter-kit/frontend/modules/user/controllers/SignInController.php#issue_58cbefa08b18c700010003dd
non_process
fix controversial superglobals issue in frontend modules user controllers signincontroller php actionlogin accesses the super global variable post
0
55,024
7,940,772,521
IssuesEvent
2018-07-10 00:21:16
certbot/certbot
https://api.github.com/repos/certbot/certbot
opened
Change ./path/to/certbot-auto to /path/to/certbot-auto
area: certbot-auto area: documentation
What do we think of this suggestion? https://community.letsencrypt.org/t/certbot-centos6-apache-typo-in-sample-cron/66222 It's not actually a typo but at least for cron purposes (and maybe through the instruction generator?) it might be more confusing to have the `./` at the beginning. If people are making crontabs manually, they should presumably put in an explicit path to `certbot-auto` which doesn't start with `./`.
1.0
Change ./path/to/certbot-auto to /path/to/certbot-auto - What do we think of this suggestion? https://community.letsencrypt.org/t/certbot-centos6-apache-typo-in-sample-cron/66222 It's not actually a typo but at least for cron purposes (and maybe through the instruction generator?) it might be more confusing to have the `./` at the beginning. If people are making crontabs manually, they should presumably put in an explicit path to `certbot-auto` which doesn't start with `./`.
non_process
change path to certbot auto to path to certbot auto what do we think of this suggestion it s not actually a typo but at least for cron purposes and maybe through the instruction generator it might be more confusing to have the at the beginning if people are making crontabs manually they should presumably put in an explicit path to certbot auto which doesn t start with
0
9,755
12,739,945,185
IssuesEvent
2020-06-26 00:47:44
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Migration from process.binding
process
With #22004 landed to doc deprecate `process.binding` I was [encouraged to](https://github.com/nodejs/node/pull/22004#issuecomment-408580131) open an issue related to my use of it. Now is a great time to starting examining what from `process.binding` can be exposed in a user-friendly way. In my own experience I've attempted to use _(if available and there were no user-facing options)_ these bindings. My usage fits into these categories 1. chrome inspector wiring 1. command-line checks 1. custom error stack decoration 1. custom inspection The API run down as follows: * ~~`process.binding("config")`~~ - ~~experimentalREPLAwait _(command line checks)_~~ - ~~experimentalWorker _(command line checks)_~~ - ~~exposeInternals _(command line checks)_~~ - ~~preserveSymlinks _(command line checks)_~~ - ~~preserveSymlinksMain _(command line checks)_~~ * `process.binding("inspector")` - callAndPauseOnStart _(inspector wiring; other utils like [ndb](https://github.com/GoogleChromeLabs/ndb)_ use this too) - consoleCall _(inspector wiring)_ - ~~open _(only existence checks, much like [Node does](https://github.com/nodejs/node/blob/b7c7c0c4961fd4e382b7cadcfb7c8360b8904a4a/lib/internal/modules/cjs/helpers.js#L113))_~~ * `process.binding("util")` - decorated_private_symbol _(error stack decoration)_ - getProxyDetails _(custom inspection)_ - setHiddenValue _(error stack decoration)_ - safeGetenv For chrome inspector wiring there has been some work to expose things like `originalConsole` (#21659), but more in this area is needed. For command-line checks the answer may be to use `process.execArgv`, but a more `config` like object form would be handy. For custom error stack decoration there is early feelers in #21958. Custom inspection helpers like `getProxyDetails`/`getPromiseDetails` and `safeGetenv` have nothing simmering at the moment. **Updated:** I ~~crossed through~~ API that have user-facing options. **Update:** Replaced `process.binding("inspector").open` inferences with `process.config.variables.v8_enable_inspector` checks.
1.0
Migration from process.binding - With #22004 landed to doc deprecate `process.binding` I was [encouraged to](https://github.com/nodejs/node/pull/22004#issuecomment-408580131) open an issue related to my use of it. Now is a great time to starting examining what from `process.binding` can be exposed in a user-friendly way. In my own experience I've attempted to use _(if available and there were no user-facing options)_ these bindings. My usage fits into these categories 1. chrome inspector wiring 1. command-line checks 1. custom error stack decoration 1. custom inspection The API run down as follows: * ~~`process.binding("config")`~~ - ~~experimentalREPLAwait _(command line checks)_~~ - ~~experimentalWorker _(command line checks)_~~ - ~~exposeInternals _(command line checks)_~~ - ~~preserveSymlinks _(command line checks)_~~ - ~~preserveSymlinksMain _(command line checks)_~~ * `process.binding("inspector")` - callAndPauseOnStart _(inspector wiring; other utils like [ndb](https://github.com/GoogleChromeLabs/ndb)_ use this too) - consoleCall _(inspector wiring)_ - ~~open _(only existence checks, much like [Node does](https://github.com/nodejs/node/blob/b7c7c0c4961fd4e382b7cadcfb7c8360b8904a4a/lib/internal/modules/cjs/helpers.js#L113))_~~ * `process.binding("util")` - decorated_private_symbol _(error stack decoration)_ - getProxyDetails _(custom inspection)_ - setHiddenValue _(error stack decoration)_ - safeGetenv For chrome inspector wiring there has been some work to expose things like `originalConsole` (#21659), but more in this area is needed. For command-line checks the answer may be to use `process.execArgv`, but a more `config` like object form would be handy. For custom error stack decoration there is early feelers in #21958. Custom inspection helpers like `getProxyDetails`/`getPromiseDetails` and `safeGetenv` have nothing simmering at the moment. **Updated:** I ~~crossed through~~ API that have user-facing options. **Update:** Replaced `process.binding("inspector").open` inferences with `process.config.variables.v8_enable_inspector` checks.
process
migration from process binding with landed to doc deprecate process binding i was open an issue related to my use of it now is a great time to starting examining what from process binding can be exposed in a user friendly way in my own experience i ve attempted to use if available and there were no user facing options these bindings my usage fits into these categories chrome inspector wiring command line checks custom error stack decoration custom inspection the api run down as follows process binding config experimentalreplawait command line checks experimentalworker command line checks exposeinternals command line checks preservesymlinks command line checks preservesymlinksmain command line checks process binding inspector callandpauseonstart inspector wiring other utils like use this too consolecall inspector wiring open only existence checks much like process binding util decorated private symbol error stack decoration getproxydetails custom inspection sethiddenvalue error stack decoration safegetenv for chrome inspector wiring there has been some work to expose things like originalconsole but more in this area is needed for command line checks the answer may be to use process execargv but a more config like object form would be handy for custom error stack decoration there is early feelers in custom inspection helpers like getproxydetails getpromisedetails and safegetenv have nothing simmering at the moment updated i crossed through api that have user facing options update replaced process binding inspector open inferences with process config variables enable inspector checks
1
64,967
7,850,624,776
IssuesEvent
2018-06-20 09:07:50
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
New Location for Spy Panel Button?
:Design :SpyPanel :Visualizations release_note:enhancement
Would it be possible to change the location of the Spy Panel button? Benefits of moving it into the upper right hand corner: • Info/SpyPanel, Edit, Delete buttons are in the same area for easy access • save some vertical space (saved space multiplies if user has more then one row of panels) • less distractions in the data viz box <img width="582" alt="spypanel-btn-newloc" src="https://cloud.githubusercontent.com/assets/1134701/10498940/7b332758-729b-11e5-9e4f-55ce7ccc6a58.png">
1.0
New Location for Spy Panel Button? - Would it be possible to change the location of the Spy Panel button? Benefits of moving it into the upper right hand corner: • Info/SpyPanel, Edit, Delete buttons are in the same area for easy access • save some vertical space (saved space multiplies if user has more then one row of panels) • less distractions in the data viz box <img width="582" alt="spypanel-btn-newloc" src="https://cloud.githubusercontent.com/assets/1134701/10498940/7b332758-729b-11e5-9e4f-55ce7ccc6a58.png">
non_process
new location for spy panel button would it be possible to change the location of the spy panel button benefits of moving it into the upper right hand corner • info spypanel edit delete buttons are in the same area for easy access • save some vertical space saved space multiplies if user has more then one row of panels • less distractions in the data viz box img width alt spypanel btn newloc src
0
251,036
27,142,144,933
IssuesEvent
2023-02-16 17:04:25
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] Dozens of Vulnerabilities Patched in Intel Products
SecurityWeek Stale
Intel has released patches for multiple critical- and high-severity vulnerabilities across its product portfolio. The post [Dozens of Vulnerabilities Patched in Intel Products](https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel-products/) appeared first on [SecurityWeek](https://www.securityweek.com). <https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel-products/>
True
[SecurityWeek] Dozens of Vulnerabilities Patched in Intel Products - Intel has released patches for multiple critical- and high-severity vulnerabilities across its product portfolio. The post [Dozens of Vulnerabilities Patched in Intel Products](https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel-products/) appeared first on [SecurityWeek](https://www.securityweek.com). <https://www.securityweek.com/dozens-of-vulnerabilities-patched-in-intel-products/>
non_process
dozens of vulnerabilities patched in intel products intel has released patches for multiple critical and high severity vulnerabilities across its product portfolio the post appeared first on
0
6,077
3,737,592,054
IssuesEvent
2016-03-08 19:48:49
jeff1evesque/drupal-demonstration
https://api.github.com/repos/jeff1evesque/drupal-demonstration
closed
Create 'rhel_07_020010.pp'
build new feature
We will create `rhel_07_020010.pp`, to ensure: >The ypserv package must not be installed.
1.0
Create 'rhel_07_020010.pp' - We will create `rhel_07_020010.pp`, to ensure: >The ypserv package must not be installed.
non_process
create rhel pp we will create rhel pp to ensure the ypserv package must not be installed
0
2,340
5,144,815,736
IssuesEvent
2017-01-12 19:44:53
jlm2017/jlm-video-subtitles
https://api.github.com/repos/jlm2017/jlm-video-subtitles
closed
[Subtitles] [FR] «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON
Language: French Process: [4] Ready for review (2)
# Video title «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON # URL https://www.youtube.com/watch?v=IV-0iLADRFk # Youtube subtitles language Français # Duration 8:55 # Subtitles URL https://www.youtube.com/timedtext_editor?ui=hd&v=IV-0iLADRFk&action_mde_edit_form=1&ref=player&lang=fr&tab=captions&bl=vmp
1.0
[Subtitles] [FR] «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON - # Video title «UN CHAUFFEUR UBER NE GAGNE MÊME PAS LE SMIC» - MÉLENCHON # URL https://www.youtube.com/watch?v=IV-0iLADRFk # Youtube subtitles language Français # Duration 8:55 # Subtitles URL https://www.youtube.com/timedtext_editor?ui=hd&v=IV-0iLADRFk&action_mde_edit_form=1&ref=player&lang=fr&tab=captions&bl=vmp
process
«un chauffeur uber ne gagne même pas le smic» mélenchon video title «un chauffeur uber ne gagne même pas le smic» mélenchon url youtube subtitles language français duration subtitles url
1
10,042
13,044,161,629
IssuesEvent
2020-07-29 03:47:24
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
UCP: Migrate scalar function `SubDateIntDecimal` from TiDB
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
## Description Port the scalar function `SubDateIntDecimal` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
2.0
UCP: Migrate scalar function `SubDateIntDecimal` from TiDB - ## Description Port the scalar function `SubDateIntDecimal` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @andylokandy ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
process
ucp migrate scalar function subdateintdecimal from tidb description port the scalar function subdateintdecimal from tidb to coprocessor score mentor s andylokandy recommended skills rust programming learning materials already implemented expressions ported from tidb
1
247,970
20,988,438,744
IssuesEvent
2022-03-29 06:59:36
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: cdc/schemareg failed
C-test-failure O-robot O-roachtest branch-master release-blocker T-cdc
roachtest.cdc/schemareg [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/cdc/schemareg) on master @ [29716850b181718594663889ddb5f479fef7a305](https://github.com/cockroachdb/cockroach/commits/29716850b181718594663889ddb5f479fef7a305): ``` The test failed on branch=master, cloud=gce: test artifacts and logs in: /artifacts/cdc/schemareg/run_1 cluster.go:1868,cdc.go:484,cdc.go:881,test_runner.go:875: one or more parallel execution failure (1) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).ParallelE | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2042 | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Parallel | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:1923 | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Start | github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:167 | github.com/cockroachdb/cockroach/pkg/roachprod.Start | github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:660 | main.(*clusterImpl).StartE | main/pkg/cmd/roachtest/cluster.go:1826 | main.(*clusterImpl).Start | main/pkg/cmd/roachtest/cluster.go:1867 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCSchemaRegistry | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:484 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDC.func11 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:881 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:875 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1581 Wraps: (2) one or more parallel execution failure Error types: (1) *withstack.withStack (2) *errutil.leafError ``` <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/cdc <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/schemareg.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-14254
2.0
roachtest: cdc/schemareg failed - roachtest.cdc/schemareg [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=4713654&tab=artifacts#/cdc/schemareg) on master @ [29716850b181718594663889ddb5f479fef7a305](https://github.com/cockroachdb/cockroach/commits/29716850b181718594663889ddb5f479fef7a305): ``` The test failed on branch=master, cloud=gce: test artifacts and logs in: /artifacts/cdc/schemareg/run_1 cluster.go:1868,cdc.go:484,cdc.go:881,test_runner.go:875: one or more parallel execution failure (1) attached stack trace -- stack trace: | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).ParallelE | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2042 | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Parallel | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:1923 | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Start | github.com/cockroachdb/cockroach/pkg/roachprod/install/cockroach.go:167 | github.com/cockroachdb/cockroach/pkg/roachprod.Start | github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:660 | main.(*clusterImpl).StartE | main/pkg/cmd/roachtest/cluster.go:1826 | main.(*clusterImpl).Start | main/pkg/cmd/roachtest/cluster.go:1867 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCSchemaRegistry | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:484 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDC.func11 | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:881 | main.(*testRunner).runTest.func2 | main/pkg/cmd/roachtest/test_runner.go:875 | runtime.goexit | GOROOT/src/runtime/asm_amd64.s:1581 Wraps: (2) one or more parallel execution failure Error types: (1) *withstack.withStack (2) *errutil.leafError ``` <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/cdc <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/schemareg.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-14254
non_process
roachtest cdc schemareg failed roachtest cdc schemareg with on master the test failed on branch master cloud gce test artifacts and logs in artifacts cdc schemareg run cluster go cdc go cdc go test runner go one or more parallel execution failure attached stack trace stack trace github com cockroachdb cockroach pkg roachprod install syncedcluster parallele github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod install syncedcluster parallel github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod install syncedcluster start github com cockroachdb cockroach pkg roachprod install cockroach go github com cockroachdb cockroach pkg roachprod start github com cockroachdb cockroach pkg roachprod roachprod go main clusterimpl starte main pkg cmd roachtest cluster go main clusterimpl start main pkg cmd roachtest cluster go github com cockroachdb cockroach pkg cmd roachtest tests runcdcschemaregistry github com cockroachdb cockroach pkg cmd roachtest tests cdc go github com cockroachdb cockroach pkg cmd roachtest tests registercdc github com cockroachdb cockroach pkg cmd roachtest tests cdc go main testrunner runtest main pkg cmd roachtest test runner go runtime goexit goroot src runtime asm s wraps one or more parallel execution failure error types withstack withstack errutil leaferror help see see cc cockroachdb cdc jira issue crdb
0
10,018
12,018,106,548
IssuesEvent
2020-04-10 20:00:08
endgameinc/eql
https://api.github.com/repos/endgameinc/eql
opened
Backport changes from Elasticsearch EQL
compatibility meta
### Context EQL is being developed directly in Elasticsearch and can be tracked here: https://github.com/elastic/elasticsearch/issues/51556 We've identified places where we need to tighten the semantics for EQL, make changes to existing behavior, or limit what can be expressed in the language. This meta issue is to track all the changes we need to back port to resolve incongruities between Endpoint and Elasticsearch EQL. This will help prepare users of EQL and Elastic endpoint security to make migration easier. Changes will be tracked in the [feature/backport](https://github.com/endgameinc/eql/tree/feature/backport) branch. ### Parser and validation updates * require explicit boolean behaviors: no auto-casting of bools * allow `null` to be compared to anything. currently, `null == 5` is not allowed * use Elasticsearch time units for sequences, and remove float intervals https://github.com/elastic/elasticsearch/issues/54760 ### Runtime updates * function behavior: always propagate nulls from required arguments * correct handling of three-value boolean logic (true, false, null) * toggle-able case-sensitivity. right now, case-insensitivity is always on. we should add an option to turn this off, while preserving the default behavior. this parameter could be set by updating the config set to the parser or inspecting the rule metadata. ### To be determined * ES allows multi-valued fields to be indexed and queried, but within painless we may get one member back instead of the full array (need to investigate. see https://github.com/elastic/elasticsearch/issues/54970) * if so, we should allow `==` and other comparisons to check array membership ### Test Suite * As changes are made, the `test_queries.toml` file should be updated * We should update the test suite to externalize multiple tests * syntax and parsing * semantics, type checking, verifying, etc * folding * run-time function evaluation * query and result validation cc @colings86 @costin @paulewing
True
Backport changes from Elasticsearch EQL - ### Context EQL is being developed directly in Elasticsearch and can be tracked here: https://github.com/elastic/elasticsearch/issues/51556 We've identified places where we need to tighten the semantics for EQL, make changes to existing behavior, or limit what can be expressed in the language. This meta issue is to track all the changes we need to back port to resolve incongruities between Endpoint and Elasticsearch EQL. This will help prepare users of EQL and Elastic endpoint security to make migration easier. Changes will be tracked in the [feature/backport](https://github.com/endgameinc/eql/tree/feature/backport) branch. ### Parser and validation updates * require explicit boolean behaviors: no auto-casting of bools * allow `null` to be compared to anything. currently, `null == 5` is not allowed * use Elasticsearch time units for sequences, and remove float intervals https://github.com/elastic/elasticsearch/issues/54760 ### Runtime updates * function behavior: always propagate nulls from required arguments * correct handling of three-value boolean logic (true, false, null) * toggle-able case-sensitivity. right now, case-insensitivity is always on. we should add an option to turn this off, while preserving the default behavior. this parameter could be set by updating the config set to the parser or inspecting the rule metadata. ### To be determined * ES allows multi-valued fields to be indexed and queried, but within painless we may get one member back instead of the full array (need to investigate. see https://github.com/elastic/elasticsearch/issues/54970) * if so, we should allow `==` and other comparisons to check array membership ### Test Suite * As changes are made, the `test_queries.toml` file should be updated * We should update the test suite to externalize multiple tests * syntax and parsing * semantics, type checking, verifying, etc * folding * run-time function evaluation * query and result validation cc @colings86 @costin @paulewing
non_process
backport changes from elasticsearch eql context eql is being developed directly in elasticsearch and can be tracked here we ve identified places where we need to tighten the semantics for eql make changes to existing behavior or limit what can be expressed in the language this meta issue is to track all the changes we need to back port to resolve incongruities between endpoint and elasticsearch eql this will help prepare users of eql and elastic endpoint security to make migration easier changes will be tracked in the branch parser and validation updates require explicit boolean behaviors no auto casting of bools allow null to be compared to anything currently null is not allowed use elasticsearch time units for sequences and remove float intervals runtime updates function behavior always propagate nulls from required arguments correct handling of three value boolean logic true false null toggle able case sensitivity right now case insensitivity is always on we should add an option to turn this off while preserving the default behavior this parameter could be set by updating the config set to the parser or inspecting the rule metadata to be determined es allows multi valued fields to be indexed and queried but within painless we may get one member back instead of the full array need to investigate see if so we should allow and other comparisons to check array membership test suite as changes are made the test queries toml file should be updated we should update the test suite to externalize multiple tests syntax and parsing semantics type checking verifying etc folding run time function evaluation query and result validation cc costin paulewing
0
538
2,966,842,208
IssuesEvent
2015-07-12 09:26:50
mattjhayes/nmeta
https://api.github.com/repos/mattjhayes/nmeta
opened
Protocol Support Roadmap
Compatibility Functional Roadmap
This GitHub issue is a roadmap for nmeta protocol support enhancements. It is intended to be long-lived, with regular updates and issues raised separately to implement specific features. It is thus an evolving guide that provides context and direction to work on specific enhancements. Potential enhancements include: #3 - IPv6 Support #4 - IP Multicast Support #7 - VLAN Support #6 - IEEE 802.1x Support #5 - IP Fragment Support #78 - OpenFlow 1.4 Support #79 - OpenFlow 1.5 Support
True
Protocol Support Roadmap - This GitHub issue is a roadmap for nmeta protocol support enhancements. It is intended to be long-lived, with regular updates and issues raised separately to implement specific features. It is thus an evolving guide that provides context and direction to work on specific enhancements. Potential enhancements include: #3 - IPv6 Support #4 - IP Multicast Support #7 - VLAN Support #6 - IEEE 802.1x Support #5 - IP Fragment Support #78 - OpenFlow 1.4 Support #79 - OpenFlow 1.5 Support
non_process
protocol support roadmap this github issue is a roadmap for nmeta protocol support enhancements it is intended to be long lived with regular updates and issues raised separately to implement specific features it is thus an evolving guide that provides context and direction to work on specific enhancements potential enhancements include support ip multicast support vlan support ieee support ip fragment support openflow support openflow support
0
4,344
7,246,143,784
IssuesEvent
2018-02-14 20:34:22
hardvolk/foodie-journal
https://api.github.com/repos/hardvolk/foodie-journal
closed
Subir el template de la página 2 a un repositorio remoto
In process
La página 2 es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
1.0
Subir el template de la página 2 a un repositorio remoto - La página 2 es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
process
subir el template de la página a un repositorio remoto la página es cuando le das clic en log in y te lleva a ver los diferentes tipos de comida que se tienen
1
1,966
2,684,054,217
IssuesEvent
2015-03-28 16:19:33
oxyplot/oxyplot
https://api.github.com/repos/oxyplot/oxyplot
closed
Position of axis title
CodePlex unconfirmed-bug
**Imported from [http://oxyplot.codeplex.com/workitem/9594](http://oxyplot.codeplex.com/workitem/9594)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2011-11-18 06:22 Wrong position of axis title when angle is != 0. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-30 22:46 I agree. The titles are centered, when I think an angled label is expected to be mid-left oriented such that the text starts aligned with the column bar. And we don't want the text on the graph itself. Even moving it down still leaves the text way too far left. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-30 23:30 I thought at first that this text was being rendered by the ColumnSeries RenderLabel method. That's nice because I could override that method (and use an ugly hack to get at the internal ValidItemsIndexInversion). However, that method is not hit. Rather it appears that the text is rendered in the HorizontalAndVerticalAxisRenderer class, and I have no way to inject my inheritor of that class. (And that class is not modular enough to overload in a decent fashion.) In general, I think OxyPlot could benefit a lot from an IoC approach to overriding the rendering. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-31 00:25 I attempted to find all children TextBlock objects and update their transform. However, the chart is rendered in the CompositeTarget.Rendering method. I have no way to know when that is done processing. There's not a single virtual method in PlotModel (period) that I can override to determine when the rendering is done. Somebody throw me a bone... **[objo](http://www.codeplex.com/site/users/view/objo)** 2012-06-04 22:25 I guess you mean the axis values (numbers, category name, date, time), not the titles? And this is only a problem on horizontal axes? I tried the following model: <pre><code> [Example("Angled axis numbers")] public static PlotModel AngledAxisNumbers() { var model = new PlotModel("Angled axis numbers"); model.Axes.Add(new LinearAxis(AxisPosition.Bottom, -1, 1, "Bottom axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Left, -1, 1, "Left axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Top, -1, 1, "Top axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Right, -1, 1, "Right axis") { Angle = 45 }); return model; } </code></pre> Is this reproducing your issue properly? We should correct the bug on the horizontal alignment for the rotated values. Can also make more of the rendering virtual as you suggest, that is probably a good idea! **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-06-05 19:10 Yes, the axis values should not be centered when using the Angle feature. I made a fork entitled OxyPlotTickFixes that now contains some virtual methods. Using those I was able to work around this issue with my own inheritor of CategoryAxis like this: private class SlantCategoryAxis: CategoryAxis { <pre><code>public SlantCategoryAxis(): base(AxisPosition.Bottom) { Angle = 25; IsTickCentered = false; AxisTickToLabelDistance = 0; } private class SlantRenderer: HorizontalAndVerticalAxisRenderer { public SlantRenderer(IRenderContext rc, PlotModel plot) : base(rc, plot) { } protected override void GetAxisLabelRotatedAlignments(double angle, HorizontalTextAlign defaultHorizontalAlignment, VerticalTextAlign defaultVerticalAlignment, out HorizontalTextAlign ha, out VerticalTextAlign va) { ha = HorizontalTextAlign.Left; va = VerticalTextAlign.Middle; } } public override AxisRendererBase CreateRenderer(IRenderContext rc, PlotModel model) { return new SlantRenderer(rc, model); }</code></pre> } **[EvaldsUrtans](http://www.codeplex.com/site/users/view/EvaldsUrtans)** 2013-10-18 11:38 You can also make some changes in HorizontalAndVerticalAxisRenderer class If you have code: <pre><code>CategoryAxis categoryAxis = new CategoryAxis { Position = AxisPosition.Bottom, AxislineStyle = LineStyle.Solid, TickStyle = TickStyle.None, IsPanEnabled = false, IsZoomEnabled = false, Angle = 45, IsTickCentered = false, AxisTickToLabelDistance = 10 };</code></pre> You can add these lines in Oxyplot\Render\HorizontalAndVerticalAxisRenderer.cs: <pre><code>var pt = new ScreenPoint(); var ha = HorizontalAlignment.Right; var va = VerticalAlignment.Middle; switch (axis.Position) { case AxisPosition.Left: pt = new ScreenPoint(axisPosition + a1 - axis.AxisTickToLabelDistance, transformedValue); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Right, VerticalAlignment.Middle, out ha, out va); break; case AxisPosition.Right: pt = new ScreenPoint(axisPosition + a1 + axis.AxisTickToLabelDistance, transformedValue); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Left, VerticalAlignment.Middle, out ha, out va); break; case AxisPosition.Top: pt = new ScreenPoint(transformedValue, axisPosition + a1 - axis.AxisTickToLabelDistance); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Center, VerticalAlignment.Bottom, out ha, out va); break; case AxisPosition.Bottom: pt = new ScreenPoint(transformedValue, axisPosition + a1 + axis.AxisTickToLabelDistance); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Center, VerticalAlignment.Top, out ha, out va); break; } //Add following block if(axis is CategoryAxis) { if(axis.Angle != 0.0) { ha = HorizontalAlignment.Left; va = VerticalAlignment.Middle; } }</code></pre> **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-07-10 12:15 Please create a pull request including an example!
1.0
Position of axis title - **Imported from [http://oxyplot.codeplex.com/workitem/9594](http://oxyplot.codeplex.com/workitem/9594)** **[objo](http://www.codeplex.com/site/users/view/objo)** 2011-11-18 06:22 Wrong position of axis title when angle is != 0. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-30 22:46 I agree. The titles are centered, when I think an angled label is expected to be mid-left oriented such that the text starts aligned with the column bar. And we don't want the text on the graph itself. Even moving it down still leaves the text way too far left. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-30 23:30 I thought at first that this text was being rendered by the ColumnSeries RenderLabel method. That's nice because I could override that method (and use an ugly hack to get at the internal ValidItemsIndexInversion). However, that method is not hit. Rather it appears that the text is rendered in the HorizontalAndVerticalAxisRenderer class, and I have no way to inject my inheritor of that class. (And that class is not modular enough to overload in a decent fashion.) In general, I think OxyPlot could benefit a lot from an IoC approach to overriding the rendering. **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-05-31 00:25 I attempted to find all children TextBlock objects and update their transform. However, the chart is rendered in the CompositeTarget.Rendering method. I have no way to know when that is done processing. There's not a single virtual method in PlotModel (period) that I can override to determine when the rendering is done. Somebody throw me a bone... **[objo](http://www.codeplex.com/site/users/view/objo)** 2012-06-04 22:25 I guess you mean the axis values (numbers, category name, date, time), not the titles? And this is only a problem on horizontal axes? I tried the following model: <pre><code> [Example("Angled axis numbers")] public static PlotModel AngledAxisNumbers() { var model = new PlotModel("Angled axis numbers"); model.Axes.Add(new LinearAxis(AxisPosition.Bottom, -1, 1, "Bottom axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Left, -1, 1, "Left axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Top, -1, 1, "Top axis") { Angle = 45 }); model.Axes.Add(new LinearAxis(AxisPosition.Right, -1, 1, "Right axis") { Angle = 45 }); return model; } </code></pre> Is this reproducing your issue properly? We should correct the bug on the horizontal alignment for the rotated values. Can also make more of the rendering virtual as you suggest, that is probably a good idea! **[brantheman](http://www.codeplex.com/site/users/view/brantheman)** 2012-06-05 19:10 Yes, the axis values should not be centered when using the Angle feature. I made a fork entitled OxyPlotTickFixes that now contains some virtual methods. Using those I was able to work around this issue with my own inheritor of CategoryAxis like this: private class SlantCategoryAxis: CategoryAxis { <pre><code>public SlantCategoryAxis(): base(AxisPosition.Bottom) { Angle = 25; IsTickCentered = false; AxisTickToLabelDistance = 0; } private class SlantRenderer: HorizontalAndVerticalAxisRenderer { public SlantRenderer(IRenderContext rc, PlotModel plot) : base(rc, plot) { } protected override void GetAxisLabelRotatedAlignments(double angle, HorizontalTextAlign defaultHorizontalAlignment, VerticalTextAlign defaultVerticalAlignment, out HorizontalTextAlign ha, out VerticalTextAlign va) { ha = HorizontalTextAlign.Left; va = VerticalTextAlign.Middle; } } public override AxisRendererBase CreateRenderer(IRenderContext rc, PlotModel model) { return new SlantRenderer(rc, model); }</code></pre> } **[EvaldsUrtans](http://www.codeplex.com/site/users/view/EvaldsUrtans)** 2013-10-18 11:38 You can also make some changes in HorizontalAndVerticalAxisRenderer class If you have code: <pre><code>CategoryAxis categoryAxis = new CategoryAxis { Position = AxisPosition.Bottom, AxislineStyle = LineStyle.Solid, TickStyle = TickStyle.None, IsPanEnabled = false, IsZoomEnabled = false, Angle = 45, IsTickCentered = false, AxisTickToLabelDistance = 10 };</code></pre> You can add these lines in Oxyplot\Render\HorizontalAndVerticalAxisRenderer.cs: <pre><code>var pt = new ScreenPoint(); var ha = HorizontalAlignment.Right; var va = VerticalAlignment.Middle; switch (axis.Position) { case AxisPosition.Left: pt = new ScreenPoint(axisPosition + a1 - axis.AxisTickToLabelDistance, transformedValue); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Right, VerticalAlignment.Middle, out ha, out va); break; case AxisPosition.Right: pt = new ScreenPoint(axisPosition + a1 + axis.AxisTickToLabelDistance, transformedValue); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Left, VerticalAlignment.Middle, out ha, out va); break; case AxisPosition.Top: pt = new ScreenPoint(transformedValue, axisPosition + a1 - axis.AxisTickToLabelDistance); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Center, VerticalAlignment.Bottom, out ha, out va); break; case AxisPosition.Bottom: pt = new ScreenPoint(transformedValue, axisPosition + a1 + axis.AxisTickToLabelDistance); this.GetRotatedAlignments( axis.Angle, HorizontalAlignment.Center, VerticalAlignment.Top, out ha, out va); break; } //Add following block if(axis is CategoryAxis) { if(axis.Angle != 0.0) { ha = HorizontalAlignment.Left; va = VerticalAlignment.Middle; } }</code></pre> **[objo](http://www.codeplex.com/site/users/view/objo)** 2014-07-10 12:15 Please create a pull request including an example!
non_process
position of axis title imported from wrong position of axis title when angle is i agree the titles are centered when i think an angled label is expected to be mid left oriented such that the text starts aligned with the column bar and we don t want the text on the graph itself even moving it down still leaves the text way too far left i thought at first that this text was being rendered by the columnseries renderlabel method that s nice because i could override that method and use an ugly hack to get at the internal validitemsindexinversion however that method is not hit rather it appears that the text is rendered in the horizontalandverticalaxisrenderer class and i have no way to inject my inheritor of that class and that class is not modular enough to overload in a decent fashion in general i think oxyplot could benefit a lot from an ioc approach to overriding the rendering i attempted to find all children textblock objects and update their transform however the chart is rendered in the compositetarget rendering method i have no way to know when that is done processing there s not a single virtual method in plotmodel period that i can override to determine when the rendering is done somebody throw me a bone i guess you mean the axis values numbers category name date time not the titles and this is only a problem on horizontal axes i tried the following model public static plotmodel angledaxisnumbers var model new plotmodel angled axis numbers model axes add new linearaxis axisposition bottom bottom axis angle model axes add new linearaxis axisposition left left axis angle model axes add new linearaxis axisposition top top axis angle model axes add new linearaxis axisposition right right axis angle return model is this reproducing your issue properly we should correct the bug on the horizontal alignment for the rotated values can also make more of the rendering virtual as you suggest that is probably a good idea yes the axis values should not be centered when using the angle feature i made a fork entitled oxyplottickfixes that now contains some virtual methods using those i was able to work around this issue with my own inheritor of categoryaxis like this private class slantcategoryaxis categoryaxis public slantcategoryaxis base axisposition bottom angle istickcentered false axisticktolabeldistance private class slantrenderer horizontalandverticalaxisrenderer public slantrenderer irendercontext rc plotmodel plot base rc plot protected override void getaxislabelrotatedalignments double angle horizontaltextalign defaulthorizontalalignment verticaltextalign defaultverticalalignment out horizontaltextalign ha out verticaltextalign va ha horizontaltextalign left va verticaltextalign middle public override axisrendererbase createrenderer irendercontext rc plotmodel model return new slantrenderer rc model you can also make some changes in horizontalandverticalaxisrenderer class if you have code categoryaxis categoryaxis new categoryaxis position axisposition bottom axislinestyle linestyle solid tickstyle tickstyle none ispanenabled false iszoomenabled false angle istickcentered false axisticktolabeldistance you can add these lines in oxyplot render horizontalandverticalaxisrenderer cs var pt new screenpoint var ha horizontalalignment right var va verticalalignment middle switch axis position case axisposition left pt new screenpoint axisposition axis axisticktolabeldistance transformedvalue this getrotatedalignments axis angle horizontalalignment right verticalalignment middle out ha out va break case axisposition right pt new screenpoint axisposition axis axisticktolabeldistance transformedvalue this getrotatedalignments axis angle horizontalalignment left verticalalignment middle out ha out va break case axisposition top pt new screenpoint transformedvalue axisposition axis axisticktolabeldistance this getrotatedalignments axis angle horizontalalignment center verticalalignment bottom out ha out va break case axisposition bottom pt new screenpoint transformedvalue axisposition axis axisticktolabeldistance this getrotatedalignments axis angle horizontalalignment center verticalalignment top out ha out va break add following block if axis is categoryaxis if axis angle ha horizontalalignment left va verticalalignment middle please create a pull request including an example
0
4,088
7,043,854,829
IssuesEvent
2017-12-31 14:00:42
AkihikoWatanabe/paper_notes
https://api.github.com/repos/AkihikoWatanabe/paper_notes
opened
Prediction-based portfolio optimization model using neural networks, Freitas+, Neurocomputing'09
Neural TimeSeriesDataProcessing
http://dl.acm.org/citation.cfm?id=1539984
1.0
Prediction-based portfolio optimization model using neural networks, Freitas+, Neurocomputing'09 - http://dl.acm.org/citation.cfm?id=1539984
process
prediction based portfolio optimization model using neural networks freitas neurocomputing
1
429,734
12,427,008,165
IssuesEvent
2020-05-25 00:27:56
eclipse-ee4j/glassfish
https://api.github.com/repos/eclipse-ee4j/glassfish
closed
Instances keep logging No route to host
ERR: Assignee Priority: Minor Stale Type: Bug
I have a GlassFish 3.1.1 cluster setup and all of the instances keep filling up the logs with: [#|2011-08-18T12:30:27.604-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:29.605-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=31;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:31.609-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=32;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:33.613-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=33;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:35.617-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=37;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:37.622-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=38;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:39.626-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=39;_ThreadName=Thread-2;|No route to host|#] I don't know what host they are trying to connect to, but everything seems to be working. Any idea what is cuasing this? As work around I've turned off logging for the com.sun.grizzly.config.GrizzlyServiceListener class, but I still want to know the cause. #### Environment CentOS 5.6 x64 java version "1.6.0_26" Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) #### Affected Versions [3.1.1]
1.0
Instances keep logging No route to host - I have a GlassFish 3.1.1 cluster setup and all of the instances keep filling up the logs with: [#|2011-08-18T12:30:27.604-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=29;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:29.605-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=31;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:31.609-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=32;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:33.613-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=33;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:35.617-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=37;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:37.622-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=38;_ThreadName=Thread-2;|No route to host|#] [#|2011-08-18T12:30:39.626-0500|SEVERE|glassfish3.1.1|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=39;_ThreadName=Thread-2;|No route to host|#] I don't know what host they are trying to connect to, but everything seems to be working. Any idea what is cuasing this? As work around I've turned off logging for the com.sun.grizzly.config.GrizzlyServiceListener class, but I still want to know the cause. #### Environment CentOS 5.6 x64 java version "1.6.0_26" Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) #### Affected Versions [3.1.1]
non_process
instances keep logging no route to host i have a glassfish cluster setup and all of the instances keep filling up the logs with i don t know what host they are trying to connect to but everything seems to be working any idea what is cuasing this as work around i ve turned off logging for the com sun grizzly config grizzlyservicelistener class but i still want to know the cause environment centos java version java hotspot tm bit server vm build mixed mode affected versions
0
25,442
4,321,868,979
IssuesEvent
2016-07-25 12:04:01
netty/netty
https://api.github.com/repos/netty/netty
closed
Investigate GlobalEventExecutorTest.testAutomaticStartStop test failure
defect
Failed on CI: ``` java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> ```
1.0
Investigate GlobalEventExecutorTest.testAutomaticStartStop test failure - Failed on CI: ``` java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> java.lang.AssertionError: Expected: sameInstance(<Thread[globalEventExecutor-2-6,5,]>) but: was <Thread[globalEventExecutor-2-7,5,main]> ```
non_process
investigate globaleventexecutortest testautomaticstartstop test failure failed on ci java lang assertionerror expected sameinstance but was java lang assertionerror expected sameinstance but was
0
125,017
10,333,690,251
IssuesEvent
2019-09-03 06:21:36
Vachok/ftpplus
https://api.github.com/repos/Vachok/ftpplus
closed
testWriteToDB - Fail [D17]
Highest TestQuality bug resolution_Fixed
Execute UserInfoTest::testWriteToDB\*\*testWriteToDB\*\* \*UserInfoTest\* \*Update = 1 . (insert into velkompc (NamePP, AddressPP, SegmentPP , OnlineNow, instr)) did not expect to find [true] but found [false]\* \*java.lang.AssertionError\*
1.0
testWriteToDB - Fail [D17] - Execute UserInfoTest::testWriteToDB\*\*testWriteToDB\*\* \*UserInfoTest\* \*Update = 1 . (insert into velkompc (NamePP, AddressPP, SegmentPP , OnlineNow, instr)) did not expect to find [true] but found [false]\* \*java.lang.AssertionError\*
non_process
testwritetodb fail execute userinfotest testwritetodb testwritetodb userinfotest update insert into velkompc namepp addresspp segmentpp onlinenow instr did not expect to find but found java lang assertionerror
0
17,165
22,742,825,817
IssuesEvent
2022-07-07 06:18:30
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
opened
Iterate over Side effects
kind/toil team/distributed team/process-automation
**Description** Side effects have been added in the early days when we had processing and reprocessing. In order to not redo certain actions, like sending requests or responses on reprocessing (all records have been reprocessed before) we introduced something we called SideEffects. The side effects have been executed only after commands have been processed. After we migrated to "real" event stream processing only commands are processed (where side effects happen) and events are applied directly. On restart we reapply the events, so no commands are "reprocessed". This means we in general don't need that for the case of preventing sending requests or responses again. One use case, which we might still have/need is to send requests / response only if the processing is successful and done. We need to clarify this. **Todo:** - [ ] Clarify that use case or question whether we still want to support executing side effects after successful processing only https://github.com/camunda/zeebe/issues/9686 - [ ] If yes, we might want to improve the current side effects to make it not so instable like it is right now (if a side effect is added it is likely the previous is overwritten). We maybe want to support a queue - [ ] If no, remove the side effects and send requests / responses directly
1.0
Iterate over Side effects - **Description** Side effects have been added in the early days when we had processing and reprocessing. In order to not redo certain actions, like sending requests or responses on reprocessing (all records have been reprocessed before) we introduced something we called SideEffects. The side effects have been executed only after commands have been processed. After we migrated to "real" event stream processing only commands are processed (where side effects happen) and events are applied directly. On restart we reapply the events, so no commands are "reprocessed". This means we in general don't need that for the case of preventing sending requests or responses again. One use case, which we might still have/need is to send requests / response only if the processing is successful and done. We need to clarify this. **Todo:** - [ ] Clarify that use case or question whether we still want to support executing side effects after successful processing only https://github.com/camunda/zeebe/issues/9686 - [ ] If yes, we might want to improve the current side effects to make it not so instable like it is right now (if a side effect is added it is likely the previous is overwritten). We maybe want to support a queue - [ ] If no, remove the side effects and send requests / responses directly
process
iterate over side effects description side effects have been added in the early days when we had processing and reprocessing in order to not redo certain actions like sending requests or responses on reprocessing all records have been reprocessed before we introduced something we called sideeffects the side effects have been executed only after commands have been processed after we migrated to real event stream processing only commands are processed where side effects happen and events are applied directly on restart we reapply the events so no commands are reprocessed this means we in general don t need that for the case of preventing sending requests or responses again one use case which we might still have need is to send requests response only if the processing is successful and done we need to clarify this todo clarify that use case or question whether we still want to support executing side effects after successful processing only if yes we might want to improve the current side effects to make it not so instable like it is right now if a side effect is added it is likely the previous is overwritten we maybe want to support a queue if no remove the side effects and send requests responses directly
1
16,308
20,960,721,782
IssuesEvent
2022-03-27 19:05:27
lynnandtonic/nestflix.fun
https://api.github.com/repos/lynnandtonic/nestflix.fun
closed
Add a second film by kirk
suggested title in process
Please add as much of the following info as you can: Title: a second film by kirk Type (film/tv show): film Film or show in which it appears: Gilmore Girls: A Year In The Life Is the parent film/show streaming anywhere? Netflix About when in the parent film/show does it appear? Episode "Fall" Actual footage of the film/show can be seen (yes/no)? Yes
1.0
Add a second film by kirk - Please add as much of the following info as you can: Title: a second film by kirk Type (film/tv show): film Film or show in which it appears: Gilmore Girls: A Year In The Life Is the parent film/show streaming anywhere? Netflix About when in the parent film/show does it appear? Episode "Fall" Actual footage of the film/show can be seen (yes/no)? Yes
process
add a second film by kirk please add as much of the following info as you can title a second film by kirk type film tv show film film or show in which it appears gilmore girls a year in the life is the parent film show streaming anywhere netflix about when in the parent film show does it appear episode fall actual footage of the film show can be seen yes no yes
1
8,475
11,642,988,850
IssuesEvent
2020-02-29 10:40:51
symfony/symfony
https://api.github.com/repos/symfony/symfony
closed
Symfony Process Component does not run audit2allow properly
Bug Process Status: Needs Review
**Symfony version(s) affected**: symfony/process v4.4.4 Symfony Process Component **Description** Seems that ```audit2allow``` is prevented from accessing ```/var/log/audit/audit.log``` even though PHP is as root. **How to reproduce** ```exec("audit2allow -a -M a2a");``` works just fine, ```a2a.pp``` and ```a2a.te``` is produced. However, ``` $process = new Process(['audit2allow', '-a', '-M', 'a2a']); $process->run(); if (!$process->isSuccessful()) { throw new ProcessFailedException($process); } echo $process->getOutput(); ``` yields ``` Symfony\Component\Process\Exception\ProcessFailedException : The command "'audit2allow' '-a' '-M' 'a2a'" failed. Exit Code: 1(General error) Working directory: /var/www/html/example Output: ================ compilation failed: a2a.te:6:ERROR 'syntax error' at token '' on line 6: /usr/bin/checkmodule: error(s) encountered while parsing configuration /usr/bin/checkmodule: loading policy configuration from a2a.te ``` which is the typical output when there is a empty ```/var/log/audit/audit.log```
1.0
Symfony Process Component does not run audit2allow properly - **Symfony version(s) affected**: symfony/process v4.4.4 Symfony Process Component **Description** Seems that ```audit2allow``` is prevented from accessing ```/var/log/audit/audit.log``` even though PHP is as root. **How to reproduce** ```exec("audit2allow -a -M a2a");``` works just fine, ```a2a.pp``` and ```a2a.te``` is produced. However, ``` $process = new Process(['audit2allow', '-a', '-M', 'a2a']); $process->run(); if (!$process->isSuccessful()) { throw new ProcessFailedException($process); } echo $process->getOutput(); ``` yields ``` Symfony\Component\Process\Exception\ProcessFailedException : The command "'audit2allow' '-a' '-M' 'a2a'" failed. Exit Code: 1(General error) Working directory: /var/www/html/example Output: ================ compilation failed: a2a.te:6:ERROR 'syntax error' at token '' on line 6: /usr/bin/checkmodule: error(s) encountered while parsing configuration /usr/bin/checkmodule: loading policy configuration from a2a.te ``` which is the typical output when there is a empty ```/var/log/audit/audit.log```
process
symfony process component does not run properly symfony version s affected symfony process symfony process component description seems that is prevented from accessing var log audit audit log even though php is as root how to reproduce exec a m works just fine pp and te is produced however process new process process run if process issuccessful throw new processfailedexception process echo process getoutput yields symfony component process exception processfailedexception the command a m failed exit code general error working directory var www html example output compilation failed te error syntax error at token on line usr bin checkmodule error s encountered while parsing configuration usr bin checkmodule loading policy configuration from te which is the typical output when there is a empty var log audit audit log
1
81,740
23,542,061,282
IssuesEvent
2022-08-20 14:57:18
google/mediapipe
https://api.github.com/repos/google/mediapipe
opened
offer another pypl build that includes more models, or another method to use heavy model without download?
type:build/install
I'm trying to use mediapipe in a GCP cloud function (Python). My biggest issue is that I want to use models other than the default model (complexity=1) for pose landmark detection. I'm most interested in getting a better segmentation mask from the pose object, so I'd like to opt for the complexity=2 model, but the problem is that this model is not included in the package by default, and the ```_download_oss_pose_landmark_model(model_complexity)``` function that gets called when you create a pose object doesn't have the permissions it needs within a GCP cloud function. Plus, I'd rather not have to download a model every time I run the function from a fresh instance... I created a fork where I downloaded/included the appropriate model I wanted and commented out the call to download the model, but I can't figure out how I can include this in my cloud function. I tried building it again and included it within my cloud function's zip file, but it didn't work. I tried linking to my GitHub repo within the requirements.txt, that failed as well. The solution I'd love would be if you could create an official 'mediapipe-full' package that includes all the tflite models and put that on PyPl. Would that be possible? Or do you have any other suggestions for how I might use mediapipe in a cloud function using a 'heavy' model or any other model other than the default one? thanks!
1.0
offer another pypl build that includes more models, or another method to use heavy model without download? - I'm trying to use mediapipe in a GCP cloud function (Python). My biggest issue is that I want to use models other than the default model (complexity=1) for pose landmark detection. I'm most interested in getting a better segmentation mask from the pose object, so I'd like to opt for the complexity=2 model, but the problem is that this model is not included in the package by default, and the ```_download_oss_pose_landmark_model(model_complexity)``` function that gets called when you create a pose object doesn't have the permissions it needs within a GCP cloud function. Plus, I'd rather not have to download a model every time I run the function from a fresh instance... I created a fork where I downloaded/included the appropriate model I wanted and commented out the call to download the model, but I can't figure out how I can include this in my cloud function. I tried building it again and included it within my cloud function's zip file, but it didn't work. I tried linking to my GitHub repo within the requirements.txt, that failed as well. The solution I'd love would be if you could create an official 'mediapipe-full' package that includes all the tflite models and put that on PyPl. Would that be possible? Or do you have any other suggestions for how I might use mediapipe in a cloud function using a 'heavy' model or any other model other than the default one? thanks!
non_process
offer another pypl build that includes more models or another method to use heavy model without download i m trying to use mediapipe in a gcp cloud function python my biggest issue is that i want to use models other than the default model complexity for pose landmark detection i m most interested in getting a better segmentation mask from the pose object so i d like to opt for the complexity model but the problem is that this model is not included in the package by default and the download oss pose landmark model model complexity function that gets called when you create a pose object doesn t have the permissions it needs within a gcp cloud function plus i d rather not have to download a model every time i run the function from a fresh instance i created a fork where i downloaded included the appropriate model i wanted and commented out the call to download the model but i can t figure out how i can include this in my cloud function i tried building it again and included it within my cloud function s zip file but it didn t work i tried linking to my github repo within the requirements txt that failed as well the solution i d love would be if you could create an official mediapipe full package that includes all the tflite models and put that on pypl would that be possible or do you have any other suggestions for how i might use mediapipe in a cloud function using a heavy model or any other model other than the default one thanks
0
256,845
27,561,730,371
IssuesEvent
2023-03-07 22:42:44
samqws-marketing/coursera_naptime
https://api.github.com/repos/samqws-marketing/coursera_naptime
closed
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed
Mend: dependency security vulnerability
## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>Library home page: <a href="http://webjars.org">http://webjars.org</a></p> <p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/org.webjars/npm/jars/npm-2.11.2.jar</p> <p> Dependency Hierarchy: - sbt-plugin-2.4.4.jar (Root Library) - sbt-js-engine-1.1.3.jar - npm_2.10-1.1.1.jar - :x: **npm-2.11.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/coursera_naptime/commit/95750513b615ecf0ea9b7e14fb5f71e577d01a1f">95750513b615ecf0ea9b7e14fb5f71e577d01a1f</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> Regular Expression Denial of Service (ReDoS) vulnerability was found in is-my-json-valid before 2.20.2 via the style format. <p>Publish Date: 2020-06-27 <p>URL: <a href=https://github.com/mafintosh/is-my-json-valid/commit/c3fc04fc455d40e9b29537f8e2c73a28ce106edb>WS-2020-0342</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>Release Date: 2020-06-27</p> <p>Fix Resolution: is-my-json-valid - 2.20.2</p> </p> </details> <p></p>
True
WS-2020-0342 (High) detected in npm-2.11.2.jar - autoclosed - ## WS-2020-0342 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-2.11.2.jar</b></p></summary> <p>WebJar for npm</p> <p>Library home page: <a href="http://webjars.org">http://webjars.org</a></p> <p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/org.webjars/npm/jars/npm-2.11.2.jar</p> <p> Dependency Hierarchy: - sbt-plugin-2.4.4.jar (Root Library) - sbt-js-engine-1.1.3.jar - npm_2.10-1.1.1.jar - :x: **npm-2.11.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/coursera_naptime/commit/95750513b615ecf0ea9b7e14fb5f71e577d01a1f">95750513b615ecf0ea9b7e14fb5f71e577d01a1f</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> Regular Expression Denial of Service (ReDoS) vulnerability was found in is-my-json-valid before 2.20.2 via the style format. <p>Publish Date: 2020-06-27 <p>URL: <a href=https://github.com/mafintosh/is-my-json-valid/commit/c3fc04fc455d40e9b29537f8e2c73a28ce106edb>WS-2020-0342</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>Release Date: 2020-06-27</p> <p>Fix Resolution: is-my-json-valid - 2.20.2</p> </p> </details> <p></p>
non_process
ws high detected in npm jar autoclosed ws high severity vulnerability vulnerable library npm jar webjar for npm library home page a href path to vulnerable library home wss scanner cache org webjars npm jars npm jar dependency hierarchy sbt plugin jar root library sbt js engine jar npm jar x npm jar vulnerable library found in head commit a href found in base branch master vulnerability details regular expression denial of service redos vulnerability was found in is my json valid before via the style format 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 release date fix resolution is my json valid
0
7,347
10,482,589,414
IssuesEvent
2019-09-24 12:45:36
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Processing "Build virtual vector" now fails in certain cases
Bug High Priority Processing Regression
Author Name: **Alister Hood** (@AlisterH) Original Redmine Issue: [21519](https://issues.qgis.org/issues/21519) Affected QGIS version: 3.6.0 Redmine category:processing/qgis Assignee: Victor Olaya --- 1. In 3.x, if I load shape files as directories (i.e. drag and drop the containing directory into QGIS, rather than the shapefile itself), and then try to use those layers as inputs, I get an error message: ``` Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python/plugins\processing\algs\qgis\Datasources2Vrt.py", line 102, in processAlgorithm feedback=feedback) File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python/plugins\processing\algs\qgis\Datasources2Vrt.py", line 133, in mergeDataSources2Vrt self.tr('Invalid datasource: {}'.format(inFile))) _core.QgsProcessingException: Invalid datasource: //path_obfuscated/Area_2/BD34_0109|layername=BD34_0109 Execution failed after 0.10 seconds ``` It succeeds without error in 2.18.x. 2. If two of the input layers have the same name and I create a "unioned" VRT using 3.x the vrt contains one of them twice and omits the other one. 2.18.x correctly creates a vrt containing both. 3. There is another buglet that isn't a regression as 2.18.x did not support loading the output file after creating it: run the algorithm with 'create "unioned" VRT' unchecked and "open output file after running algorithm" checked, and only one layer in the output VRT will be _loaded_. However, the VRT was actually created correctly (drag and drop the VRT into QGIS and you will get the dialog to select which layers to load).
1.0
Processing "Build virtual vector" now fails in certain cases - Author Name: **Alister Hood** (@AlisterH) Original Redmine Issue: [21519](https://issues.qgis.org/issues/21519) Affected QGIS version: 3.6.0 Redmine category:processing/qgis Assignee: Victor Olaya --- 1. In 3.x, if I load shape files as directories (i.e. drag and drop the containing directory into QGIS, rather than the shapefile itself), and then try to use those layers as inputs, I get an error message: ``` Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python/plugins\processing\algs\qgis\Datasources2Vrt.py", line 102, in processAlgorithm feedback=feedback) File "C:/PROGRA~1/QGIS3~1.6/apps/qgis/./python/plugins\processing\algs\qgis\Datasources2Vrt.py", line 133, in mergeDataSources2Vrt self.tr('Invalid datasource: {}'.format(inFile))) _core.QgsProcessingException: Invalid datasource: //path_obfuscated/Area_2/BD34_0109|layername=BD34_0109 Execution failed after 0.10 seconds ``` It succeeds without error in 2.18.x. 2. If two of the input layers have the same name and I create a "unioned" VRT using 3.x the vrt contains one of them twice and omits the other one. 2.18.x correctly creates a vrt containing both. 3. There is another buglet that isn't a regression as 2.18.x did not support loading the output file after creating it: run the algorithm with 'create "unioned" VRT' unchecked and "open output file after running algorithm" checked, and only one layer in the output VRT will be _loaded_. However, the VRT was actually created correctly (drag and drop the VRT into QGIS and you will get the dialog to select which layers to load).
process
processing build virtual vector now fails in certain cases author name alister hood alisterh original redmine issue affected qgis version redmine category processing qgis assignee victor olaya in x if i load shape files as directories i e drag and drop the containing directory into qgis rather than the shapefile itself and then try to use those layers as inputs i get an error message traceback most recent call last file c progra apps qgis python plugins processing algs qgis py line in processalgorithm feedback feedback file c progra apps qgis python plugins processing algs qgis py line in self tr invalid datasource format infile core qgsprocessingexception invalid datasource path obfuscated area layername execution failed after seconds it succeeds without error in x if two of the input layers have the same name and i create a unioned vrt using x the vrt contains one of them twice and omits the other one x correctly creates a vrt containing both there is another buglet that isn t a regression as x did not support loading the output file after creating it run the algorithm with create unioned vrt unchecked and open output file after running algorithm checked and only one layer in the output vrt will be loaded however the vrt was actually created correctly drag and drop the vrt into qgis and you will get the dialog to select which layers to load
1
30,607
14,619,724,936
IssuesEvent
2020-12-22 18:22:22
juxt/crux
https://api.github.com/repos/juxt/crux
closed
Avoid encoding KVs twice per document during ingest
make-some-noise performance
Currently when ingesting documents we encode all the KV pairs at least twice, for both the Forked Kv Store and the Persistent Kv Store.
True
Avoid encoding KVs twice per document during ingest - Currently when ingesting documents we encode all the KV pairs at least twice, for both the Forked Kv Store and the Persistent Kv Store.
non_process
avoid encoding kvs twice per document during ingest currently when ingesting documents we encode all the kv pairs at least twice for both the forked kv store and the persistent kv store
0
8,700
11,841,378,846
IssuesEvent
2020-03-23 20:40:44
john-kurkowski/tldextract
https://api.github.com/repos/john-kurkowski/tldextract
closed
TypeError raised when url starts with numeric digit and contains a null byte
help wanted low priority: caller can pre/post-process
Hi. I came across this error. Shouldn't the library be resilient to that ? If so, I could take a stab at a PR. <img width="761" alt="screen shot 2016-04-20 at 8 33 12 pm" src="https://cloud.githubusercontent.com/assets/3277100/14694537/4171c750-0737-11e6-8ad0-a15654b42f46.png">
1.0
TypeError raised when url starts with numeric digit and contains a null byte - Hi. I came across this error. Shouldn't the library be resilient to that ? If so, I could take a stab at a PR. <img width="761" alt="screen shot 2016-04-20 at 8 33 12 pm" src="https://cloud.githubusercontent.com/assets/3277100/14694537/4171c750-0737-11e6-8ad0-a15654b42f46.png">
process
typeerror raised when url starts with numeric digit and contains a null byte hi i came across this error shouldn t the library be resilient to that if so i could take a stab at a pr img width alt screen shot at pm src
1
5,171
7,948,162,118
IssuesEvent
2018-07-11 07:05:28
GoogleCloudPlatform/google-cloud-node
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-node
closed
Dropping support for node.js 4.x and 9.x
type: process
I'd like to submit a blanket PR to drop support for node.js 4x and 9.x . This would be a semver major across the board. Given that we're no longer worried about the constructor pattern issue with TypeScript, does anyone have an objection to dropping these across the board? @GoogleCloudPlatform/node-team @GoogleCloudPlatform/yoshi-nodejs
1.0
Dropping support for node.js 4.x and 9.x - I'd like to submit a blanket PR to drop support for node.js 4x and 9.x . This would be a semver major across the board. Given that we're no longer worried about the constructor pattern issue with TypeScript, does anyone have an objection to dropping these across the board? @GoogleCloudPlatform/node-team @GoogleCloudPlatform/yoshi-nodejs
process
dropping support for node js x and x i d like to submit a blanket pr to drop support for node js and x this would be a semver major across the board given that we re no longer worried about the constructor pattern issue with typescript does anyone have an objection to dropping these across the board googlecloudplatform node team googlecloudplatform yoshi nodejs
1
15,495
19,703,235,226
IssuesEvent
2022-01-12 18:50:11
googleapis/gapic-generator-ruby
https://api.github.com/repos/googleapis/gapic-generator-ruby
opened
Your .repo-metadata.json files have a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json files: Result of scan 📈: * must have required property 'release_level' in shared/output/cloud/compute_small/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/compute_small_wrapper/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small_wrapper/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1beta1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1beta1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1beta2/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1beta2/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/noservice/.repo-metadata.json * api_shortname field missing from shared/output/cloud/noservice/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/secretmanager_v1beta1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/secretmanager_v1beta1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/secretmanager_wrapper/.repo-metadata.json * api_shortname field missing from shared/output/cloud/secretmanager_wrapper/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/speech_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/speech_v1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/vision_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/vision_v1/.repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
1.0
Your .repo-metadata.json files have a problem 🤒 - You have a problem with your .repo-metadata.json files: Result of scan 📈: * must have required property 'release_level' in shared/output/cloud/compute_small/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/compute_small_wrapper/.repo-metadata.json * api_shortname field missing from shared/output/cloud/compute_small_wrapper/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1beta1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1beta1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/language_v1beta2/.repo-metadata.json * api_shortname field missing from shared/output/cloud/language_v1beta2/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/noservice/.repo-metadata.json * api_shortname field missing from shared/output/cloud/noservice/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/secretmanager_v1beta1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/secretmanager_v1beta1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/secretmanager_wrapper/.repo-metadata.json * api_shortname field missing from shared/output/cloud/secretmanager_wrapper/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/speech_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/speech_v1/.repo-metadata.json * must have required property 'release_level' in shared/output/cloud/vision_v1/.repo-metadata.json * api_shortname field missing from shared/output/cloud/vision_v1/.repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
process
your repo metadata json files have a problem 🤒 you have a problem with your repo metadata json files result of scan 📈 must have required property release level in shared output cloud compute small repo metadata json api shortname field missing from shared output cloud compute small repo metadata json must have required property release level in shared output cloud compute small wrapper repo metadata json api shortname field missing from shared output cloud compute small wrapper repo metadata json must have required property release level in shared output cloud language repo metadata json api shortname field missing from shared output cloud language repo metadata json must have required property release level in shared output cloud language repo metadata json api shortname field missing from shared output cloud language repo metadata json must have required property release level in shared output cloud language repo metadata json api shortname field missing from shared output cloud language repo metadata json must have required property release level in shared output cloud noservice repo metadata json api shortname field missing from shared output cloud noservice repo metadata json must have required property release level in shared output cloud secretmanager repo metadata json api shortname field missing from shared output cloud secretmanager repo metadata json must have required property release level in shared output cloud secretmanager wrapper repo metadata json api shortname field missing from shared output cloud secretmanager wrapper repo metadata json must have required property release level in shared output cloud speech repo metadata json api shortname field missing from shared output cloud speech repo metadata json must have required property release level in shared output cloud vision repo metadata json api shortname field missing from shared output cloud vision repo metadata json ☝️ once you correct these problems you can close this issue reach out to go github automation if you have any questions
1
153,141
19,702,799,413
IssuesEvent
2022-01-12 18:21:31
zurichat/zc_main
https://api.github.com/repos/zurichat/zc_main
opened
CVE-2022-0155 (High) detected in follow-redirects-1.14.4.tgz
security vulnerability
## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.4.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/follow-redirects/package.json</p> <p> Dependency Hierarchy: - @zuri/zuri-ui-1.0.0.tgz (Root Library) - webpack-dev-server-4.3.1.tgz - http-proxy-middleware-2.0.1.tgz - http-proxy-1.18.1.tgz - :x: **follow-redirects-1.14.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_main/commit/f069da0b49f816380947024f2e72462614af5a78">f069da0b49f816380947024f2e72462614af5a78</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor <p>Publish Date: 2022-01-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0155>CVE-2022-0155</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - 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://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/">https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/</a></p> <p>Release Date: 2022-01-10</p> <p>Fix Resolution: follow-redirects - v1.14.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-2022-0155 (High) detected in follow-redirects-1.14.4.tgz - ## CVE-2022-0155 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.14.4.tgz</b></p></summary> <p>HTTP and HTTPS modules that follow redirects.</p> <p>Library home page: <a href="https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz">https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/follow-redirects/package.json</p> <p> Dependency Hierarchy: - @zuri/zuri-ui-1.0.0.tgz (Root Library) - webpack-dev-server-4.3.1.tgz - http-proxy-middleware-2.0.1.tgz - http-proxy-1.18.1.tgz - :x: **follow-redirects-1.14.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_main/commit/f069da0b49f816380947024f2e72462614af5a78">f069da0b49f816380947024f2e72462614af5a78</a></p> <p>Found in base branch: <b>dev</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor <p>Publish Date: 2022-01-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0155>CVE-2022-0155</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - 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://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/">https://huntr.dev/bounties/fc524e4b-ebb6-427d-ab67-a64181020406/</a></p> <p>Release Date: 2022-01-10</p> <p>Fix Resolution: follow-redirects - v1.14.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_process
cve high detected in follow redirects tgz cve high severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file package json path to vulnerable library node modules follow redirects package json dependency hierarchy zuri zuri ui tgz root library webpack dev server tgz http proxy middleware tgz http proxy tgz x follow redirects tgz vulnerable library found in head commit a href found in base branch dev vulnerability details follow redirects is vulnerable to exposure of private personal information to an unauthorized actor publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low 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 follow redirects step up your open source security game with whitesource
0
51,230
6,151,727,272
IssuesEvent
2017-06-28 04:00:30
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
closed
Leadman theme - in lead page: showing error page after click to create lead on menu
Ready to Test QA wontfix
profile to login http://lantest1.admin.kademi-prod.com/manageUsers/74549 login to http://hattonfake001.kademi-prod.com/dashboard click to open lead page of any lead in dashboard page (ie: http://hattonfake001.kademi-prod.com/leads/76327/) then click to create a new lead in menu ![image](https://user-images.githubusercontent.com/20508726/27584525-976bb1b8-5b62-11e7-8af3-709ae71ae197.png) ==> it's showing error page
1.0
Leadman theme - in lead page: showing error page after click to create lead on menu - profile to login http://lantest1.admin.kademi-prod.com/manageUsers/74549 login to http://hattonfake001.kademi-prod.com/dashboard click to open lead page of any lead in dashboard page (ie: http://hattonfake001.kademi-prod.com/leads/76327/) then click to create a new lead in menu ![image](https://user-images.githubusercontent.com/20508726/27584525-976bb1b8-5b62-11e7-8af3-709ae71ae197.png) ==> it's showing error page
non_process
leadman theme in lead page showing error page after click to create lead on menu profile to login login to click to open lead page of any lead in dashboard page ie then click to create a new lead in menu it s showing error page
0