Autopkg test-failure
Bug #2018707 reported by
Heinrich Schuchardt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
securefs (Debian) |
New
|
Unknown
|
|||
securefs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Autopkgtests fail:
https:/
Since upstream patch
https:/
"Explicitly pass path to test"
it is necessary to set environment variable SECUREFS_BINARY to run test/simple_
Changed in securefs (Ubuntu): | |
assignee: | nobody → Heinrich Schuchardt (xypron) |
Changed in securefs (Ubuntu): | |
assignee: | Heinrich Schuchardt (xypron) → nobody |
Changed in securefs (Debian): | |
status: | Unknown → New |
To post a comment you must log in.
I tried to confirm this fix, by running autopkgtests from ppa:xypron/ merge-from- debian:
https:/ /autopkgtest. ubuntu. com/results/ autopkgtest- mantic- xypron- merge-from- debian/ mantic/ amd64/s/ securefs/ 20230508_ 083543_ 16f8d@/ log.gz
https:/ /autopkgtest. ubuntu. com/results/ autopkgtest- mantic- xypron- merge-from- debian/ mantic/ armhf/s/ securefs/ 20230508_ 082923_ 10c29@/ log.gz
There still seem to be some problems, please investigate the full logs above.
Especially, I think the SECUREFS_BINARY env variable needs to be applied to "command1".
Please make use of the `submittodebian` tool, to forward the patch to Debian once ready. Then cross-link the corresponding Debian bug report to this one, so we can drop the delta eventually.
Also, please consider providing a PPA test build and autopkgtest results next time, to make it easier for your sponsor to confirm the fix.
Finally, the test seems to be executed on amd64 only, is there a hard reason for it? If not we should consider adopting the test case accordingly (i.e. not hard-coding the "obj-x86_ 64-linux- gnu" directory): 64-linux- gnu && ./securefs_test ------- ------- --- 64-linux- gnu: No such file or directory ------- ------- --]
```
autopkgtest [16:13:53]: test command2: cd obj-x86_
autopkgtest [16:13:53]: test command2: [------
bash: line 1: cd: obj-x86_
autopkgtest [16:13:54]: test command2: -------
autopkgtest [16:13:54]: test command2: - - - - - - - - - - results - - - - - - - - - -
command2 FAIL non-zero exit status 1
```
Thanks!