[2022-11-23 19:11:00] Opening branch at https://gitlab.com/kalilinux/packages/pywerview.git/,branch=kali%2Fmaster
[2022-11-23 19:11:01] Using cached branch file:///home/janitor/vcs/git/pywerview/,branch=kali%2Flatest
[2022-11-23 19:11:01] Using resume branch: https://gitlab.com/kali-bot/pywerview.git,branch=new-upstream%2Fmain
[2022-11-23 19:11:35] Total 40 (delta 6), reused 4 (delta 0), pack-reused 2
[2022-11-23 19:11:35] All changes applied successfully.
[2022-11-23 19:11:38] Total 5 (delta 0), reused 3 (delta 0), pack-reused 2
[2022-11-23 19:11:41] 6 (delta 0), pack-reused 2
[2022-11-23 19:11:44]
Total 16 (delta 8), reused 14 (delta 7), pack-reused 0
[2022-11-23 19:11:47] a 0), pack-reused 2
[2022-11-23 19:11:50] Total 3 (delta 0), reused 0 (delta 0), pack-reused 2
[2022-11-23 19:11:50] Workspace ready - starting.
Traceback (most recent call last):
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/plugins/debian/apt_repo.py", line 210, in __enter__
import apt
File "/home/janitor/venv/lib/python3.7/site-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /lib/x86_64-linux-gnu/libudev.so.1)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/worker.py", line 906, in run_worker
build_target.validate(ws.local_tree, subpath, build_config)
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/worker.py", line 378, in validate
return validate_from_config(local_tree, subpath, config)
File "/home/janitor/venv/lib/python3.7/site-packages/janitor/debian/validate.py", line 43, in validate_from_config
check_up_to_date(local_tree, subpath, apt)
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/plugins/debian/vcs_up_to_date.py", line 93, in check_up_to_date
with apt:
File "/home/janitor/venv/lib/python3.7/site-packages/breezy/plugins/debian/apt_repo.py", line 212, in __enter__
raise DependencyNotPresent('apt', e) from e
breezy.errors.DependencyNotPresent: Unable to import library "apt": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /lib/x86_64-linux-gnu/libudev.so.1)