etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
285 stars 45 forks source link

SEGV crashes with python 3.9.9 & python 3.10.1 at first connection #242

Closed stuart12 closed 2 years ago

stuart12 commented 2 years ago

As https://github.com/etesync/etesync-dav/commit/7c5150a32dbae89fbfc732241d9616cc4f3c2ec0 might suggest, etesync-dav crashes with python 3.9.9 and python 3.10.1 at first connection. As current Debian releases no longer provides python 3.8 it is now difficult to use etesync_dav on Debian.

Why are we still using etesync==0.12.1 when https://github.com/etesync/etebase-py/releases/tag/v0.31.4 is available?

I am not the only person to have seen this problem, is there anything I can do to debug it?

I start etesync_dav with

[Unit]
Description = EteSync CalDAV and CardDAV front-end/proxy for %i
Documentation = https://github.com/etesync/etesync-dav
After = network-online.target

[Service]
UMask = 022
RuntimeDirectory = %N
CacheDirectory = %N
ExecStartPre = python3.9 --version
ExecStartPre = mkdir -p -m 0700 $HOME $ETESYNC_DATA_DIR
ExecStartPre = +sh -c 'runuser -u %i -- sh -c "tar -C \\$HOME/.local/share/etesync-dav -hc htpaswd etesync_creds" > %t/%N/creds.tar'
ExecStartPre = tar -C ${ETESYNC_DATA_DIR} --unlink-first -f %t/%N/creds.tar -x
ExecStartPre = python3.9 /bin/pip3 --cache-dir %C/%N/pip3-cache $PIP_ARGS install --ignore-installed --no-warn-script-location etesyn>
ExecStart = python3.9 %T/%N/.local/bin/etesync-dav $EXTRA_ARGS
DynamicUser = true
RuntimeDirectoryPreserve = true
DevicePolicy = closed
CapabilityBoundingSet = 
NoNewPrivileges = true
PrivateDevices = true
PrivateTmp = true
PrivateUsers = true
ProtectControlGroups = true
ProtectHome = true
ProtectKernelModules = true
ProtectKernelTunables = true
ProtectSystem = strict
RestrictAddressFamilies = AF_UNIX AF_INET AF_INET6
RestrictRealtime = true
SystemCallFilter = @system-service
TemporaryFileSystem = /docker:ro /media:ro /opt:ro
InaccessiblePaths = /mnt /boot
CPUQuota = 90%
TasksMax = 50
TimeoutStartSec = 10m
TimeoutStopSec = 20
Restart = on-failure
RestartSec = 30min 1s
Environment = ETESYNC_DATA_DIR=%C/%N/data
Environment = ETESYNC_URL=https://etesync.pook.it
Environment = HOME=%T/%N

[Install]
WantedBy = multi-user.target

The startup messages are:

