Coder Social home page Coder Social logo

note-splitter's Introduction

Hi! I'm Chris Wheeler. Check out my blog.

Here are some of my projects:

  • Stardown - copy the web as markdown (JavaScript, Go, HTML/CSS, PostgreSQL)
  • email-linter – a command-line tool for detecting spam and phishing emails received at disposable email addresses (Go, JMAP)
  • Parhelion – a Discord bot for answering FAQs, translating, sending reminders, and more (Python, PostgreSQL, Docker)
  • pm2md – a command-line tool for converting a Postman collection to markdown documentation (Go)
  • Note Splitter – a desktop app for research workflow automation using a custom lexer and parser (Python, Qt for Python)
  • zq – a timer for easy Zoom meeting queueing (Python, Qt for Python, SQLite)
  • MovieFinder – a movie recommender (Python, Qt for Python)
  • multimedia marks script – automates 4 manual movie/show production jobs (Python, MongoDB)
  • tias (try it and see) – quickly run code in almost any language (Python, SQLite)
  • Terminal Paint – like Windows Paint but in the terminal and with any Unicode characters (C++)
  • Algorithms – various algorithms, data structures, and tests for them (C++, Go, Java, Python)
  • Aurora – a static site generator for file formats commonly used by researchers (Python, HTML/CSS)
  • Radix Converter – converts numbers between any bases with support for fractional numbers, mixed bases, custom symbols, and variable precision (C++)
  • futuremail – an automated emailing library that works with all email services (Python)

Go JavaScript C++ Python C C# Java SQLite PostgreSQL MySQL MongoDB Redis html5 css3 Docker Linux Windows macOS freebsd virtualbox GitHub Actions

note-splitter's People

Contributors

c-vargas avatar shivaramezani avatar sn6502 avatar wheelercj avatar

Stargazers

 avatar

Watchers

 avatar

note-splitter's Issues

Choose a GUI framework

Will we need to set up a way for users to download and install our application without doing anything with Python? That might affect which frameworks we can choose.

GitHub Actions tests cannot run

I set up GitHub Actions to automatically run the project's unit tests using pytest and tox on each push and pull request, but GH Actions always stops with an error when trying to run this line of code:
from PySide6 import QtWidgets
Here's the error:
ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
Note that there is an E in libEGL.so.1.

I carefully copied all the project config files and dependency version numbers from another project that this setup works with to no avail. Maybe the GH Actions server used for this repo is not properly configured, as every online search about this problem says the solution is to install something else that I can't install into GH Actions.

Here is the full GH Actions output

