!UUYziobKGGxpovWyAN:nixos.org

Robotnix

244 Members
Build Android (AOSP) using Nix | https://github.com/danielfullmer/robotnix75 Servers

Load older messages


SenderMessageTime
7 Jun 2024
@atemu12:matrix.orgatemu12Again, check dmesg whether an OOM event occured first16:47:05
@erahhal:matrix.orgerahhalNo OOMs16:48:39
@atemu12:matrix.orgatemu12Then check the logs why it's actually failing16:48:53
@atemu12:matrix.orgatemu12Which kernel are you ono?16:48:58
@atemu12:matrix.orgatemu12 * Which kernel are you ono16:49:00
@atemu12:matrix.orgatemu12 * Which kernel are you on?16:49:04
@erahhal:matrix.orgerahhal A lot of these: [103533.864202] systemd-journald[1122]: Under memory pressure, flushing caches. 16:49:16
@erahhal:matrix.orgerahhalRedacted or Malformed Event16:49:22
@erahhal:matrix.orgerahhal6.816:49:26
@erahhal:matrix.orgerahhalNothing in build logs other than the ninja line above16:49:53
@atemu12:matrix.orgatemu12There is, just further up16:50:07
@erahhal:matrix.orgerahhalNo, I lied, I found an OOM in dmesg16:50:45
@atemu12:matrix.orgatemu12Some build systems abort quite late16:50:46
@erahhal:matrix.orgerahhaljust didn't scroll high enough up16:50:49
@atemu12:matrix.orgatemu12Check whether the time matches16:51:04
@atemu12:matrix.orgatemu12 (journalctl -k can be useful for that 16:51:20
@atemu12:matrix.orgatemu12 * (journalctl -k can be useful for that) 16:51:23
@erahhal:matrix.orgerahhalNope, time is too early, 6pm last night. This failure happened overnight. Looking at journalctl16:52:51
@erahhal:matrix.orgerahhalnothing in journalctl16:53:30
@erahhal:matrix.orgerahhalscrolling up on the build errors16:54:15
@erahhal:matrix.orgerahhalFound it!16:55:08
@erahhal:matrix.orgerahhalRedacted or Malformed Event16:55:15
@atemu12:matrix.orgatemu12Hey, I was reading that D:16:55:39
@erahhal:matrix.orgerahhalIt wasn't complete16:55:46
@erahhal:matrix.orgerahhal
robotnix-lineage_cheetah> cp packages/modules/Virtualization/microdroid/kernel/arm64/kernel-6.1 out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_signed/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_kernel && out/host/linux-x86/bin/avbtool add_hash_footer --partition_name boot --dynamic_partition_size --key external/avb/test/data/testkey_rsa4096.pem --algorithm SHA256_RSA4096 --salt 3b4a12881d11f33cff968a24d7c53723a8232cde9a8d91e29fdbd6a95ae6adf0 --include_descriptors_from_image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_initrd_normal_hashdesc/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_initrd_normal_hashdesc.img --include_descriptors_from_image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_initrd_debug_hashdesc/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_initrd_debug_hashdesc.img --image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_signed/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_kernel # hash of input list: 03513da9ab88c5e552975434c22c10e2693d917d5a60be82b3a4aa7a77cbf831
robotnix-lineage_cheetah> usage: avbtool add_hash_footer [-h] [--image IMAGE]
robotnix-lineage_cheetah>                                [--partition_size PARTITION_SIZE]
robotnix-lineage_cheetah>                                [--dynamic_partition_size]
robotnix-lineage_cheetah>                                [--partition_name PARTITION_NAME]
robotnix-lineage_cheetah>                                [--hash_algorithm HASH_ALGORITHM] [--salt SALT]
robotnix-lineage_cheetah>                                [--calc_max_image_size]
robotnix-lineage_cheetah>                                [--output_vbmeta_image OUTPUT_VBMETA_IMAGE]
robotnix-lineage_cheetah>                                [--do_not_append_vbmeta_image]
robotnix-lineage_cheetah>                                [--algorithm ALGORITHM] [--key KEY]
robotnix-lineage_cheetah>                                [--signing_helper APP]
robotnix-lineage_cheetah>                                [--signing_helper_with_files APP]
robotnix-lineage_cheetah>                                [--public_key_metadata KEY_METADATA]
robotnix-lineage_cheetah>                                [--rollback_index ROLLBACK_INDEX]
robotnix-lineage_cheetah>                                [--rollback_index_location ROLLBACK_INDEX_LOCATION]
robotnix-lineage_cheetah>                                [--append_to_release_string STR]
robotnix-lineage_cheetah>                                [--prop KEY:VALUE] [--prop_from_file KEY:PATH]
robotnix-lineage_cheetah>                                [--kernel_cmdline CMDLINE]
robotnix-lineage_cheetah>                                [--setup_rootfs_from_kernel IMAGE]
robotnix-lineage_cheetah>                                [--include_descriptors_from_image IMAGE]
robotnix-lineage_cheetah>                                [--print_required_libavb_version]
robotnix-lineage_cheetah>                                [--chain_partition PART_NAME:ROLLBACK_SLOT:KEY_PATH]
robotnix-lineage_cheetah>                                [--chain_partition_do_not_use_ab PART_NAME:ROLLBACK_SLOT:KEY_PATH]
robotnix-lineage_cheetah>                                [--flags FLAGS] [--set_hashtree_disabled_flag]
robotnix-lineage_cheetah>                                [--use_persistent_digest] [--do_not_use_ab]
robotnix-lineage_cheetah> avbtool add_hash_footer: error: argument --image: can't open 'out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_
16:55:52
@erahhal:matrix.orgerahhalugh, still not complete16:56:12
@erahhal:matrix.orgerahhalone sec16:56:14
@erahhal:matrix.orgerahhal *
robotnix-lineage_cheetah> FAILED: out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_signed/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_kernel
robotnix-lineage_cheetah> cp packages/modules/Virtualization/microdroid/kernel/arm64/kernel-6.1 out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_signed/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_kernel && out/host/linux-x86/bin/avbtool add_hash_footer --partition_name boot --dynamic_partition_size --key external/avb/test/data/testkey_rsa4096.pem --algorithm SHA256_RSA4096 --salt 3b4a12881d11f33cff968a24d7c53723a8232cde9a8d91e29fdbd6a95ae6adf0 --include_descriptors_from_image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_initrd_normal_hashdesc/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_initrd_normal_hashdesc.img --include_descriptors_from_image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_initrd_debug_hashdesc/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_initrd_debug_hashdesc.img --image out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_signed/android_arm64_armv8-2a_cortex-a55/4b56b5210baead69529bad02297ac604/microdroid_kernel # hash of input list: 03513da9ab88c5e552975434c22c10e2693d917d5a60be82b3a4aa7a77cbf831
robotnix-lineage_cheetah> usage: avbtool add_hash_footer [-h] [--image IMAGE]
robotnix-lineage_cheetah>                                [--partition_size PARTITION_SIZE]
robotnix-lineage_cheetah>                                [--dynamic_partition_size]
robotnix-lineage_cheetah>                                [--partition_name PARTITION_NAME]
robotnix-lineage_cheetah>                                [--hash_algorithm HASH_ALGORITHM] [--salt SALT]
robotnix-lineage_cheetah>                                [--calc_max_image_size]
robotnix-lineage_cheetah>                                [--output_vbmeta_image OUTPUT_VBMETA_IMAGE]
robotnix-lineage_cheetah>                                [--do_not_append_vbmeta_image]
robotnix-lineage_cheetah>                                [--algorithm ALGORITHM] [--key KEY]
robotnix-lineage_cheetah>                                [--signing_helper APP]
robotnix-lineage_cheetah>                                [--signing_helper_with_files APP]
robotnix-lineage_cheetah>                                [--public_key_metadata KEY_METADATA]
robotnix-lineage_cheetah>                                [--rollback_index ROLLBACK_INDEX]
robotnix-lineage_cheetah>                                [--rollback_index_location ROLLBACK_INDEX_LOCATION]
robotnix-lineage_cheetah>                                [--append_to_release_string STR]
robotnix-lineage_cheetah>                                [--prop KEY:VALUE] [--prop_from_file KEY:PATH]
robotnix-lineage_cheetah>                                [--kernel_cmdline CMDLINE]
robotnix-lineage_cheetah>                                [--setup_rootfs_from_kernel IMAGE]
robotnix-lineage_cheetah>                                [--include_descriptors_from_image IMAGE]
robotnix-lineage_cheetah>                                [--print_required_libavb_version]
robotnix-lineage_cheetah>                                [--chain_partition PART_NAME:ROLLBACK_SLOT:KEY_PATH]
robotnix-lineage_cheetah>                                [--chain_partition_do_not_use_ab PART_NAME:ROLLBACK_SLOT:KEY_PATH]
robotnix-lineage_cheetah>                                [--flags FLAGS] [--set_hashtree_disabled_flag]
robotnix-lineage_cheetah>                                [--use_persistent_digest] [--do_not_use_ab]
robotnix-lineage_cheetah> avbtool add_hash_footer: error: argument --image: can't open 'out/soong/.intermediates/packages/modules/Virtualization/microdroid/microdroid_kernel_
16:56:43
@erahhal:matrix.orgerahhalok16:56:46
@atemu12:matrix.orgatemu12This smells like there should be even more log here16:57:37

Show newer messages


Back to Room ListRoom Version: 6