Dec 23 11:58:17 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 23 11:58:17 spook-7480latitude python3.9[11062]: Python 3.9.9
Dec 23 11:58:17 spook-7480latitude runuser[11068]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 23 11:58:17 spook-7480latitude runuser[11068]: pam_unix(runuser:session): session closed for user stuart
Dec 23 11:58:19 spook-7480latitude python3.9[11073]: Collecting etesync-dav
Dec 23 11:58:19 spook-7480latitude python3.9[11073]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 23 11:58:19 spook-7480latitude python3.9[11073]: Collecting etesync>=0.12.1
Dec 23 11:58:19 spook-7480latitude python3.9[11073]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 23 11:58:20 spook-7480latitude python3.9[11073]: Collecting Flask-WTF>=0.14.2
Dec 23 11:58:20 spook-7480latitude python3.9[11073]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 23 11:58:20 spook-7480latitude python3.9[11073]: Collecting msgpack>=1.0.0
Dec 23 11:58:20 spook-7480latitude python3.9[11073]:   Using cached msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Dec 23 11:58:20 spook-7480latitude python3.9[11073]: Collecting requests[socks]>=2.21
Dec 23 11:58:20 spook-7480latitude python3.9[11073]:   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Dec 23 11:58:20 spook-7480latitude python3.9[11073]: Collecting etebase>=0.30.0
Dec 23 11:58:20 spook-7480latitude python3.9[11073]:   Using cached etebase-0.31.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 23 11:58:21 spook-7480latitude python3.9[11073]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 23 11:58:21 spook-7480latitude python3.9[11073]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 23 11:58:21 spook-7480latitude python3.9[11073]: Collecting appdirs>=1.4.3
Dec 23 11:58:21 spook-7480latitude python3.9[11073]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 23 11:58:21 spook-7480latitude python3.9[11073]: Collecting Flask>=1.1.1
Dec 23 11:58:21 spook-7480latitude python3.9[11073]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 23 11:58:21 spook-7480latitude python3.9[11073]: Collecting pycparser>=2.17
Dec 23 11:58:21 spook-7480latitude python3.9[11073]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 23 11:58:21 spook-7480latitude python3.9[11073]: Collecting pyasn1>=0.2
Dec 23 11:58:21 spook-7480latitude python3.9[11073]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 23 11:58:22 spook-7480latitude python3.9[11073]: Collecting cffi>=1.10
Dec 23 11:58:22 spook-7480latitude python3.9[11073]:   Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Dec 23 11:58:22 spook-7480latitude python3.9[11073]: Collecting peewee>=3.7.0
Dec 23 11:58:22 spook-7480latitude python3.9[11073]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 23 11:58:22 spook-7480latitude python3.9[11073]: Collecting py>=1.4
Dec 23 11:58:22 spook-7480latitude python3.9[11073]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 23 11:58:22 spook-7480latitude python3.9[11073]: Collecting six>=1.10
Dec 23 11:58:22 spook-7480latitude python3.9[11073]:   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting orderedmultidict>=0.7
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting python-dateutil>=2.6
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting idna>=2.5
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached idna-3.3-py3-none-any.whl (61 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting furl>=0.5
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting pyparsing>=2.2
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 23 11:58:23 spook-7480latitude python3.9[11073]: Collecting pytz>=2019.1
Dec 23 11:58:23 spook-7480latitude python3.9[11073]:   Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Dec 23 11:58:24 spook-7480latitude python3.9[11073]: Collecting cryptography>=3.0
Dec 23 11:58:24 spook-7480latitude python3.9[11073]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 23 11:58:24 spook-7480latitude python3.9[11073]: Collecting vobject>=0.9
Dec 23 11:58:24 spook-7480latitude python3.9[11073]:   Using cached vobject-0.9.6.1-py3-none-any.whl
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting asn1crypto>=0.22
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting packaging>=16.8
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting click>=7.1.2
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting Jinja2>=3.0
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting Werkzeug>=2.0
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 23 11:58:25 spook-7480latitude python3.9[11073]: Collecting itsdangerous>=2.0
Dec 23 11:58:25 spook-7480latitude python3.9[11073]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 23 11:58:26 spook-7480latitude python3.9[11073]: Collecting WTForms
Dec 23 11:58:26 spook-7480latitude python3.9[11073]:   Using cached WTForms-3.0.0-py3-none-any.whl (136 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting MarkupSafe>=2.0
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting passlib
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting defusedxml
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting certifi>=2017.4.17
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting urllib3<1.27,>=1.21.1
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Dec 23 11:58:27 spook-7480latitude python3.9[11073]: Collecting charset-normalizer~=2.0.0
Dec 23 11:58:27 spook-7480latitude python3.9[11073]:   Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Dec 23 11:58:28 spook-7480latitude python3.9[11073]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 23 11:58:28 spook-7480latitude python3.9[11073]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 23 11:58:28 spook-7480latitude python3.9[11073]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 23 11:58:29 spook-7480latitude python3.9[11073]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.0 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 23 11:58:29 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 23 11:59:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=killed, status=11/SEGV
Dec 23 11:59:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'signal'.
Dec 23 11:59:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 6.534s CPU time.

Strace says:

pselect6(7, [4 5 6], [], [4 5 6], NULL, NULL) = 1 (in [6])
poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
accept4(6, {sa_family=AF_INET6, sin6_port=htons(54952), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [28], SOCK_CLOEXEC) = 7
getsockname(7, {sa_family=AF_INET6, sin6_port=htons(37358), sin6_flowinfo=htonl(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_scope_id=0}, [128->28]) = 0
ioctl(7, FIONBIO, [1])                  = 0
socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, [8, 9]) = 0
getsockname(8, {sa_family=AF_UNIX}, [128->2]) = 0
getsockname(9, {sa_family=AF_UNIX}, [128->2]) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f3c23b3b000
mprotect(0x7f3c23b3c000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f3c2433aef0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTIDstrace: Process 11118 attached
, parent_tid=[11118], tls=0x7f3c2433b640, child_tidptr=0x7f3c2433b910) = 11118
[pid 11118] set_robust_list(0x7f3c2433b920, 24 <unfinished ...>
[pid 11080] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11118] <... set_robust_list resumed>) = 0
[pid 11118] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11080] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11118] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11118] mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
[pid 11080] futex(0x2a02ab0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] <... mmap resumed>)         = 0x7f3c1bb3b000
[pid 11118] munmap(0x7f3c1bb3b000, 5001216) = 0
[pid 11118] munmap(0x7f3c20000000, 62107648) = 0
[pid 11118] mprotect(0x7f3c1c000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 11118] gettid()                    = 11118
[pid 11118] futex(0x2a02ab0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11080] <... futex resumed>)        = 0
[pid 11080] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=299856129}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] futex(0x925548, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11080] <... futex resumed>)        = 0
[pid 11118] poll([{fd=7, events=POLLIN}], 1, 30000 <unfinished ...>
[pid 11080] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... poll resumed>)         = 1 ([{fd=7, revents=POLLIN}])
[pid 11080] <... futex resumed>)        = 0
[pid 11118] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=299950258}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11080] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11080] <... futex resumed>)        = 1
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11080] pselect6(10, [4 5 6 9], [], [4 5 6 9], NULL, NULL <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11118] recvfrom(7, "GET /stuart/UJTtsaCgCAwtea0Z4Hxv"..., 8192, 0, NULL, NULL) = 241
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/htpaswd", O_RDONLY|O_CLOEXEC) = 10
[pid 11118] newfstatat(10, "", {st_mode=S_IFREG|0644, st_size=24, ...}, AT_EMPTY_PATH) = 0
[pid 11118] ioctl(10, TCGETS, 0x7f3c24339110) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 11118] lseek(10, 0, SEEK_CUR)      = 0
[pid 11118] read(10, "stuart:wSWSEIAq4xGh9FeF\n", 8192) = 24
[pid 11118] close(10)                   = 0
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", {st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", {st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", O_RDONLY|O_CLOEXEC) = 10
[pid 11118] newfstatat(10, "", {st_mode=S_IFREG|0644, st_size=664, ...}, AT_EMPTY_PATH) = 0
[pid 11118] ioctl(10, TCGETS, 0x7f3c24338530) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 11118] lseek(10, 0, SEEK_CUR)      = 0
[pid 11118] ioctl(10, TCGETS, 0x7f3c24338370) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 11118] lseek(10, 0, SEEK_CUR)      = 0
[pid 11118] newfstatat(10, "", {st_mode=S_IFREG|0644, st_size=664, ...}, AT_EMPTY_PATH) = 0
[pid 11118] read(10, "{\"users\": {\"stuart\": {\"storedSes"..., 665) = 664
[pid 11118] read(10, "", 1)             = 0
[pid 11118] close(10)                   = 0
[pid 11118] mmap(NULL, 2101248, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f3c2393a000
[pid 11118] mprotect(0x7f3c2393b000, 2097152, PROT_READ|PROT_WRITE) = 0
[pid 11118] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
[pid 11118] clone(child_stack=0x7f3c23b39ef0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTIDstrace: Process 11119 attached
 <unfinished ...>
[pid 11119] set_robust_list(0x7f3c23b3a920, 24 <unfinished ...>
[pid 11118] <... clone resumed>, parent_tid=[11119], tls=0x7f3c23b3a640, child_tidptr=0x7f3c23b3a910) = 11119
[pid 11119] <... set_robust_list resumed>) = 0
[pid 11118] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11119] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11118] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11119] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11118] futex(0x7f3c1c0074b8, FUTEX_WAIT_PRIVATE, 4294967295, NULL <unfinished ...>
[pid 11119] prctl(PR_SET_NAME, "reqwest-interna"...) = 0
[pid 11119] mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f3c14000000
[pid 11119] munmap(0x7f3c18000000, 67108864) = 0
[pid 11119] mprotect(0x7f3c14000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 11119] sched_getaffinity(11119, 32, [0, 1, 2, 3]) = 8
[pid 11119] epoll_create1(EPOLL_CLOEXEC) = 10
[pid 11119] pipe2([11, 12], O_NONBLOCK|O_CLOEXEC) = 0
[pid 11119] epoll_ctl(10, EPOLL_CTL_ADD, 11, {EPOLLIN|EPOLLET, {u32=4294967295, u64=18446744073709551615}}) = 0
[pid 11119] getrandom("\x60\x0a\x18\xa6\x7f\x03\x23\xe3\x80\x41\xf6\xd7\xf2\xc4\xd0\xc4", 16, GRND_NONBLOCK) = 16
[pid 11119] statx(0, NULL, AT_STATX_SYNC_AS_STAT, STATX_ALL, NULL) = -1 EFAULT (Bad address)
[pid 11119] statx(AT_FDCWD, "/var/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/share/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/openssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=76, ...}) = 0
[pid 11119] statx(AT_FDCWD, "/usr/lib/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=54, ...}) = 0
[pid 11119] statx(AT_FDCWD, "/usr/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/etc/openssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/etc/pki/ca-trust/extracted/pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/etc/pki/tls", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/etc/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=46, ...}) = 0
[pid 11119] statx(AT_FDCWD, "/data/data/com.termux/files/usr/etc/tls", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/boot/system/data/ssl", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37860) = -1 EACCES (Permission denied)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/cert.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/certs.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/certs/ca-certificates.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/certs/ca-root-nss.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/certs/ca-bundle.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/CARootCertificates.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/tls-ca-bundle.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/local/share/certs", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/lib/ssl/cert.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/lib/ssl/certs.pem", AT_STATX_SYNC_AS_STAT, STATX_ALL, 0x7f3c23b37a60) = -1 ENOENT (No such file or directory)
[pid 11119] statx(AT_FDCWD, "/usr/lib/ssl/certs/ca-certificates.crt", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0644, stx_size=195453, ...}) = 0
[pid 11119] statx(AT_FDCWD, "/usr/lib/ssl/certs", AT_STATX_SYNC_AS_STAT, STATX_ALL, {stx_mask=STATX_ALL|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFDIR|0755, stx_size=10464, ...}) = 0
[pid 11119] futex(0x7f3c24c2e7f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e7ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e7e4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e898, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e7d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e7c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2bdb4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e69c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e63c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e630, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] mprotect(0x7f3c14021000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] futex(0x7f3c24c2e7dc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e79c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e794, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2e78c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] openat(AT_FDCWD, "/project/target/release/build/openssl-sys-3c7006c5e7b6ddf3/out/openssl-build/install/ssl/openssl.cnf", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 11119] futex(0x7f3c24c2e7c0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] mprotect(0x7f3c14022000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] futex(0x7f3c24c2bd44, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] mprotect(0x7f3c14023000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14024000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14025000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14026000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14027000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] futex(0x7f3c24c2bd3c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] futex(0x7f3c24c2bb9c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] mprotect(0x7f3c14028000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14029000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] futex(0x7f3c24c2e908, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] getpid()                    = 11080
[pid 11119] getrandom("\x31\x99\x5a\x03\x16\xc8\x0e\xe7\x5b\x2c\x0c\x5b\xf0\x0e\x7d\xa1\x31\xa3\xa0\x65\x63\x0f\x6f\x0d\x53\x48\x2c\xe4\x46\xa0\x8f\x60", 32, 0) = 32
[pid 11119] getpid()                    = 11080
[pid 11119] futex(0x7f3c24c2e8d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] getpid()                    = 11080
[pid 11119] openat(AT_FDCWD, "/usr/lib/ssl/certs/ca-certificates.crt", O_RDONLY) = 13
[pid 11119] newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=195453, ...}, AT_EMPTY_PATH) = 0
[pid 11119] mprotect(0x7f3c1402a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "-----BEGIN CERTIFICATE-----\nMIIH"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1402b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1402c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1402d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "8B1\nRXxlDPiyN8+sD8+Nb/kZ94/sHvJw"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1402e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1402f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14030000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14031000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "FoXDTMwMTIzMTE0MDgyNFowRDEL\nMAkG"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14032000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14033000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14034000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14035000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "jgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcm"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14036000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14037000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14038000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14039000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1403a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1403b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "LBQAwPDEeMBwGA1UE\nAwwVQXRvcyBUcn"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1403c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1403d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYD"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1403e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1403f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14040000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "BDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbc"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14041000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14042000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14043000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "chNFDDnU5oSVAKOp4yw4sLjmdjItuFhw"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14044000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14045000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14046000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14047000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "BAQsFADBWMQswCQYDVQQGEwJD\nTjEwMC"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14048000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14049000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1404a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "J6jJJ3ygxaYqhZ8\nQ5sVW7euNJH+1GIm"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1404b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1404c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1404d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1404e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1404f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "SW5jMR8wHQYDVQQDExZDeWJlcnRydXN0"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14050000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14051000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14052000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14053000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "VQQDExtEaWdpQ2VydCBBc3N1cmVkIElE"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14054000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14055000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14056000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14057000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14058000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14059000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlc"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1405a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1405b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1405c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTI"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1405d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1405e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1405f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14060000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "CERTIFICATE-----\nMIIEKjCCAxKgAwI"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14061000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14062000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14063000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "QOIdeSNiaSKd0bebWHvAvX7td/M/k7//"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14064000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14065000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14066000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14067000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14068000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "QHDAZBbmthcmExQDA+\nBgNVBAoMN0UtV"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14069000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1406a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1406b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "biBFQ0MgUm9vdCBD\nQSAtIFI0MRMwEQY"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1406c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1406d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1406e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1406f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14070000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "QLExdHbG9iYWxTaWduIFJvb3QgQ0EgLS"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14071000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14072000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14073000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "jHZQopDH2esRU1/blMVgDoszOYtuURXO"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14074000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14075000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14076000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14077000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14078000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14079000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1407a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1407b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "fWwLziuQkkORi\nT0/Br4sOdBeo0XKIan"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1407c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1407d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1407e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "bI+e0ocS3MFEvzG6uBQE3xDk3SzynTn\n"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1407f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14080000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14081000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "dDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14082000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14083000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14084000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "fp2nuFeKUWdy19SouJVUQHMD9ur06/4o"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14085000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14086000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14087000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14088000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14089000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "JiM9XOva7R+zdRcAitMOeGylZUtQofX1"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1408a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1408b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1408c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "nO4SJk8RTVROhUXhA+LjJou57ulJCg54"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1408d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1408e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1408f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "JXr9qXBkqPFwqcIYA1gBBCWeZ4WNOapt"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14090000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14091000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14092000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "bXH/1KEOtOghY6rCcMU/Gt1SSw\nawNQw"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14093000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14094000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14095000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14096000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14097000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "GSIb3DQEBCwUAA4ICAQBW\ns47LCp1Jjr"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c14098000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c14099000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1409a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1409b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "MIFN0YWF0IGRlciBOZWRlcmxhbmRlbiB"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1409c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1409d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c1409e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "1snMA0G\nCSqGSIb3DQEBCwUAA4IBAQAR"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c1409f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoT"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140a3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140a6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140a9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "NlcnRpZmljYXRlIEF1dGhvcml0eTEfMB"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140aa000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ab000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ac000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "MVDNzkQI6pn97djmiH5a2OK61yJN0HZ6"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140ad000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ae000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140af000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "-----\nMIIDezCCAmOgAwIBAgIBATANBg"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140b1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "ZXq9EfX7mRB\nVXyNWQKV3WKdwrnuWih0"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140b5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "TEUMBIGA1UEChMLZU11ZGhyYSBJbmMx\n"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140b8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140b9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ba000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140bb000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140bc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "CATE-----\n-----BEGIN CERTIFICATE"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140bd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140be000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140bf000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "zNdws\nE3PYJ/HQcu51OyLemGhmW/HGY0"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140c1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "MwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AV"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140c5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "\ntm+3SJUIsUROhYw6AlQgL9+/V087OpA"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140c8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140c9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ca000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140cb000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "uMTYwNAYD\nVQQDEy1NaWNyb3NvZnQgRU"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140cc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140cd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140ce000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "loSlWGB/5QuOH/XcChWB5Tu2tyIvCZwT"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140cf000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d0000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d1000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d2000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "VHJ1c3R3YXZlIEdsb2JhbCBF\nQ0MgUDM"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140d3000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d4000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d5000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d6000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d7000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "RBSqniBMY81CE1700LCeJVf/OTOffph8"..., 4096) = 4096
[pid 11119] mprotect(0x7f3c140d8000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140d9000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140da000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140db000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "8CsHpdlseVR2bJ0cpm4O6XkMqCNqo98b"..., 4096) = 2941
[pid 11119] mprotect(0x7f3c140dc000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140dd000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] read(13, "", 4096)          = 0
[pid 11119] close(13)                   = 0
[pid 11119] mprotect(0x7f3c140de000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] mprotect(0x7f3c140df000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11119] futex(0x7f3c1c0074b8, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11119] epoll_wait(10,  <unfinished ...>
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/bin", {st_mode=S_IFDIR|0755, st_size=200, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/usr/lib/python3.9", {st_mode=S_IFDIR|0755, st_size=4162, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/usr/lib/python3.9/lib-dynload", {st_mode=S_IFDIR|0755, st_size=3620, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages", {st_mode=S_IFDIR|0700, st_size=1640, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__init__.cpython-39-x86_64-linux-gnu.so", 0x7f3c24336750, 0) = -1 ENOENT (No such file or directory)
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__init__.abi3.so", 0x7f3c24336750, 0) = -1 ENOENT (No such file or directory)
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__init__.so", 0x7f3c24336750, 0) = -1 ENOENT (No such file or directory)
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}, 0) = 0
[pid 11118] openat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__pycache__/__init__.cpython-39.pyc", O_RDONLY|O_CLOEXEC) = 13
[pid 11118] newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=171, ...}, AT_EMPTY_PATH) = 0
[pid 11118] ioctl(13, TCGETS, 0x7f3c24336db0) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 11118] lseek(13, 0, SEEK_CUR)      = 0
[pid 11118] lseek(13, 0, SEEK_CUR)      = 0
[pid 11118] newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=171, ...}, AT_EMPTY_PATH) = 0
[pid 11118] read(13, "a\r\r\n\0\0\0\0\265\311\303a\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 172) = 171
[pid 11118] read(13, "", 1)             = 0
[pid 11118] close(13)                   = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse", {st_mode=S_IFDIR|0755, st_size=520, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse", {st_mode=S_IFDIR|0755, st_size=520, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse", {st_mode=S_IFDIR|0755, st_size=520, ...}, 0) = 0
[pid 11118] openat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 13
[pid 11118] newfstatat(13, "", {st_mode=S_IFDIR|0755, st_size=520, ...}, AT_EMPTY_PATH) = 0
[pid 11118] getdents64(13, 0x7f3c1c00be80 /* 26 entries */, 32768) = 896
[pid 11118] getdents64(13, 0x7f3c1c00be80 /* 0 entries */, 32768) = 0
[pid 11118] close(13)                   = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/sqlite_ext.py", {st_mode=S_IFREG|0644, st_size=45096, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/sqlite_ext.py", {st_mode=S_IFREG|0644, st_size=45096, ...}, 0) = 0
[pid 11118] openat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse/__pycache__/sqlite_ext.cpython-39.pyc", O_RDONLY|O_CLOEXEC) = 13
[pid 11118] newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=39225, ...}, AT_EMPTY_PATH) = 0
[pid 11118] ioctl(13, TCGETS, 0x7f3c24337680) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 11118] lseek(13, 0, SEEK_CUR)      = 0
[pid 11118] lseek(13, 0, SEEK_CUR)      = 0
[pid 11118] newfstatat(13, "", {st_mode=S_IFREG|0644, st_size=39225, ...}, AT_EMPTY_PATH) = 0
[pid 11118] read(13, "a\r\r\n\0\0\0\0\265\311\303a(\260\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 39226) = 39225
[pid 11118] read(13, "", 1)             = 0
[pid 11118] close(13)                   = 0
[pid 11118] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3c238fa000
[pid 11118] newfstatat(AT_FDCWD, "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/playhouse", {st_mode=S_IFDIR|0755, st_size=520, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data", {st_mode=S_IFDIR|0700, st_size=146, ...}, 0) = 0
[pid 11118] lstat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] getpid()                    = 11080
[pid 11118] getpid()                    = 11080
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 13
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 100, 0) = 100
[pid 11118] fcntl(13, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-journal", 0x7f3c24335fb0) = -1 ENOENT (No such file or directory)
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] mprotect(0x7f3c1c021000, 77824, PROT_READ|PROT_WRITE) = 0
[pid 11118] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11118] getpid()                    = 11080
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 14
[pid 11118] fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11118] geteuid()                   = 63353
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-shm", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 15
[pid 11118] fstat(15, {st_mode=S_IFREG|0644, st_size=32768, ...}) = 0
[pid 11118] geteuid()                   = 63353
[pid 11118] fcntl(15, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=128, l_len=1, l_pid=0}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=128, l_len=1}) = 0
[pid 11118] ftruncate(15, 3)            = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=128, l_len=1}) = 0
[pid 11118] fstat(15, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=120, l_len=1}) = 0
[pid 11118] fstat(15, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
[pid 11118] pwrite64(15, "\0", 1, 4095) = 1
[pid 11118] pwrite64(15, "\0", 1, 8191) = 1
[pid 11118] pwrite64(15, "\0", 1, 12287) = 1
[pid 11118] pwrite64(15, "\0", 1, 16383) = 1
[pid 11118] pwrite64(15, "\0", 1, 20479) = 1
[pid 11118] pwrite64(15, "\0", 1, 24575) = 1
[pid 11118] pwrite64(15, "\0", 1, 28671) = 1
[pid 11118] pwrite64(15, "\0", 1, 32767) = 1
[pid 11118] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_SHARED, 15, 0) = 0x7f3c27108000
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=121, l_len=2}) = 0
[pid 11118] fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=124, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=124, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=125, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=125, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=126, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=126, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=127, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=127, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=121, l_len=2}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=120, l_len=1}) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11118] mprotect(0x7f3c1c034000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c035000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c036000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11118] mprotect(0x7f3c1c037000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c038000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] mprotect(0x7f3c1c039000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03a000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03b000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03c000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03d000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03e000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] mprotect(0x7f3c1c03f000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] pread64(13, "\r\0\0\0\1\17\373\0\17\373\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 28672) = 4096
[pid 11118] mprotect(0x7f3c1c040000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 11118] pread64(13, "\n\0\0\0\1\17\366\0\17\366\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 8192) = 4096
[pid 11118] pread64(13, "\r\0\0\0\1\17\364\0\17\364\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4096) = 4096
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
[pid 11118] unlink("/var/cache/etesync-dav@stuart/data/etebase_data.db-shm") = 0
[pid 11118] munmap(0x7f3c27108000, 32768) = 0
[pid 11118] close(15)                   = 0
[pid 11118] close(14)                   = 0
[pid 11118] unlink("/var/cache/etesync-dav@stuart/data/etebase_data.db-wal") = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=2}) = 0
[pid 11118] fcntl(13, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
[pid 11118] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] close(13)                   = 0
[pid 11118] mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f3c230f9000
[pid 11118] mprotect(0x7f3c230fa000, 8388608, PROT_READ|PROT_WRITE) = 0
[pid 11118] rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
[pid 11118] clone(child_stack=0x7f3c238f8ef0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTIDstrace: Process 11120 attached
 <unfinished ...>
[pid 11120] set_robust_list(0x7f3c238f9920, 24 <unfinished ...>
[pid 11118] <... clone resumed>, parent_tid=[11120], tls=0x7f3c238f9640, child_tidptr=0x7f3c238f9910) = 11120
[pid 11120] <... set_robust_list resumed>) = 0
[pid 11118] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11120] rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
[pid 11118] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11120] <... rt_sigprocmask resumed>NULL, 8) = 0
[pid 11120] mmap(0x7f3c18000000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
[pid 11118] futex(0x7f3c1c034f40, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] <... mmap resumed>)         = 0x7f3c18000000
[pid 11120] mprotect(0x7f3c18000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 11120] gettid()                    = 11120
[pid 11120] futex(0x7f3c1c034f40, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=323532669}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] futex(0x925548, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11120] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds",  <unfinished ...>
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11118] <... futex resumed>)        = 0
[pid 11120] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=323629527}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... futex resumed>)        = 1
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] futex(0x301af40, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11120] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", {st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11120] futex(0x301af40, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=323832883}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] futex(0x925548, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] lstat("/var/cache/etesync-dav@stuart/data/etebase_data.db",  <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11120] <... lstat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds",  <unfinished ...>
[pid 11120] getpid( <unfinished ...>
[pid 11118] <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11120] <... getpid resumed>)       = 11080
[pid 11120] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644 <unfinished ...>
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", {st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11120] <... openat resumed>)       = 13
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db",  <unfinished ...>
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds", {st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11118] newfstatat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etesync_creds",  <unfinished ...>
[pid 11120] <... stat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] <... newfstatat resumed>{st_mode=S_IFREG|0644, st_size=664, ...}, 0) = 0
[pid 11118] futex(0x7f3c1c00ab00, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 100, 0) = 100
[pid 11120] fcntl(13, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11120] fcntl(13, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
[pid 11120] fcntl(13, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-journal", 0x7f3c238f5ec0) = -1 ENOENT (No such file or directory)
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", 0x7f3c238f5ec0) = -1 ENOENT (No such file or directory)
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11120] getpid()                    = 11080
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 14
[pid 11120] fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11120] geteuid()                   = 63353
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-shm", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 15
[pid 11120] fstat(15, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11120] geteuid()                   = 63353
[pid 11120] fcntl(15, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=128, l_len=1, l_pid=0}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=128, l_len=1}) = 0
[pid 11120] ftruncate(15, 3)            = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=128, l_len=1}) = 0
[pid 11120] fstat(15, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=120, l_len=1}) = 0
[pid 11120] fstat(15, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
[pid 11120] pwrite64(15, "\0", 1, 4095) = 1
[pid 11120] pwrite64(15, "\0", 1, 8191) = 1
[pid 11120] pwrite64(15, "\0", 1, 12287) = 1
[pid 11120] pwrite64(15, "\0", 1, 16383) = 1
[pid 11120] pwrite64(15, "\0", 1, 20479) = 1
[pid 11120] pwrite64(15, "\0", 1, 24575) = 1
[pid 11120] pwrite64(15, "\0", 1, 28671) = 1
[pid 11120] pwrite64(15, "\0", 1, 32767) = 1
[pid 11120] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_SHARED, 15, 0) = 0x7f3c27108000
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=121, l_len=2}) = 0
[pid 11120] fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=124, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=124, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=125, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=125, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=126, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=126, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=127, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=127, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=121, l_len=2}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=120, l_len=1}) = 0
[pid 11120] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11120] futex(0x7f3c1c00ab00, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=326100838}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=326189678}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925548, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... futex resumed>)        = 1
[pid 11120] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11118] <... futex resumed>)        = 0
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 11118] lstat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] getrandom( <unfinished ...>
[pid 11118] getpid( <unfinished ...>
[pid 11120] <... getrandom resumed>"\x35\x87\x53\x40\xf8\xa3\xbf\x0a\x32\x8d\x1d\xd8\x31\xc6\xb4\xdb", 16, 0) = 16
[pid 11118] <... getpid resumed>)       = 11080
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 16
[pid 11118] fstat(16, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] fstat(16, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] pread64(16, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 100, 0) = 100
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11118] <... futex resumed>)        = 0
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-journal",  <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... stat resumed>0x7f3c243367e0) = -1 ENOENT (No such file or directory)
[pid 11120] mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-wal",  <unfinished ...>
[pid 11120] <... mmap resumed>)         = 0x7f3c230b9000
[pid 11118] <... stat resumed>{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11118] fstat(16, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] pread64(16, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11118] getpid()                    = 11080
[pid 11120] mprotect(0x7f3c18021000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
[pid 11118] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db",  <unfinished ...>
[pid 11120] <... mprotect resumed>)     = 0
[pid 11118] <... stat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644 <unfinished ...>
[pid 11120] mprotect(0x7f3c18022000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
[pid 11118] <... openat resumed>)       = 17
[pid 11120] <... mprotect resumed>)     = 0
[pid 11118] fstat(17, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11118] geteuid()                   = 63353
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... futex resumed>)        = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=123, l_len=1} <unfinished ...>
[pid 11120] futex(0x7f3c1801b358, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] <... fcntl resumed>)        = 0
[pid 11118] futex(0x7f3c1801b358, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11120] <... futex resumed>)        = 0
[pid 11118] fstat(16,  <unfinished ...>
[pid 11120] futex(0x7f3c1801b358, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... fstat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] <... futex resumed>)        = 0
[pid 11118] pread64(16,  <unfinished ...>
[pid 11120] fstat(13,  <unfinished ...>
[pid 11118] <... pread64 resumed>"SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11120] <... fstat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11118] <... futex resumed>)        = 0
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] fstat(16,  <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... fstat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "\n\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 16384) = 4096
[pid 11118] pread64(16, "\n\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 24576) = 4096
[pid 11120] mprotect(0x7f3c18023000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11120] <... mprotect resumed>)     = 0
[pid 11120] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x7f3c267812a8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db",  <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11120] <... stat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11118] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=328559589}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] fcntl(13, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
[pid 11120] close(14)                   = 0
[pid 11120] fcntl(13, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=2}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] lstat("/var/cache/etesync-dav@stuart/data/etebase_data.db",  <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11120] <... lstat resumed>{st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] getpid()                    = 11080
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 100, 0) = 100
[pid 11120] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=329096877}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] futex(0x925548, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11120] <... futex resumed>)        = 0
[pid 11118] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=123, l_len=1} <unfinished ...>
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 11118] <... fcntl resumed>)        = 0
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-journal",  <unfinished ...>
[pid 11118] futex(0x7f3c1c00ab00, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] <... stat resumed>0x7f3c238f6050) = -1 ENOENT (No such file or directory)
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11120] getpid()                    = 11080
[pid 11120] stat("/var/cache/etesync-dav@stuart/data/etebase_data.db", {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] openat(AT_FDCWD, "/var/cache/etesync-dav@stuart/data/etebase_data.db-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 14
[pid 11120] fstat(14, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
[pid 11120] geteuid()                   = 63353
[pid 11120] fcntl(15, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11120] fstat(13, {st_mode=S_IFREG|0644, st_size=57344, ...}) = 0
[pid 11120] pread64(13, "SQLite format 3\0\20\0\2\2\0@  \0\0\0\2\0\0\0\16"..., 4096, 0) = 4096
[pid 11120] fcntl(15, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=123, l_len=1}) = 0
[pid 11120] futex(0x7f3c1c00ab00, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=330045911}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11120] <... futex resumed>)        = 0
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] futex(0x925548, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=330114965}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11118] <... futex resumed>)        = 0
[pid 11118] futex(0x925548, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11118] <... futex resumed>)        = 1
[pid 11120] futex(0x925550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11120] <... futex resumed>)        = -1 EAGAIN (Resource temporarily unavailable)
[pid 11118] <... futex resumed>)        = 0
[pid 11120] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11118] futex(0x92554c, FUTEX_WAIT_BITSET_PRIVATE, 0, {tv_sec=15560, tv_nsec=330215323}, FUTEX_BITSET_MATCH_ANY <unfinished ...>
[pid 11120] <... futex resumed>)        = 0
[pid 11120] futex(0x92554c, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 11118] <... futex resumed>)        = 0
[pid 11120] --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x7f3c24a14f25} ---
[pid 11118] futex(0x925550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 11119] <... epoll_wait resumed>)   = ? <unavailable>
[pid 11118] <... futex resumed>)        = ?
[pid 11080] <... pselect6 resumed> <unfinished ...>) = ?
[pid 11118] +++ killed by SIGSEGV +++
[pid 11119] +++ killed by SIGSEGV +++
[pid 11120] +++ killed by SIGSEGV +++
+++ killed by SIGSEGV +++
stuart12 commented 2 years ago