2023-06-12T07:18:22.9958969Z Requested labels: ubuntu-latest
2023-06-12T07:18:22.9959221Z Job defined at: wheelercj/note-splitter/.github/workflows/tests.yml@refs/heads/main
2023-06-12T07:18:22.9959363Z Waiting for a runner to pick up this job...
2023-06-12T07:18:24.0254341Z Job is waiting for a hosted runner to come online.
2023-06-12T07:18:27.8929230Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-06-12T07:18:30.6251406Z Current runner version: '2.304.0'
2023-06-12T07:18:30.6285609Z ##[group]Operating System
2023-06-12T07:18:30.6286309Z Ubuntu
2023-06-12T07:18:30.6286625Z 22.04.2
2023-06-12T07:18:30.6287010Z LTS
2023-06-12T07:18:30.6287505Z ##[endgroup]
2023-06-12T07:18:30.6287869Z ##[group]Runner Image
2023-06-12T07:18:30.6288328Z Image: ubuntu-22.04
2023-06-12T07:18:30.6288761Z Version: 20230517.1
2023-06-12T07:18:30.6289394Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230517.1/images/linux/Ubuntu2204-Readme.md
2023-06-12T07:18:30.6290316Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230517.1
2023-06-12T07:18:30.6290897Z ##[endgroup]
2023-06-12T07:18:30.6291291Z ##[group]Runner Image Provisioner
2023-06-12T07:18:30.6291748Z 2.0.226.1
2023-06-12T07:18:30.6292142Z ##[endgroup]
2023-06-12T07:18:30.6293405Z ##[group]GITHUB_TOKEN Permissions
2023-06-12T07:18:30.6294256Z Actions: write
2023-06-12T07:18:30.6294609Z Checks: write
2023-06-12T07:18:30.6295701Z Contents: write
2023-06-12T07:18:30.6296221Z Deployments: write
2023-06-12T07:18:30.6296659Z Discussions: write
2023-06-12T07:18:30.6297021Z Issues: write
2023-06-12T07:18:30.6297459Z Metadata: read
2023-06-12T07:18:30.6297883Z Packages: write
2023-06-12T07:18:30.6298233Z Pages: write
2023-06-12T07:18:30.6298646Z PullRequests: write
2023-06-12T07:18:30.6299156Z RepositoryProjects: write
2023-06-12T07:18:30.6299587Z SecurityEvents: write
2023-06-12T07:18:30.6300032Z Statuses: write
2023-06-12T07:18:30.6300446Z ##[endgroup]
2023-06-12T07:18:30.6305125Z Secret source: Actions
2023-06-12T07:18:30.6305871Z Prepare workflow directory
2023-06-12T07:18:30.7191986Z Prepare all required actions
2023-06-12T07:18:30.7416568Z Getting action download info
2023-06-12T07:18:31.0438049Z Download action repository 'actions/checkout@v3' (SHA:c85c95e3d7251135ab7dc9ce3241c5835cc595a9)
2023-06-12T07:18:31.8325899Z Download action repository 'actions/setup-python@v4' (SHA:bd6b4b6205c4dbad673328db7b31b7fab9e241c0)
2023-06-12T07:18:32.7170802Z Complete job name: test (ubuntu-latest, 3.10)
2023-06-12T07:18:32.8135410Z ##[group]Run actions/checkout@v3
2023-06-12T07:18:32.8135809Z with:
2023-06-12T07:18:32.8136115Z   repository: wheelercj/note-splitter
2023-06-12T07:18:32.8136771Z   token: ***
2023-06-12T07:18:32.8137030Z   ssh-strict: true
2023-06-12T07:18:32.8137331Z   persist-credentials: true
2023-06-12T07:18:32.8137618Z   clean: true
2023-06-12T07:18:32.8137919Z   sparse-checkout-cone-mode: true
2023-06-12T07:18:32.8138220Z   fetch-depth: 1
2023-06-12T07:18:32.8138475Z   lfs: false
2023-06-12T07:18:32.8138725Z   submodules: false
2023-06-12T07:18:32.8139010Z   set-safe-directory: true
2023-06-12T07:18:32.8139288Z ##[endgroup]
2023-06-12T07:18:33.1627864Z Syncing repository: wheelercj/note-splitter
2023-06-12T07:18:33.1631100Z ##[group]Getting Git version info
2023-06-12T07:18:33.1632546Z Working directory is '/home/runner/work/note-splitter/note-splitter'
2023-06-12T07:18:33.1634892Z [command]/usr/bin/git version
2023-06-12T07:18:33.1811173Z git version 2.40.1
2023-06-12T07:18:33.1847601Z ##[endgroup]
2023-06-12T07:18:33.1873859Z Temporarily overriding HOME='/home/runner/work/_temp/2f0da0d4-604a-4e0d-9746-02d53cd05c8d' before making global git config changes
2023-06-12T07:18:33.1874521Z Adding repository directory to the temporary git global config as a safe directory
2023-06-12T07:18:33.1875218Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/note-splitter/note-splitter
2023-06-12T07:18:33.1927012Z Deleting the contents of '/home/runner/work/note-splitter/note-splitter'
2023-06-12T07:18:33.1933654Z ##[group]Initializing the repository
2023-06-12T07:18:33.1939268Z [command]/usr/bin/git init /home/runner/work/note-splitter/note-splitter
2023-06-12T07:18:33.2071034Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-06-12T07:18:33.2071699Z hint: is subject to change. To configure the initial branch name to use in all
2023-06-12T07:18:33.2072242Z hint: of your new repositories, which will suppress this warning, call:
2023-06-12T07:18:33.2073043Z hint: 
2023-06-12T07:18:33.2073470Z hint: 	git config --global init.defaultBranch <name>
2023-06-12T07:18:33.2073792Z hint: 
2023-06-12T07:18:33.2074231Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-06-12T07:18:33.2074943Z hint: 'development'. The just-created branch can be renamed via this command:
2023-06-12T07:18:33.2075306Z hint: 
2023-06-12T07:18:33.2075620Z hint: 	git branch -m <name>
2023-06-12T07:18:33.2087713Z Initialized empty Git repository in /home/runner/work/note-splitter/note-splitter/.git/
2023-06-12T07:18:33.2103544Z [command]/usr/bin/git remote add origin https://github.com/wheelercj/note-splitter
2023-06-12T07:18:33.2160873Z ##[endgroup]
2023-06-12T07:18:33.2161675Z ##[group]Disabling automatic garbage collection
2023-06-12T07:18:33.2164448Z [command]/usr/bin/git config --local gc.auto 0
2023-06-12T07:18:33.2205183Z ##[endgroup]
2023-06-12T07:18:33.2205901Z ##[group]Setting up auth
2023-06-12T07:18:33.2213411Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-06-12T07:18:33.2255955Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-06-12T07:18:33.2765792Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-06-12T07:18:33.2806560Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-06-12T07:18:33.3248205Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-06-12T07:18:33.3291373Z ##[endgroup]
2023-06-12T07:18:33.3294605Z ##[group]Fetching the repository
2023-06-12T07:18:33.3306246Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +b18d8ddbc92f83816e2ee0ca374c59ff2684c0b1:refs/remotes/origin/main
2023-06-12T07:18:33.6822585Z remote: Enumerating objects: 96, done.        
2023-06-12T07:18:33.6823806Z remote: Counting objects:   1% (1/96)        
2023-06-12T07:18:33.6824224Z remote: Counting objects:   2% (2/96)        
2023-06-12T07:18:33.6824566Z remote: Counting objects:   3% (3/96)        
2023-06-12T07:18:33.6824907Z remote: Counting objects:   4% (4/96)        
2023-06-12T07:18:33.6825227Z remote: Counting objects:   5% (5/96)        
2023-06-12T07:18:33.6825568Z remote: Counting objects:   6% (6/96)        
2023-06-12T07:18:33.6825904Z remote: Counting objects:   7% (7/96)        
2023-06-12T07:18:33.6826247Z remote: Counting objects:   8% (8/96)        
2023-06-12T07:18:33.6826593Z remote: Counting objects:   9% (9/96)        
2023-06-12T07:18:33.6826930Z remote: Counting objects:  10% (10/96)        
2023-06-12T07:18:33.6827252Z remote: Counting objects:  11% (11/96)        
2023-06-12T07:18:33.6827685Z remote: Counting objects:  12% (12/96)        
2023-06-12T07:18:33.6828022Z remote: Counting objects:  13% (13/96)        
2023-06-12T07:18:33.6828359Z remote: Counting objects:  14% (14/96)        
2023-06-12T07:18:33.6828687Z remote: Counting objects:  15% (15/96)        
2023-06-12T07:18:33.6829021Z remote: Counting objects:  16% (16/96)        
2023-06-12T07:18:33.6829367Z remote: Counting objects:  17% (17/96)        
2023-06-12T07:18:33.6829687Z remote: Counting objects:  18% (18/96)        
2023-06-12T07:18:33.6830011Z remote: Counting objects:  19% (19/96)        
2023-06-12T07:18:33.6830361Z remote: Counting objects:  20% (20/96)        
2023-06-12T07:18:33.6830684Z remote: Counting objects:  21% (21/96)        
2023-06-12T07:18:33.6831008Z remote: Counting objects:  22% (22/96)        
2023-06-12T07:18:33.6831363Z remote: Counting objects:  23% (23/96)        
2023-06-12T07:18:33.6831694Z remote: Counting objects:  25% (24/96)        
2023-06-12T07:18:33.6832008Z remote: Counting objects:  26% (25/96)        
2023-06-12T07:18:33.6832924Z remote: Counting objects:  27% (26/96)        
2023-06-12T07:18:33.6833254Z remote: Counting objects:  28% (27/96)        
2023-06-12T07:18:33.6833578Z remote: Counting objects:  29% (28/96)        
2023-06-12T07:18:33.6833935Z remote: Counting objects:  30% (29/96)        
2023-06-12T07:18:33.6834700Z remote: Counting objects:  31% (30/96)        
2023-06-12T07:18:33.6835102Z remote: Counting objects:  32% (31/96)        
2023-06-12T07:18:33.6835438Z remote: Counting objects:  33% (32/96)        
2023-06-12T07:18:33.6835771Z remote: Counting objects:  34% (33/96)        
2023-06-12T07:18:33.6836109Z remote: Counting objects:  35% (34/96)        
2023-06-12T07:18:33.6836428Z remote: Counting objects:  36% (35/96)        
2023-06-12T07:18:33.6836756Z remote: Counting objects:  37% (36/96)        
2023-06-12T07:18:33.6837087Z remote: Counting objects:  38% (37/96)        
2023-06-12T07:18:33.6837403Z remote: Counting objects:  39% (38/96)        
2023-06-12T07:18:33.6837775Z remote: Counting objects:  40% (39/96)        
2023-06-12T07:18:33.6838105Z remote: Counting objects:  41% (40/96)        
2023-06-12T07:18:33.6838415Z remote: Counting objects:  42% (41/96)        
2023-06-12T07:18:33.6838737Z remote: Counting objects:  43% (42/96)        
2023-06-12T07:18:33.6839061Z remote: Counting objects:  44% (43/96)        
2023-06-12T07:18:33.6839372Z remote: Counting objects:  45% (44/96)        
2023-06-12T07:18:33.6839704Z remote: Counting objects:  46% (45/96)        
2023-06-12T07:18:33.6840029Z remote: Counting objects:  47% (46/96)        
2023-06-12T07:18:33.6840355Z remote: Counting objects:  48% (47/96)        
2023-06-12T07:18:33.6840667Z remote: Counting objects:  50% (48/96)        
2023-06-12T07:18:33.6840990Z remote: Counting objects:  51% (49/96)        
2023-06-12T07:18:33.6841313Z remote: Counting objects:  52% (50/96)        
2023-06-12T07:18:33.6841621Z remote: Counting objects:  53% (51/96)        
2023-06-12T07:18:33.6841941Z remote: Counting objects:  54% (52/96)        
2023-06-12T07:18:33.6842749Z remote: Counting objects:  55% (53/96)        
2023-06-12T07:18:33.6843076Z remote: Counting objects:  56% (54/96)        
2023-06-12T07:18:33.6843460Z remote: Counting objects:  57% (55/96)        
2023-06-12T07:18:33.6843789Z remote: Counting objects:  58% (56/96)        
2023-06-12T07:18:33.6844113Z remote: Counting objects:  59% (57/96)        
2023-06-12T07:18:33.6844426Z remote: Counting objects:  60% (58/96)        
2023-06-12T07:18:33.6844749Z remote: Counting objects:  61% (59/96)        
2023-06-12T07:18:33.6845075Z remote: Counting objects:  62% (60/96)        
2023-06-12T07:18:33.6845389Z remote: Counting objects:  63% (61/96)        
2023-06-12T07:18:33.6845714Z remote: Counting objects:  64% (62/96)        
2023-06-12T07:18:33.6846040Z remote: Counting objects:  65% (63/96)        
2023-06-12T07:18:33.6846350Z remote: Counting objects:  66% (64/96)        
2023-06-12T07:18:33.6846700Z remote: Counting objects:  67% (65/96)        
2023-06-12T07:18:33.6847041Z remote: Counting objects:  68% (66/96)        
2023-06-12T07:18:33.6847367Z remote: Counting objects:  69% (67/96)        
2023-06-12T07:18:33.6847688Z remote: Counting objects:  70% (68/96)        
2023-06-12T07:18:33.6847999Z remote: Counting objects:  71% (69/96)        
2023-06-12T07:18:33.6848324Z remote: Counting objects:  72% (70/96)        
2023-06-12T07:18:33.6848649Z remote: Counting objects:  73% (71/96)        
2023-06-12T07:18:33.6848957Z remote: Counting objects:  75% (72/96)        
2023-06-12T07:18:33.6849277Z remote: Counting objects:  76% (73/96)        
2023-06-12T07:18:33.6849602Z remote: Counting objects:  77% (74/96)        
2023-06-12T07:18:33.6849914Z remote: Counting objects:  78% (75/96)        
2023-06-12T07:18:33.6850233Z remote: Counting objects:  79% (76/96)        
2023-06-12T07:18:33.6850555Z remote: Counting objects:  80% (77/96)        
2023-06-12T07:18:33.6850868Z remote: Counting objects:  81% (78/96)        
2023-06-12T07:18:33.6851193Z remote: Counting objects:  82% (79/96)        
2023-06-12T07:18:33.6851670Z remote: Counting objects:  83% (80/96)        
2023-06-12T07:18:33.6852000Z remote: Counting objects:  84% (81/96)        
2023-06-12T07:18:33.6852314Z remote: Counting objects:  85% (82/96)        
2023-06-12T07:18:33.6852646Z remote: Counting objects:  86% (83/96)        
2023-06-12T07:18:33.6853286Z remote: Counting objects:  87% (84/96)        
2023-06-12T07:18:33.6853794Z remote: Counting objects:  88% (85/96)        
2023-06-12T07:18:33.6854221Z remote: Counting objects:  89% (86/96)        
2023-06-12T07:18:33.6854552Z remote: Counting objects:  90% (87/96)        
2023-06-12T07:18:33.6854861Z remote: Counting objects:  91% (88/96)        
2023-06-12T07:18:33.6855469Z remote: Counting objects:  92% (89/96)        
2023-06-12T07:18:33.6855808Z remote: Counting objects:  93% (90/96)        
2023-06-12T07:18:33.6856121Z remote: Counting objects:  94% (91/96)        
2023-06-12T07:18:33.6856447Z remote: Counting objects:  95% (92/96)        
2023-06-12T07:18:33.6856792Z remote: Counting objects:  96% (93/96)        
2023-06-12T07:18:33.6857118Z remote: Counting objects:  97% (94/96)        
2023-06-12T07:18:33.6857429Z remote: Counting objects:  98% (95/96)        
2023-06-12T07:18:33.6857750Z remote: Counting objects: 100% (96/96)        
2023-06-12T07:18:33.6858096Z remote: Counting objects: 100% (96/96), done.        
2023-06-12T07:18:33.6858456Z remote: Compressing objects:   1% (1/82)        
2023-06-12T07:18:33.6858819Z remote: Compressing objects:   2% (2/82)        
2023-06-12T07:18:33.6859170Z remote: Compressing objects:   3% (3/82)        
2023-06-12T07:18:33.6859512Z remote: Compressing objects:   4% (4/82)        
2023-06-12T07:18:33.6859850Z remote: Compressing objects:   6% (5/82)        
2023-06-12T07:18:33.6860201Z remote: Compressing objects:   7% (6/82)        
2023-06-12T07:18:33.6860549Z remote: Compressing objects:   8% (7/82)        
2023-06-12T07:18:33.6860880Z remote: Compressing objects:   9% (8/82)        
2023-06-12T07:18:33.6861499Z remote: Compressing objects:  10% (9/82)        
2023-06-12T07:18:33.6861861Z remote: Compressing objects:  12% (10/82)        
2023-06-12T07:18:33.6943532Z remote: Compressing objects:  13% (11/82)        
2023-06-12T07:18:33.6943976Z remote: Compressing objects:  14% (12/82)        
2023-06-12T07:18:33.6944333Z remote: Compressing objects:  15% (13/82)        
2023-06-12T07:18:33.6944739Z remote: Compressing objects:  17% (14/82)        
2023-06-12T07:18:33.6945088Z remote: Compressing objects:  18% (15/82)        
2023-06-12T07:18:33.6945433Z remote: Compressing objects:  19% (16/82)        
2023-06-12T07:18:33.6945816Z remote: Compressing objects:  20% (17/82)        
2023-06-12T07:18:33.6946597Z remote: Compressing objects:  21% (18/82)        
2023-06-12T07:18:33.6946950Z remote: Compressing objects:  23% (19/82)        
2023-06-12T07:18:33.6947296Z remote: Compressing objects:  24% (20/82)        
2023-06-12T07:18:33.6947990Z remote: Compressing objects:  25% (21/82)        
2023-06-12T07:18:33.6948741Z remote: Compressing objects:  26% (22/82)        
2023-06-12T07:18:33.6949422Z remote: Compressing objects:  28% (23/82)        
2023-06-12T07:18:33.6950120Z remote: Compressing objects:  29% (24/82)        
2023-06-12T07:18:33.6950452Z remote: Compressing objects:  30% (25/82)        
2023-06-12T07:18:33.6951470Z remote: Compressing objects:  31% (26/82)        
2023-06-12T07:18:33.6951816Z remote: Compressing objects:  32% (27/82)        
2023-06-12T07:18:33.6953233Z remote: Compressing objects:  34% (28/82)        
2023-06-12T07:18:33.6953953Z remote: Compressing objects:  35% (29/82)        
2023-06-12T07:18:33.6954645Z remote: Compressing objects:  36% (30/82)        
2023-06-12T07:18:33.6955342Z remote: Compressing objects:  37% (31/82)        
2023-06-12T07:18:33.6955687Z remote: Compressing objects:  39% (32/82)        
2023-06-12T07:18:33.6956765Z remote: Compressing objects:  40% (33/82)        
2023-06-12T07:18:33.6957852Z remote: Compressing objects:  41% (34/82)        
2023-06-12T07:18:33.6959075Z remote: Compressing objects:  42% (35/82)        
2023-06-12T07:18:33.6959823Z remote: Compressing objects:  43% (36/82)        
2023-06-12T07:18:33.6961052Z remote: Compressing objects:  45% (37/82)        
2023-06-12T07:18:33.6962498Z remote: Compressing objects:  46% (38/82)        
2023-06-12T07:18:33.6963330Z remote: Compressing objects:  47% (39/82)        
2023-06-12T07:18:33.6963700Z remote: Compressing objects:  48% (40/82)        
2023-06-12T07:18:33.6964034Z remote: Compressing objects:  50% (41/82)        
2023-06-12T07:18:33.6964393Z remote: Compressing objects:  51% (42/82)        
2023-06-12T07:18:33.6965573Z remote: Compressing objects:  52% (43/82)        
2023-06-12T07:18:33.6966756Z remote: Compressing objects:  53% (44/82)        
2023-06-12T07:18:33.6967096Z remote: Compressing objects:  54% (45/82)        
2023-06-12T07:18:33.6967447Z remote: Compressing objects:  56% (46/82)        
2023-06-12T07:18:33.6968363Z remote: Compressing objects:  57% (47/82)        
2023-06-12T07:18:33.6969133Z remote: Compressing objects:  58% (48/82)        
2023-06-12T07:18:33.6969481Z remote: Compressing objects:  59% (49/82)        
2023-06-12T07:18:33.6969827Z remote: Compressing objects:  60% (50/82)        
2023-06-12T07:18:33.6970173Z remote: Compressing objects:  62% (51/82)        
2023-06-12T07:18:33.6970508Z remote: Compressing objects:  63% (52/82)        
2023-06-12T07:18:33.6971340Z remote: Compressing objects:  64% (53/82)        
2023-06-12T07:18:33.6972135Z remote: Compressing objects:  65% (54/82)        
2023-06-12T07:18:33.6972465Z remote: Compressing objects:  67% (55/82)        
2023-06-12T07:18:33.6972816Z remote: Compressing objects:  68% (56/82)        
2023-06-12T07:18:33.6973161Z remote: Compressing objects:  69% (57/82)        
2023-06-12T07:18:33.6974028Z remote: Compressing objects:  70% (58/82)        
2023-06-12T07:18:33.6974362Z remote: Compressing objects:  71% (59/82)        
2023-06-12T07:18:33.6975219Z remote: Compressing objects:  73% (60/82)        
2023-06-12T07:18:33.6975882Z remote: Compressing objects:  74% (61/82)        
2023-06-12T07:18:33.6976218Z remote: Compressing objects:  75% (62/82)        
2023-06-12T07:18:33.6976700Z remote: Compressing objects:  76% (63/82)        
2023-06-12T07:18:33.7077739Z remote: Compressing objects:  78% (64/82)        
2023-06-12T07:18:33.7078175Z remote: Compressing objects:  79% (65/82)        
2023-06-12T07:18:33.7078989Z remote: Compressing objects:  80% (66/82)        
2023-06-12T07:18:33.7079732Z remote: Compressing objects:  81% (67/82)        
2023-06-12T07:18:33.7080084Z remote: Compressing objects:  82% (68/82)        
2023-06-12T07:18:33.7080815Z remote: Compressing objects:  84% (69/82)        
2023-06-12T07:18:33.7081514Z remote: Compressing objects:  85% (70/82)        
2023-06-12T07:18:33.7081874Z remote: Compressing objects:  86% (71/82)        
2023-06-12T07:18:33.7082582Z remote: Compressing objects:  87% (72/82)        
2023-06-12T07:18:33.7082930Z remote: Compressing objects:  89% (73/82)        
2023-06-12T07:18:33.7083662Z remote: Compressing objects:  90% (74/82)        
2023-06-12T07:18:33.7084378Z remote: Compressing objects:  91% (75/82)        
2023-06-12T07:18:33.7085058Z remote: Compressing objects:  92% (76/82)        
2023-06-12T07:18:33.7085770Z remote: Compressing objects:  93% (77/82)        
2023-06-12T07:18:33.7086114Z remote: Compressing objects:  95% (78/82)        
2023-06-12T07:18:33.7087170Z remote: Compressing objects:  96% (79/82)        
2023-06-12T07:18:33.7087518Z remote: Compressing objects:  97% (80/82)        
2023-06-12T07:18:33.7089263Z remote: Compressing objects:  98% (81/82)        
2023-06-12T07:18:33.7089682Z remote: Compressing objects: 100% (82/82)        
2023-06-12T07:18:33.7090041Z remote: Compressing objects: 100% (82/82), done.        
2023-06-12T07:18:33.8793915Z remote: Total 96 (delta 10), reused 50 (delta 6), pack-reused 0        
2023-06-12T07:18:33.8887373Z From https://github.com/wheelercj/note-splitter
2023-06-12T07:18:33.8888389Z  * [new ref]         b18d8ddbc92f83816e2ee0ca374c59ff2684c0b1 -> origin/main
2023-06-12T07:18:33.8946613Z ##[endgroup]
2023-06-12T07:18:33.8947391Z ##[group]Determining the checkout info
2023-06-12T07:18:33.8948695Z ##[endgroup]
2023-06-12T07:18:33.8949405Z ##[group]Checking out the ref
2023-06-12T07:18:33.8950599Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2023-06-12T07:18:33.9133213Z Switched to a new branch 'main'
2023-06-12T07:18:33.9141805Z branch 'main' set up to track 'origin/main'.
2023-06-12T07:18:33.9151095Z ##[endgroup]
2023-06-12T07:18:33.9170848Z [command]/usr/bin/git log -1 --format='%H'
2023-06-12T07:18:33.9214944Z 'b18d8ddbc92f83816e2ee0ca374c59ff2684c0b1'
2023-06-12T07:18:33.9654022Z ##[group]Run actions/setup-python@v4
2023-06-12T07:18:33.9654359Z with:
2023-06-12T07:18:33.9654611Z   python-version: 3.10
2023-06-12T07:18:33.9655160Z   check-latest: false
2023-06-12T07:18:33.9655675Z   token: ***
2023-06-12T07:18:33.9656314Z   update-environment: true
2023-06-12T07:18:33.9656663Z   allow-prereleases: false
2023-06-12T07:18:33.9656933Z ##[endgroup]
2023-06-12T07:18:34.1672049Z ##[group]Installed versions
2023-06-12T07:18:34.1813657Z Successfully set up CPython (3.10.11)
2023-06-12T07:18:34.1817243Z ##[endgroup]
2023-06-12T07:18:34.2003179Z ##[group]Run python -m pip install --upgrade pip
2023-06-12T07:18:34.2003670Z �[36;1mpython -m pip install --upgrade pip�[0m
2023-06-12T07:18:34.2004047Z �[36;1mpip install tox tox-gh-actions�[0m
2023-06-12T07:18:34.2076216Z shell: /usr/bin/bash -e {0}
2023-06-12T07:18:34.2076528Z env:
2023-06-12T07:18:34.2076874Z   pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:34.2077326Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig
2023-06-12T07:18:34.2077764Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:34.2078215Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:34.2078617Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:34.2079043Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib
2023-06-12T07:18:34.2079355Z ##[endgroup]
2023-06-12T07:18:36.8630053Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages (23.0.1)
2023-06-12T07:18:37.1051752Z Collecting pip
2023-06-12T07:18:37.2370729Z   Downloading pip-23.1.2-py3-none-any.whl (2.1 MB)
2023-06-12T07:18:37.4310657Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 10.9 MB/s eta 0:00:00
2023-06-12T07:18:37.5143880Z Installing collected packages: pip
2023-06-12T07:18:37.5145279Z   Attempting uninstall: pip
2023-06-12T07:18:37.5154484Z     Found existing installation: pip 23.0.1
2023-06-12T07:18:37.5843542Z     Uninstalling pip-23.0.1:
2023-06-12T07:18:37.6391859Z       Successfully uninstalled pip-23.0.1
2023-06-12T07:18:39.0736804Z Successfully installed pip-23.1.2
2023-06-12T07:18:40.2792006Z Collecting tox
2023-06-12T07:18:40.4095699Z   Downloading tox-4.6.0-py3-none-any.whl (148 kB)
2023-06-12T07:18:40.4536345Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.9/148.9 kB 3.8 MB/s eta 0:00:00
2023-06-12T07:18:40.5154097Z Collecting tox-gh-actions
2023-06-12T07:18:40.5295825Z   Downloading tox_gh_actions-3.1.1-py2.py3-none-any.whl (9.8 kB)
2023-06-12T07:18:40.6191820Z Collecting cachetools>=5.3 (from tox)
2023-06-12T07:18:40.6325805Z   Downloading cachetools-5.3.1-py3-none-any.whl (9.3 kB)
2023-06-12T07:18:40.6682009Z Collecting chardet>=5.1 (from tox)
2023-06-12T07:18:40.6815278Z   Downloading chardet-5.1.0-py3-none-any.whl (199 kB)
2023-06-12T07:18:40.7128462Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 7.0 MB/s eta 0:00:00
2023-06-12T07:18:40.7584222Z Collecting colorama>=0.4.6 (from tox)
2023-06-12T07:18:40.7719596Z   Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
2023-06-12T07:18:40.8260456Z Collecting filelock>=3.12 (from tox)
2023-06-12T07:18:40.8393712Z   Downloading filelock-3.12.1-py3-none-any.whl (10 kB)
2023-06-12T07:18:40.8961605Z Collecting packaging>=23.1 (from tox)
2023-06-12T07:18:40.9096603Z   Downloading packaging-23.1-py3-none-any.whl (48 kB)
2023-06-12T07:18:40.9184735Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 8.6 MB/s eta 0:00:00
2023-06-12T07:18:40.9752368Z Collecting platformdirs>=3.5.1 (from tox)
2023-06-12T07:18:40.9887587Z   Downloading platformdirs-3.5.3-py3-none-any.whl (15 kB)
2023-06-12T07:18:41.0320921Z Collecting pluggy>=1 (from tox)
2023-06-12T07:18:41.0455227Z   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
2023-06-12T07:18:41.0959030Z Collecting pyproject-api>=1.5.1 (from tox)
2023-06-12T07:18:41.1095035Z   Downloading pyproject_api-1.5.1-py3-none-any.whl (12 kB)
2023-06-12T07:18:41.1534045Z Collecting tomli>=2.0.1 (from tox)
2023-06-12T07:18:41.1684078Z   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
2023-06-12T07:18:41.3292270Z Collecting virtualenv>=20.23 (from tox)
2023-06-12T07:18:41.3452838Z   Downloading virtualenv-20.23.0-py3-none-any.whl (3.3 MB)
2023-06-12T07:18:41.5641723Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 15.1 MB/s eta 0:00:00
2023-06-12T07:18:41.7546737Z Collecting distlib<1,>=0.3.6 (from virtualenv>=20.23->tox)
2023-06-12T07:18:41.7686958Z   Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB)
2023-06-12T07:18:41.7893560Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.5/468.5 kB 27.3 MB/s eta 0:00:00
2023-06-12T07:18:42.0015446Z Installing collected packages: distlib, tomli, pluggy, platformdirs, packaging, filelock, colorama, chardet, cachetools, virtualenv, pyproject-api, tox, tox-gh-actions
2023-06-12T07:18:42.7959204Z Successfully installed cachetools-5.3.1 chardet-5.1.0 colorama-0.4.6 distlib-0.3.6 filelock-3.12.1 packaging-23.1 platformdirs-3.5.3 pluggy-1.0.0 pyproject-api-1.5.1 tomli-2.0.1 tox-4.6.0 tox-gh-actions-3.1.1 virtualenv-20.23.0
2023-06-12T07:18:43.0005725Z ##[group]Run tox
2023-06-12T07:18:43.0006045Z �[36;1mtox�[0m
2023-06-12T07:18:43.0069560Z shell: /usr/bin/bash -e {0}
2023-06-12T07:18:43.0069890Z env:
2023-06-12T07:18:43.0070313Z   pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:43.0071007Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib/pkgconfig
2023-06-12T07:18:43.0071559Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:43.0072001Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:43.0072489Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.11/x64
2023-06-12T07:18:43.0072981Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib
2023-06-12T07:18:43.0073385Z ##[endgroup]
2023-06-12T07:18:44.7484531Z ROOT: tox-gh-actions couldn't understand the parallel option. ignoring the given option: 0
2023-06-12T07:18:45.1149815Z py310: install_deps> python -I -m pip install -r /home/runner/work/note-splitter/note-splitter/requirements-dev.txt -r /home/runner/work/note-splitter/note-splitter/requirements.txt
2023-06-12T07:19:13.6789491Z .pkg: install_requires> python -I -m pip install 'setuptools>=42.0'
2023-06-12T07:19:15.1797677Z .pkg: _optional_hooks> python /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2023-06-12T07:19:15.4570928Z .pkg: get_requires_for_build_sdist> python /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2023-06-12T07:19:15.5276384Z .pkg: freeze> python -m pip freeze --all
2023-06-12T07:19:15.9707806Z .pkg: pip==23.1.2,setuptools==67.7.2,wheel==0.40.0
2023-06-12T07:19:15.9712868Z .pkg: prepare_metadata_for_build_wheel> python /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2023-06-12T07:19:16.0492323Z .pkg: build_sdist> python /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2023-06-12T07:19:16.1145342Z py310: install_package> python -I -m pip install --force-reinstall --no-deps '/home/runner/work/note-splitter/note-splitter/.tox/.tmp/package/1/Note Splitter-0.0.0.tar.gz'
2023-06-12T07:19:21.1183821Z py310: freeze> python -m pip freeze --all
2023-06-12T07:19:21.6204767Z py310: alabaster==0.7.13,arrow==1.2.3,attrs==23.1.0,Babel==2.12.1,binaryornot==0.4.4,briefcase==0.3.7,certifi==2023.5.7,cfgv==3.3.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,cookiecutter==2.1.1,coverage==7.2.7,distlib==0.3.6,docutils==0.17.1,filelock==3.12.1,gitdb==4.0.10,GitPython==3.1.31,identify==2.5.24,idna==3.4,imagesize==1.4.1,iniconfig==2.0.0,Jinja2==3.1.2,jinja2-time==0.2.0,markdown-it-py==2.2.0,MarkupSafe==2.1.3,mdit-py-plugins==0.3.5,mdurl==0.1.2,myst-parser==0.18.1,nodeenv==1.8.0,Note-Splitter==0.0.0,packaging==23.1,pip==23.1.2,platformdirs==3.5.3,pluggy==1.0.0,pre-commit==3.3.2,py==1.11.0,Pygments==2.15.1,PySide6==6.3.0,PySide6-Addons==6.3.0,PySide6-Essentials==6.3.0,pytest==7.1.3,python-dateutil==2.8.2,python-slugify==8.0.1,PyYAML==6.0,requests==2.31.0,setuptools==67.7.2,shiboken6==6.3.0,six==1.16.0,smmap==5.0.0,snowballstemmer==2.2.0,Sphinx==4.2.0,sphinx-rtd-theme==1.2.2,sphinxcontrib-applehelp==1.0.4,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.1,sphinxcontrib-jquery==4.1,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,text-unidecode==1.3,tomli==2.0.1,tox==3.26.0,typing_extensions==4.6.3,urllib3==2.0.3,virtualenv==20.23.0,wheel==0.40.0
2023-06-12T07:19:21.6207613Z py310: tox-gh-actions couldn't understand the parallel option. ignoring the given option: 0
2023-06-12T07:19:21.6208793Z ##[group]tox: py310
2023-06-12T07:19:21.6209534Z py310: commands[0]> pytest --basetemp=/home/runner/work/note-splitter/note-splitter/.tox/py310/tmp
2023-06-12T07:19:22.5223095Z ============================= test session starts ==============================
2023-06-12T07:19:22.5224732Z platform linux -- Python 3.10.11, pytest-7.1.3, pluggy-1.0.0
2023-06-12T07:19:22.5225507Z cachedir: .tox/py310/.pytest_cache
2023-06-12T07:19:22.5226719Z rootdir: /home/runner/work/note-splitter/note-splitter, configfile: pyproject.toml, testpaths: src/tests
2023-06-12T07:19:22.5278435Z collected 45 items / 5 errors
2023-06-12T07:19:22.5278645Z 
2023-06-12T07:19:22.5278866Z ==================================== ERRORS ====================================
2023-06-12T07:19:22.5279367Z __________________ ERROR collecting src/tests/manual_test.py ___________________
2023-06-12T07:19:22.5280446Z ImportError while importing test module '/home/runner/work/note-splitter/note-splitter/src/tests/manual_test.py'.
2023-06-12T07:19:22.5281007Z Hint: make sure your test modules/packages have valid Python names.
2023-06-12T07:19:22.5281430Z Traceback:
2023-06-12T07:19:22.5281912Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/importlib/__init__.py:126: in import_module
2023-06-12T07:19:22.5282513Z     return _bootstrap._gcd_import(name[level:], package, level)
2023-06-12T07:19:22.5282958Z src/tests/manual_test.py:13: in <module>
2023-06-12T07:19:22.5283387Z     from note_splitter.lexer import Lexer
2023-06-12T07:19:22.5283816Z src/note_splitter/lexer.py:10: in <module>
2023-06-12T07:19:22.5284195Z     from note_splitter import settings
2023-06-12T07:19:22.5296255Z src/note_splitter/settings.py:104: in <module>
2023-06-12T07:19:22.5296670Z     from PySide6 import QtWidgets
2023-06-12T07:19:22.5297178Z E   ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
2023-06-12T07:19:22.5297751Z _________________ ERROR collecting src/tests/test_home_tab.py __________________
2023-06-12T07:19:22.5298560Z ImportError while importing test module '/home/runner/work/note-splitter/note-splitter/src/tests/test_home_tab.py'.
2023-06-12T07:19:22.5299218Z Hint: make sure your test modules/packages have valid Python names.
2023-06-12T07:19:22.5299640Z Traceback:
2023-06-12T07:19:22.5300136Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/importlib/__init__.py:126: in import_module
2023-06-12T07:19:22.5300652Z     return _bootstrap._gcd_import(name[level:], package, level)
2023-06-12T07:19:22.5301101Z src/tests/test_home_tab.py:5: in <module>
2023-06-12T07:19:22.5301927Z     from note_splitter import split_tab
2023-06-12T07:19:22.5302304Z src/note_splitter/split_tab.py:7: in <module>
2023-06-12T07:19:22.5302763Z     from note_splitter.gui import files_browse
2023-06-12T07:19:22.5303183Z src/note_splitter/gui.py:2: in <module>
2023-06-12T07:19:22.5303565Z     from note_splitter.note import create_notes
2023-06-12T07:19:22.5304032Z src/note_splitter/note.py:12: in <module>
2023-06-12T07:19:22.5304497Z     from note_splitter.settings import DEFAULT_SETTINGS
2023-06-12T07:19:22.5304905Z src/note_splitter/settings.py:104: in <module>
2023-06-12T07:19:22.5305320Z     from PySide6 import QtWidgets
2023-06-12T07:19:22.5310876Z E   ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
2023-06-12T07:19:22.5311719Z ___________________ ERROR collecting src/tests/test_lexer.py ___________________
2023-06-12T07:19:22.5312781Z ImportError while importing test module '/home/runner/work/note-splitter/note-splitter/src/tests/test_lexer.py'.
2023-06-12T07:19:22.5313635Z Hint: make sure your test modules/packages have valid Python names.
2023-06-12T07:19:22.5373580Z Traceback:
2023-06-12T07:19:22.5374290Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/importlib/__init__.py:126: in import_module
2023-06-12T07:19:22.5375143Z     return _bootstrap._gcd_import(name[level:], package, level)
2023-06-12T07:19:22.5375702Z src/tests/test_lexer.py:1: in <module>
2023-06-12T07:19:22.5376401Z     from note_splitter import lexer
2023-06-12T07:19:22.5376839Z src/note_splitter/lexer.py:10: in <module>
2023-06-12T07:19:22.5377197Z     from note_splitter import settings
2023-06-12T07:19:22.5377625Z src/note_splitter/settings.py:104: in <module>
2023-06-12T07:19:22.5378063Z     from PySide6 import QtWidgets
2023-06-12T07:19:22.5378915Z E   ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
2023-06-12T07:19:22.5379476Z ___________________ ERROR collecting src/tests/test_note.py ____________________
2023-06-12T07:19:22.5390202Z ImportError while importing test module '/home/runner/work/note-splitter/note-splitter/src/tests/test_note.py'.
2023-06-12T07:19:22.5390812Z Hint: make sure your test modules/packages have valid Python names.
2023-06-12T07:19:22.5391327Z Traceback:
2023-06-12T07:19:22.5391812Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/importlib/__init__.py:126: in import_module
2023-06-12T07:19:22.5392312Z     return _bootstrap._gcd_import(name[level:], package, level)
2023-06-12T07:19:22.5392775Z src/tests/test_note.py:4: in <module>
2023-06-12T07:19:22.5393175Z     from note_splitter import note
2023-06-12T07:19:22.5393569Z src/note_splitter/note.py:12: in <module>
2023-06-12T07:19:22.5394027Z     from note_splitter.settings import DEFAULT_SETTINGS
2023-06-12T07:19:22.5394515Z src/note_splitter/settings.py:104: in <module>
2023-06-12T07:19:22.5394931Z     from PySide6 import QtWidgets
2023-06-12T07:19:22.5395371Z E   ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
2023-06-12T07:19:22.5395956Z _________________ ERROR collecting src/tests/test_settings.py __________________
2023-06-12T07:19:22.5396739Z ImportError while importing test module '/home/runner/work/note-splitter/note-splitter/src/tests/test_settings.py'.
2023-06-12T07:19:22.5397295Z Hint: make sure your test modules/packages have valid Python names.
2023-06-12T07:19:22.5397701Z Traceback:
2023-06-12T07:19:22.5398216Z /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/importlib/__init__.py:126: in import_module
2023-06-12T07:19:22.5407598Z     return _bootstrap._gcd_import(name[level:], package, level)
2023-06-12T07:19:22.5408024Z src/tests/test_settings.py:2: in <module>
2023-06-12T07:19:22.5408438Z     from note_splitter import settings
2023-06-12T07:19:22.5408886Z src/note_splitter/settings.py:104: in <module>
2023-06-12T07:19:22.5409348Z     from PySide6 import QtWidgets
2023-06-12T07:19:22.5409866Z E   ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
2023-06-12T07:19:22.5410398Z =========================== short test summary info ============================
2023-06-12T07:19:22.5411073Z ERROR src/tests/manual_test.py
2023-06-12T07:19:22.5411487Z ERROR src/tests/test_home_tab.py
2023-06-12T07:19:22.5411912Z ERROR src/tests/test_lexer.py
2023-06-12T07:19:22.5412292Z ERROR src/tests/test_note.py
2023-06-12T07:19:22.5412624Z ERROR src/tests/test_settings.py
2023-06-12T07:19:22.5413085Z !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!!
2023-06-12T07:19:22.5413604Z ============================== 5 errors in 0.53s ===============================
2023-06-12T07:19:22.5765547Z py310: exit 2 (0.96 seconds) /home/runner/work/note-splitter/note-splitter> pytest --basetemp=/home/runner/work/note-splitter/note-splitter/.tox/py310/tmp pid=1851
2023-06-12T07:19:22.5766421Z py310: tox-gh-actions couldn't understand the parallel option. ignoring the given option: 0
2023-06-12T07:19:22.5942167Z ##[endgroup]
2023-06-12T07:19:22.5943259Z .pkg: _exit> python /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta
2023-06-12T07:19:22.6205291Z   py310: FAIL code 2 (37.87=setup[36.91]+cmd[0.96] seconds)
2023-06-12T07:19:22.6205688Z   evaluation failed :( (39.33 seconds)
2023-06-12T07:19:22.7074969Z ##[error]Process completed with exit code 2.
2023-06-12T07:19:22.7147229Z Post job cleanup.
2023-06-12T07:19:22.8407780Z [command]/usr/bin/git version
2023-06-12T07:19:22.8466876Z git version 2.40.1
2023-06-12T07:19:22.8536879Z Temporarily overriding HOME='/home/runner/work/_temp/03f22840-355d-400f-912c-84bccf345d09' before making global git config changes
2023-06-12T07:19:22.8538687Z Adding repository directory to the temporary git global config as a safe directory
2023-06-12T07:19:22.8548471Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/note-splitter/note-splitter
2023-06-12T07:19:22.8610639Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-06-12T07:19:22.8669028Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-06-12T07:19:22.8974533Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-06-12T07:19:22.9012509Z http.https://github.com/.extraheader
2023-06-12T07:19:22.9031358Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-06-12T07:19:22.9080847Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-06-12T07:19:22.9630610Z Cleaning up orphan processes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.