Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View silent27121984's full-sized avatar
☠️
game over

silent27 silent27121984

☠️
game over
View GitHub Profile
[ 99% 160055/161173] //frameworks/base/services/core:services.core.unboosted turbine [common]
FAILED: out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/turbine/services.core.unboosted.jar
prebuilts/jdk/jdk11/linux-x86/bin/java -XX:OnError="cat hs_err_pid%p.log" -XX:CICompilerCount=6 -XX:+UseDynamicNumberOfGCThreads -jar out/host/linux-x86/framework/turbine.jar --output out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/turbine/services.core.unboosted.jar.tmp --sources @out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/turbine/services.core.unboosted.jar.rsp --source_jars out/soong/.intermediates/frameworks/base/services/core/services.core.protologsrc/gen/services.core.protolog.srcjar out/soong/.intermediates/frameworks/base/services/core/xsd/platform-compat-config/gen/java/com_android_server_compat_config_xsdcgen.srcjar out/soong/.intermediates/frameworks/base/services/core/xsd/p
This file has been truncated, but you can view the full file.
--------- beginning of kernel
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader: applying relo to instruction at byte offset: 792, insn offset 99 , insn 118
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader:
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader: applying relo to instruction at byte offset: 960, insn offset 120 , insn 118
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader:
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader: applying relo to instruction at byte offset: 1040, insn offset 130 , insn 118
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader:
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader: applying relo to instruction at byte offset: 1112, insn offset 139 , insn 118
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader:
04-11 10:56:49.359 710 710 D (6)[710:bpfloader]LibBpfLoader: applying relo to instruction at byte offset: 1192, i
2023-10-06T08:19:19.258311960Z . ____ _ __ _ _
2023-10-06T08:19:19.258320680Z /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2023-10-06T08:19:19.258323480Z ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2023-10-06T08:19:19.258325800Z \\/ ___)| |_)| | | | | || (_| | ) ) ) )
2023-10-06T08:19:19.258327960Z ' |____| .__|_| |_|_| |_\__, | / / / /
2023-10-06T08:19:19.258330010Z =========|_|==============|___/=/_/_/_/
2023-10-06T08:19:19.260708911Z :: Spring Boot :: (v3.1.3)
2023-10-06T08:19:19.260787474Z
2023-10-06T08:19:19.380417099Z 2023-10-06T08:19:19.377Z INFO 1 --- [ main] c.e.c.CloudServiceApplication : Starting CloudServiceApplication v0.0.1-SNAPSHOT using Java 17-ea with PID 1 (/CloudService.jar started by root in /)
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Error parsing classpath:db/changelog/db.changelog-master.yaml
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:598) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.DefaultSi
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.1.3)
2023-10-06T08:54:35.170+03:00 INFO 4076 --- [ main] c.e.c.CloudServiceApplication : Starting CloudServiceApplication using Java 17.0.2 with PID 4076 (C:\Users\silent27\IdeaProjects\feature\CloudServiceApplication\target\classes started by silent27 in C:\Users\silent27\IdeaProjects\feature\CloudServiceApplication)
2023-10-06T08:54:35.173+03:00 INFO 4076 --- [ main] c.e.c.CloudServiceApplication : No active profile set, falling back to 1 default profile: "default"
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\controllers\ProductController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'productService' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\services\ProductService.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'productRepository' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\repositories\ProductRepository.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Fail
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-08-29T11:34:49.971+03:00 ERROR 12696 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'productController' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\controllers\ProductController.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'productService' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\services\ProductService.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'productRepository' defined in file [C:\Users\silent27\IdeaProjects\feature\Dao_Laye\target\classes\com\example\dao_layer\repositories\ProductRepository.class]: Unsatisfi
This file has been truncated, but you can view the full file.
--------- beginning of system
02-21 20:43:40.116 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10078; state: ENABLED
02-21 20:43:40.119 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10015; state: ENABLED
02-21 20:43:40.120 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10054; state: ENABLED
02-21 20:43:40.123 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10114; state: ENABLED
02-21 20:43:40.124 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10137; state: ENABLED
02-21 20:43:40.126 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10005; state: ENABLED
02-21 20:43:40.126 1448 2002 D CompatibilityChangeReporter: Compat change id reported: 168419799; UID 1001; state: DISABLED
02-21 20:43:40.127 1448 2010 D CompatibilityChangeReporter: Compat change id reported: 218533173; UID 10136; s
[ 0% 183/31653] Building Kernel Image (Image.gz)
FAILED: out/target/product/RMX2170/obj/KERNEL_OBJ/arch/arm64/boot/Image.gz
/bin/bash -c "(PATH=/home/silent27/13/out/host/linux-x86/bin:\$PATH LD_LIBRARY_PATH=/home/silent27/13/prebuilts/clang/host/linux-x86/clang-
r450784d/lib64:\$LD_LIBRARY_PATH PATH=/home/silent27/13/prebuilts/clang/host/linux-x86/clang-r450784d/bin:\$PATH PATH=/home/silent27/13/pre
builts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin:\$PATH PERL5LIB=/home/silent27/13/prebuilts/tools-custom/common/perl-base PATH=/
home/silent27/13/prebuilts/tools-custom/linux-x86/bin:/home/silent27/13/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin:\$PATH BI
SON_PKGDATADIR=/home/silent27/13/prebuilts/build-tools/common/bison /home/silent27/13/prebuilts/build-tools/linux-x86/bin/make -j8 CPATH=\
"/usr/include:/usr/include/x86_64-linux-gnu\" HOSTLDFLAGS=\"-L/usr/lib/x86_64-linux-gnu -L/usr/lib64 -fuse-ld=lld\" HOSTCC=/home/silent27/1
3/prebuilts/clang/host/linux-x86/clang-r450784d/bin/clang H
INSTALL drivers/char/rdbg.ko
INSTALL drivers/media/platform/msm/dvb/adapter/mpq-adapter.ko
INSTALL drivers/media/platform/msm/dvb/demux/mpq-dmx-hw-plugin.ko
INSTALL drivers/media/rc/msm-geni-ir.ko
INSTALL drivers/media/usb/gspca/gspca_main.ko
INSTALL drivers/mmc/core/mmc_test.ko
INSTALL drivers/net/wireless/ath/wil6210/wil6210.ko
INSTALL drivers/platform/msm/msm_11ad/msm_11ad_proxy.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/b