[Bug 2073485] Re: bpftrace autopkgtest failure

Mate Kukri 2073485 at bugs.launchpad.net
Mon Jul 22 13:44:22 UTC 2024


The basic.defines test is failing.

The following command is valid in bash.

RUN {{BPFTRACE}} -e "$(echo '#define _UNDERSCORE 314'; echo 'BEGIN {
printf("%d\n", _UNDERSCORE); exit(); }')"

But in the test runner dash will be used, which cannot parse the above
correctly. Instead I came up with the below replacement that parses in
dash producing an equivalent result.

RUN {{BPFTRACE}} -e "$(printf '#define _UNDERSCORE 314\n'; printf 'BEGIN
{ printf("%%d\\n", _UNDERSCORE); exit(); }')"

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2073485

Title:
  bpftrace autopkgtest failure

Status in bpftrace package in Ubuntu:
  New

Bug description:
  bpftrace failing to migrate due to autopkgtest failure https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-oracular/oracular/amd64/b/bpftrace/20240716_075041_862af@/log.gz
  it is also blocking the new linux-meta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bpftrace/+bug/2073485/+subscriptions




More information about the Ubuntu-sponsors mailing list