With Python 3.10.1, another segmentation fault:

Dec 23 12:09:08 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 23 12:09:08 spook-7480latitude python3.10[11387]: Python 3.10.1
Dec 23 12:09:08 spook-7480latitude runuser[11393]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 23 12:09:08 spook-7480latitude runuser[11393]: pam_unix(runuser:session): session closed for user stuart
Dec 23 12:09:10 spook-7480latitude python3.10[11398]: Collecting etesync-dav
Dec 23 12:09:10 spook-7480latitude python3.10[11398]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 23 12:09:10 spook-7480latitude python3.10[11398]: Collecting msgpack>=1.0.0
Dec 23 12:09:10 spook-7480latitude python3.10[11398]:   Using cached msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB)
Dec 23 12:09:10 spook-7480latitude python3.10[11398]: Collecting etebase>=0.30.0
Dec 23 12:09:10 spook-7480latitude python3.10[11398]:   Using cached etebase-0.31.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 23 12:09:10 spook-7480latitude python3.10[11398]: Collecting etesync>=0.12.1
Dec 23 12:09:10 spook-7480latitude python3.10[11398]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 23 12:09:10 spook-7480latitude python3.10[11398]: Collecting Flask-WTF>=0.14.2

Dec 23 12:09:10 spook-7480latitude python3.10[11398]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting requests[socks]>=2.21
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting Flask>=1.1.1
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting appdirs>=1.4.3
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting vobject>=0.9
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached vobject-0.9.6.1-py3-none-any.whl
Dec 23 12:09:11 spook-7480latitude python3.10[11398]: Collecting peewee>=3.7.0
Dec 23 12:09:11 spook-7480latitude python3.10[11398]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting cffi>=1.10
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (446 kB)
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting asn1crypto>=0.22
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting pyasn1>=0.2
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting pycparser>=2.17
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting pytz>=2019.1
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Dec 23 12:09:12 spook-7480latitude python3.10[11398]: Collecting pyparsing>=2.2
Dec 23 12:09:12 spook-7480latitude python3.10[11398]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 23 12:09:13 spook-7480latitude python3.10[11398]: Collecting six>=1.10
Dec 23 12:09:13 spook-7480latitude python3.10[11398]:   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Dec 23 12:09:13 spook-7480latitude python3.10[11398]: Collecting furl>=0.5
Dec 23 12:09:13 spook-7480latitude python3.10[11398]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 23 12:09:13 spook-7480latitude python3.10[11398]: Collecting cryptography>=3.0
Dec 23 12:09:13 spook-7480latitude python3.10[11398]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 23 12:09:13 spook-7480latitude python3.10[11398]: Collecting packaging>=16.8
Dec 23 12:09:13 spook-7480latitude python3.10[11398]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 23 12:09:13 spook-7480latitude python3.10[11398]: Collecting orderedmultidict>=0.7
Dec 23 12:09:13 spook-7480latitude python3.10[11398]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting py>=1.4
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting python-dateutil>=2.6
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting idna>=2.5
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached idna-3.3-py3-none-any.whl (61 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting click>=7.1.2
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting itsdangerous>=2.0
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 23 12:09:14 spook-7480latitude python3.10[11398]: Collecting Jinja2>=3.0
Dec 23 12:09:14 spook-7480latitude python3.10[11398]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting Werkzeug>=2.0
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting WTForms
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached WTForms-3.0.0-py3-none-any.whl (136 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting MarkupSafe>=2.0
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting defusedxml
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting passlib
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 23 12:09:15 spook-7480latitude python3.10[11398]: Collecting urllib3<1.27,>=1.21.1
Dec 23 12:09:15 spook-7480latitude python3.10[11398]:   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Dec 23 12:09:16 spook-7480latitude python3.10[11398]: Collecting charset-normalizer~=2.0.0
Dec 23 12:09:16 spook-7480latitude python3.10[11398]:   Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Dec 23 12:09:16 spook-7480latitude python3.10[11398]: Collecting certifi>=2017.4.17
Dec 23 12:09:16 spook-7480latitude python3.10[11398]:   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Dec 23 12:09:16 spook-7480latitude python3.10[11398]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 23 12:09:16 spook-7480latitude python3.10[11398]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 23 12:09:16 spook-7480latitude python3.10[11398]: Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment
Dec 23 12:09:16 spook-7480latitude python3.10[11398]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 23 12:09:18 spook-7480latitude python3.10[11398]: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Dec 23 12:09:18 spook-7480latitude python3.10[11398]: werkzeug 2.0.2 requires dataclasses; python_version < "3.7", which is not installed.
Dec 23 12:09:18 spook-7480latitude python3.10[11398]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.0 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 23 12:09:18 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 23 12:13:32 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=killed, status=11/SEGV
Dec 23 12:13:32 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'signal'.
Dec 23 12:13:32 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 6.690s CPU time.
tasn commented 2 years ago

Thanks for all of the info, this is terribly annoying. I believe it works well on Arch, and I think the prebuilt binaries work well too. It's just a matter of understanding why the hell it's broken on debian. :|

stuart12 commented 2 years ago

I do not think that the problem is just python 3.9 because I have been using python 3.9 with etesync-dav for a while. I think that the problem started when I upgraded but I do know exactly what package causes the problem. I downgraded all the python3 packages I could think of to Python 3.9.2 but I still get a crash. Help!

:; sudo apt install -t stable python3/stable python3-pip/stable python3-requests/stable python3-vobject/stable python3-distutils/stable python3-lib2to3/stable python3.9-minimal/stable libpython3.9-stdlib/stable python3.9/stable python3-urllib3/stable python3-certifi/stable python3-chardet/stable python3-distutils/stable python3-idna/stable python3-pkg-resources/stable python3-dev/stable python3-setuptools/stable python3-six/stable python3-tz/stable python3-urllib3/stable python3-wheel/stable

Dec 23 21:09:30 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 23 21:09:30 spook-7480latitude python3[27682]: Python 3.9.2
Dec 23 21:09:30 spook-7480latitude runuser[27689]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 23 21:09:30 spook-7480latitude runuser[27689]: pam_unix(runuser:session): session closed for user stuart
Dec 23 21:09:32 spook-7480latitude python3[27694]: Collecting etesync-dav
Dec 23 21:09:32 spook-7480latitude python3[27694]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 23 21:09:32 spook-7480latitude python3[27694]: Collecting etebase>=0.30.0
Dec 23 21:09:32 spook-7480latitude python3[27694]:   Using cached etebase-0.31.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 23 21:09:32 spook-7480latitude python3[27694]: Collecting requests[socks]>=2.21
Dec 23 21:09:32 spook-7480latitude python3[27694]:   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Dec 23 21:09:32 spook-7480latitude python3[27694]: Collecting appdirs>=1.4.3
Dec 23 21:09:32 spook-7480latitude python3[27694]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 23 21:09:32 spook-7480latitude python3[27694]: Collecting Flask>=1.1.1
Dec 23 21:09:32 spook-7480latitude python3[27694]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 23 21:09:33 spook-7480latitude python3[27694]: Collecting Flask-WTF>=0.14.2
Dec 23 21:09:33 spook-7480latitude python3[27694]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 23 21:09:33 spook-7480latitude python3[27694]: Collecting msgpack>=1.0.0
Dec 23 21:09:33 spook-7480latitude python3[27694]:   Using cached msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Dec 23 21:09:33 spook-7480latitude python3[27694]: Collecting etesync>=0.12.1
Dec 23 21:09:33 spook-7480latitude python3[27694]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 23 21:09:34 spook-7480latitude python3[27694]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 23 21:09:34 spook-7480latitude python3[27694]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 23 21:09:34 spook-7480latitude python3[27694]: Collecting py>=1.4
Dec 23 21:09:34 spook-7480latitude python3[27694]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 23 21:09:34 spook-7480latitude python3[27694]: Collecting cffi>=1.10
Dec 23 21:09:34 spook-7480latitude python3[27694]:   Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Dec 23 21:09:34 spook-7480latitude python3[27694]: Collecting orderedmultidict>=0.7
Dec 23 21:09:34 spook-7480latitude python3[27694]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 23 21:09:34 spook-7480latitude python3[27694]: Collecting pyparsing>=2.2
Dec 23 21:09:34 spook-7480latitude python3[27694]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting pyasn1>=0.2
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting asn1crypto>=0.22
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting pytz>=2019.1
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting python-dateutil>=2.6
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting peewee>=3.7.0
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting furl>=0.5
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 23 21:09:35 spook-7480latitude python3[27694]: Collecting packaging>=16.8
Dec 23 21:09:35 spook-7480latitude python3[27694]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 23 21:09:36 spook-7480latitude python3[27694]: Collecting vobject>=0.9
Dec 23 21:09:36 spook-7480latitude python3[27694]:   Using cached vobject-0.9.6.1-py3-none-any.whl
Dec 23 21:09:36 spook-7480latitude python3[27694]: Collecting pycparser>=2.17
Dec 23 21:09:36 spook-7480latitude python3[27694]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 23 21:09:36 spook-7480latitude python3[27694]: Collecting cryptography>=3.0
Dec 23 21:09:36 spook-7480latitude python3[27694]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting idna>=2.5
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached idna-3.3-py3-none-any.whl (61 kB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting six>=1.10
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting itsdangerous>=2.0
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting click>=7.1.2
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting Werkzeug>=2.0
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 23 21:09:37 spook-7480latitude python3[27694]: Collecting Jinja2>=3.0
Dec 23 21:09:37 spook-7480latitude python3[27694]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 23 21:09:38 spook-7480latitude python3[27694]: Collecting WTForms
Dec 23 21:09:39 spook-7480latitude python3[27694]:   Downloading WTForms-3.0.1-py3-none-any.whl (136 kB)
Dec 23 21:09:39 spook-7480latitude python3[27694]: Collecting MarkupSafe>=2.0
Dec 23 21:09:39 spook-7480latitude python3[27694]:   Using cached MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 23 21:09:39 spook-7480latitude python3[27694]: Collecting passlib
Dec 23 21:09:39 spook-7480latitude python3[27694]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 23 21:09:39 spook-7480latitude python3[27694]: Collecting defusedxml
Dec 23 21:09:39 spook-7480latitude python3[27694]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 23 21:09:40 spook-7480latitude python3[27694]: Collecting charset-normalizer~=2.0.0
Dec 23 21:09:40 spook-7480latitude python3[27694]:   Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Dec 23 21:09:40 spook-7480latitude python3[27694]: Collecting urllib3<1.27,>=1.21.1
Dec 23 21:09:40 spook-7480latitude python3[27694]:   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Dec 23 21:09:40 spook-7480latitude python3[27694]: Collecting certifi>=2017.4.17
Dec 23 21:09:40 spook-7480latitude python3[27694]:   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Dec 23 21:09:40 spook-7480latitude python3[27694]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 23 21:09:40 spook-7480latitude python3[27694]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 23 21:09:40 spook-7480latitude python3[27694]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 23 21:09:42 spook-7480latitude python3[27694]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 23 21:09:42 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 23 21:09:46 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=killed, status=11/SEGV
Dec 23 21:09:46 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'signal'.
Dec 23 21:09:46 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 6.381s CPU time.
stuart12 commented 2 years ago

I added the -X dev flag and have a little more info:

Dec 23 21:15:33 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 23 21:15:33 spook-7480latitude python3[27970]: Python 3.9.2
Dec 23 21:15:33 spook-7480latitude runuser[27975]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 23 21:15:33 spook-7480latitude runuser[27975]: pam_unix(runuser:session): session closed for user stuart
Dec 23 21:15:35 spook-7480latitude python3[27980]: Collecting etesync-dav
Dec 23 21:15:35 spook-7480latitude python3[27980]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 23 21:15:35 spook-7480latitude python3[27980]: Collecting msgpack>=1.0.0
Dec 23 21:15:35 spook-7480latitude python3[27980]:   Using cached msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Dec 23 21:15:35 spook-7480latitude python3[27980]: Collecting etesync>=0.12.1
Dec 23 21:15:35 spook-7480latitude python3[27980]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 23 21:15:35 spook-7480latitude python3[27980]: Collecting etebase>=0.30.0
Dec 23 21:15:35 spook-7480latitude python3[27980]:   Using cached etebase-0.31.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 23 21:15:35 spook-7480latitude python3[27980]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 23 21:15:35 spook-7480latitude python3[27980]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting appdirs>=1.4.3
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting Flask>=1.1.1
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting Flask-WTF>=0.14.2
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Requirement already satisfied: requests[socks]>=2.21 in /usr/lib/python3/dist-packages (from etesync-dav) (2.25.1)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Requirement already satisfied: vobject>=0.9 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (0.9.6.1)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting furl>=0.5
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting pyparsing>=2.2
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Requirement already satisfied: pytz>=2019.1 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (2021.1)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Requirement already satisfied: python-dateutil>=2.6 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (2.8.1)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Collecting pycparser>=2.17
Dec 23 21:15:36 spook-7480latitude python3[27980]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 23 21:15:36 spook-7480latitude python3[27980]: Requirement already satisfied: idna>=2.5 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (2.10)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting cryptography>=3.0
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting pyasn1>=0.2
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting packaging>=16.8
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting peewee>=3.7.0
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting orderedmultidict>=0.7
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Collecting py>=1.4
Dec 23 21:15:37 spook-7480latitude python3[27980]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 23 21:15:37 spook-7480latitude python3[27980]: Requirement already satisfied: six>=1.10 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (1.16.0)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting asn1crypto>=0.22
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting cffi>=1.10
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting itsdangerous>=2.0
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting Jinja2>=3.0
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting click>=7.1.2
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 23 21:15:38 spook-7480latitude python3[27980]: Collecting Werkzeug>=2.0
Dec 23 21:15:38 spook-7480latitude python3[27980]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Collecting WTForms
Dec 23 21:15:39 spook-7480latitude python3[27980]:   Using cached WTForms-3.0.1-py3-none-any.whl (136 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Collecting MarkupSafe>=2.0
Dec 23 21:15:39 spook-7480latitude python3[27980]:   Using cached MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Collecting defusedxml
Dec 23 21:15:39 spook-7480latitude python3[27980]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Collecting passlib
Dec 23 21:15:39 spook-7480latitude python3[27980]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 23 21:15:39 spook-7480latitude python3[27980]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 23 21:15:39 spook-7480latitude python3[27980]: Installing collected packages: pycparser, MarkupSafe, Werkzeug, pyparsing, orderedmultidict, Jinja2, itsdangerous, click, cffi, WTForms, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 23 21:15:41 spook-7480latitude python3[27980]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 cffi-1.15.0 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6
Dec 23 21:15:41 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 23 21:15:49 spook-7480latitude python3[27985]: Fatal Python error: Segmentation fault
Dec 23 21:15:49 spook-7480latitude python3[27985]: Current thread 0x00007fe61a2a1640 (most recent call first):
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etebase/__init__.py", line 197 in __init__
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/local_cache/__init__.py", line 103 in sync_collection_list
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/local_cache/__init__.py", line 90 in sync
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale/storage.py", line 84 in run
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
Dec 23 21:15:49 spook-7480latitude python3[27985]: Thread 0x00007fe61ad23640 (most recent call first):
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/peewee.py", line 3126 in _close
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/peewee.py", line 3120 in close
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/peewee.py", line 3076 in __exit__
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/peewee.py", line 439 in inner
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/local_cache/__init__.py", line 241 in get
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale/rights.py", line 43 in authorization
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/app/__init__.py", line 338 in __init__
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/app/get.py", line 73 in do_GET
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/app/__init__.py", line 276 in _handle_request
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/app/__init__.py", line 105 in __call__
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/wsgiref/handlers.py", line 137 in run
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 210 in handle
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/socketserver.py", line 720 in __init__
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/socketserver.py", line 360 in finish_request
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 98 in finish_request_locked
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 104 in finish_request
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/socketserver.py", line 650 in process_request_thread
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/threading.py", line 892 in run
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
Dec 23 21:15:49 spook-7480latitude python3[27985]: Thread 0x00007fe61d9d8740 (most recent call first):
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 282 in serve
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/__init__.py", line 152 in run
Dec 23 21:15:49 spook-7480latitude python3[27985]:   File "/tmp/etesync-dav@stuart/.local/bin/etesync-dav", line 163 in <module>
Dec 23 21:15:49 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=killed, status=11/SEGV
Dec 23 21:15:49 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'signal'.
Dec 23 21:15:49 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 5.120s CPU time.
stuart12 commented 2 years ago

python3 -X dev .local/bin/etesync-dav --logging-level debug --debug gives even more debug on what etesync-dav is doing when it crashes

Dec 24 09:49:15 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 24 09:49:15 spook-7480latitude python3[41456]: Python 3.9.9
Dec 24 09:49:15 spook-7480latitude runuser[41461]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 24 09:49:15 spook-7480latitude runuser[41461]: pam_unix(runuser:session): session closed for user stuart
Dec 24 09:49:16 spook-7480latitude python3[41466]: Collecting etesync-dav
Dec 24 09:49:16 spook-7480latitude python3[41466]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 24 09:49:16 spook-7480latitude python3[41466]: Collecting Flask-WTF>=0.14.2
Dec 24 09:49:16 spook-7480latitude python3[41466]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting appdirs>=1.4.3
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting etebase>=0.30.0
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached etebase-0.31.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting etesync>=0.12.1
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting msgpack>=1.0.0
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Collecting Flask>=1.1.1
Dec 24 09:49:17 spook-7480latitude python3[41466]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Requirement already satisfied: requests[socks]>=2.21 in /usr/lib/python3/dist-packages (from etesync-dav) (2.25.1)
Dec 24 09:49:17 spook-7480latitude python3[41466]: Requirement already satisfied: vobject>=0.9 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (0.9.6.1)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting cffi>=1.10
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Requirement already satisfied: idna>=2.5 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (3.2)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting asn1crypto>=0.22
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting pycparser>=2.17
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting pyparsing>=2.2
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting orderedmultidict>=0.7
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Requirement already satisfied: six>=1.10 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (1.16.0)
Dec 24 09:49:18 spook-7480latitude python3[41466]: Collecting peewee>=3.7.0
Dec 24 09:49:18 spook-7480latitude python3[41466]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 24 09:49:19 spook-7480latitude python3[41466]: Collecting pyasn1>=0.2
Dec 24 09:49:19 spook-7480latitude python3[41466]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 24 09:49:19 spook-7480latitude python3[41466]: Requirement already satisfied: pytz>=2019.1 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (2021.3)
Dec 24 09:49:19 spook-7480latitude python3[41466]: Collecting furl>=0.5
Dec 24 09:49:19 spook-7480latitude python3[41466]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 24 09:49:19 spook-7480latitude python3[41466]: Collecting packaging>=16.8
Dec 24 09:49:19 spook-7480latitude python3[41466]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 24 09:49:19 spook-7480latitude python3[41466]: Requirement already satisfied: python-dateutil>=2.6 in /usr/lib/python3/dist-packages (from etesync>=0.12.1->etesync-dav) (2.8.1)
Dec 24 09:49:19 spook-7480latitude python3[41466]: Collecting py>=1.4
Dec 24 09:49:19 spook-7480latitude python3[41466]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting cryptography>=3.0
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting itsdangerous>=2.0
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting click>=7.1.2
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting Werkzeug>=2.0
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting Jinja2>=3.0
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 24 09:49:20 spook-7480latitude python3[41466]: Collecting WTForms
Dec 24 09:49:20 spook-7480latitude python3[41466]:   Using cached WTForms-3.0.1-py3-none-any.whl (136 kB)
Dec 24 09:49:21 spook-7480latitude python3[41466]: Collecting MarkupSafe>=2.0
Dec 24 09:49:21 spook-7480latitude python3[41466]:   Using cached MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 24 09:49:21 spook-7480latitude python3[41466]: Collecting passlib
Dec 24 09:49:21 spook-7480latitude python3[41466]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 24 09:49:21 spook-7480latitude python3[41466]: Collecting defusedxml
Dec 24 09:49:21 spook-7480latitude python3[41466]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 24 09:49:21 spook-7480latitude python3[41466]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 24 09:49:21 spook-7480latitude python3[41466]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 24 09:49:21 spook-7480latitude python3[41466]: Installing collected packages: pycparser, MarkupSafe, Werkzeug, pyparsing, orderedmultidict, Jinja2, itsdangerous, click, cffi, WTForms, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 24 09:49:22 spook-7480latitude python3[41466]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 cffi-1.15.0 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6
Dec 24 09:49:22 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Loaded default config
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Loaded arguments
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Starting Radicale
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] auth type is 'radicale.auth.htpasswd'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] storage type is 'etesync_dav.radicale.storage'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] rights type is 'etesync_dav.radicale.rights'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] web type is 'etesync_dav.radicale.web'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Listening on '[127.0.0.1]:37358'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Listening on '[::1]:37358'
Dec 24 09:49:23 spook-7480latitude python3[41472]: [2021-12-24 09:49:23 +1100] [41472] [INFO] Radicale server ready
Dec 24 09:49:42 spook-7480latitude python3[41472]: [2021-12-24 09:49:42 +1100] [41472/Thread-1] [INFO] PUT request for '/stuart/J_NqYOvKup7OiE7Dn4Fn7t31rog8u323/20211208T145822Z-iCalUidGenForSVT@vtlhlp205.sabre.com.ics' received from 127.0.0.1 using 'Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1'
Dec 24 09:49:42 spook-7480latitude python3[41472]: [2021-12-24 09:49:42 +1100] [41472/Thread-1] [DEBUG] Request headers:
Dec 24 09:49:42 spook-7480latitude python3[41472]: {'CONTENT_LENGTH': '3002',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'CONTENT_TYPE': 'text/calendar; charset=utf-8',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'GATEWAY_INTERFACE': 'CGI/1.1',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_ACCEPT': 'text/xml',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_ACCEPT_CHARSET': 'utf-8,*;q=0.1',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_AUTHORIZATION': 'Basic **masked**',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_CACHE_CONTROL': 'no-cache',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_CONNECTION': 'keep-alive',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_HOST': 'localhost:37358',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_IF_NONE_MATCH': '*',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_ORIGIN': 'http://localhost:37358',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_PRAGMA': 'no-cache',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_SEC_FETCH_DEST': 'empty',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_SEC_FETCH_MODE': 'no-cors',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_SEC_FETCH_SITE': 'same-origin',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 '
Dec 24 09:49:42 spook-7480latitude python3[41472]:                     'Thunderbird/91.4.1',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'PATH_INFO': '/stuart/J_NqYOvKup7OiE7Dn4Fn7t31rog8u323/20211208T145822Z-iCalUidGenForSVT@vtlhlp205.sabre.com.ics',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'QUERY_STRING': '',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'REMOTE_ADDR': '127.0.0.1',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'REMOTE_HOST': '',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'REQUEST_METHOD': 'PUT',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'SCRIPT_NAME': '',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'SERVER_NAME': 'localhost',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'SERVER_PORT': '37358',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'SERVER_PROTOCOL': 'HTTP/1.1',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'SERVER_SOFTWARE': 'WSGIServer/0.2',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.input': <_io.BufferedReader name=7>,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.multiprocess': False,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.multithread': True,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.run_once': False,
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.url_scheme': 'http',
Dec 24 09:49:42 spook-7480latitude python3[41472]:  'wsgi.version': (1, 0)}
Dec 24 09:49:42 spook-7480latitude python3[41472]: [2021-12-24 09:49:42 +1100] [41472/Thread-1] [DEBUG] Sanitized script name: ''
Dec 24 09:49:42 spook-7480latitude python3[41472]: [2021-12-24 09:49:42 +1100] [41472/Thread-1] [DEBUG] Sanitized path: '/stuart/J_NqYOvKup7OiE7Dn4Fn7t31rog8u323/20211208T145822Z-iCalUidGenForSVT@vtlhlp205.sabre.com.ics'
Dec 24 09:49:42 spook-7480latitude python3[41472]: [2021-12-24 09:49:42 +1100] [41472/Thread-1] [INFO] Successful login: 'stuart'
Dec 24 09:49:42 spook-7480latitude python3[41472]: Fatal Python error: Segmentation fault
Dec 24 09:49:42 spook-7480latitude python3[41472]: Current thread 0x00007fadc7fff640 (most recent call first):
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etebase/__init__.py", line 197 in __init__
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/local_cache/__init__.py", line 103 in sync_collection_list
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/local_cache/__init__.py", line 90 in sync
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale/storage.py", line 84 in run
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
Dec 24 09:49:42 spook-7480latitude python3[41472]: Thread 0x00007fadcce30640 (most recent call first):
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/linecache.py", line 137 in updatecache
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/linecache.py", line 46 in getlines
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/linecache.py", line 30 in getline
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/traceback.py", line 288 in line
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/traceback.py", line 543 in _load_lines
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/traceback.py", line 545 in _load_lines
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/traceback.py", line 533 in __init__
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/traceback.py", line 103 in print_exception
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 621 in formatException
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 671 in format
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 927 in format
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/log.py", line 80 in emit
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 952 in handle
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 1661 in callHandlers
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 1599 in handle
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 1589 in _log
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/logging/__init__.py", line 1475 in error
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/radicale/app/__init__.py", line 115 in __call__
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/wsgiref/handlers.py", line 137 in run
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 210 in handle
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/socketserver.py", line 747 in __init__
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/socketserver.py", line 360 in finish_request
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 98 in finish_request_locked
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 104 in finish_request
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/socketserver.py", line 683 in process_request_thread
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/threading.py", line 910 in run
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
Dec 24 09:49:42 spook-7480latitude python3[41472]: Thread 0x00007fadcfb17740 (most recent call first):
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/server.py", line 282 in serve
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/__init__.py", line 152 in run
Dec 24 09:49:42 spook-7480latitude python3[41472]:   File "/tmp/etesync-dav@stuart/.local/bin/etesync-dav", line 163 in <module>
Dec 24 09:49:42 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=killed, status=11/SEGV
Dec 24 09:49:42 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'signal'.
Dec 24 09:49:42 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 5.258s CPU time.
tasn commented 2 years ago

