VSCodeTriageBot / testissues

Clone of the vscode issue stream.
41 stars 23 forks source link

Nothing Wroking Since Update!!!! Please Help!!!! #18

Open VSCodeTriageBot opened 2 years ago

VSCodeTriageBot commented 2 years ago

Issue Type: Bug

I have been trying tirelessly to get a build finished. Every time I hit clean this message pops up and result in success. Then when I try to build the firmware the same text appears and the it immediately fails. This was not like this until the update installed on my pc

Executing task in folder Marlin-2.0.x: C:\Users\chris.platformio\penv\Scripts\platformio.exe run <

Warning! src_filter configuration option in section [env:include_tree] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:DUE] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:esp32] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_build_flags configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use build_src_flags instead
Warning! src_filter configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_build_flags configuration option in section [env:simulator_windows] is deprecated and will be removed in the next release! Please use build_src_flags instead Warning! src_filter configuration option in section [env:SAMD51_grandcentral_m4] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:malyan_M300] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:STM32F103CB_malyan] is deprecated and will be removed in the next release! Please use build_src_filter instead
Warning! src_filter configuration option in section [env:teensy31] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy35] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy36] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy41] is deprecated and will be removed in the next release! Please use build_src_filter instead Processing BIGTREE_GTR_V1_0 (board: marlin_BigTree_GTR_v1; platform: ststm32-~12.1; framework: arduino) ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option Can't detect PlatformIO Version In file included from d:\vscode profiles\gtr\marlin-2.0.x\marlin\src\inc\MarlinConfigPre.h:37, from d:\vscode profiles\gtr\marlin-2.0.x\marlin\src\inc\marlinconfig.h:28, from buildroot/share/PlatformIO/scripts/common-dependencies.h:29: d:\vscode profiles\gtr\marlin-2.0.x\marlin\src\core\macros.h:261:60: error: operator '&&' has no right operand 261 | -define PIN_EXISTS(PN) (defined(PN--_PIN) && PN--_PIN >= 0) | ^~ d:\vscode profiles\gtr\marlin-2.0.x\marlin\src\inc\Conditionals_post.h:2397:26: note: in expansion of macro 'PIN_EXISTS' 2397 | -define HAS_ADC_TEST(P) (PINEXISTS(TEMP--P) && TEMPSENSOR--P != 0 && NONE(TEMPSENSOR--P--_IS_MAX_TC, TEMPSENSOR--P--_IS_DUMMY)) | ^~~~~~ d:\vscode profiles\gtr\marlin-2.0.x\marlin\src\inc\Conditionals_post.h:2401:20: note: in expansion of macro 'HAS_ADC_TEST' 2401 | -if HOTENDS > 1 && HAS_ADC_TEST(1) | ^~~~ CalledProcessError: Command '"C:\Users\chris.platformio\packages\toolchain-gccarmnoneeabi\bin\arm-none-eabi-g++.exe" -DMARLIN_FIRMWARE__ -DNDEBUG -DHAL_STM32 -DUSBCON -DUSBD_USE_CDC -DTIM_IRQ_PRIO=13 -DSTM32F407IX -DMARLIN_DEPS__ -w -dM -E -x c++ buildroot/share/PlatformIO/scripts/common-dependencies.h' returned non-zero exit status 1.: File "C:\users\chris.platformio\penv\lib\site-packages\platformio\builder\main.py", line 182: env.SConscript(item, exports="env") File "C:\Users\chris.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 597: return _SConscript(self.fs, *files, *subst_kw) File "C:\Users\chris.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Script\SConscript.py", line 285: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "D:\VSCode Profiles\GTR\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 247: apply_features_config() File "D:\VSCode Profiles\GTR\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 133: if not env.MarlinFeatureIsEnabled(feature): File "C:\Users\chris.platformio\packages\tool-scons\scons-local-4.3.0\SCons\Util.py", line 742: return self.method(nargs, *kwargs) File "D:\VSCode Profiles\GTR\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 216: load_marlin_features() File "D:\VSCode Profiles\GTR\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\common-dependencies.py", line 204: define_list = run_preprocessor(env) File "D:\VSCode Profiles\GTR\Marlin-2.0.x\buildroot\share\PlatformIO\scripts\preprocessor.py", line 42: define_list = subprocess.check_output(cmd, shell=True).splitlines() File "C:\Users\chris.platformio\python3\lib\subprocess.py", line 424: return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Users\chris.platformio\python3\lib\subprocess.py", line 528: raise CalledProcessError(retcode, process.args, ============================================================================================================== [FAILED] Took 0.87 seconds ==============================================================================================================

Environment Status Duration


BIGTREE_GTR_V1_0 FAILED 00:00:00.866 ========================================================================================================= 1 failed, 0 succeeded in 00:00:00.866 =========================================================================================================The terminal process "C:\Users\chris.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.

VS Code version: Code 1.67.1 (da15b6fd3ef856477bf6f4fb29ba1b7af717770d, 2022-05-06T12:37:03.389Z) OS version: Windows_NT x64 10.0.19043 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10750H CPU - 2.60GHz (12 x 2592)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|31.84GB (20.01GB free)| |Process Argv|--crash-reporter-id 71a941a2-421a-40fb-af24-39435081c152| |Screen Reader|no| |VM|0%|
Extensions (17) Extension|Author (truncated)|Version ---|---|--- doxdocgen|csc|1.4.0 better-cpp-syntax|jef|1.15.13 auto-build|mar|2.1.38 python|ms-|2022.6.2 vscode-pylance|ms-|2022.5.1 jupyter|ms-|2022.4.1021342353 jupyter-keymap|ms-|1.0.0 jupyter-renderers|ms-|1.0.6 remote-containers|ms-|0.234.0 remote-ssh|ms-|0.80.0 remote-ssh-edit|ms-|0.80.0 remote-wsl|ms-|0.66.2 cmake-tools|ms-|1.10.5 cpptools|ms-|1.10.2 cpptools-extension-pack|ms-|1.2.0 platformio-ide|pla|2.4.3 cmake|twx|0.0.17 (1 theme extensions excluded)
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 pythonvspyl392:30443607 pythontb:30283811 pythonptprofiler:30281270 vsdfh931cf:30280410 vshan820:30294714 vstes263cf:30335440 pythondataviewer:30285071 vscod805cf:30301675 pythonvspyt200:30340761 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 vsc1dst:30438360 pythonvs932:30410667 wslgetstarted:30449410 pythonvsnew555:30457759 vscscmwlcmt:30465135 cppdebugcf:30475217 vsclangdf:30486550 ```
VSCodeTriageBot commented 2 years ago

confidence for label tasks: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee dbaeumer: 0.55. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label tasks: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee dbaeumer: 0.55. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label tasks: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee dbaeumer: 0.55. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label tasks: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee dbaeumer: 0.55. does not meet threshold

VSCodeTriageBot commented 2 years ago

confidence for label tasks: 0.8. does meet threshold

VSCodeTriageBot commented 2 years ago

confidence for assignee dbaeumer: 0.55. does not meet threshold