snappy-debug:main

Last commit made on 2024-06-04
Get this branch:
git clone -b main https://git.launchpad.net/snappy-debug
Members of The snappy-debug snap developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:snappy-debug

Recent commits

d44dfaf... by Alex Murray

test.log.output.core: fix lpci on launchpad

Signed-off-by: Alex Murray <email address hidden>

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result
a7508e2... by Alex Murray

Update for snapd 2.63 on core

Signed-off-by: Alex Murray <email address hidden>

Failed
[FAILED] test:0 (build)
11 of 1 result
70ab21a... by Alex Murray

Update for snapd 2.63 on classic

Signed-off-by: Alex Murray <email address hidden>

14fead2... by Alex Murray

bin/snappy-security-scanlog: suggest use of private shared-memory

Thanks to tsteven4 for the suggestion.

Signed-off-by: Alex Murray <email address hidden>

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result
56d7722... by Alex Murray

snapcraft.yaml: stage python3 packages

Otherwise the full environment is not available to snappy-debug at runtime and
so it fails to find python3-apparmor:

Traceback (most recent call last):
  File "/snap/snappy-debug/688/bin/snappy-security-scanlog", line 16, in <module>
    import LibAppArmor
ModuleNotFoundError: No module named 'LibAppArmor'
amurray@graphene:/home/amurray$ PYTHONPATH=/lib/python3/dist-packages/:$SNAP/usr/lib/python3/dist-packages/ $SNAP/bin/snappy-security-scanlog
Traceback (most recent call last):
  File "/snap/snappy-debug/688/usr/lib/python3/dist-packages/LibAppArmor/LibAppArmor.py", line 14, in swig_import_helper
    return importlib.import_module(mname)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'LibAppArmor._LibAppArmor'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/snap/snappy-debug/688/bin/snappy-security-scanlog", line 16, in <module>
    import LibAppArmor
  File "/snap/snappy-debug/688/usr/lib/python3/dist-packages/LibAppArmor/__init__.py", line 4, in <module>
    from LibAppArmor.LibAppArmor import *
  File "/snap/snappy-debug/688/usr/lib/python3/dist-packages/LibAppArmor/LibAppArmor.py", line 17, in <module>
    _LibAppArmor = swig_import_helper()
  File "/snap/snappy-debug/688/usr/lib/python3/dist-packages/LibAppArmor/LibAppArmor.py", line 16, in swig_import_helper
    return importlib.import_module('_LibAppArmor')
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_LibAppArmor'

Signed-off-by: Alex Murray <email address hidden>

Failed
[FAILED] test:0 (build)
11 of 1 result
22c8697... by Alex Murray

snapcraft.yaml: bump snap version for snapd 2.59.4 compatibility

Signed-off-by: Alex Murray <email address hidden>

1cbd0d3... by Alex Murray

Update for snapd 2.59.4 on core

Signed-off-by: Alex Murray <email address hidden>

45deac1... by Alex Murray

Update for snapd 2.59.4 on classic

Signed-off-by: Alex Murray <email address hidden>

9978897... by Alex Murray

snapcraft.yaml: port to core20

Signed-off-by: Alex Murray <email address hidden>

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result
88129aa... by Alex Murray

snapcraft.yaml: bump snap version for snapd 2.59 compatibility

Signed-off-by: Alex Murray <email address hidden>

Succeeded
[SUCCEEDED] test:0 (build)
11 of 1 result