flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.43k stars 445 forks source link

`UnicodeEncodeError` is raised when packaging for Windows #3730

Closed baseplate-admin closed 3 months ago

baseplate-admin commented 3 months ago

Duplicate Check

Describe the bug

I have this repo and when i run poetry run flet build windows ./src/seeder_flet the build runs on linux but not on windows

Code sample

No response

To reproduce

  1. git clone https://github.com/baseplate-admin/coreproject
  2. cd seeder/
  3. poetry install
  4. poetry run flet build windows ./src/seeder_flet

Expected behavior

The code should build

Screenshots / Videos

No response

Operating System

Windows

Operating system details

Windows Server 2022

Flet version

0.23.2

Regression

Yes, it used to work in a previous Flet version (please specify the version in additional details)

Suggestions

This seems to be related to charmap?

Logs

Linux Log ```shell 2024-07-29T04:03:40.8624140Z Current runner version: '2.317.0' 2024-07-29T04:03:40.8647689Z ##[group]Operating System 2024-07-29T04:03:40.8648331Z Ubuntu 2024-07-29T04:03:40.8648655Z 22.04.4 2024-07-29T04:03:40.8649070Z LTS 2024-07-29T04:03:40.8649409Z ##[endgroup] 2024-07-29T04:03:40.8649770Z ##[group]Runner Image 2024-07-29T04:03:40.8650277Z Image: ubuntu-22.04 2024-07-29T04:03:40.8650678Z Version: 20240721.1.0 2024-07-29T04:03:40.8651643Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240721.1/images/ubuntu/Ubuntu2204-Readme.md 2024-07-29T04:03:40.8653126Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240721.1 2024-07-29T04:03:40.8653983Z ##[endgroup] 2024-07-29T04:03:40.8654389Z ##[group]Runner Image Provisioner 2024-07-29T04:03:40.8654947Z 2.0.373.1 2024-07-29T04:03:40.8655306Z ##[endgroup] 2024-07-29T04:03:40.8656144Z ##[group]GITHUB_TOKEN Permissions 2024-07-29T04:03:40.8657738Z Contents: read 2024-07-29T04:03:40.8658143Z Metadata: read 2024-07-29T04:03:40.8658923Z ##[endgroup] 2024-07-29T04:03:40.8661996Z Secret source: Dependabot 2024-07-29T04:03:40.8662715Z Prepare workflow directory 2024-07-29T04:03:40.9277956Z Prepare all required actions 2024-07-29T04:03:40.9435082Z Getting action download info 2024-07-29T04:03:41.1739787Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332) 2024-07-29T04:03:41.2922981Z Download action repository 'actions/setup-python@v5' (SHA:39cd14951b08e74b54015e9e001cdefcf80e669f) 2024-07-29T04:03:42.1563758Z Download action repository 'snok/install-poetry@v1' (SHA:93ada01c735cc8a383ce0ce2ae205a21c415379b) 2024-07-29T04:03:42.5989112Z Download action repository 'subosito/flutter-action@v2' (SHA:44ac965b96f18d999802d4b807e3256d5a3f9fa1) 2024-07-29T04:03:43.2912887Z Getting action download info 2024-07-29T04:03:43.4191741Z Download action repository 'actions/cache@v4' (SHA:0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) 2024-07-29T04:03:43.5472439Z Complete job name: linux 2024-07-29T04:03:43.6342837Z ##[group]Run actions/checkout@v4 2024-07-29T04:03:43.6343219Z with: 2024-07-29T04:03:43.6343451Z sparse-checkout: seeder 2024-07-29T04:03:43.6343760Z sparse-checkout-cone-mode: false 2024-07-29T04:03:43.6344110Z repository: coreproject-moe/CoreProject 2024-07-29T04:03:43.6344630Z token: *** 2024-07-29T04:03:43.6344869Z ssh-strict: true 2024-07-29T04:03:43.6345113Z ssh-user: git 2024-07-29T04:03:43.6345357Z persist-credentials: true 2024-07-29T04:03:43.6345644Z clean: true 2024-07-29T04:03:43.6345866Z fetch-depth: 1 2024-07-29T04:03:43.6346102Z fetch-tags: false 2024-07-29T04:03:43.6346338Z show-progress: true 2024-07-29T04:03:43.6346589Z lfs: false 2024-07-29T04:03:43.6346808Z submodules: false 2024-07-29T04:03:43.6347047Z set-safe-directory: true 2024-07-29T04:03:43.6347316Z ##[endgroup] 2024-07-29T04:03:43.8426616Z Syncing repository: coreproject-moe/CoreProject 2024-07-29T04:03:43.8428238Z ##[group]Getting Git version info 2024-07-29T04:03:43.8428892Z Working directory is '/home/runner/work/CoreProject/CoreProject' 2024-07-29T04:03:43.8429624Z [command]/usr/bin/git version 2024-07-29T04:03:43.8453101Z git version 2.45.2 2024-07-29T04:03:43.8478272Z ##[endgroup] 2024-07-29T04:03:43.8492093Z Temporarily overriding HOME='/home/runner/work/_temp/842634f1-6f1e-4e2f-a1d5-5cc14b4f87d3' before making global git config changes 2024-07-29T04:03:43.8493080Z Adding repository directory to the temporary git global config as a safe directory 2024-07-29T04:03:43.8497255Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/CoreProject/CoreProject 2024-07-29T04:03:43.8531311Z Deleting the contents of '/home/runner/work/CoreProject/CoreProject' 2024-07-29T04:03:43.8534617Z ##[group]Initializing the repository 2024-07-29T04:03:43.8538511Z [command]/usr/bin/git init /home/runner/work/CoreProject/CoreProject 2024-07-29T04:03:43.8611652Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-07-29T04:03:43.8612580Z hint: is subject to change. To configure the initial branch name to use in all 2024-07-29T04:03:43.8613585Z hint: of your new repositories, which will suppress this warning, call: 2024-07-29T04:03:43.8614098Z hint: 2024-07-29T04:03:43.8614661Z hint: git config --global init.defaultBranch 2024-07-29T04:03:43.8615332Z hint: 2024-07-29T04:03:43.8616095Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-07-29T04:03:43.8617034Z hint: 'development'. The just-created branch can be renamed via this command: 2024-07-29T04:03:43.8617576Z hint: 2024-07-29T04:03:43.8617844Z hint: git branch -m 2024-07-29T04:03:43.8618393Z Initialized empty Git repository in /home/runner/work/CoreProject/CoreProject/.git/ 2024-07-29T04:03:43.8625977Z [command]/usr/bin/git remote add origin https://github.com/coreproject-moe/CoreProject 2024-07-29T04:03:43.8656972Z ##[endgroup] 2024-07-29T04:03:43.8657445Z ##[group]Disabling automatic garbage collection 2024-07-29T04:03:43.8661272Z [command]/usr/bin/git config --local gc.auto 0 2024-07-29T04:03:43.8690511Z ##[endgroup] 2024-07-29T04:03:43.8691073Z ##[group]Setting up auth 2024-07-29T04:03:43.8697376Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-07-29T04:03:43.8731542Z [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' || :" 2024-07-29T04:03:43.9085414Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-07-29T04:03:43.9118693Z [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' || :" 2024-07-29T04:03:43.9395229Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-07-29T04:03:43.9432527Z ##[endgroup] 2024-07-29T04:03:43.9435044Z ##[group]Fetching the repository 2024-07-29T04:03:43.9442914Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --filter=blob:none --depth=1 origin +36b02761361c68933fd956cb0a89f2e59cc835ee:refs/remotes/pull/3871/merge 2024-07-29T04:03:44.3908170Z From https://github.com/coreproject-moe/CoreProject 2024-07-29T04:03:44.3909196Z * [new ref] 36b02761361c68933fd956cb0a89f2e59cc835ee -> pull/3871/merge 2024-07-29T04:03:44.3931007Z ##[endgroup] 2024-07-29T04:03:44.3931535Z ##[group]Determining the checkout info 2024-07-29T04:03:44.3933314Z ##[endgroup] 2024-07-29T04:03:44.3933950Z ##[group]Setting up sparse checkout 2024-07-29T04:03:44.3939148Z [command]/usr/bin/git config core.sparseCheckout true 2024-07-29T04:03:44.3971189Z [command]/usr/bin/git rev-parse --git-path info/sparse-checkout 2024-07-29T04:03:44.3991538Z .git/info/sparse-checkout 2024-07-29T04:03:44.3999530Z ##[endgroup] 2024-07-29T04:03:44.4000135Z ##[group]Checking out the ref 2024-07-29T04:03:44.4003686Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/3871/merge 2024-07-29T04:03:45.2689192Z Note: switching to 'refs/remotes/pull/3871/merge'. 2024-07-29T04:03:45.2689833Z 2024-07-29T04:03:45.2690423Z You are in 'detached HEAD' state. You can look around, make experimental 2024-07-29T04:03:45.2691651Z changes and commit them, and you can discard any commits you make in this 2024-07-29T04:03:45.2752375Z state without impacting any branches by switching back to a branch. 2024-07-29T04:03:45.2753029Z 2024-07-29T04:03:45.2758873Z If you want to create a new branch to retain commits you create, you may 2024-07-29T04:03:45.2760267Z do so (now or later) by using -c with the switch command. Example: 2024-07-29T04:03:45.2760872Z 2024-07-29T04:03:45.2763103Z git switch -c 2024-07-29T04:03:45.2763532Z 2024-07-29T04:03:45.2766018Z Or undo this operation with: 2024-07-29T04:03:45.2766369Z 2024-07-29T04:03:45.2766527Z git switch - 2024-07-29T04:03:45.2766770Z 2024-07-29T04:03:45.2767255Z Turn off this advice by setting config variable advice.detachedHead to false 2024-07-29T04:03:45.2768382Z 2024-07-29T04:03:45.2769129Z HEAD is now at 36b0276 Merge 607bfae706087eb7c538dafa42c6bf58d2c577ae into 981c3100fcd047a5bbba65b6c4ddf272729cca57 2024-07-29T04:03:45.2771546Z ##[endgroup] 2024-07-29T04:03:45.2772757Z [command]/usr/bin/git log -1 --format='%H' 2024-07-29T04:03:45.2780762Z '36b02761361c68933fd956cb0a89f2e59cc835ee' 2024-07-29T04:03:45.3070706Z ##[group]Run actions/setup-python@v5 2024-07-29T04:03:45.3071160Z with: 2024-07-29T04:03:45.3071471Z python-version: 3.12.x 2024-07-29T04:03:45.3071917Z check-latest: false 2024-07-29T04:03:45.3072406Z token: *** 2024-07-29T04:03:45.3072734Z update-environment: true 2024-07-29T04:03:45.3073190Z allow-prereleases: false 2024-07-29T04:03:45.3073796Z ##[endgroup] 2024-07-29T04:03:45.4639575Z ##[group]Installed versions 2024-07-29T04:03:45.4697944Z Successfully set up CPython (3.12.4) 2024-07-29T04:03:45.4699188Z ##[endgroup] 2024-07-29T04:03:45.4851451Z ##[group]Run snok/install-poetry@v1 2024-07-29T04:03:45.4851886Z with: 2024-07-29T04:03:45.4852309Z virtualenvs-create: true 2024-07-29T04:03:45.4852708Z virtualenvs-in-project: true 2024-07-29T04:03:45.4853079Z version: latest 2024-07-29T04:03:45.4853533Z virtualenvs-path: {cache-dir}/virtualenvs 2024-07-29T04:03:45.4853986Z installer-parallel: true 2024-07-29T04:03:45.4854333Z env: 2024-07-29T04:03:45.4854787Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.4855422Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:03:45.4856022Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.4856658Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.4857223Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.4857850Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:03:45.4858298Z ##[endgroup] 2024-07-29T04:03:45.5076443Z ##[group]Run $GITHUB_ACTION_PATH/main.sh 2024-07-29T04:03:45.5076939Z $GITHUB_ACTION_PATH/main.sh 2024-07-29T04:03:45.5136089Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-07-29T04:03:45.5136611Z env: 2024-07-29T04:03:45.5137126Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.5137755Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:03:45.5138362Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.5139004Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.5139515Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:03:45.5140069Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:03:45.5140638Z VERSION: latest 2024-07-29T04:03:45.5140938Z VIRTUALENVS_CREATE: true 2024-07-29T04:03:45.5141322Z VIRTUALENVS_IN_PROJECT: true 2024-07-29T04:03:45.5141794Z VIRTUALENVS_PATH: {cache-dir}/virtualenvs 2024-07-29T04:03:45.5142210Z INSTALLER_PARALLEL: true 2024-07-29T04:03:45.5142610Z INSTALLATION_ARGUMENTS: 2024-07-29T04:03:45.5143031Z ##[endgroup] 2024-07-29T04:03:45.8952765Z 2024-07-29T04:03:45.8954193Z Setting Poetry installation path as /home/runner/.local 2024-07-29T04:03:45.8955100Z 2024-07-29T04:03:45.8956068Z Installing Poetry πŸ‘· 2024-07-29T04:03:45.8956647Z 2024-07-29T04:03:58.5571525Z Retrieving Poetry metadata 2024-07-29T04:03:58.5572134Z 2024-07-29T04:03:58.5572416Z # Welcome to Poetry! 2024-07-29T04:03:58.5572820Z 2024-07-29T04:03:58.5573341Z This will download and install the latest version of Poetry, 2024-07-29T04:03:58.5574663Z a dependency and package manager for Python. 2024-07-29T04:03:58.5575356Z 2024-07-29T04:03:58.5576270Z It will add the `poetry` command to Poetry's bin directory, located at: 2024-07-29T04:03:58.5576850Z 2024-07-29T04:03:58.5577084Z /home/runner/.local/bin 2024-07-29T04:03:58.5577470Z 2024-07-29T04:03:58.5578024Z You can uninstall at any time by executing this script with the --uninstall option, 2024-07-29T04:03:58.5579188Z and these changes will be reverted. 2024-07-29T04:03:58.5579599Z 2024-07-29T04:03:58.5579768Z Installing Poetry (1.8.3) 2024-07-29T04:03:58.5580384Z Installing Poetry (1.8.3): Creating environment 2024-07-29T04:03:58.5580859Z Installing Poetry (1.8.3): Installing Poetry 2024-07-29T04:03:58.5581368Z Installing Poetry (1.8.3): Creating script 2024-07-29T04:03:58.5581864Z Installing Poetry (1.8.3): Done 2024-07-29T04:03:58.5582093Z 2024-07-29T04:03:58.5582239Z Poetry (1.8.3) is installed now. Great! 2024-07-29T04:03:58.5582550Z 2024-07-29T04:03:58.5583002Z You can test that everything is set up by executing: 2024-07-29T04:03:58.5583660Z 2024-07-29T04:03:58.5584013Z `poetry --version` 2024-07-29T04:03:58.5584302Z 2024-07-29T04:04:00.4263883Z 2024-07-29T04:04:00.4265157Z Installation completed. Configuring settings πŸ›  2024-07-29T04:04:00.4265671Z 2024-07-29T04:04:00.4265846Z Done βœ… 2024-07-29T04:04:00.4267876Z 2024-07-29T04:04:00.4269760Z If you are creating a venv in your project, you can activate it by running 'source .venv/bin/activate'. If you're running this in an OS matrix, you can use 'source $VENV' instead, as an OS agnostic option 2024-07-29T04:04:00.4331130Z ##[group]Run cd seeder 2024-07-29T04:04:00.4331532Z cd seeder 2024-07-29T04:04:00.4331840Z poetry install 2024-07-29T04:04:00.4385952Z shell: /usr/bin/bash -e {0} 2024-07-29T04:04:00.4386414Z env: 2024-07-29T04:04:00.4386809Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:00.4387440Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:00.4388120Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:00.4388685Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:00.4389252Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:00.4389857Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:00.4390371Z VENV: .venv/bin/activate 2024-07-29T04:04:00.4390740Z ##[endgroup] 2024-07-29T04:04:00.8812469Z Creating virtualenv seeder-flet in /home/runner/work/CoreProject/CoreProject/seeder/.venv 2024-07-29T04:04:01.2590229Z Installing dependencies from lock file 2024-07-29T04:04:01.4291920Z 2024-07-29T04:04:01.4293003Z Package operations: 67 installs, 0 updates, 0 removals 2024-07-29T04:04:01.4293655Z 2024-07-29T04:04:01.4297705Z - Installing mdurl (0.1.2) 2024-07-29T04:04:01.6559469Z - Installing idna (3.7) 2024-07-29T04:04:01.6564460Z - Installing markdown-it-py (3.0.0) 2024-07-29T04:04:01.6573976Z - Installing pygments (2.18.0) 2024-07-29T04:04:01.6585814Z - Installing sniffio (1.3.1) 2024-07-29T04:04:01.8554711Z - Installing anyio (4.4.0) 2024-07-29T04:04:01.8561669Z - Installing certifi (2024.7.4) 2024-07-29T04:04:01.8566703Z - Installing click (8.1.7) 2024-07-29T04:04:01.8572871Z - Installing h11 (0.14.0) 2024-07-29T04:04:01.8586185Z - Installing rich (13.7.1) 2024-07-29T04:04:01.8596346Z - Installing shellingham (1.5.4) 2024-07-29T04:04:01.8609055Z - Installing six (1.16.0) 2024-07-29T04:04:01.8620425Z - Installing typing-extensions (4.12.2) 2024-07-29T04:04:02.0060071Z - Installing annotated-types (0.7.0) 2024-07-29T04:04:02.0066032Z - Installing chardet (5.2.0) 2024-07-29T04:04:02.0070560Z - Installing charset-normalizer (3.3.2) 2024-07-29T04:04:02.0085747Z - Installing dnspython (2.6.1) 2024-07-29T04:04:02.0088169Z - Installing httpcore (1.0.5) 2024-07-29T04:04:02.0093605Z - Installing httptools (0.6.1) 2024-07-29T04:04:02.0101456Z - Installing markupsafe (2.1.5) 2024-07-29T04:04:02.0106049Z - Installing pydantic-core (2.20.1) 2024-07-29T04:04:02.0948944Z - Installing python-dateutil (2.9.0.post0) 2024-07-29T04:04:02.1640854Z - Installing python-dotenv (1.0.1) 2024-07-29T04:04:02.1714958Z - Installing pyyaml (6.0.1) 2024-07-29T04:04:02.1756558Z - Installing repath (0.9.0) 2024-07-29T04:04:02.2263902Z - Installing text-unidecode (1.3) 2024-07-29T04:04:02.2464147Z - Installing typer (0.12.3) 2024-07-29T04:04:02.2509839Z - Installing types-python-dateutil (2.9.0.20240316) 2024-07-29T04:04:02.2548578Z - Installing urllib3 (2.2.2) 2024-07-29T04:04:02.2773432Z - Installing uvloop (0.19.0) 2024-07-29T04:04:02.3340751Z - Installing watchfiles (0.22.0) 2024-07-29T04:04:02.3434610Z - Installing websockets (12.0) 2024-07-29T04:04:02.6523747Z - Installing arrow (1.3.0) 2024-07-29T04:04:02.6529689Z - Installing attrs (23.2.0) 2024-07-29T04:04:02.6534083Z - Installing binaryornot (0.4.4) 2024-07-29T04:04:02.6545253Z - Installing email-validator (2.1.1) 2024-07-29T04:04:02.6549896Z - Installing fastapi-cli (0.0.4) 2024-07-29T04:04:02.6558223Z - Installing flet-core (0.23.2) 2024-07-29T04:04:02.6571755Z - Installing httpx (0.27.0) 2024-07-29T04:04:02.6580852Z - Installing jinja2 (3.1.4) 2024-07-29T04:04:02.7287378Z - Installing oauthlib (3.2.2) 2024-07-29T04:04:02.7393761Z - Installing orjson (3.10.3) 2024-07-29T04:04:02.7467742Z - Installing pydantic (2.8.2) 2024-07-29T04:04:02.7578347Z - Installing pypng (0.20220715.0) 2024-07-29T04:04:02.8032884Z - Installing python-multipart (0.0.9) 2024-07-29T04:04:02.8139733Z - Installing python-slugify (8.0.4) 2024-07-29T04:04:02.8261153Z - Installing requests (2.32.3) 2024-07-29T04:04:02.8605203Z - Installing starlette (0.37.2) 2024-07-29T04:04:02.8763683Z - Installing ujson (5.10.0) 2024-07-29T04:04:02.9059319Z - Installing uvicorn (0.30.1) 2024-07-29T04:04:03.0430221Z - Installing cattrs (23.2.3) 2024-07-29T04:04:03.0436484Z - Installing cookiecutter (2.6.0) 2024-07-29T04:04:03.0440728Z - Installing fastapi (0.111.0) 2024-07-29T04:04:03.0452061Z - Installing flet-runtime (0.23.2) 2024-07-29T04:04:03.0459842Z - Installing packaging (23.2) 2024-07-29T04:04:03.0467896Z - Installing pastel (0.2.1) 2024-07-29T04:04:03.0476320Z - Installing platformdirs (4.2.2) 2024-07-29T04:04:03.0484517Z - Installing pyrate-limiter (2.10.0) 2024-07-29T04:04:03.1247560Z - Installing qrcode (7.4.2) 2024-07-29T04:04:03.1441842Z - Installing tomli (2.0.1) 2024-07-29T04:04:03.1494360Z - Installing url-normalize (1.4.3) 2024-07-29T04:04:03.1511175Z - Installing watchdog (4.0.1) 2024-07-29T04:04:03.2293952Z - Installing flet (0.23.2) 2024-07-29T04:04:03.2299659Z - Installing poethepoet (0.27.0) 2024-07-29T04:04:03.2304223Z - Installing requests-cache (1.2.1) 2024-07-29T04:04:03.2312287Z - Installing requests-ratelimiter (0.7.0) 2024-07-29T04:04:03.2324312Z - Installing selectolax (0.3.21) 2024-07-29T04:04:03.8004658Z 2024-07-29T04:04:03.8005674Z Installing the current project: seeder-flet (0.1.0) 2024-07-29T04:04:03.8820457Z ##[group]Run subosito/flutter-action@v2 2024-07-29T04:04:03.8820921Z with: 2024-07-29T04:04:03.8821185Z channel: stable 2024-07-29T04:04:03.8821640Z architecture: X64 2024-07-29T04:04:03.8821977Z cache: false 2024-07-29T04:04:03.8822271Z pub-cache-path: default 2024-07-29T04:04:03.8822716Z dry-run: false 2024-07-29T04:04:03.8823038Z env: 2024-07-29T04:04:03.8823397Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8824104Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:03.8824731Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8825250Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8825878Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8826437Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:03.8827002Z VENV: .venv/bin/activate 2024-07-29T04:04:03.8827321Z ##[endgroup] 2024-07-29T04:04:03.8852170Z ##[group]Run chmod +x "$GITHUB_ACTION_PATH/setup.sh" 2024-07-29T04:04:03.8852711Z chmod +x "$GITHUB_ACTION_PATH/setup.sh" 2024-07-29T04:04:03.8909686Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:03.8910211Z env: 2024-07-29T04:04:03.8910609Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8911513Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:03.8912139Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8912709Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8913325Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.8914085Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:03.8914599Z VENV: .venv/bin/activate 2024-07-29T04:04:03.8914996Z ##[endgroup] 2024-07-29T04:04:03.9073945Z ##[group]Run $GITHUB_ACTION_PATH/setup.sh -p \ 2024-07-29T04:04:03.9074600Z $GITHUB_ACTION_PATH/setup.sh -p \ 2024-07-29T04:04:03.9075006Z  -n '' \ 2024-07-29T04:04:03.9075363Z  -f '' \ 2024-07-29T04:04:03.9075820Z  -a 'X64' \ 2024-07-29T04:04:03.9076123Z  -k '' \ 2024-07-29T04:04:03.9076465Z  -c '' \ 2024-07-29T04:04:03.9076851Z  -l '' \ 2024-07-29T04:04:03.9077145Z  -d 'default' \ 2024-07-29T04:04:03.9077532Z  stable 2024-07-29T04:04:03.9128697Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:03.9129159Z env: 2024-07-29T04:04:03.9129663Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.9130306Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:03.9130937Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.9131570Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.9132122Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:03.9132658Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:03.9133236Z VENV: .venv/bin/activate 2024-07-29T04:04:03.9133587Z ##[endgroup] 2024-07-29T04:04:04.4582686Z ##[group]Run $GITHUB_ACTION_PATH/setup.sh \ 2024-07-29T04:04:04.4583247Z $GITHUB_ACTION_PATH/setup.sh \ 2024-07-29T04:04:04.4583704Z  -n '3.22.3' \ 2024-07-29T04:04:04.4584061Z  -a 'x64' \ 2024-07-29T04:04:04.4584589Z  -c '/opt/hostedtoolcache/flutter/stable-3.22.3-x64' \ 2024-07-29T04:04:04.4585100Z  stable 2024-07-29T04:04:04.4639611Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:04.4640072Z env: 2024-07-29T04:04:04.4640464Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:04.4641214Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:04.4641859Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:04.4642750Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:04.4643345Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:04.4643944Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:04.4644519Z VENV: .venv/bin/activate 2024-07-29T04:04:04.4644837Z ##[endgroup] 2024-07-29T04:04:04.9814817Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-07-29T04:04:04.9816163Z Dload Upload Total Spent Left Speed 2024-07-29T04:04:04.9816731Z 2024-07-29T04:04:05.8078913Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-07-29T04:04:06.8076366Z 17 715M 17 122M 0 0 147M 0 0:00:04 --:--:-- 0:00:04 147M 2024-07-29T04:04:07.8077486Z 43 715M 43 310M 0 0 169M 0 0:00:04 0:00:01 0:00:03 169M 2024-07-29T04:04:08.8079962Z 68 715M 68 489M 0 0 173M 0 0:00:04 0:00:02 0:00:02 173M 2024-07-29T04:04:09.0720030Z 92 715M 92 664M 0 0 173M 0 0:00:04 0:00:03 0:00:01 173M 2024-07-29T04:04:09.0721077Z 100 715M 100 715M 0 0 175M 0 0:00:04 0:00:04 --:--:-- 175M 2024-07-29T04:04:38.4192570Z ##[group]Run sudo apt-get update -y 2024-07-29T04:04:38.4193103Z sudo apt-get update -y 2024-07-29T04:04:38.4193882Z sudo apt-get install -y ninja-build libgtk-3-dev 2024-07-29T04:04:38.4249628Z shell: /usr/bin/bash -e {0} 2024-07-29T04:04:38.4250036Z env: 2024-07-29T04:04:38.4250552Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:38.4251183Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:38.4251815Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:38.4252406Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:38.4252958Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:38.4253535Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:38.4254062Z VENV: .venv/bin/activate 2024-07-29T04:04:38.4254521Z FLUTTER_ROOT: /opt/hostedtoolcache/flutter/stable-3.22.3-x64 2024-07-29T04:04:38.4255215Z PUB_CACHE: /home/runner/.pub-cache 2024-07-29T04:04:38.4255598Z ##[endgroup] 2024-07-29T04:04:38.5438663Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B] 2024-07-29T04:04:38.5823449Z Hit:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease 2024-07-29T04:04:38.5852815Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-07-29T04:04:38.5915209Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-07-29T04:04:38.5941081Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-29T04:04:38.6059929Z Hit:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease 2024-07-29T04:04:38.6192461Z Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B] 2024-07-29T04:04:38.8033978Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1888 kB] 2024-07-29T04:04:38.8226821Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [337 kB] 2024-07-29T04:04:38.8267822Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2238 kB] 2024-07-29T04:04:38.8425669Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [384 kB] 2024-07-29T04:04:38.8467082Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1108 kB] 2024-07-29T04:04:38.8551461Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [258 kB] 2024-07-29T04:04:38.9934930Z Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1673 kB] 2024-07-29T04:04:39.0071167Z Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [279 kB] 2024-07-29T04:04:39.0119908Z Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2171 kB] 2024-07-29T04:04:39.0306030Z Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [372 kB] 2024-07-29T04:04:39.0819090Z Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [886 kB] 2024-07-29T04:04:39.0858829Z Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-29T04:04:39.1677392Z Get:20 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [14.6 kB] 2024-07-29T04:04:39.1829055Z Get:21 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [40.1 kB] 2024-07-29T04:04:39.2025457Z Get:22 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [164 kB] 2024-07-29T04:04:42.5649678Z Fetched 12.4 MB in 2s (7978 kB/s) 2024-07-29T04:04:43.2941439Z Reading package lists... 2024-07-29T04:04:43.4823789Z Reading package lists... 2024-07-29T04:04:43.6237640Z Building dependency tree... 2024-07-29T04:04:43.6248472Z Reading state information... 2024-07-29T04:04:43.7529659Z The following additional packages will be installed: 2024-07-29T04:04:43.7531962Z gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-gtk-3.0 gir1.2-harfbuzz-0.0 2024-07-29T04:04:43.7541229Z gir1.2-pango-1.0 libatk-bridge2.0-dev libatk1.0-dev libatspi2.0-dev 2024-07-29T04:04:43.7542640Z libdatrie-dev libdbus-1-dev libegl-dev libegl-mesa0 libegl1 libegl1-mesa-dev 2024-07-29T04:04:43.7543898Z libepoxy-dev libfribidi-dev libgl-dev libgles-dev libgles1 libgles2 2024-07-29T04:04:43.7545194Z libglvnd-core-dev libglvnd-dev libglx-dev libgraphite2-dev libharfbuzz-dev 2024-07-29T04:04:43.7546590Z libharfbuzz-gobject0 libharfbuzz-icu0 libopengl-dev libopengl0 2024-07-29T04:04:43.7547785Z libpango1.0-dev libpangoxft-1.0-0 libthai-dev libwayland-bin libwayland-dev 2024-07-29T04:04:43.7549235Z libxcomposite-dev libxcursor-dev libxdamage-dev libxfixes-dev libxft-dev 2024-07-29T04:04:43.7550452Z libxi-dev libxinerama-dev libxkbcommon-dev libxrandr-dev libxtst-dev 2024-07-29T04:04:43.7551127Z pango1.0-tools wayland-protocols 2024-07-29T04:04:43.7551902Z Suggested packages: 2024-07-29T04:04:43.7552964Z libdatrie-doc libgraphite2-utils libgtk-3-doc libpango1.0-doc libthai-doc 2024-07-29T04:04:43.7554385Z libwayland-doc graphicsmagick 2024-07-29T04:04:43.7784005Z The following NEW packages will be installed: 2024-07-29T04:04:43.7785237Z gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-gtk-3.0 gir1.2-harfbuzz-0.0 2024-07-29T04:04:43.7786612Z gir1.2-pango-1.0 libatk-bridge2.0-dev libatk1.0-dev libatspi2.0-dev 2024-07-29T04:04:43.7788388Z libdatrie-dev libdbus-1-dev libegl-dev libegl-mesa0 libegl1 libegl1-mesa-dev 2024-07-29T04:04:43.7789687Z libepoxy-dev libfribidi-dev libgl-dev libgles-dev libgles1 libgles2 2024-07-29T04:04:43.7791015Z libglvnd-core-dev libglvnd-dev libglx-dev libgraphite2-dev libgtk-3-dev 2024-07-29T04:04:43.7792585Z libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libopengl-dev 2024-07-29T04:04:43.7794145Z libopengl0 libpango1.0-dev libpangoxft-1.0-0 libthai-dev libwayland-bin 2024-07-29T04:04:43.7795563Z libwayland-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxfixes-dev 2024-07-29T04:04:43.7797131Z libxft-dev libxi-dev libxinerama-dev libxkbcommon-dev libxrandr-dev 2024-07-29T04:04:43.7798454Z libxtst-dev ninja-build pango1.0-tools wayland-protocols 2024-07-29T04:04:43.7960473Z 0 upgraded, 48 newly installed, 0 to remove and 44 not upgraded. 2024-07-29T04:04:43.7961252Z Need to get 3975 kB of archives. 2024-07-29T04:04:43.7961905Z After this operation, 33.4 MB of additional disk space will be used. 2024-07-29T04:04:43.7962732Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B] 2024-07-29T04:04:43.8911206Z Get:2 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-atk-1.0 amd64 2.36.0-3build1 [21.0 kB] 2024-07-29T04:04:43.9548243Z Get:3 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-atspi-2.0 amd64 2.44.0-3 [18.1 kB] 2024-07-29T04:04:44.0176414Z Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-harfbuzz-0.0 amd64 2.7.4-1ubuntu3.1 [31.6 kB] 2024-07-29T04:04:44.0803974Z Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpangoxft-1.0-0 amd64 1.50.6+ds-2ubuntu1 [31.0 kB] 2024-07-29T04:04:44.1433327Z Get:6 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-pango-1.0 amd64 1.50.6+ds-2ubuntu1 [44.0 kB] 2024-07-29T04:04:44.2079228Z Get:7 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gir1.2-gtk-3.0 amd64 3.24.33-1ubuntu2.2 [240 kB] 2024-07-29T04:04:44.2737042Z Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libatk1.0-dev amd64 2.36.0-3build1 [96.6 kB] 2024-07-29T04:04:44.3376330Z Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-dev amd64 1.12.20-2ubuntu4.1 [188 kB] 2024-07-29T04:04:44.4019401Z Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxfixes-dev amd64 1:6.0.0-1 [12.2 kB] 2024-07-29T04:04:44.4689022Z Get:11 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxi-dev amd64 2:1.8-1build1 [193 kB] 2024-07-29T04:04:44.5373744Z Get:12 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxtst-dev amd64 2:1.2.3-1build4 [16.3 kB] 2024-07-29T04:04:44.6044955Z Get:13 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libatspi2.0-dev amd64 2.44.0-3 [71.5 kB] 2024-07-29T04:04:44.6717797Z Get:14 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libatk-bridge2.0-dev amd64 2.38.0-3 [2954 B] 2024-07-29T04:04:44.7388688Z Get:15 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libdatrie-dev amd64 0.2.13-2 [19.7 kB] 2024-07-29T04:04:44.8059134Z Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.2.1-1ubuntu3.1~22.04.2 [118 kB] 2024-07-29T04:04:44.8748827Z Get:17 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libegl1 amd64 1.4.0-1 [28.6 kB] 2024-07-29T04:04:44.9426146Z Get:18 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libglx-dev amd64 1.4.0-1 [14.1 kB] 2024-07-29T04:04:45.0103080Z Get:19 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libgl-dev amd64 1.4.0-1 [101 kB] 2024-07-29T04:04:45.0786834Z Get:20 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libegl-dev amd64 1.4.0-1 [18.0 kB] 2024-07-29T04:04:45.1458401Z Get:21 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-core-dev amd64 1.4.0-1 [12.7 kB] 2024-07-29T04:04:45.2127030Z Get:22 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libgles1 amd64 1.4.0-1 [11.5 kB] 2024-07-29T04:04:45.2801550Z Get:23 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libgles2 amd64 1.4.0-1 [18.0 kB] 2024-07-29T04:04:45.3477272Z Get:24 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libgles-dev amd64 1.4.0-1 [49.4 kB] 2024-07-29T04:04:45.4155144Z Get:25 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libopengl0 amd64 1.4.0-1 [36.5 kB] 2024-07-29T04:04:45.4830184Z Get:26 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libopengl-dev amd64 1.4.0-1 [3400 B] 2024-07-29T04:04:45.5498263Z Get:27 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-dev amd64 1.4.0-1 [3162 B] 2024-07-29T04:04:45.6168470Z Get:28 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl1-mesa-dev amd64 23.2.1-1ubuntu3.1~22.04.2 [11.1 kB] 2024-07-29T04:04:45.6844006Z Get:29 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libepoxy-dev amd64 1.5.10-1 [132 kB] 2024-07-29T04:04:45.7521205Z Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfribidi-dev amd64 1.0.8-2ubuntu3.1 [64.8 kB] 2024-07-29T04:04:45.8200953Z Get:31 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libgraphite2-dev amd64 1.3.14-1build2 [14.7 kB] 2024-07-29T04:04:45.8879709Z Get:32 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz-icu0 amd64 2.7.4-1ubuntu3.1 [5886 B] 2024-07-29T04:04:45.9548500Z Get:33 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz-gobject0 amd64 2.7.4-1ubuntu3.1 [26.0 kB] 2024-07-29T04:04:46.0232237Z Get:34 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libharfbuzz-dev amd64 2.7.4-1ubuntu3.1 [553 kB] 2024-07-29T04:04:46.0964088Z Get:35 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libthai-dev amd64 0.1.29-1build1 [26.4 kB] 2024-07-29T04:04:46.1641878Z Get:36 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxft-dev amd64 2.3.4-1 [52.4 kB] 2024-07-29T04:04:46.2320643Z Get:37 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 pango1.0-tools amd64 1.50.6+ds-2ubuntu1 [45.8 kB] 2024-07-29T04:04:46.2998383Z Get:38 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpango1.0-dev amd64 1.50.6+ds-2ubuntu1 [154 kB] 2024-07-29T04:04:46.3686474Z Get:39 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-bin amd64 1.20.0-1ubuntu0.1 [20.4 kB] 2024-07-29T04:04:46.4362874Z Get:40 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwayland-dev amd64 1.20.0-1ubuntu0.1 [69.5 kB] 2024-07-29T04:04:46.5044105Z Get:41 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxcomposite-dev amd64 1:0.4.5-1build2 [9326 B] 2024-07-29T04:04:46.5720826Z Get:42 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxcursor-dev amd64 1:1.2.0-2build4 [28.2 kB] 2024-07-29T04:04:46.6398582Z Get:43 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxdamage-dev amd64 1:1.1.5-2build2 [5264 B] 2024-07-29T04:04:46.7070057Z Get:44 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxinerama-dev amd64 2:1.1.4-3 [8104 B] 2024-07-29T04:04:46.7745061Z Get:45 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxkbcommon-dev amd64 1.4.0-1 [54.9 kB] 2024-07-29T04:04:46.8423736Z Get:46 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libxrandr-dev amd64 2:1.5.2-1build1 [26.7 kB] 2024-07-29T04:04:46.9096562Z Get:47 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 wayland-protocols all 1.25-1 [70.6 kB] 2024-07-29T04:04:46.9773221Z Get:48 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgtk-3-dev amd64 3.24.33-1ubuntu2.2 [1082 kB] 2024-07-29T04:04:47.0555953Z Get:49 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 ninja-build amd64 1.10.1-1 [111 kB] 2024-07-29T04:04:47.4048499Z Fetched 3975 kB in 3s (1215 kB/s) 2024-07-29T04:04:47.4311639Z Selecting previously unselected package gir1.2-atk-1.0:amd64. 2024-07-29T04:04:47.4596596Z (Reading database ... 2024-07-29T04:04:47.4597364Z (Reading database ... 5% 2024-07-29T04:04:47.4598373Z (Reading database ... 10% 2024-07-29T04:04:47.4598952Z (Reading database ... 15% 2024-07-29T04:04:47.4599689Z (Reading database ... 20% 2024-07-29T04:04:47.4600251Z (Reading database ... 25% 2024-07-29T04:04:47.4600913Z (Reading database ... 30% 2024-07-29T04:04:47.4601672Z (Reading database ... 35% 2024-07-29T04:04:47.4602223Z (Reading database ... 40% 2024-07-29T04:04:47.4602587Z (Reading database ... 45% 2024-07-29T04:04:47.4603072Z (Reading database ... 50% 2024-07-29T04:04:47.4932027Z (Reading database ... 55% 2024-07-29T04:04:47.5327964Z (Reading database ... 60% 2024-07-29T04:04:47.5647280Z (Reading database ... 65% 2024-07-29T04:04:47.6205214Z (Reading database ... 70% 2024-07-29T04:04:47.6794336Z (Reading database ... 75% 2024-07-29T04:04:47.7304225Z (Reading database ... 80% 2024-07-29T04:04:47.8040794Z (Reading database ... 85% 2024-07-29T04:04:47.8455301Z (Reading database ... 90% 2024-07-29T04:04:47.9117427Z (Reading database ... 95% 2024-07-29T04:04:47.9118061Z (Reading database ... 100% 2024-07-29T04:04:47.9118898Z (Reading database ... 266397 files and directories currently installed.) 2024-07-29T04:04:47.9170956Z Preparing to unpack .../00-gir1.2-atk-1.0_2.36.0-3build1_amd64.deb ... 2024-07-29T04:04:47.9217748Z Unpacking gir1.2-atk-1.0:amd64 (2.36.0-3build1) ... 2024-07-29T04:04:47.9464307Z Selecting previously unselected package gir1.2-atspi-2.0:amd64. 2024-07-29T04:04:47.9622358Z Preparing to unpack .../01-gir1.2-atspi-2.0_2.44.0-3_amd64.deb ... 2024-07-29T04:04:47.9633328Z Unpacking gir1.2-atspi-2.0:amd64 (2.44.0-3) ... 2024-07-29T04:04:47.9890701Z Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2024-07-29T04:04:48.0058966Z Preparing to unpack .../02-gir1.2-harfbuzz-0.0_2.7.4-1ubuntu3.1_amd64.deb ... 2024-07-29T04:04:48.0069651Z Unpacking gir1.2-harfbuzz-0.0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:48.0349582Z Selecting previously unselected package libpangoxft-1.0-0:amd64. 2024-07-29T04:04:48.0509967Z Preparing to unpack .../03-libpangoxft-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ... 2024-07-29T04:04:48.0541101Z Unpacking libpangoxft-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:48.0818012Z Selecting previously unselected package gir1.2-pango-1.0:amd64. 2024-07-29T04:04:48.0979122Z Preparing to unpack .../04-gir1.2-pango-1.0_1.50.6+ds-2ubuntu1_amd64.deb ... 2024-07-29T04:04:48.0993045Z Unpacking gir1.2-pango-1.0:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:48.1255446Z Selecting previously unselected package gir1.2-gtk-3.0:amd64. 2024-07-29T04:04:48.1416474Z Preparing to unpack .../05-gir1.2-gtk-3.0_3.24.33-1ubuntu2.2_amd64.deb ... 2024-07-29T04:04:48.1426964Z Unpacking gir1.2-gtk-3.0:amd64 (3.24.33-1ubuntu2.2) ... 2024-07-29T04:04:48.1717044Z Selecting previously unselected package libatk1.0-dev:amd64. 2024-07-29T04:04:48.1880333Z Preparing to unpack .../06-libatk1.0-dev_2.36.0-3build1_amd64.deb ... 2024-07-29T04:04:48.1892880Z Unpacking libatk1.0-dev:amd64 (2.36.0-3build1) ... 2024-07-29T04:04:48.3175465Z Selecting previously unselected package libdbus-1-dev:amd64. 2024-07-29T04:04:48.3339231Z Preparing to unpack .../07-libdbus-1-dev_1.12.20-2ubuntu4.1_amd64.deb ... 2024-07-29T04:04:48.3351986Z Unpacking libdbus-1-dev:amd64 (1.12.20-2ubuntu4.1) ... 2024-07-29T04:04:48.3696292Z Selecting previously unselected package libxfixes-dev:amd64. 2024-07-29T04:04:48.3858534Z Preparing to unpack .../08-libxfixes-dev_1%3a6.0.0-1_amd64.deb ... 2024-07-29T04:04:48.3870335Z Unpacking libxfixes-dev:amd64 (1:6.0.0-1) ... 2024-07-29T04:04:48.4192929Z Selecting previously unselected package libxi-dev:amd64. 2024-07-29T04:04:48.4354782Z Preparing to unpack .../09-libxi-dev_2%3a1.8-1build1_amd64.deb ... 2024-07-29T04:04:48.4367680Z Unpacking libxi-dev:amd64 (2:1.8-1build1) ... 2024-07-29T04:04:48.4752289Z Selecting previously unselected package libxtst-dev:amd64. 2024-07-29T04:04:48.4915076Z Preparing to unpack .../10-libxtst-dev_2%3a1.2.3-1build4_amd64.deb ... 2024-07-29T04:04:48.4926460Z Unpacking libxtst-dev:amd64 (2:1.2.3-1build4) ... 2024-07-29T04:04:48.5192197Z Selecting previously unselected package libatspi2.0-dev:amd64. 2024-07-29T04:04:48.5353219Z Preparing to unpack .../11-libatspi2.0-dev_2.44.0-3_amd64.deb ... 2024-07-29T04:04:48.5365424Z Unpacking libatspi2.0-dev:amd64 (2.44.0-3) ... 2024-07-29T04:04:48.5676738Z Selecting previously unselected package libatk-bridge2.0-dev:amd64. 2024-07-29T04:04:48.5837625Z Preparing to unpack .../12-libatk-bridge2.0-dev_2.38.0-3_amd64.deb ... 2024-07-29T04:04:48.5846686Z Unpacking libatk-bridge2.0-dev:amd64 (2.38.0-3) ... 2024-07-29T04:04:48.6090313Z Selecting previously unselected package libdatrie-dev:amd64. 2024-07-29T04:04:48.6250744Z Preparing to unpack .../13-libdatrie-dev_0.2.13-2_amd64.deb ... 2024-07-29T04:04:48.6278035Z Unpacking libdatrie-dev:amd64 (0.2.13-2) ... 2024-07-29T04:04:48.6548644Z Selecting previously unselected package libegl-mesa0:amd64. 2024-07-29T04:04:48.6710764Z Preparing to unpack .../14-libegl-mesa0_23.2.1-1ubuntu3.1~22.04.2_amd64.deb ... 2024-07-29T04:04:48.6721784Z Unpacking libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-07-29T04:04:48.7027269Z Selecting previously unselected package libegl1:amd64. 2024-07-29T04:04:48.7188237Z Preparing to unpack .../15-libegl1_1.4.0-1_amd64.deb ... 2024-07-29T04:04:48.7202129Z Unpacking libegl1:amd64 (1.4.0-1) ... 2024-07-29T04:04:49.2307451Z Selecting previously unselected package libglx-dev:amd64. 2024-07-29T04:04:49.2528285Z Preparing to unpack .../16-libglx-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:49.8847341Z Unpacking libglx-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:50.2281491Z Selecting previously unselected package libgl-dev:amd64. 2024-07-29T04:04:50.2443828Z Preparing to unpack .../17-libgl-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:50.2682671Z Unpacking libgl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.0222687Z Selecting previously unselected package libegl-dev:amd64. 2024-07-29T04:04:51.0391239Z Preparing to unpack .../18-libegl-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.2318489Z Unpacking libegl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.7359076Z Selecting previously unselected package libglvnd-core-dev:amd64. 2024-07-29T04:04:51.7521831Z Preparing to unpack .../19-libglvnd-core-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.7529585Z Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.7777805Z Selecting previously unselected package libgles1:amd64. 2024-07-29T04:04:51.7942903Z Preparing to unpack .../20-libgles1_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.7959019Z Unpacking libgles1:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.8216067Z Selecting previously unselected package libgles2:amd64. 2024-07-29T04:04:51.8378897Z Preparing to unpack .../21-libgles2_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.8400021Z Unpacking libgles2:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.8646005Z Selecting previously unselected package libgles-dev:amd64. 2024-07-29T04:04:51.8808072Z Preparing to unpack .../22-libgles-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.8818290Z Unpacking libgles-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.9133218Z Selecting previously unselected package libopengl0:amd64. 2024-07-29T04:04:51.9296045Z Preparing to unpack .../23-libopengl0_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.9307988Z Unpacking libopengl0:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.9566864Z Selecting previously unselected package libopengl-dev:amd64. 2024-07-29T04:04:51.9728842Z Preparing to unpack .../24-libopengl-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:51.9738129Z Unpacking libopengl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:51.9964993Z Selecting previously unselected package libglvnd-dev:amd64. 2024-07-29T04:04:52.0127118Z Preparing to unpack .../25-libglvnd-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:52.0135219Z Unpacking libglvnd-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:52.0462968Z Selecting previously unselected package libegl1-mesa-dev:amd64. 2024-07-29T04:04:52.0634181Z Preparing to unpack .../26-libegl1-mesa-dev_23.2.1-1ubuntu3.1~22.04.2_amd64.deb ... 2024-07-29T04:04:52.0654015Z Unpacking libegl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-07-29T04:04:52.0904604Z Selecting previously unselected package libepoxy-dev:amd64. 2024-07-29T04:04:52.1066752Z Preparing to unpack .../27-libepoxy-dev_1.5.10-1_amd64.deb ... 2024-07-29T04:04:52.1078201Z Unpacking libepoxy-dev:amd64 (1.5.10-1) ... 2024-07-29T04:04:52.1371481Z Selecting previously unselected package libfribidi-dev:amd64. 2024-07-29T04:04:52.1533760Z Preparing to unpack .../28-libfribidi-dev_1.0.8-2ubuntu3.1_amd64.deb ... 2024-07-29T04:04:52.1551565Z Unpacking libfribidi-dev:amd64 (1.0.8-2ubuntu3.1) ... 2024-07-29T04:04:52.1882475Z Selecting previously unselected package libgraphite2-dev:amd64. 2024-07-29T04:04:52.2045500Z Preparing to unpack .../29-libgraphite2-dev_1.3.14-1build2_amd64.deb ... 2024-07-29T04:04:52.2054483Z Unpacking libgraphite2-dev:amd64 (1.3.14-1build2) ... 2024-07-29T04:04:52.2306906Z Selecting previously unselected package libharfbuzz-icu0:amd64. 2024-07-29T04:04:52.2468058Z Preparing to unpack .../30-libharfbuzz-icu0_2.7.4-1ubuntu3.1_amd64.deb ... 2024-07-29T04:04:52.2486795Z Unpacking libharfbuzz-icu0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:52.2726355Z Selecting previously unselected package libharfbuzz-gobject0:amd64. 2024-07-29T04:04:52.2888908Z Preparing to unpack .../31-libharfbuzz-gobject0_2.7.4-1ubuntu3.1_amd64.deb ... 2024-07-29T04:04:52.2946366Z Unpacking libharfbuzz-gobject0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:52.3192140Z Selecting previously unselected package libharfbuzz-dev:amd64. 2024-07-29T04:04:52.3353082Z Preparing to unpack .../32-libharfbuzz-dev_2.7.4-1ubuntu3.1_amd64.deb ... 2024-07-29T04:04:52.3361197Z Unpacking libharfbuzz-dev:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:52.3795803Z Selecting previously unselected package libthai-dev:amd64. 2024-07-29T04:04:52.3960942Z Preparing to unpack .../33-libthai-dev_0.1.29-1build1_amd64.deb ... 2024-07-29T04:04:52.3972891Z Unpacking libthai-dev:amd64 (0.1.29-1build1) ... 2024-07-29T04:04:52.4249682Z Selecting previously unselected package libxft-dev:amd64. 2024-07-29T04:04:52.4413338Z Preparing to unpack .../34-libxft-dev_2.3.4-1_amd64.deb ... 2024-07-29T04:04:52.4423146Z Unpacking libxft-dev:amd64 (2.3.4-1) ... 2024-07-29T04:04:52.4701701Z Selecting previously unselected package pango1.0-tools. 2024-07-29T04:04:52.4864920Z Preparing to unpack .../35-pango1.0-tools_1.50.6+ds-2ubuntu1_amd64.deb ... 2024-07-29T04:04:52.4884581Z Unpacking pango1.0-tools (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:52.5144590Z Selecting previously unselected package libpango1.0-dev:amd64. 2024-07-29T04:04:52.5306909Z Preparing to unpack .../36-libpango1.0-dev_1.50.6+ds-2ubuntu1_amd64.deb ... 2024-07-29T04:04:52.5315133Z Unpacking libpango1.0-dev:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:52.5688468Z Selecting previously unselected package libwayland-bin. 2024-07-29T04:04:52.5852428Z Preparing to unpack .../37-libwayland-bin_1.20.0-1ubuntu0.1_amd64.deb ... 2024-07-29T04:04:52.5863449Z Unpacking libwayland-bin (1.20.0-1ubuntu0.1) ... 2024-07-29T04:04:52.6144434Z Selecting previously unselected package libwayland-dev:amd64. 2024-07-29T04:04:52.6307236Z Preparing to unpack .../38-libwayland-dev_1.20.0-1ubuntu0.1_amd64.deb ... 2024-07-29T04:04:52.6324280Z Unpacking libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ... 2024-07-29T04:04:52.6644489Z Selecting previously unselected package libxcomposite-dev:amd64. 2024-07-29T04:04:52.6807009Z Preparing to unpack .../39-libxcomposite-dev_1%3a0.4.5-1build2_amd64.deb ... 2024-07-29T04:04:52.6819140Z Unpacking libxcomposite-dev:amd64 (1:0.4.5-1build2) ... 2024-07-29T04:04:52.7103384Z Selecting previously unselected package libxcursor-dev:amd64. 2024-07-29T04:04:52.7268579Z Preparing to unpack .../40-libxcursor-dev_1%3a1.2.0-2build4_amd64.deb ... 2024-07-29T04:04:52.7283224Z Unpacking libxcursor-dev:amd64 (1:1.2.0-2build4) ... 2024-07-29T04:04:52.7574275Z Selecting previously unselected package libxdamage-dev:amd64. 2024-07-29T04:04:52.7736611Z Preparing to unpack .../41-libxdamage-dev_1%3a1.1.5-2build2_amd64.deb ... 2024-07-29T04:04:52.7745952Z Unpacking libxdamage-dev:amd64 (1:1.1.5-2build2) ... 2024-07-29T04:04:52.8007363Z Selecting previously unselected package libxinerama-dev:amd64. 2024-07-29T04:04:52.8169456Z Preparing to unpack .../42-libxinerama-dev_2%3a1.1.4-3_amd64.deb ... 2024-07-29T04:04:52.8186439Z Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ... 2024-07-29T04:04:52.8434480Z Selecting previously unselected package libxkbcommon-dev:amd64. 2024-07-29T04:04:52.8595579Z Preparing to unpack .../43-libxkbcommon-dev_1.4.0-1_amd64.deb ... 2024-07-29T04:04:52.8606130Z Unpacking libxkbcommon-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:52.8876691Z Selecting previously unselected package libxrandr-dev:amd64. 2024-07-29T04:04:52.9038410Z Preparing to unpack .../44-libxrandr-dev_2%3a1.5.2-1build1_amd64.deb ... 2024-07-29T04:04:52.9051829Z Unpacking libxrandr-dev:amd64 (2:1.5.2-1build1) ... 2024-07-29T04:04:52.9325896Z Selecting previously unselected package wayland-protocols. 2024-07-29T04:04:52.9488573Z Preparing to unpack .../45-wayland-protocols_1.25-1_all.deb ... 2024-07-29T04:04:52.9498775Z Unpacking wayland-protocols (1.25-1) ... 2024-07-29T04:04:52.9851154Z Selecting previously unselected package libgtk-3-dev:amd64. 2024-07-29T04:04:53.0014122Z Preparing to unpack .../46-libgtk-3-dev_3.24.33-1ubuntu2.2_amd64.deb ... 2024-07-29T04:04:53.0033375Z Unpacking libgtk-3-dev:amd64 (3.24.33-1ubuntu2.2) ... 2024-07-29T04:04:53.1403480Z Selecting previously unselected package ninja-build. 2024-07-29T04:04:53.1571835Z Preparing to unpack .../47-ninja-build_1.10.1-1_amd64.deb ... 2024-07-29T04:04:53.1583549Z Unpacking ninja-build (1.10.1-1) ... 2024-07-29T04:04:53.2777680Z Setting up libharfbuzz-icu0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:53.2812573Z Setting up libpangoxft-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:53.2866375Z Setting up libglvnd-core-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.2912181Z Setting up gir1.2-atk-1.0:amd64 (2.36.0-3build1) ... 2024-07-29T04:04:53.2948962Z Setting up libfribidi-dev:amd64 (1.0.8-2ubuntu3.1) ... 2024-07-29T04:04:53.2986881Z Setting up libxkbcommon-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3016370Z Setting up pango1.0-tools (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:53.3065299Z Setting up libharfbuzz-gobject0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:53.3102229Z Setting up gir1.2-atspi-2.0:amd64 (2.44.0-3) ... 2024-07-29T04:04:53.3139652Z Setting up gir1.2-harfbuzz-0.0:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:53.3177783Z Setting up libopengl0:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3209690Z Setting up ninja-build (1.10.1-1) ... 2024-07-29T04:04:53.3237516Z Setting up libxfixes-dev:amd64 (1:6.0.0-1) ... 2024-07-29T04:04:53.3267327Z Setting up libwayland-bin (1.20.0-1ubuntu0.1) ... 2024-07-29T04:04:53.3304457Z Setting up libgraphite2-dev:amd64 (1.3.14-1build2) ... 2024-07-29T04:04:53.3333467Z Setting up gir1.2-pango-1.0:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:53.3369253Z Setting up libxrandr-dev:amd64 (2:1.5.2-1build1) ... 2024-07-29T04:04:53.3400664Z Setting up libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-07-29T04:04:53.3435945Z Setting up libgles2:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3474181Z Setting up libdbus-1-dev:amd64 (1.12.20-2ubuntu4.1) ... 2024-07-29T04:04:53.3509646Z Setting up libgles1:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3551869Z Setting up libxinerama-dev:amd64 (2:1.1.4-3) ... 2024-07-29T04:04:53.3585525Z Setting up wayland-protocols (1.25-1) ... 2024-07-29T04:04:53.3620991Z Setting up libdatrie-dev:amd64 (0.2.13-2) ... 2024-07-29T04:04:53.3657087Z Setting up libegl1:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3687054Z Setting up libglx-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3717120Z Setting up libopengl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3750211Z Setting up libxi-dev:amd64 (2:1.8-1build1) ... 2024-07-29T04:04:53.3780247Z Setting up libgl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.3818577Z Setting up libatk1.0-dev:amd64 (2.36.0-3build1) ... 2024-07-29T04:04:53.3851739Z Setting up libxft-dev:amd64 (2.3.4-1) ... 2024-07-29T04:04:53.3885994Z Setting up libxtst-dev:amd64 (2:1.2.3-1build4) ... 2024-07-29T04:04:53.3919967Z Setting up libxdamage-dev:amd64 (1:1.1.5-2build2) ... 2024-07-29T04:04:53.3961511Z Setting up libatspi2.0-dev:amd64 (2.44.0-3) ... 2024-07-29T04:04:53.4013976Z Setting up libharfbuzz-dev:amd64 (2.7.4-1ubuntu3.1) ... 2024-07-29T04:04:53.4058903Z Setting up libegl-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.4097226Z Setting up libxcomposite-dev:amd64 (1:0.4.5-1build2) ... 2024-07-29T04:04:53.4138830Z Setting up libxcursor-dev:amd64 (1:1.2.0-2build4) ... 2024-07-29T04:04:53.4179567Z Setting up libepoxy-dev:amd64 (1.5.10-1) ... 2024-07-29T04:04:53.4220614Z Setting up gir1.2-gtk-3.0:amd64 (3.24.33-1ubuntu2.2) ... 2024-07-29T04:04:53.4253786Z Setting up libatk-bridge2.0-dev:amd64 (2.38.0-3) ... 2024-07-29T04:04:53.4289988Z Setting up libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ... 2024-07-29T04:04:53.4327734Z Setting up libthai-dev:amd64 (0.1.29-1build1) ... 2024-07-29T04:04:53.4356482Z Setting up libgles-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.4385793Z Setting up libglvnd-dev:amd64 (1.4.0-1) ... 2024-07-29T04:04:53.4411603Z Setting up libpango1.0-dev:amd64 (1.50.6+ds-2ubuntu1) ... 2024-07-29T04:04:53.4438567Z Setting up libegl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.2) ... 2024-07-29T04:04:53.4466576Z Setting up libgtk-3-dev:amd64 (3.24.33-1ubuntu2.2) ... 2024-07-29T04:04:53.4499466Z Processing triggers for man-db (2.10.2-1) ... 2024-07-29T04:04:53.9471722Z Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-07-29T04:04:54.4790683Z NEEDRESTART-VER: 3.5 2024-07-29T04:04:54.8630935Z NEEDRESTART-KCUR: 6.5.0-1024-azure 2024-07-29T04:04:54.8631757Z NEEDRESTART-KEXP: 6.5.0-1024-azure 2024-07-29T04:04:54.8632340Z NEEDRESTART-KSTA: 1 2024-07-29T04:04:56.2585686Z ##[group]Run cd seeder 2024-07-29T04:04:56.2586046Z cd seeder 2024-07-29T04:04:56.2586468Z poetry run flet build linux ./src/seeder_flet 2024-07-29T04:04:56.2642431Z shell: /usr/bin/bash -e {0} 2024-07-29T04:04:56.2642894Z env: 2024-07-29T04:04:56.2643319Z pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:56.2643969Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig 2024-07-29T04:04:56.2644671Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:56.2645197Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:56.2645753Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64 2024-07-29T04:04:56.2646404Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib 2024-07-29T04:04:56.2646866Z VENV: .venv/bin/activate 2024-07-29T04:04:56.2647329Z FLUTTER_ROOT: /opt/hostedtoolcache/flutter/stable-3.22.3-x64 2024-07-29T04:04:56.2647986Z PUB_CACHE: /home/runner/.pub-cache 2024-07-29T04:04:56.2648389Z ##[endgroup] 2024-07-29T04:04:59.5956068Z [04:04:59] Created Flutter bootstrap project from 2024-07-29T04:04:59.5957798Z gh:flet-dev/flet-build-template with ref 0.23.2 βœ… 2024-07-29T04:04:59.6045978Z Customized app icons and splash images βœ… 2024-07-29T04:05:09.6082703Z [04:05:09] Generated app icons βœ… 2024-07-29T04:05:17.0198662Z [04:05:17] Packaged Python app βœ… 2024-07-29T04:06:27.6224278Z [04:06:27] Built app for Linux βœ… 2024-07-29T04:06:27.9309962Z Copied build to build/linux directory βœ… 2024-07-29T04:06:28.1128658Z [04:06:28] Successfully built your app for Linux! πŸ₯³ Find it in build/linux 2024-07-29T04:06:28.1129525Z directory. πŸ“‚ 2024-07-29T04:06:28.1978755Z Post job cleanup. 2024-07-29T04:06:28.2036993Z Post job cleanup. 2024-07-29T04:06:28.3557377Z Post job cleanup. 2024-07-29T04:06:28.4505284Z [command]/usr/bin/git version 2024-07-29T04:06:28.4556519Z git version 2.45.2 2024-07-29T04:06:28.4599640Z Temporarily overriding HOME='/home/runner/work/_temp/2da263f1-ad33-479d-a4e7-98ebf6b9e5ed' before making global git config changes 2024-07-29T04:06:28.4601631Z Adding repository directory to the temporary git global config as a safe directory 2024-07-29T04:06:28.4605109Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/CoreProject/CoreProject 2024-07-29T04:06:28.4644814Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-07-29T04:06:28.4681546Z [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' || :" 2024-07-29T04:06:28.4954657Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-07-29T04:06:28.4977768Z http.https://github.com/.extraheader 2024-07-29T04:06:28.4991047Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-07-29T04:06:28.5025961Z [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' || :" 2024-07-29T04:06:28.5498120Z Cleaning up orphan processes ```
Windows Log ```powershell 2024-07-29T04:03:44.5112438Z Current runner version: '2.317.0' 2024-07-29T04:03:44.5133665Z ##[group]Operating System 2024-07-29T04:03:44.5134231Z Microsoft Windows Server 2022 2024-07-29T04:03:44.5134639Z 10.0.20348 2024-07-29T04:03:44.5134960Z Datacenter 2024-07-29T04:03:44.5135230Z ##[endgroup] 2024-07-29T04:03:44.5135543Z ##[group]Runner Image 2024-07-29T04:03:44.5135912Z Image: windows-2022 2024-07-29T04:03:44.5136221Z Version: 20240721.1.0 2024-07-29T04:03:44.5137102Z Included Software: https://github.com/actions/runner-images/blob/win22/20240721.1/images/windows/Windows2022-Readme.md 2024-07-29T04:03:44.5138393Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20240721.1 2024-07-29T04:03:44.5139112Z ##[endgroup] 2024-07-29T04:03:44.5139451Z ##[group]Runner Image Provisioner 2024-07-29T04:03:44.5139880Z 2.0.373.1 2024-07-29T04:03:44.5140139Z ##[endgroup] 2024-07-29T04:03:44.5140899Z ##[group]GITHUB_TOKEN Permissions 2024-07-29T04:03:44.5142461Z Contents: read 2024-07-29T04:03:44.5142908Z Metadata: read 2024-07-29T04:03:44.5143212Z ##[endgroup] 2024-07-29T04:03:44.5146013Z Secret source: Dependabot 2024-07-29T04:03:44.5146591Z Prepare workflow directory 2024-07-29T04:03:44.5983395Z Prepare all required actions 2024-07-29T04:03:44.6141828Z Getting action download info 2024-07-29T04:03:44.8508598Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332) 2024-07-29T04:03:44.9981557Z Download action repository 'actions/setup-python@v5' (SHA:39cd14951b08e74b54015e9e001cdefcf80e669f) 2024-07-29T04:03:45.6386481Z Download action repository 'snok/install-poetry@v1' (SHA:93ada01c735cc8a383ce0ce2ae205a21c415379b) 2024-07-29T04:03:46.0634643Z Download action repository 'subosito/flutter-action@v2' (SHA:44ac965b96f18d999802d4b807e3256d5a3f9fa1) 2024-07-29T04:03:46.6697366Z Getting action download info 2024-07-29T04:03:46.8256816Z Download action repository 'actions/cache@v4' (SHA:0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) 2024-07-29T04:03:46.9739458Z Complete job name: windows 2024-07-29T04:03:47.0850573Z ##[group]Run actions/checkout@v4 2024-07-29T04:03:47.0851001Z with: 2024-07-29T04:03:47.0851356Z sparse-checkout: seeder 2024-07-29T04:03:47.0851755Z sparse-checkout-cone-mode: false 2024-07-29T04:03:47.0852124Z repository: coreproject-moe/CoreProject 2024-07-29T04:03:47.0852729Z token: *** 2024-07-29T04:03:47.0853024Z ssh-strict: true 2024-07-29T04:03:47.0853300Z ssh-user: git 2024-07-29T04:03:47.0853627Z persist-credentials: true 2024-07-29T04:03:47.0853964Z clean: true 2024-07-29T04:03:47.0854209Z fetch-depth: 1 2024-07-29T04:03:47.0854499Z fetch-tags: false 2024-07-29T04:03:47.0854789Z show-progress: true 2024-07-29T04:03:47.0855053Z lfs: false 2024-07-29T04:03:47.0855341Z submodules: false 2024-07-29T04:03:47.0855637Z set-safe-directory: true 2024-07-29T04:03:47.0855950Z ##[endgroup] 2024-07-29T04:03:47.4531022Z Syncing repository: coreproject-moe/CoreProject 2024-07-29T04:03:47.4532583Z ##[group]Getting Git version info 2024-07-29T04:03:47.4533166Z Working directory is 'D:\a\CoreProject\CoreProject' 2024-07-29T04:03:47.6254092Z [command]"C:\Program Files\Git\bin\git.exe" version 2024-07-29T04:03:47.6593907Z git version 2.45.2.windows.1 2024-07-29T04:03:47.6680356Z ##[endgroup] 2024-07-29T04:03:47.6740336Z Temporarily overriding HOME='D:\a\_temp\f800ef7e-bc87-48dd-8ec2-753ee9201d5f' before making global git config changes 2024-07-29T04:03:47.6741827Z Adding repository directory to the temporary git global config as a safe directory 2024-07-29T04:03:47.6751028Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\CoreProject\CoreProject 2024-07-29T04:03:47.7249919Z Deleting the contents of 'D:\a\CoreProject\CoreProject' 2024-07-29T04:03:47.7255359Z ##[group]Initializing the repository 2024-07-29T04:03:47.7265880Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\CoreProject\CoreProject 2024-07-29T04:03:47.7957911Z Initialized empty Git repository in D:/a/CoreProject/CoreProject/.git/ 2024-07-29T04:03:47.7998056Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/coreproject-moe/CoreProject 2024-07-29T04:03:47.8426777Z ##[endgroup] 2024-07-29T04:03:47.8427407Z ##[group]Disabling automatic garbage collection 2024-07-29T04:03:47.8436379Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 2024-07-29T04:03:47.8656454Z ##[endgroup] 2024-07-29T04:03:47.8657287Z ##[group]Setting up auth 2024-07-29T04:03:47.8672313Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-07-29T04:03:47.8921795Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-07-29T04:03:48.9780786Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-07-29T04:03:49.0020219Z [command]"C:\Program Files\Git\bin\git.exe" 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' || :\"" 2024-07-29T04:03:49.7693452Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-07-29T04:03:49.7923388Z ##[endgroup] 2024-07-29T04:03:49.7923844Z ##[group]Fetching the repository 2024-07-29T04:03:49.7938501Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --filter=blob:none --depth=1 origin +36b02761361c68933fd956cb0a89f2e59cc835ee:refs/remotes/pull/3871/merge 2024-07-29T04:03:51.0675865Z From https://github.com/coreproject-moe/CoreProject 2024-07-29T04:03:51.0677284Z * [new ref] 36b02761361c68933fd956cb0a89f2e59cc835ee -> pull/3871/merge 2024-07-29T04:03:51.0844877Z ##[endgroup] 2024-07-29T04:03:51.0847135Z ##[group]Determining the checkout info 2024-07-29T04:03:51.0848094Z ##[endgroup] 2024-07-29T04:03:51.0848698Z ##[group]Setting up sparse checkout 2024-07-29T04:03:51.0858124Z [command]"C:\Program Files\Git\bin\git.exe" config core.sparseCheckout true 2024-07-29T04:03:51.1084008Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse --git-path info/sparse-checkout 2024-07-29T04:03:51.1311076Z .git/info/sparse-checkout 2024-07-29T04:03:51.1342290Z ##[endgroup] 2024-07-29T04:03:51.1343250Z ##[group]Checking out the ref 2024-07-29T04:03:51.1352375Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/3871/merge 2024-07-29T04:03:52.1617740Z Note: switching to 'refs/remotes/pull/3871/merge'. 2024-07-29T04:03:52.1618274Z 2024-07-29T04:03:52.1618827Z You are in 'detached HEAD' state. You can look around, make experimental 2024-07-29T04:03:52.1619758Z changes and commit them, and you can discard any commits you make in this 2024-07-29T04:03:52.1620364Z state without impacting any branches by switching back to a branch. 2024-07-29T04:03:52.1620731Z 2024-07-29T04:03:52.1620966Z If you want to create a new branch to retain commits you create, you may 2024-07-29T04:03:52.1621628Z do so (now or later) by using -c with the switch command. Example: 2024-07-29T04:03:52.1621958Z 2024-07-29T04:03:52.1622114Z git switch -c 2024-07-29T04:03:52.1622319Z 2024-07-29T04:03:52.1622415Z Or undo this operation with: 2024-07-29T04:03:52.1622604Z 2024-07-29T04:03:52.1622682Z git switch - 2024-07-29T04:03:52.1622808Z 2024-07-29T04:03:52.1623073Z Turn off this advice by setting config variable advice.detachedHead to false 2024-07-29T04:03:52.1623453Z 2024-07-29T04:03:52.1623866Z HEAD is now at 36b0276 Merge 607bfae706087eb7c538dafa42c6bf58d2c577ae into 981c3100fcd047a5bbba65b6c4ddf272729cca57 2024-07-29T04:03:52.1644628Z ##[endgroup] 2024-07-29T04:03:52.1893878Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H' 2024-07-29T04:03:52.2084798Z '36b02761361c68933fd956cb0a89f2e59cc835ee' 2024-07-29T04:03:52.2496972Z ##[group]Run actions/setup-python@v5 2024-07-29T04:03:52.2497350Z with: 2024-07-29T04:03:52.2497550Z python-version: 3.12.x 2024-07-29T04:03:52.2497817Z check-latest: false 2024-07-29T04:03:52.2498207Z token: *** 2024-07-29T04:03:52.2498422Z update-environment: true 2024-07-29T04:03:52.2498690Z allow-prereleases: false 2024-07-29T04:03:52.2498939Z ##[endgroup] 2024-07-29T04:03:52.4569446Z ##[group]Installed versions 2024-07-29T04:03:52.4878627Z Successfully set up CPython (3.12.4) 2024-07-29T04:03:52.4880858Z ##[endgroup] 2024-07-29T04:03:52.5144499Z ##[group]Run snok/install-poetry@v1 2024-07-29T04:03:52.5144862Z with: 2024-07-29T04:03:52.5145071Z virtualenvs-create: true 2024-07-29T04:03:52.5145344Z virtualenvs-in-project: true 2024-07-29T04:03:52.5145616Z version: latest 2024-07-29T04:03:52.5145874Z virtualenvs-path: {cache-dir}/virtualenvs 2024-07-29T04:03:52.5146199Z installer-parallel: true 2024-07-29T04:03:52.5146467Z env: 2024-07-29T04:03:52.5146763Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5147344Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:03:52.5147921Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5148429Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5148918Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5149324Z ##[endgroup] 2024-07-29T04:03:52.5442624Z ##[group]Run $GITHUB_ACTION_PATH/main.sh 2024-07-29T04:03:52.5443007Z $GITHUB_ACTION_PATH/main.sh 2024-07-29T04:03:52.5611592Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:03:52.5612081Z env: 2024-07-29T04:03:52.5612390Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5612960Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:03:52.5613540Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5614036Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5614549Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:03:52.5614956Z VERSION: latest 2024-07-29T04:03:52.5615173Z VIRTUALENVS_CREATE: true 2024-07-29T04:03:52.5615438Z VIRTUALENVS_IN_PROJECT: true 2024-07-29T04:03:52.5615739Z VIRTUALENVS_PATH: {cache-dir}/virtualenvs 2024-07-29T04:03:52.5616053Z INSTALLER_PARALLEL: true 2024-07-29T04:03:52.5616316Z INSTALLATION_ARGUMENTS: 2024-07-29T04:03:52.5616570Z ##[endgroup] 2024-07-29T04:03:53.5817632Z 2024-07-29T04:03:53.5818501Z Setting Poetry installation path as /c/Users/runneradmin/.local 2024-07-29T04:03:53.5818909Z 2024-07-29T04:03:53.5821259Z Installing Poetry πŸ‘· 2024-07-29T04:03:53.5821493Z 2024-07-29T04:04:25.6757638Z Retrieving Poetry metadata 2024-07-29T04:04:25.6758091Z 2024-07-29T04:04:25.6758279Z # Welcome to Poetry! 2024-07-29T04:04:25.6758552Z 2024-07-29T04:04:25.6760089Z This will download and install the latest version of Poetry, 2024-07-29T04:04:25.6760914Z a dependency and package manager for Python. 2024-07-29T04:04:25.6761349Z 2024-07-29T04:04:25.6762104Z It will add the `poetry` command to Poetry's bin directory, located at: 2024-07-29T04:04:25.6762750Z 2024-07-29T04:04:25.6762907Z C:\Users\runneradmin\.local\bin 2024-07-29T04:04:25.6763224Z 2024-07-29T04:04:25.6763854Z You can uninstall at any time by executing this script with the --uninstall option, 2024-07-29T04:04:25.6764725Z and these changes will be reverted. 2024-07-29T04:04:25.6765069Z 2024-07-29T04:04:25.6765214Z Installing Poetry (1.8.3) 2024-07-29T04:04:25.6765708Z Installing Poetry (1.8.3): Creating environment 2024-07-29T04:04:25.6766304Z Installing Poetry (1.8.3): Installing Poetry 2024-07-29T04:04:25.6766873Z Installing Poetry (1.8.3): Creating script 2024-07-29T04:04:25.6767628Z Installing Poetry (1.8.3): Done 2024-07-29T04:04:25.6767932Z 2024-07-29T04:04:25.6768101Z Poetry (1.8.3) is installed now. Great! 2024-07-29T04:04:25.6768450Z 2024-07-29T04:04:25.6769142Z To get started you need Poetry's bin directory (C:\Users\runneradmin\.local\bin) in your `PATH` 2024-07-29T04:04:25.6770040Z environment variable. 2024-07-29T04:04:25.6770292Z 2024-07-29T04:04:25.6770859Z Alternatively, you can call Poetry explicitly with `C:\Users\runneradmin\.local\bin\poetry`. 2024-07-29T04:04:25.6771730Z 2024-07-29T04:04:25.6773692Z You can test that everything is set up by executing: 2024-07-29T04:04:25.6774196Z 2024-07-29T04:04:25.6774427Z `poetry --version` 2024-07-29T04:04:25.6774666Z 2024-07-29T04:04:29.5434491Z 2024-07-29T04:04:29.5436167Z Installation completed. Configuring settings πŸ›  2024-07-29T04:04:29.5436590Z 2024-07-29T04:04:29.5436814Z Done βœ… 2024-07-29T04:04:29.5437003Z 2024-07-29T04:04:29.5439384Z If you are creating a venv in your project, you can activate it by running 'source .venv/scripts/activate'. If you're running this in an OS matrix, you can use 'source $VENV' instead, as an OS agnostic option 2024-07-29T04:04:29.5440930Z 2024-07-29T04:04:29.5441312Z Make sure to set your default shell to bash when on Windows. 2024-07-29T04:04:29.5442135Z 2024-07-29T04:04:29.5442731Z See the github action docs for more information and examples. 2024-07-29T04:04:29.5607106Z ##[group]Run cd seeder 2024-07-29T04:04:29.5607441Z cd seeder 2024-07-29T04:04:29.5607696Z poetry install 2024-07-29T04:04:29.5619634Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:29.5620131Z env: 2024-07-29T04:04:29.5620470Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:29.5621030Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:04:29.5621605Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:29.5622117Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:29.5622622Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:29.5623028Z VENV: .venv/scripts/activate 2024-07-29T04:04:29.5623282Z ##[endgroup] 2024-07-29T04:04:30.3398311Z Creating virtualenv seeder-flet in D:\a\CoreProject\CoreProject\seeder\.venv 2024-07-29T04:04:31.0196688Z Installing dependencies from lock file 2024-07-29T04:04:31.1710637Z 2024-07-29T04:04:31.1711416Z Package operations: 67 installs, 0 updates, 0 removals 2024-07-29T04:04:31.1711952Z 2024-07-29T04:04:31.1717738Z - Installing mdurl (0.1.2) 2024-07-29T04:04:31.3533616Z - Installing colorama (0.4.6) 2024-07-29T04:04:31.3536964Z - Installing idna (3.7) 2024-07-29T04:04:31.3539810Z - Installing markdown-it-py (3.0.0) 2024-07-29T04:04:31.3547552Z - Installing pygments (2.18.0) 2024-07-29T04:04:31.3553021Z - Installing sniffio (1.3.1) 2024-07-29T04:04:31.5907976Z - Installing anyio (4.4.0) 2024-07-29T04:04:31.5913041Z - Installing certifi (2024.7.4) 2024-07-29T04:04:31.5917919Z - Installing h11 (0.14.0) 2024-07-29T04:04:31.5922253Z - Installing rich (13.7.1) 2024-07-29T04:04:31.5937726Z - Installing six (1.16.0) 2024-07-29T04:04:31.5945116Z - Installing typing-extensions (4.12.2) 2024-07-29T04:04:31.5958805Z - Installing click (8.1.7) 2024-07-29T04:04:31.5967197Z - Installing shellingham (1.5.4) 2024-07-29T04:04:31.8539194Z - Installing annotated-types (0.7.0) 2024-07-29T04:04:31.8541481Z - Installing chardet (5.2.0) 2024-07-29T04:04:31.8544822Z - Installing charset-normalizer (3.3.2) 2024-07-29T04:04:31.8549095Z - Installing httpcore (1.0.5) 2024-07-29T04:04:31.8558884Z - Installing httptools (0.6.1) 2024-07-29T04:04:31.8567673Z - Installing dnspython (2.6.1) 2024-07-29T04:04:31.8578241Z - Installing markupsafe (2.1.5) 2024-07-29T04:04:31.8591273Z - Installing pydantic-core (2.20.1) 2024-07-29T04:04:31.9522306Z - Installing python-dateutil (2.9.0.post0) 2024-07-29T04:04:32.0011601Z - Installing python-dotenv (1.0.1) 2024-07-29T04:04:32.0025094Z - Installing pyyaml (6.0.1) 2024-07-29T04:04:32.0529569Z - Installing repath (0.9.0) 2024-07-29T04:04:32.0661120Z - Installing text-unidecode (1.3) 2024-07-29T04:04:32.1118309Z - Installing typer (0.12.3) 2024-07-29T04:04:32.1137866Z - Installing types-python-dateutil (2.9.0.20240316) 2024-07-29T04:04:32.1430756Z - Installing urllib3 (2.2.2) 2024-07-29T04:04:32.1456961Z - Installing watchfiles (0.22.0) 2024-07-29T04:04:32.1785169Z - Installing websockets (12.0) 2024-07-29T04:04:32.3817950Z - Installing arrow (1.3.0) 2024-07-29T04:04:32.3820562Z - Installing attrs (23.2.0) 2024-07-29T04:04:32.3826340Z - Installing binaryornot (0.4.4) 2024-07-29T04:04:32.3837294Z - Installing fastapi-cli (0.0.4) 2024-07-29T04:04:32.3845031Z - Installing httpx (0.27.0) 2024-07-29T04:04:32.3857671Z - Installing jinja2 (3.1.4) 2024-07-29T04:04:32.3864474Z - Installing email-validator (2.1.1) 2024-07-29T04:04:32.3871246Z - Installing flet-core (0.23.2) 2024-07-29T04:04:32.4960073Z - Installing oauthlib (3.2.2) 2024-07-29T04:04:32.5006163Z - Installing orjson (3.10.3) 2024-07-29T04:04:32.5181250Z - Installing pydantic (2.8.2) 2024-07-29T04:04:32.5222483Z - Installing pypng (0.20220715.0) 2024-07-29T04:04:32.5846294Z - Installing python-multipart (0.0.9) 2024-07-29T04:04:32.5958591Z - Installing python-slugify (8.0.4) 2024-07-29T04:04:32.5961091Z - Installing requests (2.32.3) 2024-07-29T04:04:32.6346794Z - Installing starlette (0.37.2) 2024-07-29T04:04:32.6585136Z - Installing ujson (5.10.0) 2024-07-29T04:04:32.6979234Z - Installing uvicorn (0.30.1) 2024-07-29T04:04:32.8608340Z - Installing cattrs (23.2.3) 2024-07-29T04:04:32.8611260Z - Installing cookiecutter (2.6.0) 2024-07-29T04:04:32.8614864Z - Installing fastapi (0.111.0) 2024-07-29T04:04:32.8618753Z - Installing packaging (23.2) 2024-07-29T04:04:32.8622301Z - Installing pastel (0.2.1) 2024-07-29T04:04:32.8625151Z - Installing flet-runtime (0.23.2) 2024-07-29T04:04:32.8638507Z - Installing platformdirs (4.2.2) 2024-07-29T04:04:32.8655204Z - Installing pyrate-limiter (2.10.0) 2024-07-29T04:04:32.9624371Z - Installing qrcode (7.4.2) 2024-07-29T04:04:32.9801885Z - Installing tomli (2.0.1) 2024-07-29T04:04:32.9901114Z - Installing url-normalize (1.4.3) 2024-07-29T04:04:33.0006653Z - Installing watchdog (4.0.1) 2024-07-29T04:04:33.0989095Z - Installing flet (0.23.2) 2024-07-29T04:04:33.0991333Z - Installing poethepoet (0.27.0) 2024-07-29T04:04:33.0995622Z - Installing requests-cache (1.2.1) 2024-07-29T04:04:33.0996852Z - Installing selectolax (0.3.21) 2024-07-29T04:04:33.1014915Z - Installing requests-ratelimiter (0.7.0) 2024-07-29T04:04:34.3646290Z 2024-07-29T04:04:34.3647115Z Installing the current project: seeder-flet (0.1.0) 2024-07-29T04:04:34.4729517Z ##[group]Run subosito/flutter-action@v2 2024-07-29T04:04:34.4729915Z with: 2024-07-29T04:04:34.4730118Z channel: stable 2024-07-29T04:04:34.4730339Z architecture: X64 2024-07-29T04:04:34.4730571Z cache: false 2024-07-29T04:04:34.4730798Z pub-cache-path: default 2024-07-29T04:04:34.4731049Z dry-run: false 2024-07-29T04:04:34.4731254Z env: 2024-07-29T04:04:34.4731562Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4732120Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:04:34.4732676Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4733172Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4733652Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4734061Z VENV: .venv/scripts/activate 2024-07-29T04:04:34.4734327Z ##[endgroup] 2024-07-29T04:04:34.4871537Z ##[group]Run chmod +x "$GITHUB_ACTION_PATH/setup.sh" 2024-07-29T04:04:34.4872707Z chmod +x "$GITHUB_ACTION_PATH/setup.sh" 2024-07-29T04:04:34.4884816Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:34.4885309Z env: 2024-07-29T04:04:34.4885610Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4886177Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:04:34.4886725Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4887210Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4887704Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.4888110Z VENV: .venv/scripts/activate 2024-07-29T04:04:34.4888365Z ##[endgroup] 2024-07-29T04:04:34.5775702Z ##[group]Run $GITHUB_ACTION_PATH/setup.sh -p \ 2024-07-29T04:04:34.5776120Z $GITHUB_ACTION_PATH/setup.sh -p \ 2024-07-29T04:04:34.5776475Z  -n '' \ 2024-07-29T04:04:34.5776710Z  -f '' \ 2024-07-29T04:04:34.5776943Z  -a 'X64' \ 2024-07-29T04:04:34.5777192Z  -k '' \ 2024-07-29T04:04:34.5777422Z  -c '' \ 2024-07-29T04:04:34.5777737Z  -l '' \ 2024-07-29T04:04:34.5777973Z  -d 'default' \ 2024-07-29T04:04:34.5778238Z  stable 2024-07-29T04:04:34.5790036Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:34.5790521Z env: 2024-07-29T04:04:34.5790830Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.5791389Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:04:34.5791949Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.5792444Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.5792931Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:34.5793343Z VENV: .venv/scripts/activate 2024-07-29T04:04:34.5793610Z ##[endgroup] 2024-07-29T04:04:37.6578059Z ##[group]Run $GITHUB_ACTION_PATH/setup.sh \ 2024-07-29T04:04:37.6578439Z $GITHUB_ACTION_PATH/setup.sh \ 2024-07-29T04:04:37.6578752Z  -n '3.22.3' \ 2024-07-29T04:04:37.6579005Z  -a 'x64' \ 2024-07-29T04:04:37.6579381Z  -c 'C:\hostedtoolcache\windows\flutter\stable-3.22.3-x64' \ 2024-07-29T04:04:37.6579805Z  stable 2024-07-29T04:04:37.6591333Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:04:37.6591824Z env: 2024-07-29T04:04:37.6592137Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:37.6592719Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:04:37.6593281Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:37.6595523Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:37.6596126Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:04:37.6596580Z VENV: .venv/scripts/activate 2024-07-29T04:04:37.6596851Z ##[endgroup] 2024-07-29T04:04:38.9991251Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-07-29T04:04:38.9991902Z Dload Upload Total Spent Left Speed 2024-07-29T04:04:38.9992217Z 2024-07-29T04:04:39.1545142Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-07-29T04:04:40.1550330Z 0 1047M 0 5555k 0 0 34.5M 0 0:00:30 --:--:-- 0:00:30 34.7M 2024-07-29T04:04:41.1545873Z 18 1047M 18 196M 0 0 169M 0 0:00:06 0:00:01 0:00:05 169M 2024-07-29T04:04:42.1544885Z 36 1047M 36 381M 0 0 177M 0 0:00:05 0:00:02 0:00:03 177M 2024-07-29T04:04:43.1550221Z 54 1047M 54 567M 0 0 179M 0 0:00:05 0:00:03 0:00:02 179M 2024-07-29T04:04:44.1545388Z 72 1047M 72 754M 0 0 181M 0 0:00:05 0:00:04 0:00:01 181M 2024-07-29T04:04:44.6736516Z 91 1047M 91 953M 0 0 184M 0 0:00:05 0:00:05 --:--:-- 189M 2024-07-29T04:04:44.6744321Z 100 1047M 100 1047M 0 0 184M 0 0:00:05 0:00:05 --:--:-- 188M 2024-07-29T04:05:55.9005817Z ##[group]Run cd seeder 2024-07-29T04:05:55.9006248Z cd seeder 2024-07-29T04:05:55.9006644Z poetry run flet build windows ./src/seeder_flet 2024-07-29T04:05:55.9020008Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-07-29T04:05:55.9020570Z env: 2024-07-29T04:05:55.9020948Z pythonLocation: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:05:55.9021574Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.4\x64/lib/pkgconfig 2024-07-29T04:05:55.9022208Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:05:55.9022755Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:05:55.9023322Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.4\x64 2024-07-29T04:05:55.9023808Z VENV: .venv/scripts/activate 2024-07-29T04:05:55.9024245Z FLUTTER_ROOT: C:\hostedtoolcache\windows\flutter\stable-3.22.3-x64 2024-07-29T04:05:55.9024896Z PUB_CACHE: C:\Users\runneradmin\AppData\Local\Pub\Cache 2024-07-29T04:05:55.9025323Z ##[endgroup] 2024-07-29T04:06:00.9859299Z [04:06:00] Created Flutter bootstrap project from 2024-07-29T04:06:00.9862943Z gh:flet-dev/flet-build-template with ref 0.23.2[04:06:00] Created Flutter bootstrap project from 2024-07-29T04:06:00.9865478Z Traceback (most recent call last): 2024-07-29T04:06:00.9873774Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\flet\cli\commands\build.py", line 462, in handle 2024-07-29T04:06:00.9874809Z console.log( 2024-07-29T04:06:00.9875549Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 1941, in log 2024-07-29T04:06:00.9876169Z with self: 2024-07-29T04:06:00.9877171Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 865, in __exit__ 2024-07-29T04:06:00.9878170Z self._exit_buffer() 2024-07-29T04:06:00.9878901Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 823, in _exit_buffer 2024-07-29T04:06:00.9879547Z self._check_buffer() 2024-07-29T04:06:00.9880241Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 2027, in _check_buffer 2024-07-29T04:06:00.9881565Z legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) 2024-07-29T04:06:00.9882773Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_windows_renderer.py", line 17, in legacy_windows_render 2024-07-29T04:06:00.9884030Z term.write_styled(text, style) 2024-07-29T04:06:00.9884848Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_win32_console.py", line 442, in write_styled 2024-07-29T04:06:00.9886358Z self.write_text(text) 2024-07-29T04:06:00.9887775Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_win32_console.py", line 403, in write_text 2024-07-29T04:06:00.9888911Z self.write(text) 2024-07-29T04:06:00.9889490Z File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\encodings\cp1252.py", line 19, in encode 2024-07-29T04:06:01.0524216Z return codecs.charmap_encode(input,self.errors,encoding_table)[0] 2024-07-29T04:06:01.0525405Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-07-29T04:06:01.0526534Z UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' in position 1: character maps to 2024-07-29T04:06:01.0527284Z 2024-07-29T04:06:01.0527654Z During handling of the above exception, another exception occurred: 2024-07-29T04:06:01.0528692Z 2024-07-29T04:06:01.0528860Z Traceback (most recent call last): 2024-07-29T04:06:01.0529589Z File "", line 198, in _run_module_as_main 2024-07-29T04:06:01.0530554Z File "", line 88, in _run_code 2024-07-29T04:06:01.0531437Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Scripts\flet.exe\__main__.py", line 7, in 2024-07-29T04:06:01.0535774Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\flet\cli\cli.py", line 88, in main 2024-07-29T04:06:01.0537179Z args.handler(args) 2024-07-29T04:06:01.0538833Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\flet\cli\commands\build.py", line 335, in handle 2024-07-29T04:06:01.0540526Z with console.status( 2024-07-29T04:06:01.0541917Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\status.py", line 106, in __exit__ 2024-07-29T04:06:01.0543394Z self.stop() 2024-07-29T04:06:01.0544594Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\status.py", line 91, in stop 2024-07-29T04:06:01.0545721Z self._live.stop() 2024-07-29T04:06:01.0546875Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\live.py", line 147, in stop 2024-07-29T04:06:01.0547942Z with self.console: 2024-07-29T04:06:01.0549119Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 865, in __exit__ 2024-07-29T04:06:01.0550235Z self._exit_buffer() 2024-07-29T04:06:01.0551480Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 823, in _exit_buffer 2024-07-29T04:06:01.0552682Z self._check_buffer() 2024-07-29T04:06:01.0554014Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\console.py", line 2027, in _check_buffer 2024-07-29T04:06:01.0555422Z legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) 2024-07-29T04:06:01.0557211Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_windows_renderer.py", line 17, in legacy_windows_render 2024-07-29T04:06:01.0558582Z term.write_styled(text, style) 2024-07-29T04:06:01.0560054Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_win32_console.py", line 442, in write_styled 2024-07-29T04:06:01.0561242Z self.write_text(text) 2024-07-29T04:06:01.0562540Z File "D:\a\CoreProject\CoreProject\seeder\.venv\Lib\site-packages\rich\_win32_console.py", line 403, in write_text 2024-07-29T04:06:01.0563647Z self.write(text) 2024-07-29T04:06:01.0564515Z File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\encodings\cp1252.py", line 19, in encode 2024-07-29T04:06:01.0565668Z return codecs.charmap_encode(input,self.errors,encoding_table)[0] 2024-07-29T04:06:01.0566394Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-07-29T04:06:01.0567580Z UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' in position 1: character maps to 2024-07-29T04:06:01.1678329Z gh:flet-dev/flet-build-template with ref 0.23.2 2024-07-29T04:06:01.1692448Z ##[error]Process completed with exit code 1. 2024-07-29T04:06:01.1896191Z Post job cleanup. 2024-07-29T04:06:01.2065564Z Post job cleanup. 2024-07-29T04:06:01.4225596Z [command]"C:\Program Files\Git\bin\git.exe" version 2024-07-29T04:06:01.4432879Z git version 2.45.2.windows.1 2024-07-29T04:06:01.4497895Z Temporarily overriding HOME='D:\a\_temp\4e03ab83-7b2e-4145-9eb2-9cb933301d09' before making global git config changes 2024-07-29T04:06:01.4499045Z Adding repository directory to the temporary git global config as a safe directory 2024-07-29T04:06:01.4509286Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\CoreProject\CoreProject 2024-07-29T04:06:01.4734381Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-07-29T04:06:01.4957726Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2024-07-29T04:06:01.8941977Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-07-29T04:06:01.9131155Z http.https://github.com/.extraheader 2024-07-29T04:06:01.9171859Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-07-29T04:06:01.9474023Z [command]"C:\Program Files\Git\bin\git.exe" 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' || :\"" 2024-07-29T04:06:02.3348256Z Cleaning up orphan processes ```

Additional details

build used to work on 0.22.1 but somehow it broke on 0.23.1

cc: @moonlitgrace

baseplate-admin commented 3 months ago

If anyone wants a github repo : https://github.com/coreproject-moe/CoreProject/tree/92daa51345c597d52ba0a08822e6062e7c1efc15/seeder