It looks like it just crashes when interacting with the Etebase lib, so essentially always...

tasn commented 2 years ago

I just pushed a new etebase-py version to CI (it's going to take 2-3 hrs to hit pypi),

stuart12 commented 2 years ago

thanks, what will be the version of the new etebase-py?

At the moment, etesync-dav does not even start:

Dec 27 21:37:48 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 27 21:37:48 spook-7480latitude python3[33916]: Python 3.9.9
Dec 27 21:37:48 spook-7480latitude runuser[33923]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 27 21:37:48 spook-7480latitude runuser[33923]: pam_unix(runuser:session): session closed for user stuart
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting etesync-dav
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting Radicale<=3.1.0,>=3.0.3
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached Radicale-3.1.0-py3-none-any.whl (137 kB)
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting appdirs>=1.4.3
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting Flask>=1.1.1
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting msgpack>=1.0.0
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Dec 27 21:37:50 spook-7480latitude python3[33928]: Collecting etesync>=0.12.1
Dec 27 21:37:50 spook-7480latitude python3[33928]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 27 21:37:51 spook-7480latitude python3[33928]: Collecting Flask-WTF>=0.14.2
Dec 27 21:37:51 spook-7480latitude python3[33928]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 27 21:37:51 spook-7480latitude python3[33928]: Collecting etebase>=0.30.0
Dec 27 21:37:51 spook-7480latitude python3[33928]:   Using cached etebase-0.31.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 27 21:37:51 spook-7480latitude python3[33928]: Collecting requests[socks]>=2.21
Dec 27 21:37:51 spook-7480latitude python3[33928]:   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Dec 27 21:37:51 spook-7480latitude python3[33928]: Collecting cffi>=1.10
Dec 27 21:37:51 spook-7480latitude python3[33928]:   Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Dec 27 21:37:52 spook-7480latitude python3[33928]: Collecting cryptography>=3.0
Dec 27 21:37:52 spook-7480latitude python3[33928]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 27 21:37:52 spook-7480latitude python3[33928]: Collecting packaging>=16.8
Dec 27 21:37:52 spook-7480latitude python3[33928]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 27 21:37:52 spook-7480latitude python3[33928]: Collecting py>=1.4
Dec 27 21:37:52 spook-7480latitude python3[33928]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 27 21:37:52 spook-7480latitude python3[33928]: Collecting pyasn1>=0.2
Dec 27 21:37:52 spook-7480latitude python3[33928]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 27 21:37:52 spook-7480latitude python3[33928]: Collecting asn1crypto>=0.22
Dec 27 21:37:52 spook-7480latitude python3[33928]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting idna>=2.5
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached idna-3.3-py3-none-any.whl (61 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting orderedmultidict>=0.7
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting vobject>=0.9
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached vobject-0.9.6.1-py3-none-any.whl
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting pyparsing>=2.2
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting python-dateutil>=2.6
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting six>=1.10
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting pytz>=2019.1
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting peewee>=3.7.0
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting furl>=0.5
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting pycparser>=2.17
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting Jinja2>=3.0
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting itsdangerous>=2.0
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 27 21:37:53 spook-7480latitude python3[33928]: Collecting click>=7.1.2
Dec 27 21:37:53 spook-7480latitude python3[33928]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 27 21:37:54 spook-7480latitude python3[33928]: Collecting Werkzeug>=2.0
Dec 27 21:37:54 spook-7480latitude python3[33928]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 27 21:37:54 spook-7480latitude python3[33928]: Collecting WTForms
Dec 27 21:37:54 spook-7480latitude python3[33928]:   Using cached WTForms-3.0.1-py3-none-any.whl (136 kB)
Dec 27 21:37:54 spook-7480latitude python3[33928]: Collecting MarkupSafe>=2.0
Dec 27 21:37:54 spook-7480latitude python3[33928]:   Using cached MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 27 21:37:54 spook-7480latitude python3[33928]: Collecting defusedxml
Dec 27 21:37:54 spook-7480latitude python3[33928]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 27 21:37:55 spook-7480latitude python3[33928]: Collecting setuptools
Dec 27 21:37:55 spook-7480latitude python3[33928]:   Using cached setuptools-60.1.0-py3-none-any.whl (952 kB)
Dec 27 21:37:55 spook-7480latitude python3[33928]: Collecting passlib
Dec 27 21:37:55 spook-7480latitude python3[33928]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 27 21:37:55 spook-7480latitude python3[33928]: Collecting certifi>=2017.4.17
Dec 27 21:37:55 spook-7480latitude python3[33928]:   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Dec 27 21:37:56 spook-7480latitude python3[33928]: Collecting urllib3<1.27,>=1.21.1
Dec 27 21:37:56 spook-7480latitude python3[33928]:   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Dec 27 21:37:56 spook-7480latitude python3[33928]: Collecting charset-normalizer~=2.0.0
Dec 27 21:37:56 spook-7480latitude python3[33928]:   Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Dec 27 21:37:56 spook-7480latitude python3[33928]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 27 21:37:56 spook-7480latitude python3[33928]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 27 21:37:56 spook-7480latitude python3[33928]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, setuptools, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 27 21:37:59 spook-7480latitude python3[33928]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.1.0 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.4 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 setuptools-60.1.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 27 21:37:59 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 27 21:38:00 spook-7480latitude python3[33936]: Traceback (most recent call last):
Dec 27 21:38:00 spook-7480latitude python3[33936]:   File "/tmp/etesync-dav@stuart/.local/bin/etesync-dav", line 163, in <module>
Dec 27 21:38:00 spook-7480latitude python3[33936]:     radicale_main.run(radicale_args + sys.argv[1:])
Dec 27 21:38:00 spook-7480latitude python3[33936]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/__init__.py", line 66, in run
Dec 27 21:38:00 spook-7480latitude python3[33936]:     args.append(long_name)
Dec 27 21:38:00 spook-7480latitude python3[33936]: AttributeError: 'tuple' object has no attribute 'append'
Dec 27 21:38:00 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=exited, status=1/FAILURE
Dec 27 21:38:00 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'exit-code'.
Dec 27 21:38:00 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 10.526s CPU time.
tasn commented 2 years ago

0.31.5

tasn commented 2 years ago

Not sure what's broken with etesync-dav, we pass a list to this function which should be fine. Try downgrading/pinning radicale to an earlier version?

stuart12 commented 2 years ago

Pinning Radicale==3.1.0 fails with AttributeError:

Dec 28 10:41:09 spook-7480latitude python3[37116]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, setuptools, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 28 10:41:11 spook-7480latitude python3[37116]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.1.0 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.5 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 setuptools-60.1.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 28 10:41:11 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 28 10:41:12 spook-7480latitude python3[37123]: Traceback (most recent call last):
Dec 28 10:41:12 spook-7480latitude python3[37123]:   File "/tmp/etesync-dav@stuart/.local/bin/etesync-dav", line 163, in <module>
Dec 28 10:41:12 spook-7480latitude python3[37123]:     radicale_main.run(radicale_args + sys.argv[1:])
Dec 28 10:41:12 spook-7480latitude python3[37123]:   File "/tmp/etesync-dav@stuart/.local/lib/python3.9/site-packages/etesync_dav/radicale_main/__init__.py", line 66, in run
Dec 28 10:41:12 spook-7480latitude python3[37123]:     args.append(long_name)
Dec 28 10:41:12 spook-7480latitude python3[37123]: AttributeError: 'tuple' object has no attribute 'append'
Dec 28 10:41:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Main process exited, code=exited, status=1/FAILURE
Dec 28 10:41:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Failed with result 'exit-code'.
Dec 28 10:41:12 spook-7480latitude systemd[1]: etesync-dav@stuart.service: Consumed 7.051s CPU time.

Pinning Radicale<3.1.0 with python 3.9.9 and etebase-0.31.5 works:

Dec 28 10:49:56 spook-7480latitude python3[38280]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 28 10:49:57 spook-7480latitude python3[38280]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.5 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 28 10:49:58 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Loaded default config
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Loaded arguments
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Starting Radicale
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] auth type is 'radicale.auth.htpasswd'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] storage type is 'etesync_dav.radicale.storage'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] rights type is 'etesync_dav.radicale.rights'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] web type is 'etesync_dav.radicale.web'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Listening on '[127.0.0.1]:37358'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Listening on '[::1]:37358'
Dec 28 10:49:58 spook-7480latitude python3[38287]: [2021-12-28 10:49:58 +1100] [38287] [INFO] Radicale server ready
Dec 28 10:50:12 spook-7480latitude python3[38287]: [2021-12-28 10:50:12 +1100] [38287/Thread-1] [INFO] GET request for '/stuart/UJTtsaCgCAwtea0Z4HxvDdf0e6fANyaQ/' received from ::1 using 'python-requests/2.25.1'
Dec 28 10:50:12 spook-7480latitude python3[38287]: [2021-12-28 10:50:12 +1100] [38287/Thread-1] [INFO] Successful login: 'stuart'
Dec 28 10:50:16 spook-7480latitude python3[38287]: [2021-12-28 10:50:16 +1100] [38287/Thread-1] [INFO] GET response status for '/stuart/UJTtsaCgCAwtea0Z4HxvDdf0e6fANyaQ/' in 3.446 seconds: 200 OK
stuart12 commented 2 years ago

Pinning Radicale<3.1.0 with python 3.10.1 and etebase-0.31.5 works:

Dec 28 10:53:25 spook-7480latitude systemd[1]: Starting EteSync CalDAV and CardDAV front-end/proxy for stuart...
Dec 28 10:53:25 spook-7480latitude python3.10[38524]: Python 3.10.1
Dec 28 10:53:25 spook-7480latitude runuser[38532]: pam_unix(runuser:session): session opened for user stuart(uid=1000) by (uid=0)
Dec 28 10:53:25 spook-7480latitude runuser[38532]: pam_unix(runuser:session): session closed for user stuart
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting Radicale<3.1.0
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached Radicale-3.0.6-py3-none-any.whl (122 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting etesync-dav
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached etesync_dav-0.30.8-py3-none-any.whl
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting python-dateutil>=2.7.3
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting defusedxml
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting vobject>=0.9.6
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached vobject-0.9.6.1-py3-none-any.whl
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting passlib
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting six>=1.5
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting appdirs>=1.4.3
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting etesync>=0.12.1
Dec 28 10:53:27 spook-7480latitude python3.10[38537]:   Using cached etesync-0.12.1-py3-none-any.whl
Dec 28 10:53:27 spook-7480latitude python3.10[38537]: Collecting msgpack>=1.0.0
Dec 28 10:53:28 spook-7480latitude python3.10[38537]:   Using cached msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323 kB)
Dec 28 10:53:28 spook-7480latitude python3.10[38537]: Collecting etebase>=0.30.0
Dec 28 10:53:28 spook-7480latitude python3.10[38537]:   Downloading etebase-0.31.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB)
Dec 28 10:53:31 spook-7480latitude python3.10[38537]: Collecting Flask>=1.1.1
Dec 28 10:53:31 spook-7480latitude python3.10[38537]:   Using cached Flask-2.0.2-py3-none-any.whl (95 kB)
Dec 28 10:53:31 spook-7480latitude python3.10[38537]: Collecting requests[socks]>=2.21
Dec 28 10:53:31 spook-7480latitude python3.10[38537]:   Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Dec 28 10:53:31 spook-7480latitude python3.10[38537]: Collecting Flask-WTF>=0.14.2
Dec 28 10:53:31 spook-7480latitude python3.10[38537]:   Using cached Flask_WTF-1.0.0-py3-none-any.whl (12 kB)
Dec 28 10:53:31 spook-7480latitude python3.10[38537]: Collecting cryptography>=3.0
Dec 28 10:53:31 spook-7480latitude python3.10[38537]:   Using cached cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting peewee>=3.7.0
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached peewee-3.14.8-py3-none-any.whl
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting pyasn1>=0.2
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting pyparsing>=2.2
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached pyparsing-3.0.6-py3-none-any.whl (97 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting pytz>=2019.1
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached pytz-2021.3-py2.py3-none-any.whl (503 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting orderedmultidict>=0.7
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached orderedmultidict-1.0.1-py2.py3-none-any.whl (11 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting idna>=2.5
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached idna-3.3-py3-none-any.whl (61 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting pycparser>=2.17
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting packaging>=16.8
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached packaging-21.3-py3-none-any.whl (40 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting py>=1.4
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting asn1crypto>=0.22
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Dec 28 10:53:32 spook-7480latitude python3.10[38537]: Collecting furl>=0.5
Dec 28 10:53:32 spook-7480latitude python3.10[38537]:   Using cached furl-2.1.3-py2.py3-none-any.whl (20 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting cffi>=1.10
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (446 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting itsdangerous>=2.0
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting click>=7.1.2
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached click-8.0.3-py3-none-any.whl (97 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting Werkzeug>=2.0
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting Jinja2>=3.0
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting WTForms
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached WTForms-3.0.1-py3-none-any.whl (136 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting MarkupSafe>=2.0
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting charset-normalizer~=2.0.0
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting certifi>=2017.4.17
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting urllib3<1.27,>=1.21.1
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Collecting PySocks!=1.5.7,>=1.5.6
Dec 28 10:53:33 spook-7480latitude python3.10[38537]:   Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
Dec 28 10:53:33 spook-7480latitude python3.10[38537]: Ignoring dataclasses: markers 'python_version < "3.7"' don't match your environment
Dec 28 10:53:34 spook-7480latitude python3.10[38537]: Installing collected packages: six, pycparser, MarkupSafe, Werkzeug, urllib3, python-dateutil, pyparsing, orderedmultidict, Jinja2, itsdangerous, idna, click, charset-normalizer, cffi, certifi, WTForms, vobject, requests, pytz, PySocks, pyasn1, py, peewee, passlib, packaging, msgpack, furl, Flask, defusedxml, cryptography, asn1crypto, appdirs, Radicale, Flask-WTF, etesync, etebase, etesync-dav
Dec 28 10:53:35 spook-7480latitude python3.10[38537]: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Dec 28 10:53:35 spook-7480latitude python3.10[38537]: werkzeug 2.0.2 requires dataclasses; python_version < "3.7", which is not installed.
Dec 28 10:53:35 spook-7480latitude python3.10[38537]: Successfully installed Flask-2.0.2 Flask-WTF-1.0.0 Jinja2-3.0.3 MarkupSafe-2.0.1 PySocks-1.7.1 Radicale-3.0.6 WTForms-3.0.1 Werkzeug-2.0.2 appdirs-1.4.4 asn1crypto-1.4.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 click-8.0.3 cryptography-36.0.1 defusedxml-0.7.1 etebase-0.31.5 etesync-0.12.1 etesync-dav-0.30.8 furl-2.1.3 idna-3.3 itsdangerous-2.0.1 msgpack-1.0.3 orderedmultidict-1.0.1 packaging-21.3 passlib-1.7.4 peewee-3.14.8 py-1.11.0 pyasn1-0.4.8 pycparser-2.21 pyparsing-3.0.6 python-dateutil-2.8.2 pytz-2021.3 requests-2.26.0 six-1.16.0 urllib3-1.26.7 vobject-0.9.6.1
Dec 28 10:53:35 spook-7480latitude systemd[1]: Started EteSync CalDAV and CardDAV front-end/proxy for stuart.
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Loaded default config
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Loaded arguments
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Starting Radicale
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] auth type is 'radicale.auth.htpasswd'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] storage type is 'etesync_dav.radicale.storage'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] rights type is 'etesync_dav.radicale.rights'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] web type is 'etesync_dav.radicale.web'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Listening on '[127.0.0.1]:37358'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Listening on '[::1]:37358'
Dec 28 10:53:36 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:36 +1100] [38545] [INFO] Radicale server ready
Dec 28 10:53:40 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:40 +1100] [38545/Thread-1 (process_request_thread)] [INFO] GET request for '/stuart/UJTtsaCgCAwtea0Z4HxvDdf0e6fANyaQ/' received from ::1 using 'python-requests/2.25.1'
Dec 28 10:53:40 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:40 +1100] [38545/Thread-1 (process_request_thread)] [INFO] Successful login: 'stuart'
Dec 28 10:53:44 spook-7480latitude python3.10[38545]: [2021-12-28 10:53:44 +1100] [38545/Thread-1 (process_request_thread)] [INFO] GET response status for '/stuart/UJTtsaCgCAwtea0Z4HxvDdf0e6fANyaQ/' in 3.458 seconds: 200 OK
stuart12 commented 2 years ago

I think that this bug can be closed. Many thanks.

Should I open a new bug report for etesync-dav failing with Radicale==3.1.0? We should at least limit Radicale<3.1.0.

tasn commented 2 years ago

Yes please! I'll take a look at fixing etesync Dav once you do.

Glad to see this is fixed!