Skip to content

syspeek test in melange.yaml fails on aarch64 #169

Description

@smoser

Attempts to land the tw.yaml changes into melange wolfi-dev/os#63749 and wolfi-dev/os#63618 were unsuccessful.

That was ultimately because aarch64 test failed in syspeek section.

the first reason for that failure is parsing of architecture.
objdump -f /usr/bin/crane

/home/build # objdump -f /usr/bin/crane 

/usr/bin/crane:     file format elf64-littleaarch64
architecture: aarch64, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x000000000008b850

parsing that with the current code ends up with empty ARCH which then fails with non-obvious error.

I'd like to see syspeek updated somehow to have better error checking and error messages so that it is more obvious what went wrong.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions