From af173e24ffd66618206576821a819dfe6960adfa Mon Sep 17 00:00:00 2001 From: forbes Date: Tue, 27 Jan 2026 20:43:41 -0600 Subject: [PATCH] CI: Add timeouts to Python tests to prevent hanging --- .gitea/workflows/build.yml | 6 +- logs/build-build-705.log | 10710 +++++++++++++++++++++++++++++++++++ 2 files changed, 10714 insertions(+), 2 deletions(-) create mode 100644 logs/build-build-705.log diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d40e05ea72..9641bf950c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -88,7 +88,9 @@ jobs: run: pixi run install-release - name: Run Python CLI tests - run: pixi run build/release/bin/FreeCADCmd -t 0 || true + timeout-minutes: 10 + run: pixi run timeout 300 build/release/bin/FreeCADCmd -t 0 || true - name: Run GUI tests (headless) - run: pixi run xvfb-run build/release/bin/FreeCAD -t 0 || true + timeout-minutes: 10 + run: pixi run timeout 300 xvfb-run -a build/release/bin/FreeCAD -t 0 || true diff --git a/logs/build-build-705.log b/logs/build-build-705.log new file mode 100644 index 0000000000..b2a8b15262 --- /dev/null +++ b/logs/build-build-705.log @@ -0,0 +1,10710 @@ +2026-01-27T23:15:00.6884524Z appbuilder.kindred.internal(version:v0.2.13) received task 705 of job build, be triggered by event: push +2026-01-27T23:15:00.6897823Z workflow prepared +2026-01-27T23:15:00.6899700Z evaluating expression 'success()' +2026-01-27T23:15:00.6901985Z expression 'success()' evaluated to 'true' +2026-01-27T23:15:00.6911688Z ☁ git clone 'https://code.forgejo.org/actions/checkout' # ref=v4 +2026-01-27T23:15:00.6912670Z cloning https://code.forgejo.org/actions/checkout to /var/lib/gitea-runner/.cache/act/d94af866dd637745fe6f23e16ffbf152912f54df9e0692a2d84e40c04ae4525a +2026-01-27T23:15:02.7361792Z Unable to pull refs/heads/v4: non-fast-forward update +2026-01-27T23:15:02.7365176Z Cloned https://code.forgejo.org/actions/checkout to /var/lib/gitea-runner/.cache/act/d94af866dd637745fe6f23e16ffbf152912f54df9e0692a2d84e40c04ae4525a +2026-01-27T23:15:02.8154451Z Checked out v4 +2026-01-27T23:15:02.8165377Z evaluating expression '' +2026-01-27T23:15:02.8166270Z expression '' evaluated to 'true' +2026-01-27T23:15:02.8166750Z ⭐ Run Main Install node if needed +2026-01-27T23:15:02.8172396Z Wrote command \n\nif ! command -v node &> /dev/null; then\n curl -fsSL https://nodejs.org/dist/v20.18.0/node-v20.18.0-linux-x64.tar.xz | sudo tar -xJ -C /usr/local --strip-components=1\nfi\nnode --version\n\n\n to 'workflow/0.sh' +2026-01-27T23:15:02.8301869Z v20.18.0 +2026-01-27T23:15:03.4473900Z ::add-matcher::/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/act/actions/d94af866dd637745fe6f23e16ffbf152912f54df9e0692a2d84e40c04ae4525a/dist/problem-matcher.json +2026-01-27T23:15:03.4490349Z Syncing repository: kindred/create-0070 +2026-01-27T23:15:03.4506162Z ::group::Getting Git version info +2026-01-27T23:15:03.4507176Z Working directory is '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor' +2026-01-27T23:15:03.4652325Z [command]/usr/bin/git version +2026-01-27T23:15:03.4812160Z git version 2.47.3 +2026-01-27T23:15:03.4933780Z ::endgroup:: +2026-01-27T23:15:03.4978911Z Copying '/var/lib/gitea-runner/.gitconfig' to '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/tmp/e05c455f-f4f6-441a-a713-93aa0ff4c20c/.gitconfig' +2026-01-27T23:15:03.5025471Z Temporarily overriding HOME='/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/tmp/e05c455f-f4f6-441a-a713-93aa0ff4c20c' before making global git config changes +2026-01-27T23:15:03.5026355Z Adding repository directory to the temporary git global config as a safe directory +2026-01-27T23:15:03.5049244Z [command]/usr/bin/git config --global --add safe.directory /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor +2026-01-27T23:15:03.5151269Z Deleting the contents of '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor' +2026-01-27T23:15:03.5162701Z ::group::Initializing the repository +2026-01-27T23:15:03.5197910Z [command]/usr/bin/git init /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor +2026-01-27T23:15:03.5292210Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-01-27T23:15:03.5292768Z hint: is subject to change. To configure the initial branch name to use in all +2026-01-27T23:15:03.5293450Z hint: of your new repositories, which will suppress this warning, call: +2026-01-27T23:15:03.5293735Z hint: +2026-01-27T23:15:03.5293976Z hint: git config --global init.defaultBranch +2026-01-27T23:15:03.5294295Z hint: +2026-01-27T23:15:03.5294523Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-01-27T23:15:03.5294797Z hint: 'development'. The just-created branch can be renamed via this command: +2026-01-27T23:15:03.5295054Z hint: +2026-01-27T23:15:03.5295299Z hint: git branch -m +2026-01-27T23:15:03.5303374Z Initialized empty Git repository in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/ +2026-01-27T23:15:03.5328177Z [command]/usr/bin/git remote add origin https://gitea.kindred.internal/kindred/create-0070 +2026-01-27T23:15:03.5421696Z ::endgroup:: +2026-01-27T23:15:03.5422286Z ::group::Disabling automatic garbage collection +2026-01-27T23:15:03.5435421Z [command]/usr/bin/git config --local gc.auto 0 +2026-01-27T23:15:03.5520560Z ::endgroup:: +2026-01-27T23:15:03.5521179Z ::group::Setting up auth +2026-01-27T23:15:03.5541711Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-01-27T23:15:03.5619384Z [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' || :" +2026-01-27T23:15:03.6251523Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.kindred\.internal\/\.extraheader +2026-01-27T23:15:03.6322205Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.kindred\.internal\/\.extraheader' && git config --local --unset-all 'http.https://gitea.kindred.internal/.extraheader' || :" +2026-01-27T23:15:03.6975510Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:15:03.7049588Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-01-27T23:15:03.7688275Z [command]/usr/bin/git config --local http.https://gitea.kindred.internal/.extraheader AUTHORIZATION: basic *** +2026-01-27T23:15:03.7802007Z ::endgroup:: +2026-01-27T23:15:03.7803261Z ::group::Fetching the repository +2026-01-27T23:15:03.7833637Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2026-01-27T23:17:14.9307743Z From https://gitea.kindred.internal/kindred/create-0070 +2026-01-27T23:17:14.9308866Z * [new branch] freecad-1.0.0 -> origin/freecad-1.0.0 +2026-01-27T23:17:14.9310877Z * [new branch] main -> origin/main +2026-01-27T23:17:14.9311241Z * [new tag] 1.0.0 -> 1.0.0 +2026-01-27T23:17:14.9316770Z * [new tag] weekly-2025.05.26 -> weekly-2025.05.26 +2026-01-27T23:17:14.9317300Z * [new tag] weekly-2025.06.02 -> weekly-2025.06.02 +2026-01-27T23:17:14.9317583Z * [new tag] weekly-2025.06.09 -> weekly-2025.06.09 +2026-01-27T23:17:14.9319066Z * [new tag] weekly-2025.06.16 -> weekly-2025.06.16 +2026-01-27T23:17:14.9319413Z * [new tag] weekly-2025.06.23 -> weekly-2025.06.23 +2026-01-27T23:17:14.9319729Z * [new tag] weekly-2025.06.30 -> weekly-2025.06.30 +2026-01-27T23:17:14.9321841Z * [new tag] weekly-2025.07.07 -> weekly-2025.07.07 +2026-01-27T23:17:14.9323713Z * [new tag] weekly-2025.07.14 -> weekly-2025.07.14 +2026-01-27T23:17:14.9326148Z * [new tag] weekly-2025.07.21 -> weekly-2025.07.21 +2026-01-27T23:17:14.9327227Z * [new tag] weekly-2025.07.28 -> weekly-2025.07.28 +2026-01-27T23:17:14.9329429Z * [new tag] weekly-2025.08.04 -> weekly-2025.08.04 +2026-01-27T23:17:14.9332717Z * [new tag] weekly-2025.08.13 -> weekly-2025.08.13 +2026-01-27T23:17:14.9339794Z * [new tag] weekly-2025.08.20 -> weekly-2025.08.20 +2026-01-27T23:17:14.9340312Z * [new tag] weekly-2025.08.27 -> weekly-2025.08.27 +2026-01-27T23:17:14.9342170Z * [new tag] weekly-2025.09.03 -> weekly-2025.09.03 +2026-01-27T23:17:14.9346804Z * [new tag] weekly-2025.09.10 -> weekly-2025.09.10 +2026-01-27T23:17:14.9347314Z * [new tag] weekly-2025.09.17 -> weekly-2025.09.17 +2026-01-27T23:17:14.9347658Z * [new tag] weekly-2025.09.24 -> weekly-2025.09.24 +2026-01-27T23:17:14.9348011Z * [new tag] weekly-2025.10.01 -> weekly-2025.10.01 +2026-01-27T23:17:14.9350883Z * [new tag] weekly-2025.10.08 -> weekly-2025.10.08 +2026-01-27T23:17:14.9352034Z * [new tag] weekly-2025.10.15 -> weekly-2025.10.15 +2026-01-27T23:17:14.9354406Z * [new tag] weekly-2025.10.22 -> weekly-2025.10.22 +2026-01-27T23:17:14.9355910Z * [new tag] weekly-2025.10.29 -> weekly-2025.10.29 +2026-01-27T23:17:14.9357630Z * [new tag] weekly-2025.11.05 -> weekly-2025.11.05 +2026-01-27T23:17:14.9359424Z * [new tag] weekly-2025.11.12 -> weekly-2025.11.12 +2026-01-27T23:17:14.9361589Z * [new tag] weekly-2025.11.19 -> weekly-2025.11.19 +2026-01-27T23:17:14.9363114Z * [new tag] weekly-2025.11.26 -> weekly-2025.11.26 +2026-01-27T23:17:14.9365156Z * [new tag] weekly-2025.12.03 -> weekly-2025.12.03 +2026-01-27T23:17:14.9366698Z * [new tag] weekly-2025.12.10 -> weekly-2025.12.10 +2026-01-27T23:17:14.9368728Z * [new tag] weekly-2025.12.17 -> weekly-2025.12.17 +2026-01-27T23:17:14.9370603Z * [new tag] weekly-2025.12.24 -> weekly-2025.12.24 +2026-01-27T23:17:14.9373277Z * [new tag] weekly-2025.12.31 -> weekly-2025.12.31 +2026-01-27T23:17:14.9375015Z * [new tag] weekly-2026.01.07 -> weekly-2026.01.07 +2026-01-27T23:17:14.9377042Z * [new tag] weekly-2026.01.14 -> weekly-2026.01.14 +2026-01-27T23:17:14.9378529Z * [new tag] weekly-2026.01.21 -> weekly-2026.01.21 +2026-01-27T23:17:14.9454240Z [command]/usr/bin/git branch --list --remote origin/main +2026-01-27T23:17:14.9515216Z origin/main +2026-01-27T23:17:14.9538418Z [command]/usr/bin/git rev-parse refs/remotes/origin/main +2026-01-27T23:17:14.9589411Z ff9284c952903f656d2c9b0120f63eb706461bfd +2026-01-27T23:17:14.9598714Z ::endgroup:: +2026-01-27T23:17:14.9599290Z ::group::Determining the checkout info +2026-01-27T23:17:14.9602475Z ::endgroup:: +2026-01-27T23:17:14.9615692Z [command]/usr/bin/git sparse-checkout disable +2026-01-27T23:17:14.9713058Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig +2026-01-27T23:17:14.9786081Z ::group::Checking out the ref +2026-01-27T23:17:14.9800196Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2026-01-27T23:17:18.2588189Z Updating files: 20% (2542/12561) Updating files: 21% (2638/12561) Updating files: 22% (2764/12561) Updating files: 23% (2890/12561) Updating files: 24% (3015/12561) Updating files: 25% (3141/12561) Updating files: 26% (3266/12561) Updating files: 27% (3392/12561) Updating files: 28% (3518/12561) Updating files: 29% (3643/12561) Updating files: 30% (3769/12561) Updating files: 31% (3894/12561) Updating files: 32% (4020/12561) Updating files: 33% (4146/12561) Updating files: 34% (4271/12561) Updating files: 35% (4397/12561) Updating files: 36% (4522/12561) Updating files: 37% (4648/12561) Updating files: 38% (4774/12561) Updating files: 39% (4899/12561) Updating files: 40% (5025/12561) Updating files: 41% (5151/12561) Updating files: 42% (5276/12561) Updating files: 43% (5402/12561) Updating files: 44% (5527/12561) Updating files: 45% (5653/12561) Updating files: 46% (5779/12561) Updating files: 47% (5904/12561) Updating files: 48% (6030/12561) Updating files: 49% (6155/12561) Updating files: 49% (6204/12561) Updating files: 50% (6281/12561) Updating files: 51% (6407/12561) Updating files: 52% (6532/12561) Updating files: 53% (6658/12561) Updating files: 54% (6783/12561) Updating files: 55% (6909/12561) Updating files: 56% (7035/12561) Updating files: 57% (7160/12561) Updating files: 58% (7286/12561) Updating files: 59% (7411/12561) Updating files: 60% (7537/12561) Updating files: 61% (7663/12561) Updating files: 62% (7788/12561) Updating files: 63% (7914/12561) Updating files: 64% (8040/12561) Updating files: 65% (8165/12561) Updating files: 66% (8291/12561) Updating files: 67% (8416/12561) Updating files: 68% (8542/12561) Updating files: 69% (8668/12561) Updating files: 70% (8793/12561) Updating files: 71% (8919/12561) Updating files: 72% (9044/12561) Updating files: 73% (9170/12561) Updating files: 74% (9296/12561) Updating files: 75% (9421/12561) Updating files: 76% (9547/12561) Updating files: 77% (9672/12561) Updating files: 78% (9798/12561) Updating files: 79% (9924/12561) Updating files: 80% (10049/12561) Updating files: 81% (10175/12561) Updating files: 82% (10301/12561) Updating files: 83% (10426/12561) Updating files: 83% (10492/12561) Updating files: 84% (10552/12561) Updating files: 85% (10677/12561) Updating files: 86% (10803/12561) Updating files: 87% (10929/12561) Updating files: 88% (11054/12561) Updating files: 89% (11180/12561) Updating files: 90% (11305/12561) Updating files: 91% (11431/12561) Updating files: 92% (11557/12561) Updating files: 93% (11682/12561) Updating files: 94% (11808/12561) Updating files: 95% (11933/12561) Updating files: 96% (12059/12561) Updating files: 97% (12185/12561) Updating files: 98% (12310/12561) Updating files: 99% (12436/12561) Updating files: 100% (12561/12561) Updating files: 100% (12561/12561), done. +2026-01-27T23:17:18.2804850Z Switched to a new branch 'main' +2026-01-27T23:17:18.2806846Z branch 'main' set up to track 'origin/main'. +2026-01-27T23:17:18.2911246Z ::endgroup:: +2026-01-27T23:17:18.2911834Z ::group::Setting up auth for fetching submodules +2026-01-27T23:17:18.2932126Z [command]/usr/bin/git config --global http.https://gitea.kindred.internal/.extraheader AUTHORIZATION: basic *** +2026-01-27T23:17:18.3039576Z [command]/usr/bin/git config --global --unset-all url.https://gitea.kindred.internal/.insteadOf +2026-01-27T23:17:18.3113760Z [command]/usr/bin/git config --global --add url.https://gitea.kindred.internal/.insteadOf git@gitea.kindred.internal: +2026-01-27T23:17:18.3190079Z [command]/usr/bin/git config --global --add url.https://gitea.kindred.internal/.insteadOf org-3@github.com: +2026-01-27T23:17:18.3255796Z ::endgroup:: +2026-01-27T23:17:18.3256346Z ::group::Fetching submodules +2026-01-27T23:17:18.3268345Z [command]/usr/bin/git submodule sync --recursive +2026-01-27T23:17:18.3870645Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive +2026-01-27T23:17:18.4475517Z Submodule 'mods/silo' (https://gitea.kindred.internal/kindred/silo-0062.git) registered for path 'mods/silo' +2026-01-27T23:17:18.4485186Z Submodule 'mods/ztools' (https://gitea.kindred.internal/kindred/ztools-0065.git) registered for path 'mods/ztools' +2026-01-27T23:17:18.4494686Z Submodule 'src/3rdParty/GSL' (https://github.com/microsoft/GSL) registered for path 'src/3rdParty/GSL' +2026-01-27T23:17:18.4506854Z Submodule 'src/3rdParty/OndselSolver' (https://github.com/FreeCAD/OndselSolver.git) registered for path 'src/3rdParty/OndselSolver' +2026-01-27T23:17:18.4517414Z Submodule 'src/Mod/AddonManager' (https://github.com/FreeCAD/AddonManager.git) registered for path 'src/Mod/AddonManager' +2026-01-27T23:17:18.4528087Z Submodule 'tests/lib' (https://github.com/google/googletest) registered for path 'tests/lib' +2026-01-27T23:17:18.4605047Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/mods/silo'... +2026-01-27T23:17:19.3837312Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/mods/ztools'... +2026-01-27T23:17:20.1715090Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/GSL'... +2026-01-27T23:17:21.0500627Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver'... +2026-01-27T23:17:23.0575548Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager'... +2026-01-27T23:17:25.8631974Z Cloning into '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/lib'... +2026-01-27T23:17:28.4909928Z Submodule path 'mods/silo': checked out '5ee88a657fb266832c967fae805188e85ba8bd68' +2026-01-27T23:17:28.5201653Z Submodule path 'mods/ztools': checked out 'e6f1de4ef8421f483ea69838908e2d9b772d6438' +2026-01-27T23:17:28.5485164Z Submodule path 'src/3rdParty/GSL': checked out '543d0dd3fe966ddf20e884b44e5fdbf12cb43784' +2026-01-27T23:17:28.8068081Z Submodule path 'src/3rdParty/OndselSolver': checked out '30e9b64e8bf881d438d4b88834f9ba3674865418' +2026-01-27T23:17:28.9178452Z Submodule path 'src/Mod/AddonManager': checked out 'd9c593594ae4187d09b3ec9c7989db6c3a22d7a2' +2026-01-27T23:17:29.0499701Z Submodule path 'tests/lib': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' +2026-01-27T23:17:29.0598881Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 +2026-01-27T23:17:29.1255657Z Entering 'mods/silo' +2026-01-27T23:17:29.1374928Z Entering 'mods/ztools' +2026-01-27T23:17:29.1484366Z Entering 'src/3rdParty/GSL' +2026-01-27T23:17:29.1596487Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:17:29.1707532Z Entering 'src/Mod/AddonManager' +2026-01-27T23:17:29.1819208Z Entering 'tests/lib' +2026-01-27T23:17:29.1954960Z ::endgroup:: +2026-01-27T23:17:29.1955690Z ::group::Persisting credentials for submodules +2026-01-27T23:17:29.1970978Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/gitea\.kindred\.internal\/\.insteadOf' && git config --local --unset-all 'url.https://gitea.kindred.internal/.insteadOf' || :" +2026-01-27T23:17:29.2607610Z Entering 'mods/silo' +2026-01-27T23:17:29.2734196Z Entering 'mods/ztools' +2026-01-27T23:17:29.2857822Z Entering 'src/3rdParty/GSL' +2026-01-27T23:17:29.2981777Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:17:29.3110025Z Entering 'src/Mod/AddonManager' +2026-01-27T23:17:29.3235294Z Entering 'tests/lib' +2026-01-27T23:17:29.3402892Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://gitea.kindred.internal/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" +2026-01-27T23:17:29.4100019Z Entering 'mods/silo' +2026-01-27T23:17:29.4210081Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/silo/config remote.origin.url +2026-01-27T23:17:29.4265973Z Entering 'mods/ztools' +2026-01-27T23:17:29.4381458Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/ztools/config remote.origin.url +2026-01-27T23:17:29.4436613Z Entering 'src/3rdParty/GSL' +2026-01-27T23:17:29.4546035Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/GSL/config remote.origin.url +2026-01-27T23:17:29.4607185Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:17:29.4720658Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/OndselSolver/config remote.origin.url +2026-01-27T23:17:29.4778718Z Entering 'src/Mod/AddonManager' +2026-01-27T23:17:29.4895065Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/Mod/AddonManager/config remote.origin.url +2026-01-27T23:17:29.4952509Z Entering 'tests/lib' +2026-01-27T23:17:29.5062657Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/tests/lib/config remote.origin.url +2026-01-27T23:17:29.5314626Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://gitea.kindred.internal/.insteadOf' 'git@gitea.kindred.internal:' +2026-01-27T23:17:29.5974685Z Entering 'mods/silo' +2026-01-27T23:17:29.6094967Z Entering 'mods/ztools' +2026-01-27T23:17:29.6214413Z Entering 'src/3rdParty/GSL' +2026-01-27T23:17:29.6325202Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:17:29.6441068Z Entering 'src/Mod/AddonManager' +2026-01-27T23:17:29.6553160Z Entering 'tests/lib' +2026-01-27T23:17:29.6697496Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://gitea.kindred.internal/.insteadOf' 'org-3@github.com:' +2026-01-27T23:17:29.7357904Z Entering 'mods/silo' +2026-01-27T23:17:29.7466430Z Entering 'mods/ztools' +2026-01-27T23:17:29.7578062Z Entering 'src/3rdParty/GSL' +2026-01-27T23:17:29.7690327Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:17:29.7813461Z Entering 'src/Mod/AddonManager' +2026-01-27T23:17:29.7927079Z Entering 'tests/lib' +2026-01-27T23:17:29.8074658Z ::endgroup:: +2026-01-27T23:17:29.8185136Z [command]/usr/bin/git log -1 --format=%H +2026-01-27T23:17:29.8249752Z ff9284c952903f656d2c9b0120f63eb706461bfd +2026-01-27T23:17:29.8293660Z ::remove-matcher owner=checkout-git:: +2026-01-27T23:17:30.1729370Z This script will automatically download and install Pixi (latest) for you. +2026-01-27T23:17:30.1730954Z Getting it from this url: https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz +2026-01-27T23:17:30.2239374Z % Total % Received % Xferd Average Speed Time Time Time Current +2026-01-27T23:17:30.2243054Z Dload Upload Total Spent Left Speed +2026-01-27T23:17:30.4192606Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 +2026-01-27T23:17:30.5446962Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 +2026-01-27T23:17:31.0659330Z 34 26.9M 34 9390k 0 0 16.1M 0 0:00:01 --:--:-- 0:00:01 16.1M 100 26.9M 100 26.9M 0 0 31.9M 0 --:--:-- --:--:-- --:--:-- 64.8M +2026-01-27T23:17:32.3350351Z The 'pixi' binary is installed into '/var/lib/gitea-runner/.pixi/bin' +2026-01-27T23:17:32.3745457Z pixi 0.63.2 +2026-01-27T23:17:32.8400792Z ▪ installing [────────────────────] 0/1 ▪ installing [────────────────────] 0/1 ▪ installing [────────────────────] 0/2 ▪ installing [────────────────────] 0/3 ▪ installing [────────────────────] 0/4 ▪ installing [────────────────────] 0/5 ▪ installing [────────────────────] 0/6 ▪ installing [────────────────────] 0/7 ▪ installing [────────────────────] 0/8 ▪ installing [────────────────────] 0/9 ▪ installing [────────────────────] 0/10 ▪ installing [────────────────────] 0/11 ▪ installing [────────────────────] 0/12 ▪ installing [────────────────────] 0/13 ▪ installing [────────────────────] 0/14 ▪ installing [────────────────────] 0/15 ▪ installing [────────────────────] 0/16 ▪ installing [────────────────────] 0/17 ▪ installing [────────────────────] 0/18 ▪ installing [────────────────────] 0/19 ▪ installing [────────────────────] 0/20 ▪ installing [────────────────────] 0/375 ⠁ preparing packages [────────────────────] 0/426 +2026-01-27T23:17:32.8857631Z ▪ installing [────────────────────] 0/426   ⠁ preparing packages [╾───────────────────] 12/426 gcc_impl_linux-64 (+137) +2026-01-27T23:17:32.9356382Z ⠉ installing [────────────────────] 0/426 clangxx (+10)   ⠁ preparing packages [━╾──────────────────] 19/426 gcc_impl_linux-64 (+172) +2026-01-27T23:17:32.9855304Z ⠉ installing [╾───────────────────] 1/426 clangxx (+15)   ⠉ preparing packages [━━━━━━━━━╾──────────] 132/426 pythonocc-core (+175) +2026-01-27T23:17:33.0356479Z ⠙ installing [╾───────────────────] 1/426 clangxx (+21)   ⠉ preparing packages [━━━━━━━━━━━━━━━╾────] 271/426 vtk-base (+116) +2026-01-27T23:17:33.0855821Z ⠙ installing [╾───────────────────] 1/426 fortran-compiler (+36)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.1359182Z ⠚ installing [━╾──────────────────] 18/426 fortran-compiler (+119)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.2015830Z ⠚ installing [━╾──────────────────] 39/426 _libgcc_mutex (+380)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.2413160Z ⠒ installing [━━━━━───────────────] 96/426 _libgcc_mutex (+329)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.3416162Z ⠒ installing [━━━━━───────────────] 97/426 _libgcc_mutex (+328)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.3521473Z ⠂ installing [━━━━━───────────────] 99/426 _libgcc_mutex (+326)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.4244127Z ⠂ installing [━━━━━───────────────] 100/426 _libgcc_mutex (+325)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.4367535Z ⠂ installing [━━━━━───────────────] 101/426 _libgcc_mutex (+324)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.4892798Z ⠂ installing [━━━━━╾──────────────] 105/426 _libgcc_mutex (+320)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.5453359Z ⠒ installing [━━━━━╾──────────────] 108/426 _libgcc_mutex (+317)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.5890138Z ⠒ installing [━━━━━╾──────────────] 114/426 _libgcc_mutex (+311)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.6457932Z ⠲ installing [━━━━━━━─────────────] 118/426 _libgcc_mutex (+307)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.6903612Z ⠲ installing [━━━━━━━─────────────] 118/426 _libgcc_mutex (+307)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.7452876Z ⠴ installing [━━━━━━━─────────────] 122/426 _libgcc_mutex (+303)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.7885297Z ⠴ installing [━━━━━━━─────────────] 127/426 _libgcc_mutex (+298)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.8481429Z ⠤ installing [━━━━━━━╾────────────] 134/426 _libgcc_mutex (+291)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.9012651Z ⠤ installing [━━━━━━━╾────────────] 135/426 _libgcc_mutex (+290)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.9460641Z ⠄ installing [━━━━━━━╾────────────] 139/426 _libgcc_mutex (+286)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:33.9858778Z ⠄ installing [━━━━━━━╾────────────] 148/426 _libgcc_mutex (+277)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.0461241Z ⠄ installing [━━━━━━━━────────────] 154/426 _libgcc_mutex (+271)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.0859043Z ⠄ installing [━━━━━━━━────────────] 164/426 _libgcc_mutex (+261)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.1412284Z ⠤ installing [━━━━━━━━╾───────────] 179/426 _libgcc_mutex (+246)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.1977110Z ⠤ installing [━━━━━━━━╾───────────] 186/426 _libgcc_mutex (+239)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.2425036Z ⠠ installing [━━━━━━━━━───────────] 191/426 _libgcc_mutex (+234)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.2900897Z ⠠ installing [━━━━━━━━━───────────] 201/426 fonts-conda-ecosystem (+22  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.3392698Z ⠠ installing [━━━━━━━━━╾──────────] 211/426 fonts-conda-ecosystem (+21  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.3917384Z ⠠ installing [━━━━━━━━━╾──────────] 217/426 fonts-conda-ecosystem (+20  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.4388151Z ⠤ installing [━━━━━━━━━╾──────────] 225/426 fonts-conda-ecosystem (+20  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.4904791Z ⠤ installing [━━━━━━━━━━──────────] 234/426 fonts-conda-ecosystem (+19  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.5413233Z ⠦ installing [━━━━━━━━━━──────────] 252/426 fonts-conda-ecosystem (+17  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.5908012Z ⠦ installing [━━━━━━━━━━──────────] 266/426 fonts-conda-ecosystem (+15  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.6355710Z ⠖ installing [━━━━━━━━━━━━╾───────] 279/426 fonts-conda-ecosystem (+14  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.6964228Z ⠖ installing [━━━━━━━━━━━━╾───────] 288/426 fonts-conda-ecosystem (+13  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.7397462Z ⠒ installing [━━━━━━━━━━━━━╾──────] 311/426 fonts-conda-ecosystem (+11  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.7861721Z ⠒ installing [━━━━━━━━━━━━━━──────] 329/426 fonts-conda-ecosystem (+96  ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.8437190Z ⠐ installing [━━━━━━━━━━━━━━──────] 349/426 compilers (+76)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.9013911Z ⠐ installing [━━━━━━━━━━━━━━──────] 365/426 compilers (+60)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.9456054Z ⠐ installing [━━━━━━━━━━━━━━──────] 378/426 pthread-stubs (+47)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:34.9872817Z ⠐ installing [━━━━━━━━━━━━━━──────] 383/426 pthread-stubs (+42)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.0484589Z ⠒ installing [━━━━━━━━━━━━━━──────] 384/426 pthread-stubs (+41)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.1267332Z ⠒ installing [━━━━━━━━━━━━━━──────] 388/426 pthread-stubs (+37)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.1578836Z ⠓ installing [━━━━━━━━━━━━━━──────] 396/426 munkres (+29)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.1896332Z ⠓ installing [━━━━━━━━━━━━━━╾─────] 397/426 munkres (+28)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.2614835Z ⠋ installing [━━━━━━━━━━━━━━╾─────] 399/426 munkres (+26)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.2893931Z ⠋ installing [━━━━━━━━━━━━━━╾─────] 399/426 munkres (+26)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.3606359Z ⠉ installing [━━━━━━━━━━━━━━╾─────] 399/426 munkres (+26)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.3859963Z ⠉ installing [━━━━━━━━━━━━━━╾─────] 400/426 munkres (+25)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.4413322Z ⠈ installing [━━━━━━━━━━━━━━╾─────] 400/426 munkres (+25)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.4861937Z ⠈ installing [━━━━━━━━━━━━━━━─────] 403/426 munkres (+22)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.5620885Z ⠈ installing [━━━━━━━━━━━━━━━╾────] 408/426 munkres (+17)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.5887737Z ⠈ installing [━━━━━━━━━━━━━━━╾────] 408/426 munkres (+17)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.6586572Z ⠁ installing [━━━━━━━━━━━━━━━╾────] 409/426 munkres (+16)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.6865673Z ⠁ installing [━━━━━━━━━━━━━━━╾────] 415/426 munkres (+10)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.7623842Z ⠁ installing [━━━━━━━━━━━━━━━━────] 419/426 git (+6)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.7868152Z ⠁ installing [━━━━━━━━━━━━━━━━╾───] 420/426 git (+5)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.8626082Z ⠉ installing [━━━━━━━━━━━━━━━━╾───] 420/426 git (+5)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.8869749Z ⠉ installing [━━━━━━━━━━━━━━━━╾───] 421/426 libboost-headers (+4)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.9628470Z ⠙ installing [━━━━━━━━━━━━━━━━╾───] 421/426 libboost-headers (+4)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:35.9872315Z ⠙ installing [━━━━━━━━━━━━━━━━╾───] 421/426 libboost-headers (+4)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.0630972Z ⠚ installing [━━━━━━━━━━━━━━━━━╾──] 422/426 libboost-headers (+3)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.0874361Z ⠚ installing [━━━━━━━━━━━━━━━━━╾──] 422/426 libboost-headers (+3)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.1503181Z ⠒ installing [━━━━━━━━━━━━━━━━━╾──] 422/426 libboost-headers (+3)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.1876732Z ⠒ installing [━━━━━━━━━━━━━━━━━━╾─] 423/426 libboost-headers (+2)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.2635257Z ⠂ installing [━━━━━━━━━━━━━━━━━━╾─] 423/426 libboost-headers (+2)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.2879450Z ⠂ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.3637812Z ⠂ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.3882882Z ⠂ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.4639884Z ⠒ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.4885193Z ⠒ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.5642158Z ⠲ installing [━━━━━━━━━━━━━━━━━━━─] 424/426 occt (+1)   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.5888434Z ⠲ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.6646052Z ⠴ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.6892519Z ⠴ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.7649251Z ⠤ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.7895093Z ⠤ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.8652455Z ⠄ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.8898313Z ⠄ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.9655484Z ⠄ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:36.9962688Z ⠄ installing [━━━━━━━━━━━━━━━━━━━╾] 425/426 ifcopenshell   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.0658773Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.0924242Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.1661394Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.1927498Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.2665171Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.2930090Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.3668113Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.3933189Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.4670916Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.4936184Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.5674230Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.5938532Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.6677198Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.6846465Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426    WARN Skipped running the post-link scripts because `run-post-link-scripts` = `false` +2026-01-27T23:17:37.6848013Z - bin/.librsvg-pre-unlink.sh +2026-01-27T23:17:37.6848659Z +2026-01-27T23:17:37.6848956Z To enable them, run: +2026-01-27T23:17:37.6849429Z pixi config set --local run-post-link-scripts insecure +2026-01-27T23:17:37.6849898Z +2026-01-27T23:17:37.6850145Z More info: +2026-01-27T23:17:37.6850849Z https://pixi.sh/latest/reference/pixi_configuration/#run-post-link-scripts +2026-01-27T23:17:37.6852151Z +2026-01-27T23:17:37.6852559Z ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.6861218Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.6861997Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.7681834Z ⠁    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.7683017Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.7866808Z ⠁ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.7868184Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.8682874Z ⠉ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.8684589Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.8869466Z ⠉ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.8870722Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.9685062Z ⠙ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.9686330Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.9871976Z ⠙ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:37.9872998Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0642432Z ⠚ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0644242Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0644889Z ⠚ updating pypi packages in 'default' +2026-01-27T23:17:38.0736972Z ⠁ Installing distribut [00:00:00] [────────────────────] 0/2     ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0737793Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0879382Z ⠚ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.0881024Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.1690314Z ⠒ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.1692170Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.1882007Z ⠒ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.1883042Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.2335175Z ⠂ updating pypi packages in 'default'    ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:38.2347413Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ preparing packages [━━━━━━━━━━━━━━━━━━━━] 426/426 +2026-01-27T23:17:39.1695104Z ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426   ▪ installing [━━━━━━━━━━━━━━━━━━━━] 426/426 ⠁ ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment ⠴ activating environment Statistics zeroed +2026-01-27T23:17:40.4889901Z ⠁ ⠁ activating environment ⠁ activating environment ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment ⠴ activating environment (default) absolute_paths_in_stderr = false +2026-01-27T23:17:40.4892667Z (default) base_dir = +2026-01-27T23:17:40.4893271Z (environment) cache_dir = /var/cache/ccache/kindred-create +2026-01-27T23:17:40.4893867Z (default) compiler = +2026-01-27T23:17:40.4894124Z (default) compiler_check = mtime +2026-01-27T23:17:40.4894365Z (default) compiler_type = auto +2026-01-27T23:17:40.4894596Z (environment) compression = true +2026-01-27T23:17:40.4894848Z (environment) compression_level = 6 +2026-01-27T23:17:40.4895079Z (default) cpp_extension = +2026-01-27T23:17:40.4895301Z (default) debug = false +2026-01-27T23:17:40.4895524Z (default) debug_dir = +2026-01-27T23:17:40.4895743Z (default) debug_level = 2 +2026-01-27T23:17:40.4895996Z (default) depend_mode = false +2026-01-27T23:17:40.4896223Z (default) direct_mode = true +2026-01-27T23:17:40.4896477Z (default) disable = false +2026-01-27T23:17:40.4896702Z (default) extra_files_to_hash = +2026-01-27T23:17:40.4896924Z (default) file_clone = false +2026-01-27T23:17:40.4897208Z (default) hard_link = false +2026-01-27T23:17:40.4897431Z (default) hash_dir = true +2026-01-27T23:17:40.4898029Z (default) ignore_headers_in_manifest = +2026-01-27T23:17:40.4898505Z (default) ignore_options = +2026-01-27T23:17:40.4898977Z (default) inode_cache = true +2026-01-27T23:17:40.4899400Z (default) keep_comments_cpp = false +2026-01-27T23:17:40.4899833Z (default) log_file = +2026-01-27T23:17:40.4900234Z (default) max_files = 0 +2026-01-27T23:17:40.4900942Z (environment) max_size = 4.0 GB +2026-01-27T23:17:40.4901429Z (default) msvc_dep_prefix = Note: including file: +2026-01-27T23:17:40.4901885Z (default) namespace = +2026-01-27T23:17:40.4902317Z (default) path = +2026-01-27T23:17:40.4902755Z (default) pch_external_checksum = false +2026-01-27T23:17:40.4903180Z (default) prefix_command = +2026-01-27T23:17:40.4903676Z (default) prefix_command_cpp = +2026-01-27T23:17:40.4904117Z (default) read_only = false +2026-01-27T23:17:40.4904519Z (default) read_only_direct = false +2026-01-27T23:17:40.4904912Z (default) recache = false +2026-01-27T23:17:40.4905312Z (default) remote_only = false +2026-01-27T23:17:40.4905667Z (default) remote_storage = +2026-01-27T23:17:40.4906013Z (default) reshare = false +2026-01-27T23:17:40.4906410Z (default) response_file_format = auto +2026-01-27T23:17:40.4906792Z (default) run_second_cpp = true +2026-01-27T23:17:40.4907211Z (environment) sloppiness = include_file_ctime, include_file_mtime, pch_defines, time_macros +2026-01-27T23:17:40.4907699Z (default) stats = true +2026-01-27T23:17:40.4908101Z (default) stats_log = +2026-01-27T23:17:40.4908511Z (default) temporary_dir = /var/cache/ccache/kindred-create/tmp +2026-01-27T23:17:40.4908982Z (default) umask = +2026-01-27T23:17:41.7599502Z ⠁ ⠁ activating environment ⠁ activating environment ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment ⠴ activating environment -- Using ccache found at: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/ccache +2026-01-27T23:17:42.1070836Z -- The C compiler identification is Clang 20.1.8 +2026-01-27T23:17:42.5514027Z -- The CXX compiler identification is Clang 20.1.8 +2026-01-27T23:17:42.5750896Z -- Detecting C compiler ABI info +2026-01-27T23:17:42.8098626Z -- Detecting C compiler ABI info - done +2026-01-27T23:17:42.8582557Z -- Check for working C compiler: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/clang - skipped +2026-01-27T23:17:42.8591319Z -- Detecting C compile features +2026-01-27T23:17:42.8604625Z -- Detecting C compile features - done +2026-01-27T23:17:42.9019255Z -- Detecting CXX compiler ABI info +2026-01-27T23:17:43.1419384Z -- Detecting CXX compiler ABI info - done +2026-01-27T23:17:43.1925577Z -- Check for working CXX compiler: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/clang++ - skipped +2026-01-27T23:17:43.1937398Z -- Detecting CXX compile features +2026-01-27T23:17:43.1977159Z -- Detecting CXX compile features - done +2026-01-27T23:17:43.2452518Z -- Compiler: Clang, version: 20.1.8 +2026-01-27T23:17:43.2528212Z -- Looking for GL/gl.h +2026-01-27T23:17:43.5750321Z -- Looking for GL/gl.h - found +2026-01-27T23:17:43.5753941Z -- Looking for C++ include istream +2026-01-27T23:17:44.8013836Z -- Looking for C++ include istream - found +2026-01-27T23:17:44.8016531Z -- Looking for C++ include ostream +2026-01-27T23:17:46.3142329Z -- Looking for C++ include ostream - found +2026-01-27T23:17:46.3145089Z -- Looking for C++ include fstream +2026-01-27T23:17:47.7988769Z -- Looking for C++ include fstream - found +2026-01-27T23:17:47.7993205Z -- Looking for C++ include sstream +2026-01-27T23:17:49.2354261Z -- Looking for C++ include sstream - found +2026-01-27T23:17:49.2357993Z -- Looking for C++ include ios +2026-01-27T23:17:50.2119999Z -- Looking for C++ include ios - found +2026-01-27T23:17:50.2122727Z -- Looking for C++ include iostream +2026-01-27T23:17:51.0803826Z -- Looking for C++ include iostream - found +2026-01-27T23:17:51.0806871Z -- Looking for C++ include iomanip +2026-01-27T23:17:52.4077113Z -- Looking for C++ include iomanip - found +2026-01-27T23:17:52.4090072Z -- Looking for C++ include iostream +2026-01-27T23:17:53.8188411Z -- Looking for C++ include iostream - found +2026-01-27T23:17:53.8193510Z -- Check for STD namespace +2026-01-27T23:17:54.6192699Z -- Check for STD namespace - found +2026-01-27T23:17:54.8439582Z -- Force BOOST_PP_VARIADICS=1 for clang +2026-01-27T23:17:54.8498122Z -- prefix: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default +2026-01-27T23:17:54.8498728Z -- bindir: bin +2026-01-27T23:17:54.8498996Z -- datadir: share +2026-01-27T23:17:54.8499236Z -- docdir: share/doc/KindredCreate +2026-01-27T23:17:54.8499483Z -- includedir: include +2026-01-27T23:17:54.8499773Z -- libdir: lib +2026-01-27T23:17:54.8500026Z -- cmake: 4.0.3 +2026-01-27T23:17:55.1478086Z -- Check if compiler accepts -pthread +2026-01-27T23:17:55.3962978Z -- Check if compiler accepts -pthread - yes +2026-01-27T23:17:55.4064455Z -- Performing Test HAVE_STDATOMIC +2026-01-27T23:17:55.9554678Z -- Performing Test HAVE_STDATOMIC - Success +2026-01-27T23:17:56.0015625Z -- Compiling with Qt 6 +2026-01-27T23:17:56.0224751Z -- Found Doxygen: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/doxygen (found version "1.13.2") found components: doxygen dot +2026-01-27T23:17:56.0743840Z -- find_package() was used to locate fmt version 11.2.0 +2026-01-27T23:17:56.1184076Z -- Found ICU: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include (found version "75.1") found components: uc i18n +2026-01-27T23:17:56.7003110Z -- Found Python3: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 (found version "3.11.13") found components: Interpreter Development Development.Module Development.Embed +2026-01-27T23:17:56.7707390Z CMake Warning (dev) at .pixi/envs/default/share/pcl-1.15/Modules/FindFLANN.cmake:45 (find_package): +2026-01-27T23:17:56.7708531Z Policy CMP0144 is not set: find_package uses upper-case _ROOT +2026-01-27T23:17:56.7708854Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the +2026-01-27T23:17:56.7709142Z cmake_policy command to set the policy and suppress this warning. +2026-01-27T23:17:56.7709396Z +2026-01-27T23:17:56.7709617Z CMake variable FLANN_ROOT is set to: +2026-01-27T23:17:56.7709911Z +2026-01-27T23:17:56.7710130Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default +2026-01-27T23:17:56.7710420Z +2026-01-27T23:17:56.7710873Z For compatibility, find_package is ignoring the variable, but code in a +2026-01-27T23:17:56.7711159Z .cmake module might still use it. +2026-01-27T23:17:56.7711399Z Call Stack (most recent call first): +2026-01-27T23:17:56.7711628Z .pixi/envs/default/share/pcl-1.15/PCLConfig.cmake:241 (find_package) +2026-01-27T23:17:56.7711878Z .pixi/envs/default/share/pcl-1.15/PCLConfig.cmake:286 (find_flann) +2026-01-27T23:17:56.7712127Z .pixi/envs/default/share/pcl-1.15/PCLConfig.cmake:558 (find_external_library) +2026-01-27T23:17:56.7712429Z cMake/FreeCAD_Helpers/SetupPCL.cmake:11 (find_package) +2026-01-27T23:17:56.7712708Z CMakeLists.txt:103 (SetupPCL) +2026-01-27T23:17:56.7712933Z This warning is for project developers. Use -Wno-dev to suppress it. +2026-01-27T23:17:56.7713171Z +2026-01-27T23:17:56.7752215Z -- Found flann version 1.9.2 +2026-01-27T23:17:57.6389009Z -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.1") +2026-01-27T23:17:57.6402401Z -- Found OpenMP: TRUE (found version "5.1") found components: CXX +2026-01-27T23:17:57.6470814Z -- Found Qhull version 8.0.2 +2026-01-27T23:17:57.7957904Z -- Found Threads: TRUE +2026-01-27T23:17:57.8005652Z -- Found GLEW: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libGLEW.so +2026-01-27T23:17:57.8226359Z -- Found OpenGL: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so found components: OpenGL missing components: GLX +2026-01-27T23:17:57.8267423Z -- Found utf8cpp: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include +2026-01-27T23:17:57.8621710Z -- Found ZLIB: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libz.so (found version "1.3.1") +2026-01-27T23:17:57.9119704Z -- Found PNG: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpng.so (found version "1.6.50") +2026-01-27T23:17:57.9165198Z -- Found nlohmann_json: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.12.0") +2026-01-27T23:17:57.9866127Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:17:58.0120345Z -- Found OpenGL: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so +2026-01-27T23:17:58.0149143Z -- Found WrapOpenGL: TRUE +2026-01-27T23:17:58.1475574Z -- Found XKB: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libxkbcommon.so (found suitable version "1.10.0", minimum required is "0.5.0") +2026-01-27T23:17:58.1654027Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:17:58.3835503Z -- Found Eigen3: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/eigen3 (found version "3.4.0") +2026-01-27T23:17:58.4608359Z -- Found X11: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include +2026-01-27T23:17:58.4617135Z -- Looking for XOpenDisplay in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libX11.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libXext.so +2026-01-27T23:17:58.6881357Z -- Looking for XOpenDisplay in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libX11.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libXext.so - found +2026-01-27T23:17:58.6883639Z -- Looking for gethostbyname +2026-01-27T23:17:58.9233211Z -- Looking for gethostbyname - found +2026-01-27T23:17:58.9235660Z -- Looking for connect +2026-01-27T23:17:59.1558311Z -- Looking for connect - found +2026-01-27T23:17:59.1559953Z -- Looking for remove +2026-01-27T23:17:59.3855993Z -- Looking for remove - found +2026-01-27T23:17:59.3858552Z -- Looking for shmat +2026-01-27T23:17:59.6303169Z -- Looking for shmat - found +2026-01-27T23:17:59.6305767Z -- Looking for IceConnectionNumber in ICE +2026-01-27T23:17:59.8672383Z -- Looking for IceConnectionNumber in ICE - found +2026-01-27T23:18:00.0460254Z -- Found EXPAT: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libexpat.so (found version "2.7.1") +2026-01-27T23:18:00.0543369Z -- Found double-conversion: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libdouble-conversion.so +2026-01-27T23:18:00.0669559Z -- Found LZ4: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/liblz4.so (found version "1.10.0") +2026-01-27T23:18:00.0786834Z -- Could NOT find LZMA (missing: LZMA_LIBRARY LZMA_INCLUDE_DIR) +2026-01-27T23:18:00.1379378Z -- Found JPEG: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libjpeg.so (found version "80") +2026-01-27T23:18:00.1619726Z -- Found TIFF: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libtiff.so (found version "4.7.0") +2026-01-27T23:18:00.1742140Z -- Could NOT find freetype (missing: freetype_DIR) +2026-01-27T23:18:00.1987577Z -- Found Freetype: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libfreetype.so (found version "2.13.3") +2026-01-27T23:18:00.4610029Z -- Found OpenGL: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so found components: OpenGL missing components: GLX +2026-01-27T23:18:00.6119857Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:18:00.6415709Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:18:00.7693985Z -- Could NOT find LZMA (missing: LZMA_LIBRARY LZMA_INCLUDE_DIR) +2026-01-27T23:18:00.8242455Z -- Could NOT find freetype (missing: freetype_DIR) +2026-01-27T23:18:00.9126180Z -- looking for PCL_COMMON +2026-01-27T23:18:00.9149007Z -- Found PCL_COMMON: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_common.so +2026-01-27T23:18:00.9151831Z -- looking for PCL_KDTREE +2026-01-27T23:18:00.9173081Z -- Found PCL_KDTREE: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_kdtree.so +2026-01-27T23:18:00.9176350Z -- looking for PCL_OCTREE +2026-01-27T23:18:00.9197461Z -- Found PCL_OCTREE: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_octree.so +2026-01-27T23:18:00.9200349Z -- looking for PCL_SEARCH +2026-01-27T23:18:00.9222358Z -- Found PCL_SEARCH: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_search.so +2026-01-27T23:18:00.9225802Z -- looking for PCL_2D +2026-01-27T23:18:00.9233366Z -- Found PCL_2D: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15 +2026-01-27T23:18:00.9235628Z -- looking for PCL_FEATURES +2026-01-27T23:18:00.9257027Z -- Found PCL_FEATURES: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_features.so +2026-01-27T23:18:00.9262511Z -- looking for PCL_SURFACE +2026-01-27T23:18:00.9282550Z -- Found PCL_SURFACE: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_surface.so +2026-01-27T23:18:00.9287263Z -- looking for PCL_IO_PLY +2026-01-27T23:18:00.9309851Z -- Found PCL_IO_PLY: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_io_ply.so +2026-01-27T23:18:00.9312919Z -- looking for PCL_IO +2026-01-27T23:18:00.9333632Z -- Found PCL_IO: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_io.so +2026-01-27T23:18:00.9339133Z -- looking for PCL_FILTERS +2026-01-27T23:18:00.9359095Z -- Found PCL_FILTERS: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_filters.so +2026-01-27T23:18:00.9363890Z -- looking for PCL_GEOMETRY +2026-01-27T23:18:00.9371593Z -- Found PCL_GEOMETRY: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15 +2026-01-27T23:18:00.9373701Z -- looking for PCL_ML +2026-01-27T23:18:00.9394861Z -- Found PCL_ML: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_ml.so +2026-01-27T23:18:00.9398777Z -- looking for PCL_SEGMENTATION +2026-01-27T23:18:00.9419575Z -- Found PCL_SEGMENTATION: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_segmentation.so +2026-01-27T23:18:00.9426194Z -- looking for PCL_SAMPLE_CONSENSUS +2026-01-27T23:18:00.9446661Z -- Found PCL_SAMPLE_CONSENSUS: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libpcl_sample_consensus.so +2026-01-27T23:18:00.9461302Z -- Found PCL: pcl_common;pcl_kdtree;pcl_octree;pcl_search;pcl_features;pcl_surface;pcl_io_ply;pcl_io;pcl_filters;pcl_ml;pcl_segmentation;pcl_sample_consensus;Boost::system;Boost::iostreams;Boost::filesystem;Boost::serialization;VTK::ChartsCore;VTK::CommonColor;VTK::CommonComputationalGeometry;VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::CommonMath;VTK::CommonMisc;VTK::CommonTransforms;VTK::FiltersCore;VTK::FiltersExtraction;VTK::FiltersGeneral;VTK::FiltersGeometry;VTK::FiltersModeling;VTK::FiltersSources;VTK::ImagingCore;VTK::ImagingSources;VTK::InteractionImage;VTK::InteractionStyle;VTK::InteractionWidgets;VTK::IOCore;VTK::IOGeometry;VTK::IOImage;VTK::IOLegacy;VTK::IOPLY;VTK::RenderingAnnotation;VTK::RenderingCore;VTK::RenderingContext2D;VTK::RenderingLOD;VTK::RenderingFreeType;VTK::ViewsCore;VTK::ViewsContext2D;VTK::RenderingOpenGL2;VTK::RenderingContextOpenGL2;VTK::GUISupportQt;FLANN::FLANN;QHULL::QHULL +2026-01-27T23:18:01.0322971Z -- Performing Test HAS_FLTO_THIN +2026-01-27T23:18:01.2261652Z -- Performing Test HAS_FLTO_THIN - Failed +2026-01-27T23:18:01.2276496Z -- Performing Test HAS_FLTO +2026-01-27T23:18:01.4229629Z -- Performing Test HAS_FLTO - Failed +2026-01-27T23:18:01.4245902Z -- Found pybind11: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include (found version "3.0.0") +2026-01-27T23:18:01.4321499Z -- Found XercesC: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libxerces-c.so (found version "3.3.0") +2026-01-27T23:18:01.4517115Z -- PyCXX found: +2026-01-27T23:18:01.4518250Z -- Headers: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/PyCXX +2026-01-27T23:18:01.4518973Z -- Sources: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/PyCXX/CXX +2026-01-27T23:18:01.4519503Z -- Version: 7.1.11 +2026-01-27T23:18:01.4547779Z -- Found OCC: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/opencascade (found version "7.8.1") +2026-01-27T23:18:01.4548399Z -- Found OpenCASCADE version: 7.8.1 +2026-01-27T23:18:01.4548770Z -- OpenCASCADE include directory: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/opencascade +2026-01-27T23:18:01.4549135Z -- OpenCASCADE shared libraries directory: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:18:01.4645624Z -- Found OpenGL: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so +2026-01-27T23:18:01.4651563Z -- Found OpenGLU: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libGLU.so +2026-01-27T23:18:01.5124711Z -- VTK components: CommonCore;CommonDataModel;FiltersVerdict;IOXML;FiltersCore;FiltersGeneral;IOLegacy;FiltersExtraction;FiltersSources;FiltersGeometry;WrappingPythonCore;hdf5;FiltersParallelDIY2;RenderingCore;InteractionStyle;RenderingFreeType;RenderingOpenGL2 +2026-01-27T23:18:01.6183949Z -- Found Python3: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 (found suitable version "3.11.13", minimum required is "3.11") found components: Interpreter Development.Module Development.Embed +2026-01-27T23:18:01.6408049Z -- Found OpenGL: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so found components: OpenGL missing components: GLX +2026-01-27T23:18:02.1166394Z -- Found HDF5: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libhdf5.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libcrypto.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libcurl.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libpthread.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libsz.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libz.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libdl.so;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libm.so (found version "1.14.3") found components: C HL +2026-01-27T23:18:02.3033652Z -- Could NOT find LZMA (missing: LZMA_LIBRARY LZMA_INCLUDE_DIR) +2026-01-27T23:18:02.3863710Z -- Could NOT find freetype (missing: freetype_DIR) +2026-01-27T23:18:02.4771080Z -- VTK python wrapper: available +2026-01-27T23:18:02.4987483Z -- Could NOT find Netgen (missing: Netgen_DIR) +2026-01-27T23:18:02.4991079Z -- Cannot find NETGEN header files. +2026-01-27T23:18:02.4991491Z -- Cannot find NETGEN library. +2026-01-27T23:18:02.5295303Z -- checking SWIG/Pivy runtime compatibility... +2026-01-27T23:18:02.5392453Z -- Looking for: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/swig_runtime_check.h +2026-01-27T23:18:02.5393169Z -- File exists: YES +2026-01-27T23:18:02.5459347Z -- SWIG_RUNTIME_VERSION_LINE: #define SWIG_RUNTIME_VERSION "4" +2026-01-27T23:18:02.5459910Z -- Extracted SWIG_RUNTIME_VERSION: 4 +2026-01-27T23:18:02.8187850Z -- SWIG/Pivy runtime compatibility: PASSED +2026-01-27T23:18:02.8189469Z -- swig runtime API version: 4 +2026-01-27T23:18:02.8190021Z -- pivy runtime API version: 4 +2026-01-27T23:18:02.8190824Z -- swig binary version building freecad: 4.3.1 +2026-01-27T23:18:02.8261518Z -- Found Eigen3: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/eigen3 (found suitable version "3.4.0", minimum required is "3.4.0") +2026-01-27T23:18:03.2006136Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:18:03.3466965Z -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) +2026-01-27T23:18:03.4567751Z -- Found Cups: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libcups.so (found version "2.3.3") +2026-01-27T23:18:03.7055818Z -- Set up to compile with Qt 6.8.3 +2026-01-27T23:18:03.7203652Z -- Checking Pivy version by importing it in a Python program... +2026-01-27T23:18:03.9446576Z -- Found Pivy 0.6.9 +2026-01-27T23:18:03.9447698Z -- Checking Pivy Coin3D version by importing it in a Python program... +2026-01-27T23:18:04.1844729Z -- Found Pivy Coin3D SIM Coin 4.0.3 +2026-01-27T23:18:04.1927384Z -- Found Spnav: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libspnav.so +2026-01-27T23:18:04.1955432Z -- Shiboken6Config: Using default python: .cpython-311-x86_64-linux-gnu +2026-01-27T23:18:04.7414766Z -- Found Python: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 (found suitable version "3.11.13", minimum required is "3") found components: Interpreter Development Development.Module Development.Embed +2026-01-27T23:18:04.7449921Z -- PYTHON_LIMITED_LIBRARIES: +2026-01-27T23:18:04.7451732Z -- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/python3.11' +2026-01-27T23:18:04.7456150Z -- SHIBOKEN_PYTHON_LIBRARIES computed to value: '' +2026-01-27T23:18:04.7457189Z -- libshiboken built for Release +2026-01-27T23:18:04.7469048Z -- PYTHON_CONFIG_SUFFIX: .cpython-311-x86_64-linux-gnu +2026-01-27T23:18:04.7483404Z -- libshiboken built for Release +2026-01-27T23:18:04.7536349Z -- Found PYSIDE6 tools: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/qt6/uic, /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/qt6/rcc +2026-01-27T23:18:07.0867038Z -- PySide 6.8.3 Python module found at /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/python3.11/site-packages/PySide6. +2026-01-27T23:18:07.0868349Z +2026-01-27T23:18:11.0451882Z -- Found Matplotlib: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/python3.11/site-packages/matplotlib (found version "3.10.3") +2026-01-27T23:18:11.0798586Z -- FindLark: Using Python3_EXECUTABLE = /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 +2026-01-27T23:18:11.2437199Z -- Found LARK: 1.2.2 (found version "1.2.2") +2026-01-27T23:18:11.2441177Z -- Found Lark: version 1.2.2 +2026-01-27T23:18:11.2449941Z -- Platform is 64-bit, set -D_OCC64 +2026-01-27T23:18:11.2749829Z -- Using CMake 4.0.3 +2026-01-27T23:18:11.3496144Z -- Found XercesC: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libxerces-c.so (found suitable version "3.3.0", minimum required is "3.2") +2026-01-27T23:18:11.3498804Z -- [E57Format] Revision ID: E57Format-3.2.0-x86_64-Clang201 +2026-01-27T23:18:11.3499396Z -- [E57Format] Building static library +2026-01-27T23:18:11.5077064Z -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY +2026-01-27T23:18:11.7562409Z -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success +2026-01-27T23:18:11.7591430Z -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY +2026-01-27T23:18:12.0027904Z -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success +2026-01-27T23:18:12.0039305Z -- Performing Test COMPILER_HAS_DEPRECATED_ATTR +2026-01-27T23:18:12.2529682Z -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success +2026-01-27T23:18:12.2841970Z -- [E57Format] Setting validation level to 1 +2026-01-27T23:18:12.2858001Z -- [E57Format] Using ccache: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/ccache +2026-01-27T23:18:12.2922162Z -- [E57Format] CMake files install to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/cmake/E57Format +2026-01-27T23:18:12.3078787Z -- [OndselSolver] Building shared library +2026-01-27T23:18:12.3164858Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/TypePy.cpp +2026-01-27T23:18:12.5711178Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/BaseClassPy.cpp +2026-01-27T23:18:12.7357522Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/BoundBoxPy.cpp +2026-01-27T23:18:12.9481361Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/CoordinateSystemPy.cpp +2026-01-27T23:18:13.1254792Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/PersistencePy.cpp +2026-01-27T23:18:13.2880153Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/VectorPy.cpp +2026-01-27T23:18:13.5024133Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/MatrixPy.cpp +2026-01-27T23:18:13.7637067Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/RotationPy.cpp +2026-01-27T23:18:13.9665065Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/PlacementPy.cpp +2026-01-27T23:18:14.1769482Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/AxisPy.cpp +2026-01-27T23:18:14.3225077Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/UnitPy.cpp +2026-01-27T23:18:14.4903904Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/QuantityPy.cpp +2026-01-27T23:18:14.6418826Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/PrecisionPy.cpp +2026-01-27T23:18:14.9643271Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/ApplicationDirectoriesPy.cpp +2026-01-27T23:18:15.1313781Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/DocumentPy.cpp +2026-01-27T23:18:15.4332361Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/DocumentObjectPy.cpp +2026-01-27T23:18:15.6685619Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/ExtensionPy.cpp +2026-01-27T23:18:15.7732003Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/ExtensionContainerPy.cpp +2026-01-27T23:18:15.9357736Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/DocumentObjectExtensionPy.cpp +2026-01-27T23:18:16.0441413Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/GroupExtensionPy.cpp +2026-01-27T23:18:16.1560145Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/LinkBaseExtensionPy.cpp +2026-01-27T23:18:16.3318245Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/DocumentObjectGroupPy.cpp +2026-01-27T23:18:16.4262120Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/GeoFeaturePy.cpp +2026-01-27T23:18:16.5904017Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/GeoFeatureGroupExtensionPy.cpp +2026-01-27T23:18:16.7352288Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/SuppressibleExtensionPy.cpp +2026-01-27T23:18:16.8926604Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/MetadataPy.cpp +2026-01-27T23:18:17.1517128Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/OriginGroupExtensionPy.cpp +2026-01-27T23:18:17.3051823Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/PartPy.cpp +2026-01-27T23:18:17.4436969Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/StringHasherPy.cpp +2026-01-27T23:18:17.6089877Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/StringIDPy.cpp +2026-01-27T23:18:17.7935222Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/ComplexGeoDataPy.cpp +2026-01-27T23:18:18.0108633Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/PropertyContainerPy.cpp +2026-01-27T23:18:18.2126357Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/MaterialPy.cpp +2026-01-27T23:18:18.3402768Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/MeasureManagerPy.cpp +2026-01-27T23:18:18.5813512Z -- Found PythonInterp: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 (found version "3.11.13") +2026-01-27T23:18:18.6384067Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/AssemblyObjectPy.cpp +2026-01-27T23:18:18.8214915Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/AssemblyLinkPy.cpp +2026-01-27T23:18:18.9467534Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/BomObjectPy.cpp +2026-01-27T23:18:19.1008159Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/BomGroupPy.cpp +2026-01-27T23:18:19.2501337Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/JointGroupPy.cpp +2026-01-27T23:18:19.4092187Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/ViewGroupPy.cpp +2026-01-27T23:18:19.5606036Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/App/SimulationGroupPy.cpp +2026-01-27T23:18:19.7421870Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/ViewProviderAssemblyPy.cpp +2026-01-27T23:18:19.9818033Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/App/FemMeshPy.cpp +2026-01-27T23:18:20.2432893Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/App/FemPostObjectPy.cpp +2026-01-27T23:18:20.3994825Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/App/FemPostPipelinePy.cpp +2026-01-27T23:18:20.5729958Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/App/FemPostFilterPy.cpp +2026-01-27T23:18:20.7499881Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/App/FemPostBranchFilterPy.cpp +2026-01-27T23:18:21.2077836Z -- Found OpenMP_C: -fopenmp=libomp (found suitable version "5.1", minimum required is "4.0") +2026-01-27T23:18:21.2102264Z -- Found OpenMP_CXX: -fopenmp=libomp (found suitable version "5.1", minimum required is "4.0") +2026-01-27T23:18:21.2125518Z -- Found OpenMP: TRUE (found suitable version "5.1", minimum required is "4.0") +2026-01-27T23:18:21.2228751Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/ViewProviderFemConstraintPy.cpp +2026-01-27T23:18:21.3879521Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/ViewProviderFemMeshPy.cpp +2026-01-27T23:18:21.5671156Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/ViewProviderFemPostPipelinePy.cpp +2026-01-27T23:18:21.7302572Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/ViewProviderFemPostFilterPy.cpp +2026-01-27T23:18:22.0308376Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Import/App/StepShapePy.cpp +2026-01-27T23:18:22.2086305Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/Array2DPy.cpp +2026-01-27T23:18:22.3785492Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/Array3DPy.cpp +2026-01-27T23:18:22.5563712Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialFilterPy.cpp +2026-01-27T23:18:22.7199931Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialFilterOptionsPy.cpp +2026-01-27T23:18:22.8479332Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialLibraryPy.cpp +2026-01-27T23:18:23.0176745Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialManagerPy.cpp +2026-01-27T23:18:23.1675482Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialPy.cpp +2026-01-27T23:18:23.3983106Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/ModelManagerPy.cpp +2026-01-27T23:18:23.5692666Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/ModelPropertyPy.cpp +2026-01-27T23:18:23.7439130Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/MaterialPropertyPy.cpp +2026-01-27T23:18:23.9219691Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/ModelPy.cpp +2026-01-27T23:18:24.1019591Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/App/UUIDsPy.cpp +2026-01-27T23:18:24.3256667Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/MaterialTreeWidgetPy.cpp +2026-01-27T23:18:24.5634975Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/App/EdgePy.cpp +2026-01-27T23:18:24.7347563Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/App/FacetPy.cpp +2026-01-27T23:18:24.9162985Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/App/MeshFeaturePy.cpp +2026-01-27T23:18:25.1019378Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/App/MeshPointPy.cpp +2026-01-27T23:18:25.2531983Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/App/MeshPy.cpp +2026-01-27T23:18:25.6278384Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/ViewProviderMeshPy.cpp +2026-01-27T23:18:25.8895979Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcPy.cpp +2026-01-27T23:18:26.0758599Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcOfConicPy.cpp +2026-01-27T23:18:26.2465142Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcOfCirclePy.cpp +2026-01-27T23:18:26.3888081Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcOfParabolaPy.cpp +2026-01-27T23:18:26.5530937Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BodyBasePy.cpp +2026-01-27T23:18:26.6954726Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ConicPy.cpp +2026-01-27T23:18:26.8733883Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/CirclePy.cpp +2026-01-27T23:18:27.0442724Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcOfEllipsePy.cpp +2026-01-27T23:18:27.2046298Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/EllipsePy.cpp +2026-01-27T23:18:27.3688816Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/HyperbolaPy.cpp +2026-01-27T23:18:27.5324591Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ArcOfHyperbolaPy.cpp +2026-01-27T23:18:27.6949959Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ParabolaPy.cpp +2026-01-27T23:18:27.8593634Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/OffsetCurvePy.cpp +2026-01-27T23:18:28.0261671Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryPy.cpp +2026-01-27T23:18:28.2193397Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryExtensionPy.cpp +2026-01-27T23:18:28.3885031Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryIntExtensionPy.cpp +2026-01-27T23:18:28.5496830Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryStringExtensionPy.cpp +2026-01-27T23:18:28.7121471Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryBoolExtensionPy.cpp +2026-01-27T23:18:28.8727685Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryDoubleExtensionPy.cpp +2026-01-27T23:18:29.0412407Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometryCurvePy.cpp +2026-01-27T23:18:29.2865626Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BoundedCurvePy.cpp +2026-01-27T23:18:29.4697386Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TrimmedCurvePy.cpp +2026-01-27T23:18:29.6304522Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeometrySurfacePy.cpp +2026-01-27T23:18:29.8606749Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/LinePy.cpp +2026-01-27T23:18:30.0136310Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/LineSegmentPy.cpp +2026-01-27T23:18:30.1791761Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/PointPy.cpp +2026-01-27T23:18:30.3504847Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BezierCurvePy.cpp +2026-01-27T23:18:30.5380202Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BSplineCurvePy.cpp +2026-01-27T23:18:30.7846253Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/PlanePy.cpp +2026-01-27T23:18:30.9418360Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ConePy.cpp +2026-01-27T23:18:31.1097957Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/CylinderPy.cpp +2026-01-27T23:18:31.2549475Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/SpherePy.cpp +2026-01-27T23:18:31.4182853Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ToroidPy.cpp +2026-01-27T23:18:31.5700169Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BezierSurfacePy.cpp +2026-01-27T23:18:31.7619709Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BSplineSurfacePy.cpp +2026-01-27T23:18:32.0238992Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/OffsetSurfacePy.cpp +2026-01-27T23:18:32.1483971Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/PlateSurfacePy.cpp +2026-01-27T23:18:32.2287405Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/RectangularTrimmedSurfacePy.cpp +2026-01-27T23:18:32.3111217Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/SurfaceOfExtrusionPy.cpp +2026-01-27T23:18:32.3980965Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/SurfaceOfRevolutionPy.cpp +2026-01-27T23:18:32.4813874Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/PartFeaturePy.cpp +2026-01-27T23:18:32.5626022Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/AttachExtensionPy.cpp +2026-01-27T23:18:32.7222651Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Part2DObjectPy.cpp +2026-01-27T23:18:32.8086483Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/AttachEnginePy.cpp +2026-01-27T23:18:32.9929962Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapePy.cpp +2026-01-27T23:18:33.2119329Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeCompoundPy.cpp +2026-01-27T23:18:33.3732420Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeCompSolidPy.cpp +2026-01-27T23:18:33.4957288Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeEdgePy.cpp +2026-01-27T23:18:33.7163701Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeFacePy.cpp +2026-01-27T23:18:33.9309848Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeShellPy.cpp +2026-01-27T23:18:34.1023008Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeSolidPy.cpp +2026-01-27T23:18:34.2747266Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeVertexPy.cpp +2026-01-27T23:18:34.4318275Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/TopoShapeWirePy.cpp +2026-01-27T23:18:34.6235672Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BRepOffsetAPI_MakePipeShellPy.cpp +2026-01-27T23:18:34.8277287Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BRepOffsetAPI_MakeFillingPy.cpp +2026-01-27T23:18:34.9862377Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/BRepFeat/MakePrismPy.cpp +2026-01-27T23:18:35.1584388Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ChFi2d/ChFi2d_AnaFilletAlgoPy.cpp +2026-01-27T23:18:35.3260386Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAlgoPy.cpp +2026-01-27T23:18:35.4942531Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ChFi2d/ChFi2d_ChamferAPIPy.cpp +2026-01-27T23:18:35.6430375Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ChFi2d/ChFi2d_FilletAPIPy.cpp +2026-01-27T23:18:35.7946204Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.cpp +2026-01-27T23:18:35.9464717Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/ArcOfConic2dPy.cpp +2026-01-27T23:18:36.1021291Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/ArcOfEllipse2dPy.cpp +2026-01-27T23:18:36.2443019Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/ArcOfHyperbola2dPy.cpp +2026-01-27T23:18:36.3994913Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.cpp +2026-01-27T23:18:36.5361696Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/BezierCurve2dPy.cpp +2026-01-27T23:18:36.6927277Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.cpp +2026-01-27T23:18:36.8787911Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Circle2dPy.cpp +2026-01-27T23:18:37.0393236Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Conic2dPy.cpp +2026-01-27T23:18:37.1599680Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Ellipse2dPy.cpp +2026-01-27T23:18:37.2779677Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Geometry2dPy.cpp +2026-01-27T23:18:37.4487996Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Hyperbola2dPy.cpp +2026-01-27T23:18:37.6127641Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Curve2dPy.cpp +2026-01-27T23:18:37.8148973Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Line2dSegmentPy.cpp +2026-01-27T23:18:37.9875146Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Line2dPy.cpp +2026-01-27T23:18:38.1503578Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/OffsetCurve2dPy.cpp +2026-01-27T23:18:38.3092593Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/Geom2d/Parabola2dPy.cpp +2026-01-27T23:18:38.4598714Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.cpp +2026-01-27T23:18:38.6697787Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeomPlate/CurveConstraintPy.cpp +2026-01-27T23:18:38.8659068Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/GeomPlate/PointConstraintPy.cpp +2026-01-27T23:18:39.0511738Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/HLRBRep/HLRBRep_AlgoPy.cpp +2026-01-27T23:18:39.2501893Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/HLRBRep/HLRToShapePy.cpp +2026-01-27T23:18:39.4394700Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/HLRBRep/HLRBRep_PolyAlgoPy.cpp +2026-01-27T23:18:39.6470157Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/HLRBRep/PolyHLRToShapePy.cpp +2026-01-27T23:18:39.8327671Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_RootPy.cpp +2026-01-27T23:18:40.0022955Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_EdgePy.cpp +2026-01-27T23:18:40.1787256Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_FacePy.cpp +2026-01-27T23:18:40.3911861Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_ShapePy.cpp +2026-01-27T23:18:40.5884556Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_ShellPy.cpp +2026-01-27T23:18:40.7777321Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_SolidPy.cpp +2026-01-27T23:18:40.9526376Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_WirePy.cpp +2026-01-27T23:18:41.2324251Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_WireframePy.cpp +2026-01-27T23:18:41.4090248Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_WireVertexPy.cpp +2026-01-27T23:18:41.5701653Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_EdgeConnectPy.cpp +2026-01-27T23:18:41.7416594Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_FaceConnectPy.cpp +2026-01-27T23:18:41.9105757Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_FixSmallFacePy.cpp +2026-01-27T23:18:42.0907903Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_FixSmallSolidPy.cpp +2026-01-27T23:18:42.2661696Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_FreeBoundsPy.cpp +2026-01-27T23:18:42.4300288Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_ShapeTolerancePy.cpp +2026-01-27T23:18:42.5999493Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_SplitCommonVertexPy.cpp +2026-01-27T23:18:42.7140338Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeFix/ShapeFix_SplitToolPy.cpp +2026-01-27T23:18:42.8185493Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/App/ShapeUpgrade/UnifySameDomainPy.cpp +2026-01-27T23:18:43.0138899Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/ViewProviderPartExtPy.cpp +2026-01-27T23:18:43.1629041Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/App/BodyPy.cpp +2026-01-27T23:18:43.3385632Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/App/FeaturePy.cpp +2026-01-27T23:18:43.5043910Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/ViewProviderPy.cpp +2026-01-27T23:18:43.7328505Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/CommandPy.cpp +2026-01-27T23:18:43.9119850Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/PathPy.cpp +2026-01-27T23:18:44.1172337Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/FeaturePathCompoundPy.cpp +2026-01-27T23:18:44.2888018Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/AreaPy.cpp +2026-01-27T23:18:44.4436961Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/FeatureAreaPy.cpp +2026-01-27T23:18:44.5724025Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/VoronoiPy.cpp +2026-01-27T23:18:44.7682257Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/VoronoiCellPy.cpp +2026-01-27T23:18:44.9124773Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/VoronoiEdgePy.cpp +2026-01-27T23:18:45.1053735Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/App/VoronoiVertexPy.cpp +2026-01-27T23:18:45.3282920Z -- area module (for Path Workbench) will be installed to: lib +2026-01-27T23:18:45.3397449Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/PathSimulator/App/PathSimPy.cpp +2026-01-27T23:18:45.4961262Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/PathSimulator/AppGL/CAMSimPy.cpp +2026-01-27T23:18:45.8072009Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/App/PointsPy.cpp +2026-01-27T23:18:46.0493203Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/App/Robot6AxisPy.cpp +2026-01-27T23:18:46.2175161Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/App/TrajectoryPy.cpp +2026-01-27T23:18:46.3875873Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/App/WaypointPy.cpp +2026-01-27T23:18:46.5660103Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/App/RobotObjectPy.cpp +2026-01-27T23:18:46.7246797Z -- Performing Test _flag_found +2026-01-27T23:18:46.9875575Z -- Performing Test _flag_found - Success +2026-01-27T23:18:47.0169448Z -- Performing Test _flag_found +2026-01-27T23:18:47.2732742Z -- Performing Test _flag_found - Success +2026-01-27T23:18:47.2931737Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/SketchObjectSFPy.cpp +2026-01-27T23:18:47.4652157Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/SketchObjectPy.cpp +2026-01-27T23:18:47.8198395Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/SketchGeometryExtensionPy.cpp +2026-01-27T23:18:47.9855133Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/ExternalGeometryExtensionPy.cpp +2026-01-27T23:18:48.1493054Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/GeometryFacadePy.cpp +2026-01-27T23:18:48.3533100Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/ExternalGeometryFacadePy.cpp +2026-01-27T23:18:48.5596446Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/ConstraintPy.cpp +2026-01-27T23:18:48.7358519Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/App/SketchPy.cpp +2026-01-27T23:18:48.9432195Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/ViewProviderSketchGeometryExtensionPy.cpp +2026-01-27T23:18:49.0735890Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/App/SheetPy.cpp +2026-01-27T23:18:49.3092465Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/App/PropertySheetPy.cpp +2026-01-27T23:18:49.4427246Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/App/PropertyColumnWidthsPy.cpp +2026-01-27T23:18:49.6017078Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/App/PropertyRowHeightsPy.cpp +2026-01-27T23:18:49.7636419Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/ViewProviderSpreadsheetPy.cpp +2026-01-27T23:18:49.9880310Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Surface/App/Blending/BlendPointPy.cpp +2026-01-27T23:18:50.1369111Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Surface/App/Blending/BlendCurvePy.cpp +2026-01-27T23:18:50.3162867Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/App/MeasurementPy.cpp +2026-01-27T23:18:50.4943092Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/App/MeasureBasePy.cpp +2026-01-27T23:18:50.6661809Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/QuickMeasurePy.cpp +2026-01-27T23:18:50.8034378Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawHatchPy.cpp +2026-01-27T23:18:50.9368413Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewPy.cpp +2026-01-27T23:18:51.0803023Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawPagePy.cpp +2026-01-27T23:18:51.2567001Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewPartPy.cpp +2026-01-27T23:18:51.4837811Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewSymbolPy.cpp +2026-01-27T23:18:51.6444646Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawTemplatePy.cpp +2026-01-27T23:18:51.8016968Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawParametricTemplatePy.cpp +2026-01-27T23:18:51.9663774Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawSVGTemplatePy.cpp +2026-01-27T23:18:52.1330277Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewClipPy.cpp +2026-01-27T23:18:52.3013447Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewDimensionPy.cpp +2026-01-27T23:18:52.4796734Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewDimExtentPy.cpp +2026-01-27T23:18:52.6448552Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawGeomHatchPy.cpp +2026-01-27T23:18:52.8074429Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewCollectionPy.cpp +2026-01-27T23:18:52.9716501Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawProjGroupPy.cpp +2026-01-27T23:18:53.1452342Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawProjGroupItemPy.cpp +2026-01-27T23:18:53.2980251Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawViewAnnotationPy.cpp +2026-01-27T23:18:53.4563112Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawLeaderLinePy.cpp +2026-01-27T23:18:53.6145221Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawRichAnnoPy.cpp +2026-01-27T23:18:53.7821118Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/GeomFormatPy.cpp +2026-01-27T23:18:53.9623537Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/CenterLinePy.cpp +2026-01-27T23:18:54.1314383Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/CosmeticEdgePy.cpp +2026-01-27T23:18:54.2815796Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/CosmeticVertexPy.cpp +2026-01-27T23:18:54.4551729Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawTilePy.cpp +2026-01-27T23:18:54.5952077Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawTileWeldPy.cpp +2026-01-27T23:18:54.7283812Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawWeldSymbolPy.cpp +2026-01-27T23:18:54.8562924Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/CosmeticExtensionPy.cpp +2026-01-27T23:18:54.9826707Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/App/DrawBrokenViewPy.cpp +2026-01-27T23:18:55.3605950Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/DocumentPy.cpp +2026-01-27T23:18:55.5111821Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/PythonWorkbenchPy.cpp +2026-01-27T23:18:55.7118856Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/ViewProviderPy.cpp +2026-01-27T23:18:55.9717425Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/ViewProviderDocumentObjectPy.cpp +2026-01-27T23:18:56.1416978Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/ViewProviderGeometryObjectPy.cpp +2026-01-27T23:18:56.3053237Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/ViewProviderExtensionPy.cpp +2026-01-27T23:18:56.4670460Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/WorkbenchPy.cpp +2026-01-27T23:18:56.6376118Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Selection/SelectionObjectPy.cpp +2026-01-27T23:18:56.8112393Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/LinkViewPy.cpp +2026-01-27T23:18:56.9958892Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/ViewProviderLinkPy.cpp +2026-01-27T23:18:57.1528167Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/AxisOriginPy.cpp +2026-01-27T23:18:57.3183560Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/CommandPy.cpp +2026-01-27T23:18:57.4955429Z -- /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Navigation/NavigationStylePy.cpp +2026-01-27T23:18:57.9637379Z -- Found Python3: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 (found version "3.11.13") found components: Interpreter +2026-01-27T23:18:58.1026217Z +2026-01-27T23:18:58.1027333Z ============== +2026-01-27T23:18:58.1027629Z System +2026-01-27T23:18:58.1027889Z ============== +2026-01-27T23:18:58.1028212Z +2026-01-27T23:18:58.1034858Z -- bindir: bin +2026-01-27T23:18:58.1035340Z -- BLAS: -undefined- +2026-01-27T23:18:58.1035635Z -- ccache: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/ccache +2026-01-27T23:18:58.1035978Z -- CMAKE_VERSION: 4.0.3 +2026-01-27T23:18:58.1036222Z -- Compiler: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/clang++ (20.1.8) +2026-01-27T23:18:58.1036509Z -- datadir: share +2026-01-27T23:18:58.1036744Z -- docdir: share/doc/KindredCreate +2026-01-27T23:18:58.1036980Z -- includedir: include +2026-01-27T23:18:58.1037278Z -- libdir: lib +2026-01-27T23:18:58.1037504Z -- prefix: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default +2026-01-27T23:18:58.1037840Z -- Python: 3.11.13 [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11] Suffix: [.cpython-311-x86_64-linux-gnu] +2026-01-27T23:18:58.1038408Z +2026-01-27T23:18:58.1038652Z ============== +2026-01-27T23:18:58.1038900Z Config +2026-01-27T23:18:58.1039142Z ============== +2026-01-27T23:18:58.1039358Z +2026-01-27T23:18:58.1086134Z -- BUILD_ADDONMGR: ON +2026-01-27T23:18:58.1086677Z -- BUILD_ASSEMBLY: ON +2026-01-27T23:18:58.1086945Z -- BUILD_BIM: ON +2026-01-27T23:18:58.1087194Z -- BUILD_CAM: ON +2026-01-27T23:18:58.1087421Z -- BUILD_CLOUD: OFF +2026-01-27T23:18:58.1087674Z -- BUILD_DRAFT: ON +2026-01-27T23:18:58.1087915Z -- BUILD_DRAWING: OFF +2026-01-27T23:18:58.1088171Z -- BUILD_FEM: ON +2026-01-27T23:18:58.1088395Z -- BUILD_GUI: ON +2026-01-27T23:18:58.1088624Z -- BUILD_HELP: ON +2026-01-27T23:18:58.1088846Z -- BUILD_IDF: ON +2026-01-27T23:18:58.1089274Z -- BUILD_IMPORT: ON +2026-01-27T23:18:58.1089513Z -- BUILD_INSPECTION: ON +2026-01-27T23:18:58.1089740Z -- BUILD_JTREADER: OFF +2026-01-27T23:18:58.1089966Z -- BUILD_MATERIAL: ON +2026-01-27T23:18:58.1090203Z -- BUILD_MATERIAL_EXTERNAL: OFF +2026-01-27T23:18:58.1090448Z -- BUILD_MEASURE: ON +2026-01-27T23:18:58.1090910Z -- BUILD_MESH: ON +2026-01-27T23:18:58.1091151Z -- BUILD_MESH_PART: ON +2026-01-27T23:18:58.1091807Z -- BUILD_OPENSCAD: ON +2026-01-27T23:18:58.1092061Z -- BUILD_PART: ON +2026-01-27T23:18:58.1092288Z -- BUILD_PART_DESIGN: ON +2026-01-27T23:18:58.1092510Z -- BUILD_PLOT: ON +2026-01-27T23:18:58.1092742Z -- BUILD_POINTS: ON +2026-01-27T23:18:58.1092964Z -- BUILD_REVERSEENGINEERING: ON +2026-01-27T23:18:58.1093208Z -- BUILD_ROBOT: ON +2026-01-27T23:18:58.1093429Z -- BUILD_SANDBOX: OFF +2026-01-27T23:18:58.1093653Z -- BUILD_SHOW: ON +2026-01-27T23:18:58.1093872Z -- BUILD_SKETCHER: ON +2026-01-27T23:18:58.1094109Z -- BUILD_SMESH: OFF +2026-01-27T23:18:58.1094342Z -- BUILD_SPREADSHEET: ON +2026-01-27T23:18:58.1094563Z -- BUILD_START: ON +2026-01-27T23:18:58.1095030Z -- BUILD_SURFACE: ON +2026-01-27T23:18:58.1095272Z -- BUILD_TECHDRAW: ON +2026-01-27T23:18:58.1095532Z -- BUILD_TEST: ON +2026-01-27T23:18:58.1095754Z -- BUILD_TUX: ON +2026-01-27T23:18:58.1095976Z -- BUILD_VR: OFF +2026-01-27T23:18:58.1096198Z -- BUILD_WEB: ON +2026-01-27T23:18:58.1096425Z -- CMAKE_BUILD_TYPE: Release +2026-01-27T23:18:58.1096679Z -- CMAKE_CXX_FLAGS: -Wall -Wextra -Wpedantic -Wno-write-strings -fdiagnostics-color -march=x86-64-v3 -Wno-undefined-var-template +2026-01-27T23:18:58.1096972Z -- CMAKE_CXX_STANDARD: 20 +2026-01-27T23:18:58.1097214Z -- CMAKE_INSTALL_PREFIX: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default +2026-01-27T23:18:58.1097498Z -- CMAKE_PREFIX_PATH: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default +2026-01-27T23:18:58.1097807Z -- ENABLE_DEVELOPER_TESTS: ON +2026-01-27T23:18:58.1098055Z -- FREECAD_CREATE_MAC_APP: -undefined- +2026-01-27T23:18:58.1098294Z -- FREECAD_LIBPACK_USE: OFF +2026-01-27T23:18:58.1098513Z -- FREECAD_QT_VERSION: Auto +2026-01-27T23:18:58.1098739Z -- FREECAD_USE_EXTERNAL_KDL: OFF +2026-01-27T23:18:58.1098979Z -- FREECAD_USE_EXTERNAL_SMESH: ON +2026-01-27T23:18:58.1099198Z -- FREECAD_USE_FREETYPE: ON +2026-01-27T23:18:58.1099420Z -- FREECAD_USE_PYSIDE: ON +2026-01-27T23:18:58.1099637Z -- FREECAD_USE_SHIBOKEN: ON +2026-01-27T23:18:58.1099866Z -- Python3_EXECUTABLE: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/bin/python3.11 +2026-01-27T23:18:58.1100177Z -- PYTHON_LIBRARY: -undefined- +2026-01-27T23:18:58.1100406Z -- USE_CUDA: -undefined- +2026-01-27T23:18:58.1100871Z -- USE_OPENCV: -undefined- +2026-01-27T23:18:58.1101108Z +2026-01-27T23:18:58.1101340Z ============== +2026-01-27T23:18:58.1101593Z Libraries +2026-01-27T23:18:58.1101817Z ============== +2026-01-27T23:18:58.1102040Z +2026-01-27T23:18:58.1137166Z -- Boost: 1.86.0 +2026-01-27T23:18:58.1137719Z -- Coin3D: 4.0.3 [optimized;Coin;debug;Coin] [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include] +2026-01-27T23:18:58.1138091Z -- Coin3D_DOC: not found +2026-01-27T23:18:58.1138352Z -- DesignerPlugin: not built (BUILD_DESIGNER_PLUGIN is OFF) +2026-01-27T23:18:58.1138613Z -- Doxygen: 1.13.2 Language: English +2026-01-27T23:18:58.1138864Z -- Eigen3: 3.4.0 +2026-01-27T23:18:58.1139124Z -- fmt: 11.2.0 +2026-01-27T23:18:58.1139359Z -- Freetype: 2.13.3 +2026-01-27T23:18:58.1139590Z -- ICU: 75.1 +2026-01-27T23:18:58.1139835Z -- Lark: 1.2.2 +2026-01-27T23:18:58.1140077Z -- Matplotlib: 3.10.3 PathDirs: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/python3.11/site-packages/matplotlib +2026-01-27T23:18:58.1140402Z -- NETGEN: not enabled +2026-01-27T23:18:58.1141119Z -- OCC: 7.8.1 [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib] [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/opencascade] +2026-01-27T23:18:58.1141504Z -- OCC_Libs: [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKShHealing;TKXSBase;TKBool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKHLR;TKFeat;TKDESTEP;TKDEIGES;TKDEGLTF;TKDESTL] +2026-01-27T23:18:58.1141816Z -- OpenGL_Lib: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib/libGL.so] +2026-01-27T23:18:58.1142244Z -- OpenGLU_Incl: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/include] +2026-01-27T23:18:58.1142541Z -- OpenGLU_Lib: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libGLU.so] +2026-01-27T23:18:58.1142817Z -- pivy: 0.6.9 +2026-01-27T23:18:58.1143042Z -- pybind11: 3.0.0 +2026-01-27T23:18:58.1143270Z -- PYCXX: 7.1.11 Incl: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/PyCXX Src:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/PyCXX/CXX +2026-01-27T23:18:58.1143595Z -- PySide: 6.8.3 [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/PySide6] +2026-01-27T23:18:58.1143879Z -- PySideTools: v: 6 uic: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/qt6/uic] rcc: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/qt6/rcc] +2026-01-27T23:18:58.1144230Z -- QtConcurrent: 6.8.3 +2026-01-27T23:18:58.1144461Z -- QtCore: 6.8.3 +2026-01-27T23:18:58.1144744Z -- QtNetwork: 6.8.3 +2026-01-27T23:18:58.1144980Z -- QtOpenGL: 6.8.3 +2026-01-27T23:18:58.1145207Z -- QtOpenGLWidgets: 6.8.3 +2026-01-27T23:18:58.1145431Z -- QtPrintSupport: 6.8.3 +2026-01-27T23:18:58.1145655Z -- QtSvg: 6.8.3 +2026-01-27T23:18:58.1145887Z -- QtTest: 6.8.3 +2026-01-27T23:18:58.1146110Z -- QtUiTools: 6.8.3 +2026-01-27T23:18:58.1146337Z -- QtWidgets: 6.8.3 +2026-01-27T23:18:58.1146563Z -- QtXml: 6.8.3 +2026-01-27T23:18:58.1146788Z -- Rift: not enabled (BUILD_VR) +2026-01-27T23:18:58.1147053Z -- Shiboken: 6.8.3 [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/shiboken6;/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/python3.11] +2026-01-27T23:18:58.1147382Z -- SMESH: 9.8.0.2 +2026-01-27T23:18:58.1147829Z -- SPNAV: [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libspnav.so] [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include] +2026-01-27T23:18:58.1148159Z -- SWIG: 4.3.1 +2026-01-27T23:18:58.1148394Z -- Vtk: 9.3.1 +2026-01-27T23:18:58.1148627Z -- XercesC: 3.3.0 [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib/libxerces-c.so] [/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include] +2026-01-27T23:18:58.1148959Z -- yaml-cpp: 0.8.0 +2026-01-27T23:18:58.1149193Z -- ZLIB: 1.3.1 +2026-01-27T23:18:58.1149416Z +2026-01-27T23:18:58.1149641Z ================================================= +2026-01-27T23:18:58.1149879Z Now run 'cmake --build /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release' to build KindredCreate +2026-01-27T23:18:58.1150150Z ================================================= +2026-01-27T23:18:58.1150392Z +2026-01-27T23:18:58.1764202Z -- Configuring done (76.4s) +2026-01-27T23:19:00.0604951Z CMake Warning at src/Main/CMakeLists.txt:28 (add_executable): +2026-01-27T23:19:00.0605978Z Cannot generate a safe runtime search path for target FreeCADMain because +2026-01-27T23:19:00.0606299Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.0606591Z directories: +2026-01-27T23:19:00.0606815Z +2026-01-27T23:19:00.0607072Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.0607411Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.0607676Z +2026-01-27T23:19:00.0607890Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.0608130Z +2026-01-27T23:19:00.0608349Z +2026-01-27T23:19:00.0759924Z CMake Warning at src/Main/CMakeLists.txt:135 (add_library): +2026-01-27T23:19:00.0761097Z Cannot generate a safe runtime search path for target FreeCADGuiPy because +2026-01-27T23:19:00.0761454Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.0761789Z directories: +2026-01-27T23:19:00.0762019Z +2026-01-27T23:19:00.0762241Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.0762561Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.0765676Z +2026-01-27T23:19:00.0766301Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.0766785Z +2026-01-27T23:19:00.0769338Z +2026-01-27T23:19:00.1244797Z CMake Warning at src/Mod/Assembly/Gui/CMakeLists.txt:79 (add_library): +2026-01-27T23:19:00.1247447Z Cannot generate a safe runtime search path for target AssemblyGui because +2026-01-27T23:19:00.1247770Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.1248058Z directories: +2026-01-27T23:19:00.1248388Z +2026-01-27T23:19:00.1248628Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.1248997Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.1249257Z +2026-01-27T23:19:00.1249585Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.1249825Z +2026-01-27T23:19:00.1250027Z +2026-01-27T23:19:00.2280870Z CMake Warning at src/Mod/Fem/Gui/CMakeLists.txt:380 (add_library): +2026-01-27T23:19:00.2281937Z Cannot generate a safe runtime search path for target FemGui because files +2026-01-27T23:19:00.2282265Z in some directories may conflict with libraries in implicit directories: +2026-01-27T23:19:00.2282525Z +2026-01-27T23:19:00.2282761Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.2283105Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.2283366Z +2026-01-27T23:19:00.2283583Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.2283821Z +2026-01-27T23:19:00.2284065Z +2026-01-27T23:19:00.2611830Z CMake Warning at src/Mod/Import/Gui/CMakeLists.txt:28 (add_library): +2026-01-27T23:19:00.2612938Z Cannot generate a safe runtime search path for target ImportGui because +2026-01-27T23:19:00.2613335Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.2613693Z directories: +2026-01-27T23:19:00.2614004Z +2026-01-27T23:19:00.2614236Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.2614666Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.2614956Z +2026-01-27T23:19:00.2615177Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.2615414Z +2026-01-27T23:19:00.2615620Z +2026-01-27T23:19:00.2775095Z CMake Warning at src/Mod/Inspection/Gui/CMakeLists.txt:41 (add_library): +2026-01-27T23:19:00.2776152Z Cannot generate a safe runtime search path for target InspectionGui because +2026-01-27T23:19:00.2776477Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.2776747Z directories: +2026-01-27T23:19:00.2776978Z +2026-01-27T23:19:00.2777245Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.2777597Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.2777861Z +2026-01-27T23:19:00.2778181Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.2778420Z +2026-01-27T23:19:00.2778640Z +2026-01-27T23:19:00.3122635Z CMake Warning at src/Mod/Material/Gui/CMakeLists.txt:159 (add_library): +2026-01-27T23:19:00.3123618Z Cannot generate a safe runtime search path for target MatGui because files +2026-01-27T23:19:00.3123928Z in some directories may conflict with libraries in implicit directories: +2026-01-27T23:19:00.3124346Z +2026-01-27T23:19:00.3124579Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.3124919Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.3125179Z +2026-01-27T23:19:00.3125390Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.3125737Z +2026-01-27T23:19:00.3125936Z +2026-01-27T23:19:00.3464126Z CMake Warning at src/Mod/Mesh/Gui/CMakeLists.txt:156 (add_library): +2026-01-27T23:19:00.3465111Z Cannot generate a safe runtime search path for target MeshGui because files +2026-01-27T23:19:00.3465454Z in some directories may conflict with libraries in implicit directories: +2026-01-27T23:19:00.3465815Z +2026-01-27T23:19:00.3466052Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.3466397Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.3466657Z +2026-01-27T23:19:00.3466900Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.3467143Z +2026-01-27T23:19:00.3467347Z +2026-01-27T23:19:00.3829599Z CMake Warning at src/Mod/MeshPart/Gui/CMakeLists.txt:63 (add_library): +2026-01-27T23:19:00.3830878Z Cannot generate a safe runtime search path for target MeshPartGui because +2026-01-27T23:19:00.3831318Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.3831597Z directories: +2026-01-27T23:19:00.3831822Z +2026-01-27T23:19:00.3832047Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.3832373Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.3832649Z +2026-01-27T23:19:00.3832863Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.3833100Z +2026-01-27T23:19:00.3833305Z +2026-01-27T23:19:00.4435901Z CMake Warning at src/Mod/Part/Gui/CMakeLists.txt:261 (add_library): +2026-01-27T23:19:00.4436921Z Cannot generate a safe runtime search path for target PartGui because files +2026-01-27T23:19:00.4437266Z in some directories may conflict with libraries in implicit directories: +2026-01-27T23:19:00.4437530Z +2026-01-27T23:19:00.4437758Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.4438134Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.4438527Z +2026-01-27T23:19:00.4438739Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.4438979Z +2026-01-27T23:19:00.4439196Z +2026-01-27T23:19:00.4814336Z CMake Warning at src/Mod/PartDesign/Gui/CMakeLists.txt:240 (add_library): +2026-01-27T23:19:00.4815425Z Cannot generate a safe runtime search path for target PartDesignGui because +2026-01-27T23:19:00.4815745Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.4816015Z directories: +2026-01-27T23:19:00.4816339Z +2026-01-27T23:19:00.4816567Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.4816924Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.4817199Z +2026-01-27T23:19:00.4817427Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.4817687Z +2026-01-27T23:19:00.4817886Z +2026-01-27T23:19:00.5533150Z CMake Warning at src/Mod/CAM/PathSimulator/AppGL/CMakeLists.txt:79 (add_library): +2026-01-27T23:19:00.5533977Z Cannot generate a safe runtime search path for target CAMSimulator because +2026-01-27T23:19:00.5534507Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.5534978Z directories: +2026-01-27T23:19:00.5535204Z +2026-01-27T23:19:00.5535431Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.5535750Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.5536130Z +2026-01-27T23:19:00.5536345Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.5536581Z +2026-01-27T23:19:00.5536782Z +2026-01-27T23:19:00.5641458Z CMake Warning at src/Mod/CAM/Gui/CMakeLists.txt:66 (add_library): +2026-01-27T23:19:00.5642459Z Cannot generate a safe runtime search path for target PathGui because files +2026-01-27T23:19:00.5642813Z in some directories may conflict with libraries in implicit directories: +2026-01-27T23:19:00.5643075Z +2026-01-27T23:19:00.5643305Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.5643631Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.5643925Z +2026-01-27T23:19:00.5644144Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.5644456Z +2026-01-27T23:19:00.5644663Z +2026-01-27T23:19:00.5828802Z CMake Warning at src/Mod/Points/Gui/CMakeLists.txt:52 (add_library): +2026-01-27T23:19:00.5829322Z Cannot generate a safe runtime search path for target PointsGui because +2026-01-27T23:19:00.5830093Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.5830378Z directories: +2026-01-27T23:19:00.5830979Z +2026-01-27T23:19:00.5831244Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.5831577Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.5831917Z +2026-01-27T23:19:00.5832155Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.5832394Z +2026-01-27T23:19:00.5832644Z +2026-01-27T23:19:00.6029939Z CMake Warning at src/Mod/ReverseEngineering/App/CMakeLists.txt:56 (add_library): +2026-01-27T23:19:00.6031154Z Cannot generate a safe runtime search path for target ReverseEngineering +2026-01-27T23:19:00.6031482Z because files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.6031840Z directories: +2026-01-27T23:19:00.6032068Z +2026-01-27T23:19:00.6032297Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.6032650Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.6032975Z +2026-01-27T23:19:00.6033265Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.6033501Z +2026-01-27T23:19:00.6033723Z +2026-01-27T23:19:00.6208753Z CMake Warning at src/Mod/ReverseEngineering/Gui/CMakeLists.txt:53 (add_library): +2026-01-27T23:19:00.6209319Z Cannot generate a safe runtime search path for target ReverseEngineeringGui +2026-01-27T23:19:00.6210134Z because files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.6210419Z directories: +2026-01-27T23:19:00.6210971Z +2026-01-27T23:19:00.6211533Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.6212115Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.6212372Z +2026-01-27T23:19:00.6212584Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.6212823Z +2026-01-27T23:19:00.6213027Z +2026-01-27T23:19:00.6551876Z CMake Warning at src/Mod/Robot/Gui/CMakeLists.txt:109 (add_library): +2026-01-27T23:19:00.6552613Z Cannot generate a safe runtime search path for target RobotGui because +2026-01-27T23:19:00.6553019Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.6553302Z directories: +2026-01-27T23:19:00.6553531Z +2026-01-27T23:19:00.6553783Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.6554145Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.6554485Z +2026-01-27T23:19:00.6554719Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.6554956Z +2026-01-27T23:19:00.6555178Z +2026-01-27T23:19:00.6860150Z CMake Warning at src/Mod/Sketcher/Gui/CMakeLists.txt:179 (add_library): +2026-01-27T23:19:00.6861533Z Cannot generate a safe runtime search path for target SketcherGui because +2026-01-27T23:19:00.6861976Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.6862353Z directories: +2026-01-27T23:19:00.6862594Z +2026-01-27T23:19:00.6862925Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.6863256Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.6863515Z +2026-01-27T23:19:00.6863753Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.6864009Z +2026-01-27T23:19:00.6864212Z +2026-01-27T23:19:00.7103216Z CMake Warning at src/Mod/Spreadsheet/Gui/CMakeLists.txt:104 (add_library): +2026-01-27T23:19:00.7104211Z Cannot generate a safe runtime search path for target SpreadsheetGui +2026-01-27T23:19:00.7104613Z because files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.7104913Z directories: +2026-01-27T23:19:00.7105176Z +2026-01-27T23:19:00.7105399Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.7105746Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.7106084Z +2026-01-27T23:19:00.7106302Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.7106541Z +2026-01-27T23:19:00.7106748Z +2026-01-27T23:19:00.7292096Z CMake Warning at src/Mod/Start/Gui/CMakeLists.txt:88 (add_library): +2026-01-27T23:19:00.7293118Z Cannot generate a safe runtime search path for target StartGui because +2026-01-27T23:19:00.7293554Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.7293832Z directories: +2026-01-27T23:19:00.7294090Z +2026-01-27T23:19:00.7294377Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.7294707Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.7295073Z +2026-01-27T23:19:00.7295299Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.7295585Z +2026-01-27T23:19:00.7295796Z +2026-01-27T23:19:00.7521157Z CMake Warning at src/Mod/Surface/Gui/CMakeLists.txt:56 (add_library): +2026-01-27T23:19:00.7522316Z Cannot generate a safe runtime search path for target SurfaceGui because +2026-01-27T23:19:00.7522696Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.7523047Z directories: +2026-01-27T23:19:00.7523299Z +2026-01-27T23:19:00.7523542Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.7523878Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.7524170Z +2026-01-27T23:19:00.7524405Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.7524674Z +2026-01-27T23:19:00.7524880Z +2026-01-27T23:19:00.7714476Z CMake Warning at src/Mod/Measure/Gui/CMakeLists.txt:66 (add_library): +2026-01-27T23:19:00.7715424Z Cannot generate a safe runtime search path for target MeasureGui because +2026-01-27T23:19:00.7715767Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.7716109Z directories: +2026-01-27T23:19:00.7716409Z +2026-01-27T23:19:00.7716642Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.7716999Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.7717250Z +2026-01-27T23:19:00.7717510Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.7717744Z +2026-01-27T23:19:00.7717942Z +2026-01-27T23:19:00.7959465Z CMake Warning at src/Mod/TechDraw/App/CMakeLists.txt:254 (add_library): +2026-01-27T23:19:00.7960016Z Cannot generate a safe runtime search path for target TechDraw because +2026-01-27T23:19:00.7961182Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.7961473Z directories: +2026-01-27T23:19:00.7961771Z +2026-01-27T23:19:00.7962016Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.7962346Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.7962599Z +2026-01-27T23:19:00.7962832Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.7963086Z +2026-01-27T23:19:00.7963389Z +2026-01-27T23:19:00.8277918Z CMake Warning at src/Mod/TechDraw/Gui/CMakeLists.txt:459 (add_library): +2026-01-27T23:19:00.8279012Z Cannot generate a safe runtime search path for target TechDrawGui because +2026-01-27T23:19:00.8279338Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.8279770Z directories: +2026-01-27T23:19:00.8279999Z +2026-01-27T23:19:00.8280267Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.8280800Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.8281126Z +2026-01-27T23:19:00.8281349Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.8281580Z +2026-01-27T23:19:00.8281774Z +2026-01-27T23:19:00.8437633Z CMake Warning at src/Mod/Test/Gui/CMakeLists.txt:45 (add_library): +2026-01-27T23:19:00.8438615Z Cannot generate a safe runtime search path for target QtUnitGui because +2026-01-27T23:19:00.8438939Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.8439203Z directories: +2026-01-27T23:19:00.8439487Z +2026-01-27T23:19:00.8439741Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.8440091Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.8440350Z +2026-01-27T23:19:00.8440756Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.8441115Z +2026-01-27T23:19:00.8441328Z +2026-01-27T23:19:00.9076249Z CMake Warning at src/Gui/CMakeLists.txt:1 (add_library): +2026-01-27T23:19:00.9077464Z Cannot generate a safe runtime search path for target FreeCADGui because +2026-01-27T23:19:00.9077812Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.9078168Z directories: +2026-01-27T23:19:00.9078467Z +2026-01-27T23:19:00.9078691Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.9079056Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.9079368Z +2026-01-27T23:19:00.9079585Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.9079843Z +2026-01-27T23:19:00.9080049Z +2026-01-27T23:19:00.9719751Z CMake Warning at tests/CMakeLists.txt:63 (add_executable): +2026-01-27T23:19:00.9720389Z Cannot generate a safe runtime search path for target +2026-01-27T23:19:00.9721831Z InventorBuilder_Tests_run because files in some directories may conflict +2026-01-27T23:19:00.9722144Z with libraries in implicit directories: +2026-01-27T23:19:00.9722380Z +2026-01-27T23:19:00.9722702Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.9723042Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.9723338Z +2026-01-27T23:19:00.9723563Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.9723810Z Call Stack (most recent call first): +2026-01-27T23:19:00.9724138Z tests/src/Base/CMakeLists.txt:34 (setup_qt_test) +2026-01-27T23:19:00.9724370Z +2026-01-27T23:19:00.9724584Z +2026-01-27T23:19:00.9894125Z CMake Warning at tests/src/Gui/CMakeLists.txt:4 (add_executable): +2026-01-27T23:19:00.9894789Z Cannot generate a safe runtime search path for target Gui_tests_run because +2026-01-27T23:19:00.9895551Z files in some directories may conflict with libraries in implicit +2026-01-27T23:19:00.9895955Z directories: +2026-01-27T23:19:00.9896192Z +2026-01-27T23:19:00.9896422Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.9896743Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.9897051Z +2026-01-27T23:19:00.9897433Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.9897688Z +2026-01-27T23:19:00.9897893Z +2026-01-27T23:19:00.9960439Z CMake Warning at tests/CMakeLists.txt:63 (add_executable): +2026-01-27T23:19:00.9961421Z Cannot generate a safe runtime search path for target +2026-01-27T23:19:00.9961764Z QuantitySpinBox_Tests_run because files in some directories may conflict +2026-01-27T23:19:00.9962033Z with libraries in implicit directories: +2026-01-27T23:19:00.9962265Z +2026-01-27T23:19:00.9962609Z runtime library [libGL.so.1] in /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/x86_64-conda-linux-gnu/sysroot/usr/lib may be hidden by files in: +2026-01-27T23:19:00.9962954Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/lib +2026-01-27T23:19:00.9963223Z +2026-01-27T23:19:00.9963447Z Some of these libraries may not be found correctly. +2026-01-27T23:19:00.9963691Z Call Stack (most recent call first): +2026-01-27T23:19:00.9963920Z tests/src/Gui/CMakeLists.txt:14 (setup_qt_test) +2026-01-27T23:19:00.9964225Z +2026-01-27T23:19:00.9964425Z +2026-01-27T23:19:01.1304270Z -- Generating done (3.0s) +2026-01-27T23:19:01.1330851Z -- Build files have been written to: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release +2026-01-27T23:19:02.9469722Z ⠁ ⠁ activating environment ⠁ activating environment ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment [1/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestApp.py +2026-01-27T23:19:02.9568941Z [2/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestGui.py +2026-01-27T23:19:02.9619564Z [3/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/BaseTests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/BaseTests.py +2026-01-27T23:19:02.9628251Z [4/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Document.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/Document.py +2026-01-27T23:19:02.9636904Z [5/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/GuiDocument.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/GuiDocument.py +2026-01-27T23:19:02.9644230Z [6/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/__init__.py +2026-01-27T23:19:02.9654916Z [7/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Metadata.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/Metadata.py +2026-01-27T23:19:02.9665869Z [8/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/StringHasher.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/StringHasher.py +2026-01-27T23:19:02.9677366Z [9/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Menu.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/Menu.py +2026-01-27T23:19:02.9687583Z [10/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/Init.py +2026-01-27T23:19:02.9732324Z [11/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/UnicodeTests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/UnicodeTests.py +2026-01-27T23:19:02.9867461Z [12/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Workbench.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/Workbench.py +2026-01-27T23:19:02.9908923Z [13/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/UnitTests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/UnitTests.py +2026-01-27T23:19:02.9991264Z [14/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestPythonSyntax.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestPythonSyntax.py +2026-01-27T23:19:03.0056659Z [15/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/unittestgui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/unittestgui.py +2026-01-27T23:19:03.0089530Z [16/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestPerf.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestPerf.py +2026-01-27T23:19:03.0098496Z [17/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/InitGui.py +2026-01-27T23:19:03.0106548Z [18/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/basic_metadata.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/basic_metadata.xml +2026-01-27T23:19:03.0134196Z [19/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/testmakeWireString.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/testmakeWireString.py +2026-01-27T23:19:03.0136187Z [20/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/bad_root_node.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/bad_root_node.xml +2026-01-27T23:19:03.0149219Z [21/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/bad_xml.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/bad_xml.xml +2026-01-27T23:19:03.0188445Z [22/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/bad_version.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/bad_version.xml +2026-01-27T23:19:03.0444405Z [23/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/content_items.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/content_items.xml +2026-01-27T23:19:03.0517407Z [24/6735] Automatic MOC and UIC for target libfastsignals +2026-01-27T23:19:03.0541416Z [25/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/TestData/DXFSample.dxf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/TestData/DXFSample.dxf +2026-01-27T23:19:03.0561847Z [26/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/lazy_loader/lazy_loader.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Ext/lazy_loader/lazy_loader.py +2026-01-27T23:19:03.0567102Z [27/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/lazy_loader/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Ext/lazy_loader/__init__.py +2026-01-27T23:19:03.0668145Z [28/6735] Generating Tux_rc.py +2026-01-27T23:19:03.0772837Z [29/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/__init__.py +2026-01-27T23:19:03.0796438Z [30/6735] Automatic MOC and UIC for target gtest +2026-01-27T23:19:03.0854188Z [31/6735] Automatic MOC and UIC for target E57Format +2026-01-27T23:19:03.0933117Z [32/6735] Automatic MOC and UIC for target OndselSolver +2026-01-27T23:19:03.0957583Z [33/6735] Generating Help_rc.py +2026-01-27T23:19:03.0965839Z [34/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/add_toolbar_button_dialog.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/add_toolbar_button_dialog.ui +2026-01-27T23:19:03.1172009Z [35/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Addon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Addon.py +2026-01-27T23:19:03.1233371Z [36/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonCatalog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonCatalog.py +2026-01-27T23:19:03.1454791Z [37/6735] Generating OpenSCAD_rc.py +2026-01-27T23:19:03.1892194Z [38/6735] Automatic MOC and UIC for target tsp_solver +2026-01-27T23:19:03.2353853Z [39/6735] Building CXX object src/3rdParty/FastSignals/libfastsignals/CMakeFiles/libfastsignals.dir/libfastsignals_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:03.2813440Z [40/6735] Building CXX object tests/lib/googletest/CMakeFiles/gtest.dir/gtest_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:03.2922130Z [41/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/E57Format_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:03.8246145Z [42/6735] Generating version_file +2026-01-27T23:19:03.8248380Z git +2026-01-27T23:19:03.8248740Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Build/Version.h.out written +2026-01-27T23:19:03.8416164Z [43/6735] Generating Draft_rc.py +2026-01-27T23:19:04.3366994Z [44/6735] Generating Arch_rc.py +2026-01-27T23:19:04.4270798Z [45/6735] Building CXX object src/3rdParty/FastSignals/libfastsignals/CMakeFiles/libfastsignals.dir/src/function_detail.cpp.o +2026-01-27T23:19:05.4622245Z [46/6735] Building CXX object src/3rdParty/FastSignals/libfastsignals/CMakeFiles/libfastsignals.dir/src/connection.cpp.o +2026-01-27T23:19:05.5136259Z [47/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorReader.cpp.o +2026-01-27T23:19:05.5140005Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:165:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5141626Z 165 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.5141895Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5143362Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:166:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5144817Z 166 | @throw ::ErrorReaderNotOpen +2026-01-27T23:19:05.5145162Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5145376Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:233:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5146889Z 233 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.5148279Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5148552Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:234:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5148835Z 234 | @throw ::ErrorReaderNotOpen +2026-01-27T23:19:05.5150292Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5150541Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:235:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5152208Z 235 | @throw ::ErrorPathUndefined +2026-01-27T23:19:05.5153578Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5153849Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:236:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5155306Z 236 | @throw ::ErrorBufferSizeMismatch +2026-01-27T23:19:05.5214413Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5215275Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:237:37: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5215841Z 237 | @throw ::ErrorBufferDuplicatePathName +2026-01-27T23:19:05.5216255Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5232990Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:272:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5233874Z 272 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:05.5234306Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5234665Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:273:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5235206Z 273 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.5235608Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5236021Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:274:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5236432Z 274 | @throw ::ErrorReaderNotOpen +2026-01-27T23:19:05.5236811Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5237202Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:275:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5237620Z 275 | @throw ::ErrorBadCVPacket +2026-01-27T23:19:05.5238008Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5238382Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:276:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5238784Z 276 | @throw ::ErrorSeekFailed +2026-01-27T23:19:05.5239188Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5239589Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:277:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5240066Z 277 | @throw ::ErrorReadFailed +2026-01-27T23:19:05.5240396Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5240935Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:278:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5241406Z 278 | @throw ::ErrorBadChecksum +2026-01-27T23:19:05.5241750Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5242150Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:311:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5242609Z 311 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.5242929Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5243712Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorReader.cpp:331:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.5244192Z 331 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.5244601Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.5244930Z 16 warnings generated. +2026-01-27T23:19:05.8345789Z [48/6735] Building CXX object src/3rdParty/FastSignals/libfastsignals/CMakeFiles/libfastsignals.dir/src/signal_impl.cpp.o +2026-01-27T23:19:05.8570080Z [49/6735] Linking CXX static library src/3rdParty/FastSignals/libfastsignals/liblibfastsignals.a +2026-01-27T23:19:05.8595110Z [50/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorWriter.cpp.o +2026-01-27T23:19:05.8595658Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:155:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8596013Z 155 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:05.8596232Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8596456Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:156:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8596745Z 156 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.8596953Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8597163Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:157:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8597456Z 157 | @throw ::ErrorWriterNotOpen +2026-01-27T23:19:05.8597662Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8597857Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:158:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8598118Z 158 | @throw ::ErrorPathUndefined +2026-01-27T23:19:05.8598317Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8598546Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:159:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8598808Z 159 | @throw ::ErrorNoBufferForElement +2026-01-27T23:19:05.8599019Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8599206Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:160:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8599486Z 160 | @throw ::ErrorBufferSizeMismatch +2026-01-27T23:19:05.8599689Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8599888Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:161:37: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8600155Z 161 | @throw ::ErrorBufferDuplicatePathName +2026-01-27T23:19:05.8600368Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8600751Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:221:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8601030Z 221 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:05.8601226Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8601426Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:222:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8601689Z 222 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.8601911Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8602104Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:223:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8602377Z 223 | @throw ::ErrorWriterNotOpen +2026-01-27T23:19:05.8602563Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8602762Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:224:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8603026Z 224 | @throw ::ErrorPathUndefined +2026-01-27T23:19:05.8603219Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8603420Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:225:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8603681Z 225 | @throw ::ErrorNoBufferForElement +2026-01-27T23:19:05.8603903Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8604088Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:226:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8604333Z 226 | @throw ::ErrorBufferSizeMismatch +2026-01-27T23:19:05.8604535Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8604721Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:227:37: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8604997Z 227 | @throw ::ErrorBufferDuplicatePathName +2026-01-27T23:19:05.8605210Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8605579Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:272:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8605873Z 272 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.8606100Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8606303Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:291:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8606551Z 291 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.8606744Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8606949Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorWriter.cpp:308:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:05.8607241Z 308 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:05.8607448Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:05.8607629Z 17 warnings generated. +2026-01-27T23:19:06.0611862Z [51/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/Common.cpp.o +2026-01-27T23:19:06.2536624Z [52/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CheckedFile.cpp.o +2026-01-27T23:19:06.3314024Z [53/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/FloatNode.cpp.o +2026-01-27T23:19:06.3315234Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:144:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3315971Z 144 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.3316111Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3316345Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:145:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3316507Z 145 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.3316621Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3316725Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:146:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3316866Z 146 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:06.3316968Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3317096Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:147:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3317235Z 147 | @throw ::ErrorValueOutOfBounds +2026-01-27T23:19:06.3317849Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3317999Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:225:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3318377Z 225 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.3318503Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3318607Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:244:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3318743Z 244 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.3318847Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3319101Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:266:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3319240Z 266 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.3319347Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3319475Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:288:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3320097Z 288 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.3320810Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3321223Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/FloatNode.cpp:343:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.3321806Z 343 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:06.3322389Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.3322678Z 9 warnings generated. +2026-01-27T23:19:06.3572779Z [54/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/DecodeChannel.cpp.o +2026-01-27T23:19:06.3977346Z [55/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/BlobNodeImpl.cpp.o +2026-01-27T23:19:06.4219520Z [56/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorNode.cpp.o +2026-01-27T23:19:06.4222072Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:200:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4222913Z 200 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4223152Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4223579Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:201:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4223870Z 201 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:06.4224173Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4224574Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:202:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4224826Z 202 | @throw ::ErrorBadPrototype +2026-01-27T23:19:06.4225168Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4225379Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:203:23: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4225720Z 203 | @throw ::ErrorBadCodecs +2026-01-27T23:19:06.4226248Z | ~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4226519Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:204:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4227104Z 204 | @throw ::ErrorAlreadyHasParent +2026-01-27T23:19:06.4227372Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4228689Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:205:36: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4228987Z 205 | @throw ::ErrorDifferentDestImageFile +2026-01-27T23:19:06.4230451Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4230782Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:278:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4232280Z 278 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4232495Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4233919Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:296:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4235293Z 296 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4235511Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4237073Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:316:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4237374Z 316 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4238774Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4239004Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:375:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4240790Z 375 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:06.4242169Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4242372Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:425:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4243921Z 425 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.4244145Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4245619Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:426:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4245919Z 426 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4247354Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4247626Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:427:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4249076Z 427 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:06.4250740Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4251016Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:428:22: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4252630Z 428 | @throw ::ErrorSetTwice +2026-01-27T23:19:06.4252855Z | ~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4254347Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:429:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4255902Z 429 | @throw ::ErrorTooManyWriters +2026-01-27T23:19:06.4256149Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4259158Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:430:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4259563Z 430 | @throw ::ErrorTooManyReaders +2026-01-27T23:19:06.4261187Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4261433Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:431:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4263129Z 431 | @throw ::ErrorNodeUnattached +2026-01-27T23:19:06.4263385Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4263660Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:432:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4264039Z 432 | @throw ::ErrorPathUndefined +2026-01-27T23:19:06.4266919Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4267252Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:433:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4267551Z 433 | @throw ::ErrorBufferSizeMismatch +2026-01-27T23:19:06.4267871Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4268102Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:434:37: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4268509Z 434 | @throw ::ErrorBufferDuplicatePathName +2026-01-27T23:19:06.4268772Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4268989Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:435:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4269363Z 435 | @throw ::ErrorNoBufferForElement +2026-01-27T23:19:06.4269586Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4269812Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:464:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4270139Z 464 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.4277955Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4278374Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:465:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4278676Z 465 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.4278995Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4279210Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:466:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4279581Z 466 | @throw ::ErrorTooManyWriters +2026-01-27T23:19:06.4279800Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4280050Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:467:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4280453Z 467 | @throw ::ErrorNodeUnattached +2026-01-27T23:19:06.4280823Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4281141Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:468:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4281415Z 468 | @throw ::ErrorPathUndefined +2026-01-27T23:19:06.4281760Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4281969Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:469:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4282304Z 469 | @throw ::ErrorBufferSizeMismatch +2026-01-27T23:19:06.4282619Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4282830Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:470:37: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4283181Z 470 | @throw ::ErrorBufferDuplicatePathName +2026-01-27T23:19:06.4283392Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4283662Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/CompressedVectorNode.cpp:471:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.4283986Z 471 | @throw ::ErrorBadCVHeader +2026-01-27T23:19:06.4284175Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.4284437Z 29 warnings generated. +2026-01-27T23:19:06.6226305Z [57/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/BlobNode.cpp.o +2026-01-27T23:19:06.6230474Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:129:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6231308Z 129 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.6231599Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6232082Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:130:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6232389Z 130 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.6232965Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6233197Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:131:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6233782Z 131 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:06.6234006Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6234514Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:203:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6234847Z 203 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.6236244Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6236589Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:236:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6237117Z 236 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.6237456Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6238941Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:237:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6239347Z 237 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.6242351Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6242604Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:238:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6244189Z 238 | @throw ::ErrorSeekFailed +2026-01-27T23:19:06.6244437Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6245941Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:239:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6247427Z 239 | @throw ::ErrorReadFailed +2026-01-27T23:19:06.6247782Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6248746Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:240:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6249326Z 240 | @throw ::ErrorBadChecksum +2026-01-27T23:19:06.6249604Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6250092Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:279:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6250796Z 279 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:06.6251056Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6251632Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:280:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6251923Z 280 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:06.6253295Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6253657Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:281:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6255091Z 281 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:06.6256698Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6256964Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:282:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6258635Z 282 | @throw ::ErrorNodeUnattached +2026-01-27T23:19:06.6260017Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6260303Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:283:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6261939Z 283 | @throw ::ErrorSeekFailed +2026-01-27T23:19:06.6262179Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6263672Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:284:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6263985Z 284 | @throw ::ErrorReadFailed +2026-01-27T23:19:06.6265412Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6265660Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:285:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6267303Z 285 | @throw ::ErrorWriteFailed +2026-01-27T23:19:06.6268784Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6269038Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:286:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6272589Z 286 | @throw ::ErrorBadChecksum +2026-01-27T23:19:06.6272840Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6273145Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/BlobNode.cpp:343:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:06.6273464Z 343 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:06.6273672Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:06.6273954Z 18 warnings generated. +2026-01-27T23:19:06.6278707Z [58/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorNodeImpl.cpp.o +2026-01-27T23:19:06.6321558Z [59/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorReaderImpl.cpp.o +2026-01-27T23:19:06.6438899Z [60/6735] Automatic MOC and UIC for target FreeCADBase +2026-01-27T23:19:06.6556469Z [61/6735] Generating Resources/translations/Base_be.qm +2026-01-27T23:19:06.6558140Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_be.qm'... +2026-01-27T23:19:06.6558480Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.6654448Z [62/6735] Generating Resources/translations/Base_ca.qm +2026-01-27T23:19:06.6657579Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ca.qm'... +2026-01-27T23:19:06.6657965Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.6752142Z [63/6735] Generating Resources/translations/Base_cs.qm +2026-01-27T23:19:06.6812726Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_cs.qm'... +2026-01-27T23:19:06.6813479Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.6852465Z [64/6735] Generating Resources/translations/Base_da.qm +2026-01-27T23:19:06.6853825Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_da.qm'... +2026-01-27T23:19:06.6854630Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.6966878Z [65/6735] Generating Resources/translations/Base_de.qm +2026-01-27T23:19:06.6968170Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_de.qm'... +2026-01-27T23:19:06.6968765Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7065875Z [66/6735] Generating Resources/translations/Base_el.qm +2026-01-27T23:19:06.7068101Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_el.qm'... +2026-01-27T23:19:06.7068478Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7181967Z [67/6735] Generating Resources/translations/Base_es-AR.qm +2026-01-27T23:19:06.7183485Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_es-AR.qm'... +2026-01-27T23:19:06.7183843Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7282150Z [68/6735] Generating Resources/translations/Base_es-ES.qm +2026-01-27T23:19:06.7283695Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_es-ES.qm'... +2026-01-27T23:19:06.7285136Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7398881Z [69/6735] Generating Resources/translations/Base_eu.qm +2026-01-27T23:19:06.7400296Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_eu.qm'... +2026-01-27T23:19:06.7400844Z Generated 10 translation(s) (7 finished and 3 unfinished) +2026-01-27T23:19:06.7499687Z [70/6735] Generating Resources/translations/Base_fi.qm +2026-01-27T23:19:06.7502594Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_fi.qm'... +2026-01-27T23:19:06.7503193Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7624725Z [71/6735] Generating Resources/translations/Base_fr.qm +2026-01-27T23:19:06.7626798Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_fr.qm'... +2026-01-27T23:19:06.7627317Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7741580Z [72/6735] Generating Resources/translations/Base_gl.qm +2026-01-27T23:19:06.7742269Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_gl.qm'... +2026-01-27T23:19:06.7742704Z Generated 11 translation(s) (0 finished and 11 unfinished) +2026-01-27T23:19:06.7840788Z [73/6735] Generating Resources/translations/Base_hr.qm +2026-01-27T23:19:06.7841287Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_hr.qm'... +2026-01-27T23:19:06.7841641Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.7959523Z [74/6735] Generating Resources/translations/Base_hu.qm +2026-01-27T23:19:06.7960226Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_hu.qm'... +2026-01-27T23:19:06.7960415Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.8071770Z [75/6735] Generating Resources/translations/Base_id.qm +2026-01-27T23:19:06.8072359Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_id.qm'... +2026-01-27T23:19:06.8072548Z Generated 11 translation(s) (7 finished and 4 unfinished) +2026-01-27T23:19:06.8194305Z [76/6735] Generating Resources/translations/Base_it.qm +2026-01-27T23:19:06.8196404Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_it.qm'... +2026-01-27T23:19:06.8196891Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.8311649Z [77/6735] Generating Resources/translations/Base_ja.qm +2026-01-27T23:19:06.8313995Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ja.qm'... +2026-01-27T23:19:06.8314358Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.8428558Z [78/6735] Generating Resources/translations/Base_ka.qm +2026-01-27T23:19:06.8429333Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ka.qm'... +2026-01-27T23:19:06.8429756Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.8533802Z [79/6735] Generating Resources/translations/Base_ko.qm +2026-01-27T23:19:06.8536169Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ko.qm'... +2026-01-27T23:19:06.8536879Z Generated 10 translation(s) (7 finished and 3 unfinished) +2026-01-27T23:19:06.8650831Z [80/6735] Generating Resources/translations/Base_lt.qm +2026-01-27T23:19:06.8653521Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_lt.qm'... +2026-01-27T23:19:06.8654270Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:06.8771506Z [81/6735] Generating Resources/translations/Base_ms.qm +2026-01-27T23:19:06.8773065Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ms.qm'... +2026-01-27T23:19:06.8773515Z Generated 10 translation(s) (0 finished and 10 unfinished) +2026-01-27T23:19:06.8868179Z [82/6735] Generating Resources/translations/Base_nl.qm +2026-01-27T23:19:06.8870711Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_nl.qm'... +2026-01-27T23:19:06.8871381Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.8987008Z [83/6735] Generating Resources/translations/Base_pl.qm +2026-01-27T23:19:06.8988425Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_pl.qm'... +2026-01-27T23:19:06.8988784Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9085353Z [84/6735] Generating Resources/translations/Base_pt-BR.qm +2026-01-27T23:19:06.9086904Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_pt-BR.qm'... +2026-01-27T23:19:06.9087449Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9189529Z [85/6735] Generating Resources/translations/Base_pt-PT.qm +2026-01-27T23:19:06.9192059Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_pt-PT.qm'... +2026-01-27T23:19:06.9192904Z Generated 10 translation(s) (5 finished and 5 unfinished) +2026-01-27T23:19:06.9305856Z [86/6735] Generating Resources/translations/Base_ro.qm +2026-01-27T23:19:06.9306508Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ro.qm'... +2026-01-27T23:19:06.9306883Z Generated 10 translation(s) (9 finished and 1 unfinished) +2026-01-27T23:19:06.9419743Z [87/6735] Generating Resources/translations/Base_ru.qm +2026-01-27T23:19:06.9420338Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_ru.qm'... +2026-01-27T23:19:06.9420869Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9520174Z [88/6735] Generating Resources/translations/Base_sl.qm +2026-01-27T23:19:06.9522919Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_sl.qm'... +2026-01-27T23:19:06.9523295Z Generated 10 translation(s) (9 finished and 1 unfinished) +2026-01-27T23:19:06.9636841Z [89/6735] Generating Resources/translations/Base_sr-CS.qm +2026-01-27T23:19:06.9638129Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_sr-CS.qm'... +2026-01-27T23:19:06.9638488Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9743543Z [90/6735] Generating Resources/translations/Base_sr.qm +2026-01-27T23:19:06.9745689Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_sr.qm'... +2026-01-27T23:19:06.9746136Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9860426Z [91/6735] Generating Resources/translations/Base_sv-SE.qm +2026-01-27T23:19:06.9862054Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_sv-SE.qm'... +2026-01-27T23:19:06.9862431Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:06.9968268Z [92/6735] Generating Resources/translations/Base_tr.qm +2026-01-27T23:19:06.9970540Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_tr.qm'... +2026-01-27T23:19:06.9971043Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:07.0122107Z [93/6735] Generating Resources/translations/Base_uk.qm +2026-01-27T23:19:07.0122918Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_uk.qm'... +2026-01-27T23:19:07.0123300Z Generated 10 translation(s) (9 finished and 1 unfinished) +2026-01-27T23:19:07.0187531Z [94/6735] Generating Resources/translations/Base_val-ES.qm +2026-01-27T23:19:07.0188857Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_val-ES.qm'... +2026-01-27T23:19:07.0189425Z Generated 11 translation(s) (0 finished and 11 unfinished) +2026-01-27T23:19:07.0288099Z [95/6735] Generating Resources/translations/Base_zh-CN.qm +2026-01-27T23:19:07.0290834Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_zh-CN.qm'... +2026-01-27T23:19:07.0291488Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:07.0405643Z [96/6735] Generating Resources/translations/Base_zh-TW.qm +2026-01-27T23:19:07.0406965Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Base/Resources/translations/Base_zh-TW.qm'... +2026-01-27T23:19:07.0407501Z Generated 10 translation(s) (10 finished and 0 unfinished) +2026-01-27T23:19:07.0670306Z [97/6735] Building files out of Parameter.xsd +2026-01-27T23:19:07.2064147Z [98/6735] Building AxisPy.h/.cpp out of Axis.pyi +2026-01-27T23:19:07.2856296Z [99/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/ImageFile.cpp.o +2026-01-27T23:19:07.2858780Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:268:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2859252Z 268 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2859509Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2859763Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:269:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2860009Z 269 | @throw ::ErrorOpenFailed +2026-01-27T23:19:07.2860293Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2860473Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:270:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2860977Z 270 | @throw ::ErrorSeekFailed +2026-01-27T23:19:07.2861177Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2861451Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:271:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2861711Z 271 | @throw ::ErrorReadFailed +2026-01-27T23:19:07.2861894Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2864482Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:272:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2864802Z 272 | @throw ::ErrorWriteFailed +2026-01-27T23:19:07.2868670Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2868892Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:273:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2869454Z 273 | @throw ::ErrorBadChecksum +2026-01-27T23:19:07.2869676Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2870990Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:274:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2871386Z 274 | @throw ::ErrorBadFileSignature +2026-01-27T23:19:07.2872693Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2873036Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:275:32: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2875405Z 275 | @throw ::ErrorUnknownFileVersion +2026-01-27T23:19:07.2875718Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2876131Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:276:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2876401Z 276 | @throw ::ErrorBadFileLength +2026-01-27T23:19:07.2878973Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2879327Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:277:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2881829Z 277 | @throw ::ErrorXMLParserInit +2026-01-27T23:19:07.2883375Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2883682Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:278:23: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2885150Z 278 | @throw ::ErrorXMLParser +2026-01-27T23:19:07.2886388Z | ~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2886724Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:279:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2888147Z 279 | @throw ::ErrorBadXMLFormat +2026-01-27T23:19:07.2888503Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2889823Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:280:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2890209Z 280 | @throw ::ErrorBadConfiguration +2026-01-27T23:19:07.2893881Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2894166Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:310:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2895766Z 310 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2895990Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2932265Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:342:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2932604Z 342 | @throw ::ErrorSeekFailed +2026-01-27T23:19:07.2932889Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2933115Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:343:24: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2933380Z 343 | @throw ::ErrorReadFailed +2026-01-27T23:19:07.2933622Z | ~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2933813Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:344:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2934163Z 344 | @throw ::ErrorWriteFailed +2026-01-27T23:19:07.2934365Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2934638Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:345:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2934967Z 345 | @throw ::ErrorCloseFailed +2026-01-27T23:19:07.2935166Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2935481Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:346:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2935718Z 346 | @throw ::ErrorBadChecksum +2026-01-27T23:19:07.2935966Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2936192Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:435:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2936573Z 435 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2936782Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2937578Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:457:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2937918Z 457 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2938143Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2938418Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:499:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2938674Z 499 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2938935Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2939189Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:500:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2939598Z 500 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2939859Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2940047Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:501:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2940385Z 501 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:07.2940714Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2941004Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:502:38: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2941326Z 502 | @throw ::ErrorDuplicateNamespacePrefix +2026-01-27T23:19:07.2941563Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2941820Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:503:35: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2942066Z 503 | @throw ::ErrorDuplicateNamespaceURI +2026-01-27T23:19:07.2942339Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2942561Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:527:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2942936Z 527 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2943151Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2943343Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:528:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2943715Z 528 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2943921Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2944266Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:557:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2944619Z 557 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2944895Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2945105Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:558:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2945348Z 558 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2945698Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2945957Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:587:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2946262Z 587 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2946471Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2946717Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:588:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2946988Z 588 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2947197Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2947471Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:609:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2947774Z 609 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2948018Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2948209Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:635:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2948481Z 635 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2948682Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2948880Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:636:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2949157Z 636 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2949357Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2949807Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:662:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2950152Z 662 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:07.2950361Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2950550Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:663:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2950958Z 663 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:07.2951267Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2951469Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ImageFile.cpp:707:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:07.2951811Z 707 | @throw ::ErrorBadPathName +2026-01-27T23:19:07.2952010Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:07.2952284Z 38 warnings generated. +2026-01-27T23:19:07.3341239Z [100/6735] Building BaseClassPy.h/.cpp out of BaseClass.pyi +2026-01-27T23:19:07.4387886Z [101/6735] Building BoundBoxPy.h/.cpp out of BoundBox.pyi +2026-01-27T23:19:07.4765328Z [102/6735] Building CoordinateSystemPy.h/.cpp out of CoordinateSystem.pyi +2026-01-27T23:19:07.6033518Z [103/6735] Building PersistencePy.h/.cpp out of Persistence.pyi +2026-01-27T23:19:07.6435871Z [104/6735] Building MatrixPy.h/.cpp out of Matrix.pyi +2026-01-27T23:19:07.7642148Z [105/6735] Building PlacementPy.h/.cpp out of Placement.pyi +2026-01-27T23:19:07.8028743Z [106/6735] Building RotationPy.h/.cpp out of Rotation.pyi +2026-01-27T23:19:07.8870241Z [107/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/Decoder.cpp.o +2026-01-27T23:19:07.9403307Z [108/6735] Building QuantityPy.h/.cpp out of Quantity.pyi +2026-01-27T23:19:07.9415063Z [109/6735] Building VectorPy.h/.cpp out of Vector.pyi +2026-01-27T23:19:08.0347368Z [110/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/FloatNodeImpl.cpp.o +2026-01-27T23:19:08.0372073Z [111/6735] Building TypePy.h/.cpp out of Type.pyi +2026-01-27T23:19:08.0502100Z [112/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/Node.cpp.o +2026-01-27T23:19:08.0503308Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/Node.cpp:375:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.0503663Z 375 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.0503802Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.0503922Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/Node.cpp:410:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.0504068Z 410 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.0504175Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.0504358Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/Node.cpp:444:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.0504516Z 444 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.0504622Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.0504722Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/Node.cpp:476:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.0504862Z 476 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.0505341Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.0505826Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/Node.cpp:527:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.0506396Z 527 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.0506949Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.0507307Z 5 warnings generated. +2026-01-27T23:19:08.0573259Z [113/6735] Generating qrc_Base_translation.cpp +2026-01-27T23:19:08.0686984Z [114/6735] Building UnitPy.h/.cpp out of Unit.pyi +2026-01-27T23:19:08.0802667Z [115/6735] Building PrecisionPy.h/.cpp out of Precision.pyi +2026-01-27T23:19:08.1859537Z [116/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/FreeCADBase_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:08.3132103Z [117/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/CompressedVectorWriterImpl.cpp.o +2026-01-27T23:19:08.3494543Z [118/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/SectionHeaders.cpp.o +2026-01-27T23:19:08.4599660Z [119/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/IntegerNode.cpp.o +2026-01-27T23:19:08.4612358Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:137:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4612643Z 137 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:08.4612860Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4614134Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:138:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4614445Z 138 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.4615798Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4616065Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:139:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4617436Z 139 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:08.4617678Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4619091Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:140:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4619453Z 140 | @throw ::ErrorValueOutOfBounds +2026-01-27T23:19:08.4622404Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4622692Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:214:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4624113Z 214 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.4624411Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4625754Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:232:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4626138Z 232 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.4627494Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4627739Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:250:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4627980Z 250 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:08.4629410Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4629607Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/IntegerNode.cpp:306:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:08.4631160Z 306 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:08.4631377Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:08.4632752Z 8 warnings generated. +2026-01-27T23:19:08.5574661Z [120/6735] Building C object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/PyCXX/CXX/cxxextensions.c.o +2026-01-27T23:19:08.8349244Z [121/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/IntegerNodeImpl.cpp.o +2026-01-27T23:19:09.1828159Z [122/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/qrc_Base_translation.cpp.o +2026-01-27T23:19:09.2849194Z [123/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/ScaledIntegerNode.cpp.o +2026-01-27T23:19:09.2852001Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:142:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2853152Z 142 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:09.2853691Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2853947Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:143:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2854280Z 143 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2854794Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2855010Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:144:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2855663Z 144 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:09.2855905Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2856382Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:145:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2857959Z 145 | @throw ::ErrorValueOutOfBounds +2026-01-27T23:19:09.2858257Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2858474Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:204:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2860040Z 204 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:09.2862268Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2862562Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:205:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2864047Z 205 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2864297Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2865698Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:206:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2866097Z 206 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:09.2867511Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2867758Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:207:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2870221Z 207 | @throw ::ErrorValueOutOfBounds +2026-01-27T23:19:09.2870484Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2872000Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:283:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2872319Z 283 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2874251Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2874493Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:301:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2875968Z 301 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2876250Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2877682Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:319:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2878016Z 319 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2879402Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2881215Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:337:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2881561Z 337 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2882948Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2883184Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:355:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2884638Z 355 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2884912Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2886407Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:373:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2886735Z 373 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2888125Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2888375Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:391:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2889873Z 391 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2890118Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2891566Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:409:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2891897Z 409 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:09.2893302Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2893573Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/ScaledIntegerNode.cpp:466:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:09.2895034Z 466 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:09.2895285Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:09.2895490Z 17 warnings generated. +2026-01-27T23:19:09.3269105Z [124/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/Encoder.cpp.o +2026-01-27T23:19:09.5145413Z [125/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/PyCXX/CXX/IndirectPythonInterface.cxx.o +2026-01-27T23:19:09.5158345Z [126/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/StringFunctions.cpp.o +2026-01-27T23:19:09.5182997Z [127/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/Packet.cpp.o +2026-01-27T23:19:09.6852337Z [128/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/NodeImpl.cpp.o +2026-01-27T23:19:09.8832976Z [129/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/ScaledIntegerNodeImpl.cpp.o +2026-01-27T23:19:09.9830828Z [130/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/ImageFileImpl.cpp.o +2026-01-27T23:19:10.0191393Z [131/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/SourceDestBuffer.cpp.o +2026-01-27T23:19:10.0193159Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:152:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0193766Z 152 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:10.0193974Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0194095Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:153:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0194286Z 153 | @throw ::ErrorBadPathName +2026-01-27T23:19:10.0194586Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0194738Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:154:23: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0194899Z 154 | @throw ::ErrorBadBuffer +2026-01-27T23:19:10.0195031Z | ~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0195290Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:155:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0195447Z 155 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:10.0196153Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0196306Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:290:28: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0196455Z 290 | @throw ::ErrorBadAPIArgument +2026-01-27T23:19:10.0196566Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0196678Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:291:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0197003Z 291 | @throw ::ErrorBadPathName +2026-01-27T23:19:10.0197118Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0197238Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:292:23: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0197386Z 292 | @throw ::ErrorBadBuffer +2026-01-27T23:19:10.0197650Z | ~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0197777Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:293:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0198163Z 293 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:10.0198703Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0199232Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/SourceDestBuffer.cpp:400:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.0199693Z 400 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:10.0200200Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.0200555Z 9 warnings generated. +2026-01-27T23:19:10.4442093Z [132/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/StringNode.cpp.o +2026-01-27T23:19:10.4444660Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StringNode.cpp:106:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.4445316Z 106 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:10.4445565Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.4445844Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StringNode.cpp:107:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.4446356Z 107 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:10.4446549Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.4446952Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StringNode.cpp:180:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.4447218Z 180 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:10.4447434Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.4447823Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StringNode.cpp:235:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:10.4448079Z 235 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:10.4449607Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:10.4449888Z 4 warnings generated. +2026-01-27T23:19:10.4597172Z [133/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Base64.cpp.o +2026-01-27T23:19:10.5542859Z [134/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Axis.cpp.o +2026-01-27T23:19:10.6675551Z [135/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/SourceDestBufferImpl.cpp.o +2026-01-27T23:19:10.7551065Z [136/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/PyCXX/CXX/cxxsupport.cxx.o +2026-01-27T23:19:11.3774772Z [137/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/PyCXX/CXX/cxx_exceptions.cxx.o +2026-01-27T23:19:11.5002271Z [138/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/DualQuaternion.cpp.o +2026-01-27T23:19:11.5303694Z [139/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BindingManager.cpp.o +2026-01-27T23:19:12.5105650Z [140/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/PyCXX/CXX/cxx_extensions.cxx.o +2026-01-27T23:19:12.5583982Z [141/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Color.cpp.o +2026-01-27T23:19:12.6572446Z [142/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BaseClass.cpp.o +2026-01-27T23:19:12.7463367Z [143/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/CoordinateSystem.cpp.o +2026-01-27T23:19:13.8342387Z [144/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/ReaderImpl.cpp.o +2026-01-27T23:19:14.1897811Z [145/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ExceptionFactory.cpp.o +2026-01-27T23:19:14.2287672Z [146/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BaseClassPyImp.cpp.o +2026-01-27T23:19:14.3255054Z [147/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Handle.cpp.o +2026-01-27T23:19:14.5696859Z [148/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/AxisPyImp.cpp.o +2026-01-27T23:19:15.6295884Z [149/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/BoundBoxPyImp.cpp.o +2026-01-27T23:19:16.1558455Z [150/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/CoordinateSystemPyImp.cpp.o +2026-01-27T23:19:16.3514498Z [151/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Factory.cpp.o +2026-01-27T23:19:16.9309946Z [152/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Matrix.cpp.o +2026-01-27T23:19:17.1824553Z [153/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/InputSource.cpp.o +2026-01-27T23:19:17.2229585Z [154/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/GeometryPyCXX.cpp.o +2026-01-27T23:19:17.6798816Z [155/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/FileInfo.cpp.o +2026-01-27T23:19:18.6168771Z [156/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/FutureWatcherProgress.cpp.o +2026-01-27T23:19:18.6999168Z [157/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ProgressIndicator.cpp.o +2026-01-27T23:19:18.8567896Z [158/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Placement.cpp.o +2026-01-27T23:19:18.9012342Z [159/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ConsoleObserver.cpp.o +2026-01-27T23:19:19.6399092Z [160/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Builder3D.cpp.o +2026-01-27T23:19:19.7197490Z [161/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PyExport.cpp.o +2026-01-27T23:19:20.4566326Z [162/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Debugger.cpp.o +2026-01-27T23:19:21.5250336Z [163/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Exception.cpp.o +2026-01-27T23:19:21.5922086Z [164/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/MatrixPyImp.cpp.o +2026-01-27T23:19:22.0415597Z [165/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Persistence.cpp.o +2026-01-27T23:19:22.2366651Z [166/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PythonTypeExt.cpp.o +2026-01-27T23:19:22.3589840Z [167/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ProgressIndicatorPy.cpp.o +2026-01-27T23:19:22.9686377Z [168/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Sequencer.cpp.o +2026-01-27T23:19:23.0252761Z [169/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PrecisionPyImp.cpp.o +2026-01-27T23:19:23.0636742Z [170/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Swap.cpp.o +2026-01-27T23:19:23.5929188Z [171/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Console.cpp.o +2026-01-27T23:19:23.6693387Z [172/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PlacementPyImp.cpp.o +2026-01-27T23:19:23.6964378Z [173/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ServiceProvider.cpp.o +2026-01-27T23:19:24.0087763Z [174/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Observer.cpp.o +2026-01-27T23:19:24.0664357Z [175/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PyObjectBase.cpp.o +2026-01-27T23:19:24.2364342Z [176/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Rotation.cpp.o +2026-01-27T23:19:24.6815993Z [177/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/PersistencePyImp.cpp.o +2026-01-27T23:19:25.2049475Z [178/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Tools2D.cpp.o +2026-01-27T23:19:25.5286363Z [179/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/SmartPtrPy.cpp.o +2026-01-27T23:19:26.0866380Z [180/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Tools3D.cpp.o +2026-01-27T23:19:26.2166798Z [181/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/swigpyrun.cpp.o +2026-01-27T23:19:26.6133176Z [182/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ParameterPy.cpp.o +2026-01-27T23:19:26.9743491Z [183/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UniqueNameManager.cpp.o +2026-01-27T23:19:27.4073820Z [184/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ViewProj.cpp.o +2026-01-27T23:19:27.5809211Z [185/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Vector3D.cpp.o +2026-01-27T23:19:28.0972044Z [186/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/RotationPyImp.cpp.o +2026-01-27T23:19:28.6532815Z [187/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Type.cpp.o +2026-01-27T23:19:29.2856813Z [188/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/ZipHeader.cpp.o +2026-01-27T23:19:29.3727908Z [189/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/XMLTools.cpp.o +2026-01-27T23:19:29.8718180Z [190/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/TypePyImp.cpp.o +2026-01-27T23:19:30.7089452Z [191/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Uuid.cpp.o +2026-01-27T23:19:30.9718528Z [192/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/VectorPyImp.cpp.o +2026-01-27T23:19:31.3372958Z [193/6735] Building C object src/Base/CMakeFiles/FreeCADBase.dir/PyTools.c.o +2026-01-27T23:19:32.1113910Z [194/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Stream.cpp.o +2026-01-27T23:19:32.8316077Z [195/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Parameter.cpp.o +2026-01-27T23:19:32.8457704Z [196/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Translate.cpp.o +2026-01-27T23:19:33.0864221Z [197/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/collcoll.cpp.o +2026-01-27T23:19:33.2248575Z [198/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Tools.cpp.o +2026-01-27T23:19:33.2736826Z [199/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Writer.cpp.o +2026-01-27T23:19:34.0763624Z [200/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/fcollexceptions.cpp.o +2026-01-27T23:19:34.1258606Z [201/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/deflateoutputstreambuf.cpp.o +2026-01-27T23:19:34.3140410Z [202/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/filterinputstreambuf.cpp.o +2026-01-27T23:19:34.3954345Z [203/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/filepath.cpp.o +2026-01-27T23:19:34.6103330Z [204/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Interpreter.cpp.o +2026-01-27T23:19:34.7000785Z [205/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/fileentry.cpp.o +2026-01-27T23:19:34.7200018Z [206/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/fcoll.cpp.o +2026-01-27T23:19:35.1967312Z [207/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/filteroutputstreambuf.cpp.o +2026-01-27T23:19:35.2146568Z [208/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Unit.cpp.o +2026-01-27T23:19:35.5075510Z [209/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Reader.cpp.o +2026-01-27T23:19:35.9453449Z [210/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/gzipoutputstream.cpp.o +2026-01-27T23:19:35.9712080Z [211/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/gzipoutputstreambuf.cpp.o +2026-01-27T23:19:36.1598874Z [212/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/QuantityPyImp.cpp.o +2026-01-27T23:19:36.2107917Z [213/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipheadio.cpp.o +2026-01-27T23:19:36.2779657Z [214/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/inflateinputstreambuf.cpp.o +2026-01-27T23:19:36.4303243Z [215/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/ziphead.cpp.o +2026-01-27T23:19:36.4655296Z [216/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitPyImp.cpp.o +2026-01-27T23:19:36.6080472Z [217/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipinputstream.cpp.o +2026-01-27T23:19:37.0576105Z [218/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipfile.cpp.o +2026-01-27T23:19:37.2860368Z [219/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipinputstreambuf.cpp.o +2026-01-27T23:19:37.5153358Z [220/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitsApiPy.cpp.o +2026-01-27T23:19:37.6903914Z [221/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57Exception.cpp.o +2026-01-27T23:19:37.8182403Z [222/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipoutputstreambuf.cpp.o +2026-01-27T23:19:37.8810014Z [223/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/__/3rdParty/zipios++/zipoutputstream.cpp.o +2026-01-27T23:19:37.9869754Z [224/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/OndselSolver_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:38.3204028Z [225/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/VectorNodeImpl.cpp.o +2026-01-27T23:19:38.6717500Z [226/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57Version.cpp.o +2026-01-27T23:19:38.7321082Z [227/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/StructureNodeImpl.cpp.o +2026-01-27T23:19:38.7695051Z [228/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/StringNodeImpl.cpp.o +2026-01-27T23:19:38.8750536Z [229/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/StructureNode.cpp.o +2026-01-27T23:19:38.8753000Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:130:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8753443Z 130 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8753664Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8753870Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:202:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8754165Z 202 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8754405Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8754629Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:228:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8754902Z 228 | @throw ::ErrorBadPathName +2026-01-27T23:19:38.8755119Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8755331Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:229:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8755591Z 229 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8758039Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8760207Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:254:35: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8760614Z 254 | @throw ::ErrorChildIndexOutOfBounds +2026-01-27T23:19:38.8761015Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8761215Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:255:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8761489Z 255 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8761695Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8761913Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:281:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8762175Z 281 | @throw ::ErrorBadPathName +2026-01-27T23:19:38.8762377Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8762594Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:282:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8762843Z 282 | @throw ::ErrorPathUndefined +2026-01-27T23:19:38.8763057Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8763262Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:283:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8763513Z 283 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8763707Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8763905Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:324:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8764189Z 324 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.8764386Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8764579Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:325:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8764835Z 325 | @throw ::ErrorBadPathName +2026-01-27T23:19:38.8765046Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8765241Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:326:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8765513Z 326 | @throw ::ErrorPathUndefined +2026-01-27T23:19:38.8765718Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8765919Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:327:22: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8766185Z 327 | @throw ::ErrorSetTwice +2026-01-27T23:19:38.8766376Z | ~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8766566Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:328:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8766811Z 328 | @throw ::ErrorAlreadyHasParent +2026-01-27T23:19:38.8767003Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8767222Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:329:36: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8767504Z 329 | @throw ::ErrorDifferentDestImageFile +2026-01-27T23:19:38.8767702Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8768103Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:330:34: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8768421Z 330 | @throw ::ErrorHomogeneousViolation +2026-01-27T23:19:38.8768632Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8768877Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:331:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8769135Z 331 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:38.8812736Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8813430Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/StructureNode.cpp:389:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.8813782Z 389 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:38.8813991Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.8814200Z 18 warnings generated. +2026-01-27T23:19:38.9826248Z [230/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/VectorNode.cpp.o +2026-01-27T23:19:38.9828726Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:149:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9829122Z 149 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9830065Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9830528Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:226:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9830999Z 226 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9831217Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9831436Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:244:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9831732Z 244 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9831957Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9832155Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:271:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9832407Z 271 | @throw ::ErrorBadPathName +2026-01-27T23:19:38.9833843Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9834132Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:272:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9834694Z 272 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9834909Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9835105Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:293:35: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9835635Z 293 | @throw ::ErrorChildIndexOutOfBounds +2026-01-27T23:19:38.9835870Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9836371Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:294:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9836647Z 294 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9837099Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9837348Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:322:25: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9837636Z 322 | @throw ::ErrorBadPathName +2026-01-27T23:19:38.9838095Z | ~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9838298Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:323:27: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9838921Z 323 | @throw ::ErrorPathUndefined +2026-01-27T23:19:38.9839133Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9839800Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:324:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9840080Z 324 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9840892Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9841372Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:355:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9841648Z 355 | @throw ::ErrorImageFileNotOpen +2026-01-27T23:19:38.9842204Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9843189Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:356:34: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9843949Z 356 | @throw ::ErrorHomogeneousViolation +2026-01-27T23:19:38.9844183Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9844686Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:357:26: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9845006Z 357 | @throw ::ErrorFileReadOnly +2026-01-27T23:19:38.9845425Z | ~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9845725Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:358:30: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9846007Z 358 | @throw ::ErrorAlreadyHasParent +2026-01-27T23:19:38.9849090Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9849337Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:359:36: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9851059Z 359 | @throw ::ErrorDifferentDestImageFile +2026-01-27T23:19:38.9852607Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9854113Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/VectorNode.cpp:416:29: warning: empty paragraph passed to '@throw' command [-Wdocumentation] +2026-01-27T23:19:38.9854579Z 416 | @throw ::ErrorBadNodeDowncast +2026-01-27T23:19:38.9856906Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ +2026-01-27T23:19:38.9857452Z 16 warnings generated. +2026-01-27T23:19:39.2692046Z [231/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57SimpleReader.cpp.o +2026-01-27T23:19:39.3076399Z [232/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitsApi.cpp.o +2026-01-27T23:19:39.7765491Z [233/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57SimpleData.cpp.o +2026-01-27T23:19:39.7942458Z [234/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57SimpleWriter.cpp.o +2026-01-27T23:19:40.7165545Z [235/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Abs.cpp.o +2026-01-27T23:19:40.7245188Z [236/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AccICKineNewtonRaphson.cpp.o +2026-01-27T23:19:40.9600087Z [237/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AccICNewtonRaphson.cpp.o +2026-01-27T23:19:41.0618808Z [238/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AccKineNewtonRaphson.cpp.o +2026-01-27T23:19:41.1805583Z [239/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/Quantity.cpp.o +2026-01-27T23:19:41.6582050Z [240/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AbsConstraint.cpp.o +2026-01-27T23:19:42.0254552Z [241/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AccNewtonRaphson.cpp.o +2026-01-27T23:19:42.4243674Z [242/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AllowZRotation.cpp.o +2026-01-27T23:19:42.6342025Z [243/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleJoint.cpp.o +2026-01-27T23:19:42.8631955Z [244/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/E57XmlParser.cpp.o +2026-01-27T23:19:42.8897800Z [245/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZIecJec.cpp.o +2026-01-27T23:19:42.9186380Z [246/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AnyGeneralSpline.cpp.o +2026-01-27T23:19:42.9330182Z [247/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZConstraintIJ.cpp.o +2026-01-27T23:19:43.5501845Z [248/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AllowZRotationConstraintIqctJqc.cpp.o +2026-01-27T23:19:44.0518794Z [249/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Array.cpp.o +2026-01-27T23:19:44.0934550Z [250/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZIeqcJec.cpp.o +2026-01-27T23:19:44.2665905Z [251/6735] Building CXX object src/3rdParty/libE57Format/CMakeFiles/E57Format.dir/src/WriterImpl.cpp.o +2026-01-27T23:19:44.2667881Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/WriterImpl.cpp:859:42: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] +2026-01-27T23:19:44.2668584Z 859 | return ScaledIntegerNode( imf_, 0, pointRangeMinimum, pointRangeMaximum, +2026-01-27T23:19:44.2669187Z | ^ +2026-01-27T23:19:44.2669487Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/WriterImpl.cpp:834:35: note: add an explicit capture of 'this' to capture '*this' by reference +2026-01-27T23:19:44.2670079Z 834 | const auto getPointProto = [=]() -> Node { +2026-01-27T23:19:44.2670339Z | ^ +2026-01-27T23:19:44.2670973Z | , this +2026-01-27T23:19:44.2671262Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/WriterImpl.cpp:926:42: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] +2026-01-27T23:19:44.2671853Z 926 | return ScaledIntegerNode( imf_, 0, angleMinimum, angleMaximum, angleScale, +2026-01-27T23:19:44.2672141Z | ^ +2026-01-27T23:19:44.2672665Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/src/WriterImpl.cpp:903:35: note: add an explicit capture of 'this' to capture '*this' by reference +2026-01-27T23:19:44.2672996Z 903 | const auto getAngleProto = [=]() -> Node { +2026-01-27T23:19:44.2673492Z | ^ +2026-01-27T23:19:44.2673736Z | , this +2026-01-27T23:19:44.2673963Z 2 warnings generated. +2026-01-27T23:19:44.3217499Z [252/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZConstraintIqcJc.cpp.o +2026-01-27T23:19:44.3612047Z [253/6735] Linking CXX static library src/3rdParty/libE57Format/libE57Format.a +2026-01-27T23:19:44.4879986Z [254/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ArcTan2.cpp.o +2026-01-27T23:19:44.5815275Z [255/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitsSchema.cpp.o +2026-01-27T23:19:44.6622890Z [256/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZIeqcJeqc.cpp.o +2026-01-27T23:19:44.7743969Z [257/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ArcSine.cpp.o +2026-01-27T23:19:45.0380856Z [258/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ArcTan.cpp.o +2026-01-27T23:19:45.1352393Z [259/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Arguments.cpp.o +2026-01-27T23:19:45.3838343Z [260/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AngleZConstraintIqcJqc.cpp.o +2026-01-27T23:19:45.7356926Z [261/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AnyPosICNewtonRaphson.cpp.o +2026-01-27T23:19:46.4528070Z [262/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTAngleJoint.cpp.o +2026-01-27T23:19:46.5133288Z [263/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTAnimationParameters.cpp.o +2026-01-27T23:19:46.7278318Z [264/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTAllowRotation.cpp.o +2026-01-27T23:19:46.8566367Z [265/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTConeConeContact.cpp.o +2026-01-27T23:19:47.1814705Z [266/6735] Building CXX object src/Base/CMakeFiles/FreeCADBase.dir/UnitsSchemas.cpp.o +2026-01-27T23:19:47.2970304Z [267/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTCylCylContact.cpp.o +2026-01-27T23:19:47.4545276Z [268/6735] Linking CXX shared library lib/libFreeCADBase.so +2026-01-27T23:19:47.4973880Z [269/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTContact.cpp.o +2026-01-27T23:19:47.5233062Z [270/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTCylConeContact.cpp.o +2026-01-27T23:19:47.5812705Z [271/6735] Automatic MOC and UIC for target FreeCADApp +2026-01-27T23:19:47.5961452Z [272/6735] Generating Resources/translations/App_be.qm +2026-01-27T23:19:47.5962020Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_be.qm'... +2026-01-27T23:19:47.5962225Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6069923Z [273/6735] Generating Resources/translations/App_ca.qm +2026-01-27T23:19:47.6071357Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ca.qm'... +2026-01-27T23:19:47.6071705Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6169146Z [274/6735] Generating Resources/translations/App_cs.qm +2026-01-27T23:19:47.6170567Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_cs.qm'... +2026-01-27T23:19:47.6185633Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6295351Z [275/6735] Generating Resources/translations/App_da.qm +2026-01-27T23:19:47.6296658Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_da.qm'... +2026-01-27T23:19:47.6296973Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6393038Z [276/6735] Generating Resources/translations/App_de.qm +2026-01-27T23:19:47.6393856Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_de.qm'... +2026-01-27T23:19:47.6394190Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6531839Z [277/6735] Generating Resources/translations/App_el.qm +2026-01-27T23:19:47.6532480Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_el.qm'... +2026-01-27T23:19:47.6532852Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6594196Z [278/6735] Generating Resources/translations/App_es-AR.qm +2026-01-27T23:19:47.6594676Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_es-AR.qm'... +2026-01-27T23:19:47.6595014Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6700462Z [279/6735] Generating Resources/translations/App_es-ES.qm +2026-01-27T23:19:47.6701219Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_es-ES.qm'... +2026-01-27T23:19:47.6701543Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6857152Z [280/6735] Generating Resources/translations/App_eu.qm +2026-01-27T23:19:47.6857872Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_eu.qm'... +2026-01-27T23:19:47.6858169Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.6894396Z [281/6735] Generating Resources/translations/App_fi.qm +2026-01-27T23:19:47.6895427Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_fi.qm'... +2026-01-27T23:19:47.6895896Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7052614Z [282/6735] Generating Resources/translations/App_fr.qm +2026-01-27T23:19:47.7053202Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_fr.qm'... +2026-01-27T23:19:47.7053601Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7083136Z [283/6735] Generating Resources/translations/App_gl.qm +2026-01-27T23:19:47.7084243Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_gl.qm'... +2026-01-27T23:19:47.7085110Z Generated 9 translation(s) (2 finished and 7 unfinished) +2026-01-27T23:19:47.7196639Z [284/6735] Generating Resources/translations/App_hr.qm +2026-01-27T23:19:47.7198700Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_hr.qm'... +2026-01-27T23:19:47.7199032Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7293865Z [285/6735] Generating Resources/translations/App_hu.qm +2026-01-27T23:19:47.7295886Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_hu.qm'... +2026-01-27T23:19:47.7296223Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7452078Z [286/6735] Generating Resources/translations/App_id.qm +2026-01-27T23:19:47.7452956Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_id.qm'... +2026-01-27T23:19:47.7453332Z Generated 9 translation(s) (3 finished and 6 unfinished) +2026-01-27T23:19:47.7503340Z [287/6735] Generating Resources/translations/App_it.qm +2026-01-27T23:19:47.7503978Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_it.qm'... +2026-01-27T23:19:47.7504353Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7599040Z [288/6735] Generating Resources/translations/App_ja.qm +2026-01-27T23:19:47.7599639Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ja.qm'... +2026-01-27T23:19:47.7599976Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7705210Z [289/6735] Generating Resources/translations/App_ka.qm +2026-01-27T23:19:47.7707063Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ka.qm'... +2026-01-27T23:19:47.7707637Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.7816275Z [290/6735] Generating Resources/translations/App_ko.qm +2026-01-27T23:19:47.7817550Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ko.qm'... +2026-01-27T23:19:47.7817887Z Generated 11 translation(s) (10 finished and 1 unfinished) +2026-01-27T23:19:47.7913025Z [291/6735] Generating Resources/translations/App_lt.qm +2026-01-27T23:19:47.7914970Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_lt.qm'... +2026-01-27T23:19:47.7915625Z Generated 11 translation(s) (4 finished and 7 unfinished) +2026-01-27T23:19:47.8027168Z [292/6735] Generating Resources/translations/App_ms.qm +2026-01-27T23:19:47.8028363Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ms.qm'... +2026-01-27T23:19:47.8028679Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8124471Z [293/6735] Generating Resources/translations/App_nl.qm +2026-01-27T23:19:47.8126539Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_nl.qm'... +2026-01-27T23:19:47.8127204Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8235517Z [294/6735] Generating Resources/translations/App_pl.qm +2026-01-27T23:19:47.8236749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_pl.qm'... +2026-01-27T23:19:47.8237082Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8322564Z [295/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTExtrusion.cpp.o +2026-01-27T23:19:47.8342533Z [296/6735] Generating Resources/translations/App_pt-BR.qm +2026-01-27T23:19:47.8342857Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_pt-BR.qm'... +2026-01-27T23:19:47.8343454Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8409336Z [297/6735] Generating Resources/translations/App_pt-PT.qm +2026-01-27T23:19:47.8410217Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_pt-PT.qm'... +2026-01-27T23:19:47.8410514Z Generated 11 translation(s) (6 finished and 5 unfinished) +2026-01-27T23:19:47.8422191Z [298/6735] Generating Resources/translations/App_ro.qm +2026-01-27T23:19:47.8422968Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ro.qm'... +2026-01-27T23:19:47.8423169Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8486960Z [299/6735] Generating Resources/translations/App_ru.qm +2026-01-27T23:19:47.8487862Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_ru.qm'... +2026-01-27T23:19:47.8488069Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8516325Z [300/6735] Generating Resources/translations/App_sl.qm +2026-01-27T23:19:47.8517700Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_sl.qm'... +2026-01-27T23:19:47.8518137Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8558833Z [301/6735] Generating Resources/translations/App_sr-CS.qm +2026-01-27T23:19:47.8559701Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_sr-CS.qm'... +2026-01-27T23:19:47.8559980Z Generated 11 translation(s) (10 finished and 1 unfinished) +2026-01-27T23:19:47.8620907Z [302/6735] Generating Resources/translations/App_sr.qm +2026-01-27T23:19:47.8623384Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_sr.qm'... +2026-01-27T23:19:47.8623864Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8632152Z [303/6735] Generating Resources/translations/App_sv-SE.qm +2026-01-27T23:19:47.8633022Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_sv-SE.qm'... +2026-01-27T23:19:47.8633262Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8706537Z [304/6735] Generating Resources/translations/App_uk.qm +2026-01-27T23:19:47.8707523Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_uk.qm'... +2026-01-27T23:19:47.8707758Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8715903Z [305/6735] Generating Resources/translations/App_tr.qm +2026-01-27T23:19:47.8716820Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_tr.qm'... +2026-01-27T23:19:47.8717230Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8784641Z [306/6735] Generating Resources/translations/App_val-ES.qm +2026-01-27T23:19:47.8785513Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_val-ES.qm'... +2026-01-27T23:19:47.8785720Z Generated 9 translation(s) (2 finished and 7 unfinished) +2026-01-27T23:19:47.8807773Z [307/6735] Generating Resources/translations/App_zh-CN.qm +2026-01-27T23:19:47.8808917Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_zh-CN.qm'... +2026-01-27T23:19:47.8809263Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.8854988Z [308/6735] Generating Resources/translations/App_zh-TW.qm +2026-01-27T23:19:47.8856167Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/App/Resources/translations/App_zh-TW.qm'... +2026-01-27T23:19:47.8856507Z Generated 11 translation(s) (11 finished and 0 unfinished) +2026-01-27T23:19:47.9770887Z [309/6735] Building ExtensionPy.h/.cpp out of Extension.pyi +2026-01-27T23:19:48.0169499Z [310/6735] Building ApplicationDirectoriesPy.h/.cpp out of ApplicationDirectories.pyi +2026-01-27T23:19:48.0625204Z [311/6735] Building ExtensionContainerPy.h/.cpp out of ExtensionContainer.pyi +2026-01-27T23:19:48.0773715Z [312/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTCompoundJoint.cpp.o +2026-01-27T23:19:48.1419815Z [313/6735] Building DocumentObjectExtensionPy.h/.cpp out of DocumentObjectExtension.pyi +2026-01-27T23:19:48.1538285Z [314/6735] Building GroupExtensionPy.h/.cpp out of GroupExtension.pyi +2026-01-27T23:19:48.2212366Z [315/6735] Building LinkBaseExtensionPy.h/.cpp out of LinkBaseExtension.pyi +2026-01-27T23:19:48.2293548Z [316/6735] Building DocumentObjectGroupPy.h/.cpp out of DocumentObjectGroup.pyi +2026-01-27T23:19:48.2446931Z [317/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTConstantVelocityJoint.cpp.o +2026-01-27T23:19:48.3112660Z [318/6735] Building GeoFeaturePy.h/.cpp out of GeoFeature.pyi +2026-01-27T23:19:48.3178659Z [319/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTConstantGravity.cpp.o +2026-01-27T23:19:48.3574509Z [320/6735] Building MetadataPy.h/.cpp out of Metadata.pyi +2026-01-27T23:19:48.3668361Z [321/6735] Building GeoFeatureGroupExtensionPy.h/.cpp out of GeoFeatureGroupExtension.pyi +2026-01-27T23:19:48.3896089Z [322/6735] Building OriginGroupExtensionPy.h/.cpp out of OriginGroupExtension.pyi +2026-01-27T23:19:48.4256156Z [323/6735] Building DocumentObjectPy.h/.cpp out of DocumentObject.pyi +2026-01-27T23:19:48.4424883Z [324/6735] Building SuppressibleExtensionPy.h/.cpp out of SuppressibleExtension.pyi +2026-01-27T23:19:48.4807420Z [325/6735] Building PartPy.h/.cpp out of Part.pyi +2026-01-27T23:19:48.4852621Z [326/6735] Building PropertyContainerPy.h/.cpp out of PropertyContainer.pyi +2026-01-27T23:19:48.5655648Z [327/6735] Building StringHasherPy.h/.cpp out of StringHasher.pyi +2026-01-27T23:19:48.5800870Z [328/6735] Building MaterialPy.h/.cpp out of Material.pyi +2026-01-27T23:19:48.5911629Z [329/6735] Building ComplexGeoDataPy.h/.cpp out of ComplexGeoData.pyi +2026-01-27T23:19:48.6071938Z [330/6735] Building MeasureManagerPy.h/.cpp out of MeasureManager.pyi +2026-01-27T23:19:48.6104151Z [331/6735] Building files out of FreeCADInit.py +2026-01-27T23:19:48.6182036Z [332/6735] Building files out of FreeCADTest.py +2026-01-27T23:19:48.6189118Z [333/6735] Building DocumentPy.h/.cpp out of Document.pyi +2026-01-27T23:19:48.6477685Z [334/6735] Building StringIDPy.h/.cpp out of StringID.pyi +2026-01-27T23:19:48.6550951Z [335/6735] Generating qrc_App_translation.cpp +2026-01-27T23:19:48.6881468Z [336/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTCylindricalJoint.cpp.o +2026-01-27T23:19:48.7939787Z [337/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/FreeCADApp_autogen/mocs_compilation.cpp.o +2026-01-27T23:19:48.8803614Z [338/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTForceTorque.cpp.o +2026-01-27T23:19:48.9460528Z [339/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTConstraintSet.cpp.o +2026-01-27T23:19:48.9620615Z [340/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTCylSphJoint.cpp.o +2026-01-27T23:19:49.0659718Z [341/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/qrc_App_translation.cpp.o +2026-01-27T23:19:49.9152993Z [342/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTFixedJoint.cpp.o +2026-01-27T23:19:50.4090040Z [343/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTGearJoint.cpp.o +2026-01-27T23:19:50.7892462Z [344/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTInPlaneJoint.cpp.o +2026-01-27T23:19:51.1168429Z [345/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTItemIJ.cpp.o +2026-01-27T23:19:51.7667713Z [346/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTItem.cpp.o +2026-01-27T23:19:51.8423335Z [347/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTKinematicIJ.cpp.o +2026-01-27T23:19:51.9886686Z [348/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTLineInPlaneJoint.cpp.o +2026-01-27T23:19:52.2817685Z [349/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTJoint.cpp.o +2026-01-27T23:19:52.6781953Z [350/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTLimit.cpp.o +2026-01-27T23:19:53.1462339Z [351/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTMarker.cpp.o +2026-01-27T23:19:53.2254108Z [352/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTGeneralMotion.cpp.o +2026-01-27T23:19:55.8556364Z [353/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Extension.cpp.o +2026-01-27T23:19:57.4564250Z [354/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Annotation.cpp.o +2026-01-27T23:19:57.7032054Z [355/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionPyImp.cpp.o +2026-01-27T23:19:57.7563149Z [356/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTAssembly.cpp.o +2026-01-27T23:19:57.7565967Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/ASMTAssembly.cpp:401:10: warning: unused variable 'bool1' [-Wunused-variable] +2026-01-27T23:19:57.7566691Z 401 | bool bool1 = lines[0] == "freeCAD: 3D CAD with Motion Simulation by askoh.com"; +2026-01-27T23:19:57.7567033Z | ^~~~~ +2026-01-27T23:19:57.7567773Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/ASMTAssembly.cpp:402:10: warning: unused variable 'bool2' [-Wunused-variable] +2026-01-27T23:19:57.7568393Z 402 | bool bool2 = lines[0] == "OndselSolver"; +2026-01-27T23:19:57.7568685Z | ^~~~~ +2026-01-27T23:19:57.7568945Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/ASMTAssembly.cpp:559:10: warning: unused variable 'bool1' [-Wunused-variable] +2026-01-27T23:19:57.7571609Z 559 | bool bool1 = lines[0] == "freeCAD: 3D CAD with Motion Simulation by askoh.com"; +2026-01-27T23:19:57.7573162Z | ^~~~~ +2026-01-27T23:19:57.7574913Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/ASMTAssembly.cpp:560:10: warning: unused variable 'bool2' [-Wunused-variable] +2026-01-27T23:19:57.7576526Z 560 | bool bool2 = lines[0] == "OndselSolver"; +2026-01-27T23:19:57.7576803Z | ^~~~~ +2026-01-27T23:19:57.7612362Z 4 warnings generated. +2026-01-27T23:19:58.4739188Z [357/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectExtensionPyImp.cpp.o +2026-01-27T23:19:59.7530494Z [358/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectExtension.cpp.o +2026-01-27T23:20:00.7519941Z [359/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionContainerPyImp.cpp.o +2026-01-27T23:20:02.7880207Z [360/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectFileIncluded.cpp.o +2026-01-27T23:20:04.0502294Z [361/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExtensionContainer.cpp.o +2026-01-27T23:20:05.6573478Z [362/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GroupExtensionPyImp.cpp.o +2026-01-27T23:20:06.5798136Z [363/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectGroup.cpp.o +2026-01-27T23:20:08.2725590Z [364/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ExpressionTokenizer.cpp.o +2026-01-27T23:20:08.3296696Z [365/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GroupExtension.cpp.o +2026-01-27T23:20:09.1955524Z [366/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeaturePyImp.cpp.o +2026-01-27T23:20:09.7252261Z [367/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectGroupPyImp.cpp.o +2026-01-27T23:20:10.7710820Z [368/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObserver.cpp.o +2026-01-27T23:20:11.7583536Z [369/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/BackupPolicy.cpp.o +2026-01-27T23:20:12.0092890Z [370/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObject.cpp.o +2026-01-27T23:20:12.1785199Z [371/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObserverPython.cpp.o +2026-01-27T23:20:14.4053793Z [372/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentObjectPyImp.cpp.o +2026-01-27T23:20:15.2641529Z [373/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DocumentPyImp.cpp.o +2026-01-27T23:20:18.3949790Z [374/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeature.cpp.o +2026-01-27T23:20:18.6689177Z [375/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/FeaturePython.cpp.o +2026-01-27T23:20:19.3026673Z [376/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Path.cpp.o +2026-01-27T23:20:20.5784651Z [377/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/SuppressibleExtension.cpp.o +2026-01-27T23:20:21.1235577Z [378/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeatureGroupExtensionPyImp.cpp.o +2026-01-27T23:20:22.6775790Z [379/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/SuppressibleExtensionPyImp.cpp.o +2026-01-27T23:20:22.7108865Z [380/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ImagePlane.cpp.o +2026-01-27T23:20:22.8937513Z [381/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Graphviz.cpp.o +2026-01-27T23:20:24.3471088Z [382/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/FeatureTest.cpp.o +2026-01-27T23:20:24.5852422Z [383/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/OriginGroupExtensionPyImp.cpp.o +2026-01-27T23:20:26.6705561Z [384/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GeoFeatureGroupExtension.cpp.o +2026-01-27T23:20:27.0819767Z [385/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Expression.cpp.o +2026-01-27T23:20:28.9985321Z [386/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PartPyImp.cpp.o +2026-01-27T23:20:29.0948127Z [387/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/OriginGroupExtension.cpp.o +2026-01-27T23:20:30.1055785Z [388/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Part.cpp.o +2026-01-27T23:20:30.4233449Z [389/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ProjectFile.cpp.o +2026-01-27T23:20:30.6827154Z [390/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Placement.cpp.o +2026-01-27T23:20:30.8562376Z [391/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/InventorObject.cpp.o +2026-01-27T23:20:31.5957431Z [392/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Origin.cpp.o +2026-01-27T23:20:34.1746995Z [393/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Range.cpp.o +2026-01-27T23:20:34.8821845Z [394/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/TransactionalObject.cpp.o +2026-01-27T23:20:36.1784514Z [395/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Datums.cpp.o +2026-01-27T23:20:36.4820145Z [396/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/TextDocument.cpp.o +2026-01-27T23:20:37.3019476Z [397/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Property.cpp.o +2026-01-27T23:20:37.3429590Z [398/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MaterialObject.cpp.o +2026-01-27T23:20:37.6801080Z [399/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/VRMLObject.cpp.o +2026-01-27T23:20:39.5369125Z [400/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/VarSet.cpp.o +2026-01-27T23:20:41.4692455Z [401/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Transactions.cpp.o +2026-01-27T23:20:43.0662635Z [402/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyUnits.cpp.o +2026-01-27T23:20:43.1490883Z [403/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/DynamicProperty.cpp.o +2026-01-27T23:20:44.3225193Z [404/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/LinkBaseExtensionPyImp.cpp.o +2026-01-27T23:20:44.3654021Z [405/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MergeDocuments.cpp.o +2026-01-27T23:20:45.3324683Z [406/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Document.cpp.o +2026-01-27T23:20:46.1648121Z [407/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyContainer.cpp.o +2026-01-27T23:20:47.3750356Z [408/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/CleanupProcess.cpp.o +2026-01-27T23:20:49.0554771Z [409/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ApplicationDirectoriesPyImp.cpp.o +2026-01-27T23:20:51.0412961Z [410/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyGeo.cpp.o +2026-01-27T23:20:51.4890402Z [411/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyContainerPyImp.cpp.o +2026-01-27T23:20:52.6288184Z [412/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ObjectIdentifier.cpp.o +2026-01-27T23:20:52.6696134Z [413/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyFile.cpp.o +2026-01-27T23:20:53.1362042Z [414/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ColorModel.cpp.o +2026-01-27T23:20:54.5979000Z [415/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Branding.cpp.o +2026-01-27T23:20:55.8344556Z [416/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Enumeration.cpp.o +2026-01-27T23:20:57.2466821Z [417/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/IndexedName.cpp.o +2026-01-27T23:20:57.7916076Z [418/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ApplicationDirectories.cpp.o +2026-01-27T23:20:57.9453602Z [419/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ApplicationPy.cpp.o +2026-01-27T23:20:59.2208571Z [420/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Link.cpp.o +2026-01-27T23:21:01.5874356Z [421/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Material.cpp.o +2026-01-27T23:21:01.7111973Z [422/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MaterialPyImp.cpp.o +2026-01-27T23:21:01.8000582Z [423/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyPythonObject.cpp.o +2026-01-27T23:21:02.2757291Z [424/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ComplexGeoDataPyImp.cpp.o +2026-01-27T23:21:02.3415998Z [425/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyStandard.cpp.o +2026-01-27T23:21:02.8115884Z [426/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/AutoTransaction.cpp.o +2026-01-27T23:21:04.2364414Z [427/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MappedName.cpp.o +2026-01-27T23:21:04.3656841Z [428/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ElementNamingUtils.cpp.o +2026-01-27T23:21:05.3343907Z [429/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MappedElement.cpp.o +2026-01-27T23:21:06.2675844Z [430/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyExpressionEngine.cpp.o +2026-01-27T23:21:07.7336817Z [431/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTMotion.cpp.o +2026-01-27T23:21:08.8464715Z [432/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MeasureManagerPyImp.cpp.o +2026-01-27T23:21:08.8934149Z [433/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTNoRotationJoint.cpp.o +2026-01-27T23:21:09.0271466Z [434/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/PropertyLinks.cpp.o +2026-01-27T23:21:09.8423322Z [435/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTParallelAxesJoint.cpp.o +2026-01-27T23:21:10.3921218Z [436/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MetadataPyImp.cpp.o +2026-01-27T23:21:10.4072739Z [437/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/StringHasherPyImp.cpp.o +2026-01-27T23:21:10.7660518Z [438/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/StringIDPyImp.cpp.o +2026-01-27T23:21:11.0061314Z [439/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPart.cpp.o +2026-01-27T23:21:11.5153650Z [440/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPointInLineJoint.cpp.o +2026-01-27T23:21:11.6143367Z [441/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/MeasureManager.cpp.o +2026-01-27T23:21:11.9884376Z [442/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ComplexGeoData.cpp.o +2026-01-27T23:21:12.2221200Z [443/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Services.cpp.o +2026-01-27T23:21:12.2352328Z [444/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/SafeMode.cpp.o +2026-01-27T23:21:12.3727241Z [445/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPerpendicularJoint.cpp.o +2026-01-27T23:21:12.4129975Z [446/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPlanarJoint.cpp.o +2026-01-27T23:21:12.5848992Z [447/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Metadata.cpp.o +2026-01-27T23:21:13.0317767Z [448/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPointInPlaneJoint.cpp.o +2026-01-27T23:21:13.3391265Z [449/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRefCurve.cpp.o +2026-01-27T23:21:14.1175061Z [450/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRackPinionJoint.cpp.o +2026-01-27T23:21:14.2781766Z [451/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRefItem.cpp.o +2026-01-27T23:21:14.4487940Z [452/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRevCylJoint.cpp.o +2026-01-27T23:21:14.5246023Z [453/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTPrincipalMassMarker.cpp.o +2026-01-27T23:21:14.7743843Z [454/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRefSurface.cpp.o +2026-01-27T23:21:14.8256421Z [455/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRefPoint.cpp.o +2026-01-27T23:21:15.3218925Z [456/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRevRevJoint.cpp.o +2026-01-27T23:21:15.7293231Z [457/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRevoluteJoint.cpp.o +2026-01-27T23:21:15.9302599Z [458/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTSimulationParameters.cpp.o +2026-01-27T23:21:16.1699713Z [459/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRotationLimit.cpp.o +2026-01-27T23:21:16.2691111Z [460/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTScrewJoint.cpp.o +2026-01-27T23:21:16.3625667Z [461/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTRotationalMotion.cpp.o +2026-01-27T23:21:17.0168934Z [462/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTTime.cpp.o +2026-01-27T23:21:17.4199580Z [463/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTSphericalJoint.cpp.o +2026-01-27T23:21:17.9571987Z [464/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTSphSphJoint.cpp.o +2026-01-27T23:21:17.9879894Z [465/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTTranslationLimit.cpp.o +2026-01-27T23:21:18.3121799Z [466/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTTranslationalJoint.cpp.o +2026-01-27T23:21:18.3665301Z [467/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AtPointConstraintIJ.cpp.o +2026-01-27T23:21:18.8617885Z [468/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/BasicQuasiIntegrator.cpp.o +2026-01-27T23:21:19.0263965Z [469/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/ElementMap.cpp.o +2026-01-27T23:21:19.1932016Z [470/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AtPointConstraintIqctJqc.cpp.o +2026-01-27T23:21:19.2548291Z [471/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTUniversalJoint.cpp.o +2026-01-27T23:21:19.2771810Z [472/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTTranslationalMotion.cpp.o +2026-01-27T23:21:19.8732374Z [473/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTSpatialItem.cpp.o +2026-01-27T23:21:20.2185586Z [474/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AtPointJoint.cpp.o +2026-01-27T23:21:20.2688729Z [475/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CartesianFrame.cpp.o +2026-01-27T23:21:20.5735233Z [476/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AtPointConstraintIqcJqc.cpp.o +2026-01-27T23:21:20.7092685Z [477/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/AtPointConstraintIqcJc.cpp.o +2026-01-27T23:21:20.7931983Z [478/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CompoundJoint.cpp.o +2026-01-27T23:21:20.8403301Z [479/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/BasicUserFunction.cpp.o +2026-01-27T23:21:20.9421892Z [480/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/BasicIntegrator.cpp.o +2026-01-27T23:21:21.5234224Z [481/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ASMTSpatialContainer.cpp.o +2026-01-27T23:21:22.1130127Z [482/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstraintIJ.cpp.o +2026-01-27T23:21:22.1290958Z [483/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Constant.cpp.o +2026-01-27T23:21:22.1839694Z [484/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Constraint.cpp.o +2026-01-27T23:21:22.3009139Z [485/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstantGravity.cpp.o +2026-01-27T23:21:22.5361973Z [486/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/StringHasher.cpp.o +2026-01-27T23:21:22.5958097Z [487/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstantVelocityJoint.cpp.o +2026-01-27T23:21:22.9736788Z [488/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CREATE.cpp.o +2026-01-27T23:21:23.4627265Z [489/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Cosine.cpp.o +2026-01-27T23:21:23.5706984Z [490/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstVelConstraintIJ.cpp.o +2026-01-27T23:21:23.9000192Z [491/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DiagonalMatrix.cpp.o +2026-01-27T23:21:23.9578560Z [492/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstraintSet.cpp.o +2026-01-27T23:21:24.5621062Z [493/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CylindricalJoint.cpp.o +2026-01-27T23:21:24.9262163Z [494/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CylSphJoint.cpp.o +2026-01-27T23:21:25.0261735Z [495/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineConstraintIJ.cpp.o +2026-01-27T23:21:25.0837142Z [496/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DifferentiatedGeneralSpline.cpp.o +2026-01-27T23:21:25.1744194Z [497/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstVelConstraintIqcJc.cpp.o +2026-01-27T23:21:25.4733947Z [498/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineIecJec.cpp.o +2026-01-27T23:21:25.5755372Z [499/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DiscontinuityError.cpp.o +2026-01-27T23:21:25.5768397Z [500/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ConstVelConstraintIqcJqc.cpp.o +2026-01-27T23:21:25.9886993Z [501/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DifferenceOperator.cpp.o +2026-01-27T23:21:26.0141316Z [502/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineConstraintIqctJqc.cpp.o +2026-01-27T23:21:26.4817386Z [503/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineConstraintIqcJc.cpp.o +2026-01-27T23:21:26.9392957Z [504/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIecJecKec.cpp.o +2026-01-27T23:21:27.0216884Z [505/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/CADSystem.cpp.o +2026-01-27T23:21:27.3361647Z [506/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineConstraintIqcJqc.cpp.o +2026-01-27T23:21:27.3500506Z [507/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineIeqcJec.cpp.o +2026-01-27T23:21:27.4295190Z [508/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIecJecIe.cpp.o +2026-01-27T23:21:27.4768660Z [509/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIecJecO.cpp.o +2026-01-27T23:21:27.6856088Z [510/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineIeqctJeqc.cpp.o +2026-01-27T23:21:27.7067798Z [511/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DirectionCosineIeqcJeqc.cpp.o +2026-01-27T23:21:28.5777209Z [512/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJecIe.cpp.o +2026-01-27T23:21:29.0092374Z [513/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJeqcIe.cpp.o +2026-01-27T23:21:29.0384978Z [514/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIecJecKeqc.cpp.o +2026-01-27T23:21:29.2176255Z [515/6735] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/Application.cpp.o +2026-01-27T23:21:29.2988035Z [516/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJecO.cpp.o +2026-01-27T23:21:29.3066090Z [517/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJeqcKeqc.cpp.o +2026-01-27T23:21:29.3986934Z [518/6735] Linking CXX shared library lib/libFreeCADApp.so +2026-01-27T23:21:29.4988525Z [519/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJecKeqc.cpp.o +2026-01-27T23:21:29.6154828Z [520/6735] Automatic MOC and UIC for target Materials +2026-01-27T23:21:29.8194016Z [521/6735] Building Array2DPy.h/.cpp out of Array2D.pyi +2026-01-27T23:21:30.1694791Z [522/6735] Building Array3DPy.h/.cpp out of Array3D.pyi +2026-01-27T23:21:30.2658641Z [523/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJeqcKeqct.cpp.o +2026-01-27T23:21:30.4332127Z [524/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistanceConstraintIqctJqc.cpp.o +2026-01-27T23:21:30.4815319Z [525/6735] Building MaterialFilterOptionsPy.h/.cpp out of MaterialFilterOptions.pyi +2026-01-27T23:21:30.5532222Z [526/6735] Building MaterialFilterPy.h/.cpp out of MaterialFilter.pyi +2026-01-27T23:21:30.5937060Z [527/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqcJeqcO.cpp.o +2026-01-27T23:21:30.7253521Z [528/6735] Building MaterialLibraryPy.h/.cpp out of MaterialLibrary.pyi +2026-01-27T23:21:30.7464291Z [529/6735] Building MaterialPropertyPy.h/.cpp out of MaterialProperty.pyi +2026-01-27T23:21:30.8056733Z [530/6735] Building MaterialManagerPy.h/.cpp out of MaterialManager.pyi +2026-01-27T23:21:30.9481564Z [531/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistanceConstraintIJ.cpp.o +2026-01-27T23:21:31.0299344Z [532/6735] Building MaterialPy.h/.cpp out of Material.pyi +2026-01-27T23:21:31.0542431Z [533/6735] Building ModelPy.h/.cpp out of Model.pyi +2026-01-27T23:21:31.0659567Z [534/6735] Building ModelManagerPy.h/.cpp out of ModelManager.pyi +2026-01-27T23:21:31.0975854Z [535/6735] Building ModelPropertyPy.h/.cpp out of ModelProperty.pyi +2026-01-27T23:21:31.2770434Z [536/6735] Automatic MOC and UIC for target Spreadsheet +2026-01-27T23:21:31.2824461Z [537/6735] Building UUIDsPy.h/.cpp out of UUIDs.pyi +2026-01-27T23:21:31.3005076Z [538/6735] Automatic MOC and UIC for target Mesh +2026-01-27T23:21:31.5701591Z [539/6735] Building EdgePy.h/.cpp out of Edge.pyi +2026-01-27T23:21:31.5852241Z [540/6735] Building PropertySheetPy.h/.cpp out of PropertySheet.pyi +2026-01-27T23:21:31.5865899Z [541/6735] Building PropertyColumnWidthsPy.h/.cpp out of PropertyColumnWidths.pyi +2026-01-27T23:21:31.8254130Z [542/6735] Building FacetPy.h/.cpp out of Facet.pyi +2026-01-27T23:21:31.8852482Z [543/6735] Building MeshPointPy.h/.cpp out of MeshPoint.pyi +2026-01-27T23:21:31.9252356Z [544/6735] Building MeshFeaturePy.h/.cpp out of MeshFeature.pyi +2026-01-27T23:21:31.9980953Z [545/6735] Building PropertyRowHeightsPy.h/.cpp out of PropertyRowHeights.pyi +2026-01-27T23:21:32.3453841Z [546/6735] Building SheetPy.h/.cpp out of Sheet.pyi +2026-01-27T23:21:32.5057367Z [547/6735] Building MeshPy.h/.cpp out of Mesh.pyi +2026-01-27T23:21:32.5539077Z [548/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqctJeqcO.cpp.o +2026-01-27T23:21:32.6347138Z [549/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqctJeqcKeqct.cpp.o +2026-01-27T23:21:32.6897704Z [550/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DispCompIeqctJeqcIe.cpp.o +2026-01-27T23:21:32.8614333Z [551/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Materials_autogen/mocs_compilation.cpp.o +2026-01-27T23:21:33.8504397Z [552/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistIecJec.cpp.o +2026-01-27T23:21:33.9068402Z [553/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistancexyConstraintIJ.cpp.o +2026-01-27T23:21:34.5652668Z [554/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistanceConstraintIqcJqc.cpp.o +2026-01-27T23:21:35.4296329Z [555/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistIeqctJeqc.cpp.o +2026-01-27T23:21:35.7977891Z [556/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistxyIecJec.cpp.o +2026-01-27T23:21:35.8492162Z [557/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistanceConstraintIqcJc.cpp.o +2026-01-27T23:21:37.8978268Z [558/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistIeqcJec.cpp.o +2026-01-27T23:21:38.8979284Z [559/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistIeqcJeqc.cpp.o +2026-01-27T23:21:40.2332503Z [560/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistancexyConstraintIqcJqc.cpp.o +2026-01-27T23:21:40.3300587Z [561/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistancexyConstraintIqcJc.cpp.o +2026-01-27T23:21:41.1501286Z [562/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistxyIeqcJec.cpp.o +2026-01-27T23:21:41.2153204Z [563/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Exceptions.cpp.o +2026-01-27T23:21:42.1684225Z [564/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistxyIeqcJeqc.cpp.o +2026-01-27T23:21:52.6697462Z [565/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialFilterOptionsPyImp.cpp.o +2026-01-27T23:21:55.5143534Z [566/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/UUIDsPyImp.cpp.o +2026-01-27T23:21:55.9904192Z [567/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Array2DPyImp.cpp.o +2026-01-27T23:21:56.0103384Z [568/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialFilterPyImp.cpp.o +2026-01-27T23:21:56.6842322Z [569/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Array3DPyImp.cpp.o +2026-01-27T23:21:59.1146222Z [570/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialPropertyPyImp.cpp.o +2026-01-27T23:22:00.6119996Z [571/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialLibraryPyImp.cpp.o +2026-01-27T23:22:01.7577663Z [572/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelPropertyPyImp.cpp.o +2026-01-27T23:22:02.3468635Z [573/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelManagerPyImp.cpp.o +2026-01-27T23:22:03.2250167Z [574/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialPyImp.cpp.o +2026-01-27T23:22:03.6116748Z [575/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelPyImp.cpp.o +2026-01-27T23:22:04.6430893Z [576/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Library.cpp.o +2026-01-27T23:22:07.6762758Z [577/6735] Automatic MOC and UIC for target FreeCADGui +2026-01-27T23:22:07.6763904Z AutoMoc: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/UiLoader.h: note: No relevant classes found. No output generated. +2026-01-27T23:22:07.6807096Z [578/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialManagerPyImp.cpp.o +2026-01-27T23:22:07.7252085Z [579/6735] Generating Language/FreeCAD_af.qm +2026-01-27T23:22:07.7253720Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_af.qm'... +2026-01-27T23:22:07.7254066Z Generated 2129 translation(s) (1241 finished and 888 unfinished) +2026-01-27T23:22:07.7294196Z [580/6735] Generating Language/FreeCAD_ar.qm +2026-01-27T23:22:07.7296121Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ar.qm'... +2026-01-27T23:22:07.7296661Z Generated 2130 translation(s) (987 finished and 1143 unfinished) +2026-01-27T23:22:07.7296910Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:07.7766680Z [581/6735] Generating Language/FreeCAD_bg.qm +2026-01-27T23:22:07.7767288Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_bg.qm'... +2026-01-27T23:22:07.7767631Z Generated 2130 translation(s) (2084 finished and 46 unfinished) +2026-01-27T23:22:07.7775801Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:07.7920776Z [582/6735] Generating Language/FreeCAD_be.qm +2026-01-27T23:22:07.7922479Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_be.qm'... +2026-01-27T23:22:07.7922853Z Generated 2563 translation(s) (2563 finished and 0 unfinished) +2026-01-27T23:22:07.7923159Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:07.8443409Z [583/6735] Generating Language/FreeCAD_ca.qm +2026-01-27T23:22:07.8445442Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ca.qm'... +2026-01-27T23:22:07.8445910Z Generated 2563 translation(s) (2563 finished and 0 unfinished) +2026-01-27T23:22:07.8446181Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:07.8584811Z [584/6735] Generating Language/FreeCAD_cs.qm +2026-01-27T23:22:07.8586117Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_cs.qm'... +2026-01-27T23:22:07.8586447Z Generated 2580 translation(s) (2366 finished and 214 unfinished) +2026-01-27T23:22:07.9093118Z [585/6735] Generating Language/FreeCAD_da.qm +2026-01-27T23:22:07.9094124Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_da.qm'... +2026-01-27T23:22:07.9094839Z Generated 2580 translation(s) (2450 finished and 130 unfinished) +2026-01-27T23:22:07.9269738Z [586/6735] Generating Language/FreeCAD_de.qm +2026-01-27T23:22:07.9271649Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_de.qm'... +2026-01-27T23:22:07.9272027Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:07.9787842Z [587/6735] Generating Language/FreeCAD_el.qm +2026-01-27T23:22:07.9790040Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_el.qm'... +2026-01-27T23:22:07.9790477Z Generated 2563 translation(s) (1215 finished and 1348 unfinished) +2026-01-27T23:22:07.9790725Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:07.9938131Z [588/6735] Generating Language/FreeCAD_es-AR.qm +2026-01-27T23:22:07.9940509Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_es-AR.qm'... +2026-01-27T23:22:07.9941056Z Generated 2580 translation(s) (2198 finished and 382 unfinished) +2026-01-27T23:22:08.0460614Z [589/6735] Generating Language/FreeCAD_es-ES.qm +2026-01-27T23:22:08.0463146Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_es-ES.qm'... +2026-01-27T23:22:08.0463596Z Generated 2580 translation(s) (2135 finished and 445 unfinished) +2026-01-27T23:22:08.0635332Z [590/6735] Generating Language/FreeCAD_eu.qm +2026-01-27T23:22:08.0637607Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_eu.qm'... +2026-01-27T23:22:08.0640222Z Generated 2580 translation(s) (1443 finished and 1137 unfinished) +2026-01-27T23:22:08.1175436Z [591/6735] Generating Language/FreeCAD_fi.qm +2026-01-27T23:22:08.1176171Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_fi.qm'... +2026-01-27T23:22:08.1176551Z Generated 2580 translation(s) (1560 finished and 1020 unfinished) +2026-01-27T23:22:08.1239501Z [592/6735] Generating Language/FreeCAD_fil.qm +2026-01-27T23:22:08.1240834Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_fil.qm'... +2026-01-27T23:22:08.1241348Z Generated 2077 translation(s) (1361 finished and 716 unfinished) +2026-01-27T23:22:08.1241596Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.1788370Z [593/6735] Generating Language/FreeCAD_fr.qm +2026-01-27T23:22:08.1789939Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_fr.qm'... +2026-01-27T23:22:08.1790282Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.1865114Z [594/6735] Generating Language/FreeCAD_gl.qm +2026-01-27T23:22:08.1867342Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_gl.qm'... +2026-01-27T23:22:08.1868172Z Generated 2353 translation(s) (1644 finished and 709 unfinished) +2026-01-27T23:22:08.1868749Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.2423032Z [595/6735] Generating Language/FreeCAD_hr.qm +2026-01-27T23:22:08.2425528Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_hr.qm'... +2026-01-27T23:22:08.2425936Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.2519606Z [596/6735] Generating Language/FreeCAD_hu.qm +2026-01-27T23:22:08.2521148Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_hu.qm'... +2026-01-27T23:22:08.2521582Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.3050795Z [597/6735] Generating Language/FreeCAD_id.qm +2026-01-27T23:22:08.3053682Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_id.qm'... +2026-01-27T23:22:08.3054325Z Generated 2335 translation(s) (1457 finished and 878 unfinished) +2026-01-27T23:22:08.3054576Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.3165300Z [598/6735] Generating Language/FreeCAD_it.qm +2026-01-27T23:22:08.3167105Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_it.qm'... +2026-01-27T23:22:08.3167470Z Generated 2580 translation(s) (2579 finished and 1 unfinished) +2026-01-27T23:22:08.3725141Z [599/6735] Generating Language/FreeCAD_ja.qm +2026-01-27T23:22:08.3725804Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ja.qm'... +2026-01-27T23:22:08.3726121Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.3875221Z [600/6735] Generating Language/FreeCAD_ka.qm +2026-01-27T23:22:08.3876669Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ka.qm'... +2026-01-27T23:22:08.3877934Z Generated 2563 translation(s) (2433 finished and 130 unfinished) +2026-01-27T23:22:08.3878208Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.4202717Z [601/6735] Generating Language/FreeCAD_kab.qm +2026-01-27T23:22:08.4204223Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_kab.qm'... +2026-01-27T23:22:08.4205189Z Generated 2112 translation(s) (1352 finished and 760 unfinished) +2026-01-27T23:22:08.4205884Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.4569680Z [602/6735] Generating Language/FreeCAD_ko.qm +2026-01-27T23:22:08.4572545Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ko.qm'... +2026-01-27T23:22:08.4572929Z Generated 2563 translation(s) (1482 finished and 1081 unfinished) +2026-01-27T23:22:08.4573177Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.4845856Z [603/6735] Generating Language/FreeCAD_lt.qm +2026-01-27T23:22:08.4847346Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_lt.qm'... +2026-01-27T23:22:08.4847881Z Generated 2366 translation(s) (2137 finished and 229 unfinished) +2026-01-27T23:22:08.4848119Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.5446699Z [604/6735] Generating Language/FreeCAD_ms.qm +2026-01-27T23:22:08.5452932Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ms.qm'... +2026-01-27T23:22:08.5454255Z Generated 2450 translation(s) (902 finished and 1548 unfinished) +2026-01-27T23:22:08.5455457Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.5566197Z [605/6735] Generating Language/FreeCAD_nl.qm +2026-01-27T23:22:08.5567749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_nl.qm'... +2026-01-27T23:22:08.5568026Z Generated 2580 translation(s) (1485 finished and 1095 unfinished) +2026-01-27T23:22:08.5968748Z [606/6735] Generating Language/FreeCAD_pl.qm +2026-01-27T23:22:08.5969981Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_pl.qm'... +2026-01-27T23:22:08.5970407Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.6034458Z [607/6735] Generating Language/FreeCAD_no.qm +2026-01-27T23:22:08.6035900Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_no.qm'... +2026-01-27T23:22:08.6036241Z Generated 2129 translation(s) (1361 finished and 768 unfinished) +2026-01-27T23:22:08.6401652Z [608/6735] Generating Language/FreeCAD_pt-BR.qm +2026-01-27T23:22:08.6402881Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_pt-BR.qm'... +2026-01-27T23:22:08.6403546Z Generated 2580 translation(s) (1484 finished and 1096 unfinished) +2026-01-27T23:22:08.6722972Z [609/6735] Generating Language/FreeCAD_pt-PT.qm +2026-01-27T23:22:08.6725557Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_pt-PT.qm'... +2026-01-27T23:22:08.6726190Z Generated 2450 translation(s) (1480 finished and 970 unfinished) +2026-01-27T23:22:08.6726475Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.6825863Z [610/6735] Generating Language/FreeCAD_ro.qm +2026-01-27T23:22:08.6826743Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ro.qm'... +2026-01-27T23:22:08.6826943Z Generated 2580 translation(s) (1568 finished and 1012 unfinished) +2026-01-27T23:22:08.7178319Z [611/6735] Generating Language/FreeCAD_sk.qm +2026-01-27T23:22:08.7179848Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_sk.qm'... +2026-01-27T23:22:08.7180152Z Generated 2094 translation(s) (1508 finished and 586 unfinished) +2026-01-27T23:22:08.7425103Z [612/6735] Generating Language/FreeCAD_ru.qm +2026-01-27T23:22:08.7426715Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_ru.qm'... +2026-01-27T23:22:08.7427086Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.7696716Z [613/6735] Generating Language/FreeCAD_sl.qm +2026-01-27T23:22:08.7698849Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_sl.qm'... +2026-01-27T23:22:08.7699450Z Generated 2563 translation(s) (1452 finished and 1111 unfinished) +2026-01-27T23:22:08.7699704Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.8093623Z [614/6735] Generating Language/FreeCAD_sr-CS.qm +2026-01-27T23:22:08.8095653Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_sr-CS.qm'... +2026-01-27T23:22:08.8096410Z Generated 2563 translation(s) (2535 finished and 28 unfinished) +2026-01-27T23:22:08.8096894Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.8365366Z [615/6735] Generating Language/FreeCAD_sr.qm +2026-01-27T23:22:08.8368104Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_sr.qm'... +2026-01-27T23:22:08.8368543Z Generated 2563 translation(s) (2535 finished and 28 unfinished) +2026-01-27T23:22:08.8368777Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.8762977Z [616/6735] Generating Language/FreeCAD_sv-SE.qm +2026-01-27T23:22:08.8765403Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_sv-SE.qm'... +2026-01-27T23:22:08.8765821Z Generated 2563 translation(s) (2553 finished and 10 unfinished) +2026-01-27T23:22:08.8767226Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:08.9017774Z [617/6735] Generating Language/FreeCAD_tr.qm +2026-01-27T23:22:08.9091961Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_tr.qm'... +2026-01-27T23:22:08.9092414Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:08.9473666Z [618/6735] Generating Language/FreeCAD_uk.qm +2026-01-27T23:22:08.9475644Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_uk.qm'... +2026-01-27T23:22:08.9476158Z Generated 2580 translation(s) (1624 finished and 956 unfinished) +2026-01-27T23:22:08.9655479Z [619/6735] Generating Language/FreeCAD_val-ES.qm +2026-01-27T23:22:08.9656864Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_val-ES.qm'... +2026-01-27T23:22:08.9658035Z Generated 2361 translation(s) (1673 finished and 688 unfinished) +2026-01-27T23:22:08.9658300Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:09.0064420Z [620/6735] Generating Language/FreeCAD_vi.qm +2026-01-27T23:22:09.0065959Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_vi.qm'... +2026-01-27T23:22:09.0067386Z Generated 2094 translation(s) (1470 finished and 624 unfinished) +2026-01-27T23:22:09.0067656Z Ignored 17 untranslated source text(s) +2026-01-27T23:22:09.0306127Z [621/6735] Generating Language/FreeCAD_zh-CN.qm +2026-01-27T23:22:09.0307475Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_zh-CN.qm'... +2026-01-27T23:22:09.0308866Z Generated 2580 translation(s) (2580 finished and 0 unfinished) +2026-01-27T23:22:09.0730369Z [622/6735] Generating Language/FreeCAD_zh-TW.qm +2026-01-27T23:22:09.0732260Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Gui/Language/FreeCAD_zh-TW.qm'... +2026-01-27T23:22:09.0732681Z Generated 2580 translation(s) (2147 finished and 433 unfinished) +2026-01-27T23:22:09.1623414Z [623/6735] Building ViewProviderDocumentObjectPy.h/.cpp out of ViewProviderDocumentObject.pyi +2026-01-27T23:22:09.2081966Z [624/6735] Building ViewProviderGeometryObjectPy.h/.cpp out of ViewProviderGeometryObject.pyi +2026-01-27T23:22:09.3468568Z [625/6735] Building ViewProviderExtensionPy.h/.cpp out of ViewProviderExtension.pyi +2026-01-27T23:22:09.3719991Z [626/6735] Building ViewProviderPy.h/.cpp out of ViewProvider.pyi +2026-01-27T23:22:09.5176996Z [627/6735] Building WorkbenchPy.h/.cpp out of Workbench.pyi +2026-01-27T23:22:09.5194766Z [628/6735] Building PythonWorkbenchPy.h/.cpp out of PythonWorkbench.pyi +2026-01-27T23:22:09.6608205Z [629/6735] Building Selection/SelectionObjectPy.h/.cpp out of Selection/SelectionObject.pyi +2026-01-27T23:22:09.6937483Z [630/6735] Building DocumentPy.h/.cpp out of Document.pyi +2026-01-27T23:22:09.7813060Z [631/6735] Building ViewProviderLinkPy.h/.cpp out of ViewProviderLink.pyi +2026-01-27T23:22:09.8291454Z [632/6735] Building LinkViewPy.h/.cpp out of LinkView.pyi +2026-01-27T23:22:09.9151822Z [633/6735] Building AxisOriginPy.h/.cpp out of AxisOrigin.pyi +2026-01-27T23:22:09.9915394Z [634/6735] Building CommandPy.h/.cpp out of Command.pyi +2026-01-27T23:22:10.0172565Z [635/6735] Building files out of FreeCADGuiInit.py +2026-01-27T23:22:10.0217059Z [636/6735] Generating QSint/actionpanel/moc_actionbox.cpp +2026-01-27T23:22:10.0256251Z [637/6735] Generating QSint/actionpanel/moc_actionlabel.cpp +2026-01-27T23:22:10.0299884Z [638/6735] Generating QSint/actionpanel/moc_actiongroup.cpp +2026-01-27T23:22:10.0341789Z [639/6735] Generating QSint/actionpanel/moc_actionpanel.cpp +2026-01-27T23:22:10.0397341Z [640/6735] Generating QSint/actionpanel/moc_taskheader_p.cpp +2026-01-27T23:22:10.0440605Z [641/6735] Building Navigation/NavigationStylePy.h/.cpp out of Navigation/NavigationStyle.pyi +2026-01-27T23:22:10.4255595Z [642/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialFilter.cpp.o +2026-01-27T23:22:10.7721386Z [643/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/AppMaterial.cpp.o +2026-01-27T23:22:10.7765286Z [644/6735] Generating Quarter/moc_SignalThread.cpp +2026-01-27T23:22:10.7805650Z [645/6735] Generating Quarter/moc_InteractionMode.cpp +2026-01-27T23:22:10.7844302Z [646/6735] Generating Quarter/moc_SensorManager.cpp +2026-01-27T23:22:10.7883355Z [647/6735] Generating Quarter/moc_ContextMenu.cpp +2026-01-27T23:22:10.7922297Z [648/6735] Generating Quarter/eventhandlers/moc_FocusHandler.cpp +2026-01-27T23:22:10.7960457Z [649/6735] Generating Quarter/eventhandlers/moc_DragDropHandler.cpp +2026-01-27T23:22:10.7999154Z [650/6735] Generating Quarter/eventhandlers/moc_EventFilter.cpp +2026-01-27T23:22:10.8047401Z [651/6735] Generating Quarter/moc_QuarterWidget.cpp +2026-01-27T23:22:10.8125009Z [652/6735] Generating moc_GraphvizView-internal.cpp +2026-01-27T23:22:10.8178714Z [653/6735] Generating moc_GraphvizView.cpp +2026-01-27T23:22:13.8579384Z [654/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialConfigLoader.cpp.o +2026-01-27T23:22:14.4020207Z [655/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelUuids.cpp.o +2026-01-27T23:22:15.1285052Z [656/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelLibrary.cpp.o +2026-01-27T23:22:15.4989076Z [657/6735] Generating qrc_translation.cpp +2026-01-27T23:22:15.7038917Z [658/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialLibrary.cpp.o +2026-01-27T23:22:16.6731801Z [659/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/DistxyIeqctJeqc.cpp.o +2026-01-27T23:22:17.2172087Z [660/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialValue.cpp.o +2026-01-27T23:22:17.7271421Z [661/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EigenDecomposition.cpp.o +2026-01-27T23:22:18.0022111Z [662/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Materials.cpp.o +2026-01-27T23:22:18.2489170Z [663/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialManagerLocal.cpp.o +2026-01-27T23:22:18.4042033Z [664/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelManagerLocal.cpp.o +2026-01-27T23:22:18.5101618Z [665/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/Model.cpp.o +2026-01-27T23:22:18.5114399Z [666/6735] Generating qrc_resource.cpp +2026-01-27T23:22:18.6597681Z [667/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelManager.cpp.o +2026-01-27T23:22:19.0266210Z [668/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialManager.cpp.o +2026-01-27T23:22:19.6788972Z [669/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EndFramec.cpp.o +2026-01-27T23:22:19.8219657Z [670/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAnglesDot.cpp.o +2026-01-27T23:22:20.0022107Z [671/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAnglesDDot.cpp.o +2026-01-27T23:22:20.1987017Z [672/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAngleszxzDDot.cpp.o +2026-01-27T23:22:20.2462720Z [673/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAngleszxz.cpp.o +2026-01-27T23:22:20.2864190Z [674/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAngleszxzDot.cpp.o +2026-01-27T23:22:20.6254427Z [675/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerArray.cpp.o +2026-01-27T23:22:20.7235812Z [676/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerAngles.cpp.o +2026-01-27T23:22:20.9592080Z [677/6735] Generating qrc_FreeCAD_translation.cpp +2026-01-27T23:22:21.2143358Z [678/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EndFrameqc.cpp.o +2026-01-27T23:22:21.5504308Z [679/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerParametersDot.cpp.o +2026-01-27T23:22:21.5513012Z [680/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EndFrameqct2.cpp.o +2026-01-27T23:22:21.9518222Z [681/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerParameters.cpp.o +2026-01-27T23:22:22.1476127Z [682/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerParametersDDot.cpp.o +2026-01-27T23:22:22.6452145Z [683/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/MaterialLoader.cpp.o +2026-01-27T23:22:22.9432484Z [684/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Exponential.cpp.o +2026-01-27T23:22:23.0247293Z [685/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ExpressionX.cpp.o +2026-01-27T23:22:23.1846908Z [686/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ForceTorqueData.cpp.o +2026-01-27T23:22:23.5671863Z [687/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EulerConstraint.cpp.o +2026-01-27T23:22:23.8195285Z [688/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/PropertyMaterial.cpp.o +2026-01-27T23:22:24.0172026Z [689/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FixedJoint.cpp.o +2026-01-27T23:22:24.1070159Z [690/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ExternalSystem.cpp.o +2026-01-27T23:22:24.1190236Z [691/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/PyVariants.cpp.o +2026-01-27T23:22:24.8624480Z [692/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/EndFrameqct.cpp.o +2026-01-27T23:22:25.0612003Z [693/6735] Building CXX object src/Mod/Material/App/CMakeFiles/Materials.dir/ModelLoader.cpp.o +2026-01-27T23:22:28.3666551Z [694/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/3Dconnexion/GuiAbstractNativeEvent.cpp.o +2026-01-27T23:22:32.0732170Z [695/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FreeCADGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:22:34.7871521Z [696/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/3Dconnexion/GuiNativeEventLinux.cpp.o +2026-01-27T23:22:35.2463797Z [697/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GraphicsViewZoom.cpp.o +2026-01-27T23:22:36.6642027Z [698/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentObserver.cpp.o +2026-01-27T23:22:39.4964637Z [699/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentObserverPython.cpp.o +2026-01-27T23:22:39.7889348Z [700/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/BitmapFactory.cpp.o +2026-01-27T23:22:40.7513323Z [701/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionBindingPy.cpp.o +2026-01-27T23:22:41.5073915Z [702/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentPyImp.cpp.o +2026-01-27T23:22:41.8324254Z [703/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FreeCADStyle.cpp.o +2026-01-27T23:22:42.7693387Z [704/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentModel.cpp.o +2026-01-27T23:22:43.8685564Z [705/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiConsole.cpp.o +2026-01-27T23:22:44.3248765Z [706/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/EditableDatumLabel.cpp.o +2026-01-27T23:22:44.3249884Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/EditableDatumLabel.cpp:229:23: warning: variable 'spinBox' set but not used [-Wunused-but-set-variable] +2026-01-27T23:22:44.3250287Z 229 | if (auto* spinBox = qobject_cast(watched)) { +2026-01-27T23:22:44.3250424Z | ^ +2026-01-27T23:22:44.3250553Z 1 warning generated. +2026-01-27T23:22:45.5373469Z [707/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputHintPy.cpp.o +2026-01-27T23:22:47.0688333Z [708/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiApplicationNativeEventAware.cpp.o +2026-01-27T23:22:47.3030278Z [709/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AutoSaver.cpp.o +2026-01-27T23:22:48.2196472Z [710/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionBinding.cpp.o +2026-01-27T23:22:51.1948177Z [711/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputHintWidget.cpp.o +2026-01-27T23:22:53.2546201Z [712/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GuiApplication.cpp.o +2026-01-27T23:22:54.3275179Z [713/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ModuleIO.cpp.o +2026-01-27T23:22:54.6599237Z [714/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SpaceballEvent.cpp.o +2026-01-27T23:22:55.0114022Z [715/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ExpressionCompleter.cpp.o +2026-01-27T23:22:55.4400702Z [716/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ApplicationPy.cpp.o +2026-01-27T23:22:56.0333887Z [717/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FileHandler.cpp.o +2026-01-27T23:22:56.7975194Z [718/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Macro.cpp.o +2026-01-27T23:22:57.1788439Z [719/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MergeDocuments.cpp.o +2026-01-27T23:22:57.4536351Z [720/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/StatusBarLabel.cpp.o +2026-01-27T23:22:59.2252083Z [721/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Document.cpp.o +2026-01-27T23:23:01.7146595Z [722/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/resource.cpp.o +2026-01-27T23:23:02.3865146Z [723/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Control.cpp.o +2026-01-27T23:23:02.8025701Z [724/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WaitCursor.cpp.o +2026-01-27T23:23:04.0345751Z [725/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/moc_actionbox.cpp.o +2026-01-27T23:23:06.2652642Z [726/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/moc_actionlabel.cpp.o +2026-01-27T23:23:06.3678363Z [727/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Thumbnail.cpp.o +2026-01-27T23:23:07.1473448Z [728/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Application.cpp.o +2026-01-27T23:23:07.5424863Z [729/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Utilities.cpp.o +2026-01-27T23:23:07.6492542Z [730/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TransactionObject.cpp.o +2026-01-27T23:23:07.9285210Z [731/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/StyleParameters/Parser.cpp.o +2026-01-27T23:23:08.1187488Z [732/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/moc_actiongroup.cpp.o +2026-01-27T23:23:09.0292157Z [733/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePackManager.cpp.o +2026-01-27T23:23:09.7540792Z [734/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolHandler.cpp.o +2026-01-27T23:23:10.2028345Z [735/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/moc_actionpanel.cpp.o +2026-01-27T23:23:11.2772152Z [736/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/moc_taskheader_p.cpp.o +2026-01-27T23:23:13.9952252Z [737/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/qrc_translation.cpp.o +2026-01-27T23:23:14.1915088Z [738/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/StyleParameters/ParameterManager.cpp.o +2026-01-27T23:23:14.7665740Z [739/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/StartupProcess.cpp.o +2026-01-27T23:23:15.0761306Z [740/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ManualAlignment.cpp.o +2026-01-27T23:23:16.3284102Z [741/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ActionFunction.cpp.o +2026-01-27T23:23:19.9738254Z [742/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandMacro.cpp.o +2026-01-27T23:23:22.6978546Z [743/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/qrc_FreeCAD_translation.cpp.o +2026-01-27T23:23:25.0889502Z [744/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandStd.cpp.o +2026-01-27T23:23:25.4740379Z [745/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandWindow.cpp.o +2026-01-27T23:23:27.2574127Z [746/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandFeat.cpp.o +2026-01-27T23:23:28.1260349Z [747/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandStructure.cpp.o +2026-01-27T23:23:29.8756221Z [748/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ShortcutManager.cpp.o +2026-01-27T23:23:30.3354344Z [749/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandCompleter.cpp.o +2026-01-27T23:23:31.0109189Z [750/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandActionPy.cpp.o +2026-01-27T23:23:32.2225915Z [751/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandPyImp.cpp.o +2026-01-27T23:23:33.2720291Z [752/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Action.cpp.o +2026-01-27T23:23:33.5709126Z [753/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandTest.cpp.o +2026-01-27T23:23:36.7997243Z [754/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandLink.cpp.o +2026-01-27T23:23:37.7700440Z [755/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Command.cpp.o +2026-01-27T23:23:38.5066300Z [756/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgActivateWindowImp.cpp.o +2026-01-27T23:23:39.7486441Z [757/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgAbout.cpp.o +2026-01-27T23:23:40.9597444Z [758/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Clipping.cpp.o +2026-01-27T23:23:41.3051934Z [759/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgRunExternal.cpp.o +2026-01-27T23:23:41.6076657Z [760/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgInputDialogImp.cpp.o +2026-01-27T23:23:42.0610703Z [761/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgCreateNewPreferencePackImp.cpp.o +2026-01-27T23:23:42.5887718Z [762/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandView.cpp.o +2026-01-27T23:23:43.4492639Z [763/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgEditFileIncludePropertyExternal.cpp.o +2026-01-27T23:23:43.8712157Z [764/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DemoMode.cpp.o +2026-01-27T23:23:46.0456345Z [765/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgMacroRecordImp.cpp.o +2026-01-27T23:23:47.7473667Z [766/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandDoc.cpp.o +2026-01-27T23:23:48.2491977Z [767/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgUnitsCalculatorImp.cpp.o +2026-01-27T23:23:50.0583412Z [768/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgParameterImp.cpp.o +2026-01-27T23:23:50.2144674Z [769/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgParameterFind.cpp.o +2026-01-27T23:23:52.1053258Z [770/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgPreferencePackManagementImp.cpp.o +2026-01-27T23:23:52.2224332Z [771/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgMaterialPropertiesImp.cpp.o +2026-01-27T23:23:56.2688999Z [772/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgProjectUtility.cpp.o +2026-01-27T23:23:56.7594561Z [773/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgMacroExecuteImp.cpp.o +2026-01-27T23:23:57.7168858Z [774/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgThemeEditor.cpp.o +2026-01-27T23:23:59.2421514Z [775/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgCheckableMessageBox.cpp.o +2026-01-27T23:23:59.5599422Z [776/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgRevertToBackupConfigImp.cpp.o +2026-01-27T23:23:59.8222350Z [777/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgUndoRedo.cpp.o +2026-01-27T23:24:02.2331444Z [778/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgVersionMigrator.cpp.o +2026-01-27T23:24:03.6437290Z [779/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskDlgRelocation.cpp.o +2026-01-27T23:24:06.7840217Z [780/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgPropertyLink.cpp.o +2026-01-27T23:24:06.7963752Z [781/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgProjectInformationImp.cpp.o +2026-01-27T23:24:08.1630499Z [782/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskTransform.cpp.o +2026-01-27T23:24:12.0667859Z [783/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputVector.cpp.o +2026-01-27T23:24:12.8711987Z [784/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PropertyPage.cpp.o +2026-01-27T23:24:13.2573978Z [785/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DownloadManager.cpp.o +2026-01-27T23:24:15.2613117Z [786/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextureMapping.cpp.o +2026-01-27T23:24:15.4156447Z [787/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SceneInspector.cpp.o +2026-01-27T23:24:15.9227854Z [788/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DownloadItem.cpp.o +2026-01-27T23:24:18.9579497Z [789/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/qrc_resource.cpp.o +2026-01-27T23:24:19.0293013Z [790/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Placement.cpp.o +2026-01-27T23:24:19.2260743Z [791/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Transform.cpp.o +2026-01-27T23:24:21.8859523Z [792/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgCustomizeImp.cpp.o +2026-01-27T23:24:23.0473702Z [793/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgExpressionInput.cpp.o +2026-01-27T23:24:23.6423903Z [794/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskElementColors.cpp.o +2026-01-27T23:24:23.7267650Z [795/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/VectorListEditor.cpp.o +2026-01-27T23:24:24.0953993Z [796/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgActionsImp.cpp.o +2026-01-27T23:24:25.7550589Z [797/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgCustomizeSpNavSettings.cpp.o +2026-01-27T23:24:25.7836295Z [798/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/ListWidgetDragBugFix.cpp.o +2026-01-27T23:24:26.2640073Z [799/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DocumentRecovery.cpp.o +2026-01-27T23:24:26.4068356Z [800/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgObjectSelection.cpp.o +2026-01-27T23:24:29.2397920Z [801/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgKeyboardImp.cpp.o +2026-01-27T23:24:32.4852702Z [802/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgOnlineHelpImp.cpp.o +2026-01-27T23:24:35.4480931Z [803/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgSettingsColorGradientImp.cpp.o +2026-01-27T23:24:35.6426982Z [804/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsPDF.cpp.o +2026-01-27T23:24:36.2685251Z [805/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgToolbarsImp.cpp.o +2026-01-27T23:24:36.7759414Z [806/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgSettingsImageImp.cpp.o +2026-01-27T23:24:37.5924841Z [807/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgCustomizeSpaceball.cpp.o +2026-01-27T23:24:37.6885058Z [808/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsDocumentImp.cpp.o +2026-01-27T23:24:38.2332246Z [809/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsEditor.cpp.o +2026-01-27T23:24:40.2056009Z [810/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettings3DViewImp.cpp.o +2026-01-27T23:24:40.2105883Z [811/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsMacroImp.cpp.o +2026-01-27T23:24:41.1248673Z [812/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgPreferencesImp.cpp.o +2026-01-27T23:24:41.5338025Z [813/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsCacheDirectory.cpp.o +2026-01-27T23:24:42.6535944Z [814/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Dialogs/DlgAddProperty.cpp.o +2026-01-27T23:24:47.0627074Z [815/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsNotificationArea.cpp.o +2026-01-27T23:24:47.3645878Z [816/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DockWindow.cpp.o +2026-01-27T23:24:47.7014655Z [817/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsLightSources.cpp.o +2026-01-27T23:24:48.4477986Z [818/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsViewColor.cpp.o +2026-01-27T23:24:48.6407000Z [819/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsUI.cpp.o +2026-01-27T23:24:49.2633504Z [820/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsReportView.cpp.o +2026-01-27T23:24:49.3061557Z [821/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsAdvanced.cpp.o +2026-01-27T23:24:49.5508041Z [822/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsPythonConsole.cpp.o +2026-01-27T23:24:50.1012611Z [823/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsSelection.cpp.o +2026-01-27T23:24:52.7098503Z [824/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsNavigation.cpp.o +2026-01-27T23:24:56.6598469Z [825/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBox.cpp.o +2026-01-27T23:24:56.7532623Z [826/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsGeneral.cpp.o +2026-01-27T23:24:57.9742335Z [827/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ComboView.cpp.o +2026-01-27T23:24:58.5333445Z [828/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ReportView.cpp.o +2026-01-27T23:24:59.2215611Z [829/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGRectItem.cpp.o +2026-01-27T23:24:59.8483661Z [830/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionView.cpp.o +2026-01-27T23:25:01.0643924Z [831/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TreeView.cpp.o +2026-01-27T23:25:01.6043948Z [832/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGView.cpp.o +2026-01-27T23:25:03.8705511Z [833/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGModelGraph.cpp.o +2026-01-27T23:25:04.5772987Z [834/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PreferencePages/DlgSettingsWorkbenchesImp.cpp.o +2026-01-27T23:25:05.3038711Z [835/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/EditorView.cpp.o +2026-01-27T23:25:06.6845778Z [836/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SyntaxHighlighter.cpp.o +2026-01-27T23:25:09.3498386Z [837/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/MarkerBitmaps.cpp.o +2026-01-27T23:25:09.5521445Z [838/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonTracing.cpp.o +2026-01-27T23:25:10.4252448Z [839/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SmSwitchboard.cpp.o +2026-01-27T23:25:11.2265640Z [840/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextDocumentEditorView.cpp.o +2026-01-27T23:25:11.4847918Z [841/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoAutoZoomTranslation.cpp.o +2026-01-27T23:25:12.0583728Z [842/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonConsole.cpp.o +2026-01-27T23:25:12.2238145Z [843/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Assistant.cpp.o +2026-01-27T23:25:13.1756826Z [844/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoDrawingGrid.cpp.o +2026-01-27T23:25:13.8627445Z [845/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonDebugger.cpp.o +2026-01-27T23:25:13.9892160Z [846/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoFCBackgroundGradient.cpp.o +2026-01-27T23:25:14.0941804Z [847/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonConsolePy.cpp.o +2026-01-27T23:25:14.1398860Z [848/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DAGView/DAGModel.cpp.o +2026-01-27T23:25:14.6497458Z [849/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoMouseWheelEvent.cpp.o +2026-01-27T23:25:14.9615353Z [850/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TextEdit.cpp.o +2026-01-27T23:25:14.9672640Z [851/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoToggleSwitch.cpp.o +2026-01-27T23:25:14.9977298Z [852/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoFCTransform.cpp.o +2026-01-27T23:25:15.3906093Z [853/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CallTips.cpp.o +2026-01-27T23:25:15.5681202Z [854/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoFCBoundingBox.cpp.o +2026-01-27T23:25:16.2461862Z [855/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoLinearDraggerGeometry.cpp.o +2026-01-27T23:25:16.5929781Z [856/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WhatsThis.cpp.o +2026-01-27T23:25:16.8360874Z [857/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PropertyView.cpp.o +2026-01-27T23:25:17.2327607Z [858/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoAxisCrossKit.cpp.o +2026-01-27T23:25:17.2500880Z [859/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NetworkRetriever.cpp.o +2026-01-27T23:25:17.3142926Z [860/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoRotationDraggerGeometry.cpp.o +2026-01-27T23:25:17.4824135Z [861/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OnlineDocumentation.cpp.o +2026-01-27T23:25:18.1172552Z [862/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonEditor.cpp.o +2026-01-27T23:25:18.2320759Z [863/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCInteractiveElement.cpp.o +2026-01-27T23:25:18.7051937Z [864/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoTransformDragger.cpp.o +2026-01-27T23:25:19.0949217Z [865/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/So3DAnnotation.cpp.o +2026-01-27T23:25:20.7311516Z [866/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Tree.cpp.o +2026-01-27T23:25:21.9335888Z [867/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/SoFCPlacementIndicatorKit.cpp.o +2026-01-27T23:25:24.0558679Z [868/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SoFCSelectionAction.cpp.o +2026-01-27T23:25:25.0696629Z [869/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoLinearDragger.cpp.o +2026-01-27T23:25:25.1497775Z [870/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoQtOffscreenRendererPy.cpp.o +2026-01-27T23:25:25.2351870Z [871/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoPlanarDragger.cpp.o +2026-01-27T23:25:25.4345787Z [872/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCVectorizeSVGAction.cpp.o +2026-01-27T23:25:25.6897268Z [873/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorBarNotifier.cpp.o +2026-01-27T23:25:25.8462843Z [874/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoDevicePixelRatioElement.cpp.o +2026-01-27T23:25:26.3485844Z [875/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/SoRotationDragger.cpp.o +2026-01-27T23:25:27.3372134Z [876/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ArcEngine.cpp.o +2026-01-27T23:25:27.6634624Z [877/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCVectorizeU3DAction.cpp.o +2026-01-27T23:25:29.8343276Z [878/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCOffscreenRenderer.cpp.o +2026-01-27T23:25:30.5044650Z [879/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorLegend.cpp.o +2026-01-27T23:25:30.8518794Z [880/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorBar.cpp.o +2026-01-27T23:25:30.9296549Z [881/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCColorGradient.cpp.o +2026-01-27T23:25:33.2184322Z [882/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Inventor/Draggers/Gizmo.cpp.o +2026-01-27T23:25:34.1542759Z [883/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoTouchEvents.cpp.o +2026-01-27T23:25:35.4808188Z [884/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoTextLabel.cpp.o +2026-01-27T23:25:36.6165605Z [885/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoDatumLabel.cpp.o +2026-01-27T23:25:36.8703307Z [886/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SoFCSelectionContext.cpp.o +2026-01-27T23:25:38.6462367Z [887/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Language/Translator.cpp.o +2026-01-27T23:25:41.7888147Z [888/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SoFCDB.cpp.o +2026-01-27T23:25:44.5263779Z [889/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SoFCSelection.cpp.o +2026-01-27T23:25:49.4750005Z [890/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskEditControl.cpp.o +2026-01-27T23:25:49.6030567Z [891/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskOrientation.cpp.o +2026-01-27T23:25:51.2943657Z [892/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SoFCUnifiedSelection.cpp.o +2026-01-27T23:25:51.4897369Z [893/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyModel.cpp.o +2026-01-27T23:25:53.2169494Z [894/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskAppearance.cpp.o +2026-01-27T23:25:53.3278406Z [895/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskSolverMessages.cpp.o +2026-01-27T23:25:54.8518913Z [896/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/actionbox.cpp.o +2026-01-27T23:25:54.8955799Z [897/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyItemDelegate.cpp.o +2026-01-27T23:25:55.3772067Z [898/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskSelectLinkProperty.cpp.o +2026-01-27T23:25:55.4788552Z [899/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskDialog.cpp.o +2026-01-27T23:25:55.8842167Z [900/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskWatcher.cpp.o +2026-01-27T23:25:56.1056008Z [901/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/actionlabel.cpp.o +2026-01-27T23:25:57.2959084Z [902/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskImage.cpp.o +2026-01-27T23:25:58.9485913Z [903/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/actionpanelscheme.cpp.o +2026-01-27T23:25:59.0571061Z [904/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/actiongroup.cpp.o +2026-01-27T23:26:00.3886940Z [905/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/ImageReader.cpp.o +2026-01-27T23:26:00.7252103Z [906/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyEditor.cpp.o +2026-01-27T23:26:01.1866421Z [907/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/actionpanel.cpp.o +2026-01-27T23:26:02.2937790Z [908/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskView.cpp.o +2026-01-27T23:26:02.5499012Z [909/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/DragDropHandler.cpp.o +2026-01-27T23:26:02.5825997Z [910/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/InputDevice.cpp.o +2026-01-27T23:26:03.3522151Z [911/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/taskgroup_p.cpp.o +2026-01-27T23:26:03.3826430Z [912/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TaskView/TaskDialogPython.cpp.o +2026-01-27T23:26:03.4831154Z [913/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/FocusHandler.cpp.o +2026-01-27T23:26:03.5603306Z [914/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QSint/actionpanel/taskheader_p.cpp.o +2026-01-27T23:26:04.1606366Z [915/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/ContextMenu.cpp.o +2026-01-27T23:26:04.1661003Z [916/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/NativeEvent.cpp.o +2026-01-27T23:26:04.9617051Z [917/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/EventFilter.cpp.o +2026-01-27T23:26:05.7453914Z [918/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/Keyboard.cpp.o +2026-01-27T23:26:06.4250704Z [919/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/QtCoinCompatibility.cpp.o +2026-01-27T23:26:07.4172027Z [920/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/InteractionMode.cpp.o +2026-01-27T23:26:07.8915174Z [921/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/KeyboardP.cpp.o +2026-01-27T23:26:10.2288496Z [922/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/Mouse.cpp.o +2026-01-27T23:26:10.7182198Z [923/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/QuarterWidgetP.cpp.o +2026-01-27T23:26:10.9714734Z [924/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/moc_SignalThread.cpp.o +2026-01-27T23:26:11.0089080Z [925/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/Quarter.cpp.o +2026-01-27T23:26:11.7142777Z [926/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/SignalThread.cpp.o +2026-01-27T23:26:11.8289728Z [927/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/QuarterP.cpp.o +2026-01-27T23:26:12.1276171Z [928/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/QuarterWidget.cpp.o +2026-01-27T23:26:12.3171920Z [929/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/SensorManager.cpp.o +2026-01-27T23:26:13.2573516Z [930/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/moc_InteractionMode.cpp.o +2026-01-27T23:26:13.4245063Z [931/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/SpaceNavigatorDevice.cpp.o +2026-01-27T23:26:13.8558832Z [932/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GLBuffer.cpp.o +2026-01-27T23:26:13.8690353Z [933/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/moc_SensorManager.cpp.o +2026-01-27T23:26:14.0700483Z [934/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Camera.cpp.o +2026-01-27T23:26:14.5877557Z [935/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/moc_ContextMenu.cpp.o +2026-01-27T23:26:14.6974181Z [936/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventorRiftViewer.cpp.o +2026-01-27T23:26:14.7916796Z [937/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/SoQTQuarterAdaptor.cpp.o +2026-01-27T23:26:15.5635500Z [938/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/eventhandlers/moc_FocusHandler.cpp.o +2026-01-27T23:26:15.6030785Z [939/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/eventhandlers/moc_EventFilter.cpp.o +2026-01-27T23:26:15.9044658Z [940/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/eventhandlers/moc_DragDropHandler.cpp.o +2026-01-27T23:26:16.0350525Z [941/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyItem.cpp.o +2026-01-27T23:26:17.4680798Z [942/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Quarter/moc_QuarterWidget.cpp.o +2026-01-27T23:26:17.7701757Z [943/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CoinRiftWidget.cpp.o +2026-01-27T23:26:20.3287450Z [944/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View.cpp.o +2026-01-27T23:26:21.1092286Z [945/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Multisample.cpp.o +2026-01-27T23:26:27.8237876Z [946/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/NavigationStylePyImp.cpp.o +2026-01-27T23:26:29.4837824Z [947/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Flag.cpp.o +2026-01-27T23:26:29.6828648Z [948/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GLPainter.cpp.o +2026-01-27T23:26:30.5206036Z [949/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MouseSelection.cpp.o +2026-01-27T23:26:30.9838298Z [950/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DSettings.cpp.o +2026-01-27T23:26:31.2016460Z [951/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SplitView3DInventor.cpp.o +2026-01-27T23:26:31.8281909Z [952/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventor.cpp.o +2026-01-27T23:26:33.1572081Z [953/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DViewerPy.cpp.o +2026-01-27T23:26:34.1247139Z [954/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/InventorNavigationStyle.cpp.o +2026-01-27T23:26:34.2527159Z [955/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/NavigationStateChart.cpp.o +2026-01-27T23:26:35.1485225Z [956/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/CADNavigationStyle.cpp.o +2026-01-27T23:26:35.9549539Z [957/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/NavigationStyle.cpp.o +2026-01-27T23:26:37.3198024Z [958/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventorSelection.cpp.o +2026-01-27T23:26:39.2515162Z [959/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DPy.cpp.o +2026-01-27T23:26:43.1993365Z [960/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/NavigationAnimation.cpp.o +2026-01-27T23:26:43.4928425Z [961/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/View3DInventorViewer.cpp.o +2026-01-27T23:26:44.2087350Z [962/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/SiemensNXNavigationStyle.cpp.o +2026-01-27T23:26:44.4967575Z [963/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/NavigationAnimator.cpp.o +2026-01-27T23:26:45.8000876Z [964/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/RevitNavigationStyle.cpp.o +2026-01-27T23:26:47.1142318Z [965/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/BlenderNavigationStyle.cpp.o +2026-01-27T23:26:47.4517487Z [966/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/OpenSCADNavigationStyle.cpp.o +2026-01-27T23:26:47.6121182Z [967/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderExtension.cpp.o +2026-01-27T23:26:48.2683947Z [968/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/SolidWorksNavigationStyle.cpp.o +2026-01-27T23:26:48.4193324Z [969/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/OpenCascadeNavigationStyle.cpp.o +2026-01-27T23:26:48.4355891Z [970/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NaviCube.cpp.o +2026-01-27T23:26:49.4089348Z [971/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/TouchpadNavigationStyle.cpp.o +2026-01-27T23:26:49.5533579Z [972/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/MayaGestureNavigationStyle.cpp.o +2026-01-27T23:26:49.7114510Z [973/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/TinkerCADNavigationStyle.cpp.o +2026-01-27T23:26:52.5815327Z [974/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderExtensionPyImp.cpp.o +2026-01-27T23:26:55.8289539Z [975/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderExtern.cpp.o +2026-01-27T23:26:56.9759138Z [976/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeoFeatureGroupExtension.cpp.o +2026-01-27T23:26:59.8771793Z [977/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGroupExtension.cpp.o +2026-01-27T23:26:59.9535272Z [978/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObjectGroup.cpp.o +2026-01-27T23:27:00.5228866Z [979/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Navigation/GestureNavigationStyle.cpp.o +2026-01-27T23:27:02.0493401Z [980/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderFeature.cpp.o +2026-01-27T23:27:02.6345035Z [981/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderOriginGroupExtension.cpp.o +2026-01-27T23:27:02.7542195Z [982/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObjectPyImp.cpp.o +2026-01-27T23:27:03.2507246Z [983/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderSuppressibleExtension.cpp.o +2026-01-27T23:27:03.3706696Z [984/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeometryObjectPyImp.cpp.o +2026-01-27T23:27:03.9456471Z [985/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderAnnotation.cpp.o +2026-01-27T23:27:06.5988699Z [986/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDragger.cpp.o +2026-01-27T23:27:07.1932418Z [987/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProvider.cpp.o +2026-01-27T23:27:07.2988872Z [988/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderBuilder.cpp.o +2026-01-27T23:27:07.3812160Z [989/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderImagePlane.cpp.o +2026-01-27T23:27:09.1705359Z [990/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeometryObject.cpp.o +2026-01-27T23:27:11.2188833Z [991/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPyImp.cpp.o +2026-01-27T23:27:13.8211754Z [992/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderInventorObject.cpp.o +2026-01-27T23:27:14.4906379Z [993/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDocumentObject.cpp.o +2026-01-27T23:27:16.9435363Z [994/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderTextureExtension.cpp.o +2026-01-27T23:27:18.0183862Z [995/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderVRMLObject.cpp.o +2026-01-27T23:27:18.3447866Z [996/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderDatum.cpp.o +2026-01-27T23:27:18.9786463Z [997/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPoint.cpp.o +2026-01-27T23:27:19.8628047Z [998/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderGeoFeatureGroup.cpp.o +2026-01-27T23:27:20.3875995Z [999/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPlane.cpp.o +2026-01-27T23:27:20.5912239Z [1000/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPlacement.cpp.o +2026-01-27T23:27:21.2919139Z [1001/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderMaterialObject.cpp.o +2026-01-27T23:27:21.4099393Z [1002/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderFeaturePython.cpp.o +2026-01-27T23:27:21.8510484Z [1003/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderLine.cpp.o +2026-01-27T23:27:22.1603246Z [1004/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderOriginGroup.cpp.o +2026-01-27T23:27:26.4859118Z [1005/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderPart.cpp.o +2026-01-27T23:27:27.4235209Z [1006/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderTextDocument.cpp.o +2026-01-27T23:27:29.2505946Z [1007/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AxisOriginPyImp.cpp.o +2026-01-27T23:27:30.0310250Z [1008/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NotificationBox.cpp.o +2026-01-27T23:27:30.2347837Z [1009/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderLinkPyImp.cpp.o +2026-01-27T23:27:31.6797998Z [1010/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MainWindowPy.cpp.o +2026-01-27T23:27:31.7467140Z [1011/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderCoordinateSystem.cpp.o +2026-01-27T23:27:32.1195828Z [1012/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/AxisOrigin.cpp.o +2026-01-27T23:27:32.4409599Z [1013/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/LinkViewPyImp.cpp.o +2026-01-27T23:27:35.3653053Z [1014/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ComboLinks.cpp.o +2026-01-27T23:27:35.7249547Z [1015/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/NotificationArea.cpp.o +2026-01-27T23:27:36.2263857Z [1016/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FileDialog.cpp.o +2026-01-27T23:27:38.6434295Z [1017/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PrefWidgets.cpp.o +2026-01-27T23:27:39.4595756Z [1018/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ProgressBar.cpp.o +2026-01-27T23:27:40.0584520Z [1019/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ProgressDialog.cpp.o +2026-01-27T23:27:42.4979599Z [1020/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/UiLoader.cpp.o +2026-01-27T23:27:42.5276463Z [1021/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderVarSet.cpp.o +2026-01-27T23:27:43.2002895Z [1022/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Window.cpp.o +2026-01-27T23:27:43.7536114Z [1023/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SplashScreen.cpp.o +2026-01-27T23:27:45.6373933Z [1024/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ElideLabel.cpp.o +2026-01-27T23:27:46.1616629Z [1025/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/InputField.cpp.o +2026-01-27T23:27:47.5419117Z [1026/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ElideCheckBox.cpp.o +2026-01-27T23:27:48.6678986Z [1027/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/FontScaledSVG.cpp.o +2026-01-27T23:27:50.0038550Z [1028/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewParams.cpp.o +2026-01-27T23:27:50.3061040Z [1029/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonWrapper.cpp.o +2026-01-27T23:27:50.3519883Z [1030/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ViewProviderLink.cpp.o +2026-01-27T23:27:50.5786303Z [1031/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchSelector.cpp.o +2026-01-27T23:27:52.1530755Z [1032/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SplitButton.cpp.o +2026-01-27T23:27:52.5187732Z [1033/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ParamHandler.cpp.o +2026-01-27T23:27:53.1215859Z [1034/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o +2026-01-27T23:27:55.8528712Z [1035/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OverlayParams.cpp.o +2026-01-27T23:27:56.1703435Z [1036/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/QuantitySpinBox.cpp.o +2026-01-27T23:27:57.1744867Z [1037/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/SpinBox.cpp.o +2026-01-27T23:28:01.0569961Z [1038/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MDIViewPy.cpp.o +2026-01-27T23:28:01.3314539Z [1039/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/TreeParams.cpp.o +2026-01-27T23:28:01.7372561Z [1040/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Widgets.cpp.o +2026-01-27T23:28:02.1009363Z [1041/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ImageView.cpp.o +2026-01-27T23:28:02.9758069Z [1042/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/DockWindowManager.cpp.o +2026-01-27T23:28:03.2298879Z [1043/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBarAreaWidget.cpp.o +2026-01-27T23:28:03.3481795Z [1044/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MainWindow.cpp.o +2026-01-27T23:28:04.2456412Z [1045/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MDIView.cpp.o +2026-01-27T23:28:04.5212636Z [1046/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/GraphvizView.cpp.o +2026-01-27T23:28:04.9065395Z [1047/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MenuManager.cpp.o +2026-01-27T23:28:05.0162385Z [1048/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchManipulator.cpp.o +2026-01-27T23:28:07.2909983Z [1049/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/MDIViewPyWrap.cpp.o +2026-01-27T23:28:08.8583531Z [1050/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBarManager.cpp.o +2026-01-27T23:28:09.7768024Z [1051/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ToolBoxManager.cpp.o +2026-01-27T23:28:09.9207982Z [1052/6735] Linking CXX shared library Mod/Material/Materials.so +2026-01-27T23:28:10.0203492Z [1053/6735] Automatic MOC and UIC for target Part +2026-01-27T23:28:10.1434720Z [1054/6735] Building ArcPy.h/.cpp out of Arc.pyi +2026-01-27T23:28:10.2706691Z [1055/6735] Building ArcOfConicPy.h/.cpp out of ArcOfConic.pyi +2026-01-27T23:28:10.3474251Z [1056/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/ActiveObjectList.cpp.o +2026-01-27T23:28:10.3865682Z [1057/6735] Building ArcOfCirclePy.h/.cpp out of ArcOfCircle.pyi +2026-01-27T23:28:10.4710636Z [1058/6735] Building ArcOfParabolaPy.h/.cpp out of ArcOfParabola.pyi +2026-01-27T23:28:10.5047966Z [1059/6735] Building BodyBasePy.h/.cpp out of BodyBase.pyi +2026-01-27T23:28:10.5995367Z [1060/6735] Building ConicPy.h/.cpp out of Conic.pyi +2026-01-27T23:28:10.6276732Z [1061/6735] Building CirclePy.h/.cpp out of Circle.pyi +2026-01-27T23:28:10.7217573Z [1062/6735] Building ArcOfEllipsePy.h/.cpp out of ArcOfEllipse.pyi +2026-01-27T23:28:10.7613506Z [1063/6735] Building EllipsePy.h/.cpp out of Ellipse.pyi +2026-01-27T23:28:10.8228513Z [1064/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/PythonWorkbenchPyImp.cpp.o +2026-01-27T23:28:10.8515748Z [1065/6735] Building HyperbolaPy.h/.cpp out of Hyperbola.pyi +2026-01-27T23:28:10.8815372Z [1066/6735] Building ArcOfHyperbolaPy.h/.cpp out of ArcOfHyperbola.pyi +2026-01-27T23:28:10.9517352Z [1067/6735] Building ParabolaPy.h/.cpp out of Parabola.pyi +2026-01-27T23:28:10.9747072Z [1068/6735] Building OffsetCurvePy.h/.cpp out of OffsetCurve.pyi +2026-01-27T23:28:11.0366734Z [1069/6735] Building GeometryPy.h/.cpp out of Geometry.pyi +2026-01-27T23:28:11.0781781Z [1070/6735] Building GeometryExtensionPy.h/.cpp out of GeometryExtension.pyi +2026-01-27T23:28:11.0973228Z [1071/6735] Building GeometryIntExtensionPy.h/.cpp out of GeometryIntExtension.pyi +2026-01-27T23:28:11.1577014Z [1072/6735] Building GeometryStringExtensionPy.h/.cpp out of GeometryStringExtension.pyi +2026-01-27T23:28:11.2009496Z [1073/6735] Building GeometryBoolExtensionPy.h/.cpp out of GeometryBoolExtension.pyi +2026-01-27T23:28:11.2179626Z [1074/6735] Building GeometryDoubleExtensionPy.h/.cpp out of GeometryDoubleExtension.pyi +2026-01-27T23:28:11.3242565Z [1075/6735] Building BoundedCurvePy.h/.cpp out of BoundedCurve.pyi +2026-01-27T23:28:11.3423775Z [1076/6735] Building TrimmedCurvePy.h/.cpp out of TrimmedCurve.pyi +2026-01-27T23:28:11.3536433Z [1077/6735] Building GeometryCurvePy.h/.cpp out of GeometryCurve.pyi +2026-01-27T23:28:11.4642870Z [1078/6735] Building LinePy.h/.cpp out of Line.pyi +2026-01-27T23:28:11.4776558Z [1079/6735] Building LineSegmentPy.h/.cpp out of LineSegment.pyi +2026-01-27T23:28:11.5037791Z [1080/6735] Building GeometrySurfacePy.h/.cpp out of GeometrySurface.pyi +2026-01-27T23:28:11.5917599Z [1081/6735] Building PointPy.h/.cpp out of Point.pyi +2026-01-27T23:28:11.6387255Z [1082/6735] Building BezierCurvePy.h/.cpp out of BezierCurve.pyi +2026-01-27T23:28:11.7138614Z [1083/6735] Building BSplineCurvePy.h/.cpp out of BSplineCurve.pyi +2026-01-27T23:28:11.7148534Z [1084/6735] Building PlanePy.h/.cpp out of Plane.pyi +2026-01-27T23:28:11.7669977Z [1085/6735] Building ConePy.h/.cpp out of Cone.pyi +2026-01-27T23:28:11.8005077Z [1086/6735] Building CylinderPy.h/.cpp out of Cylinder.pyi +2026-01-27T23:28:11.8410217Z [1087/6735] Building SpherePy.h/.cpp out of Sphere.pyi +2026-01-27T23:28:11.8957005Z [1088/6735] Building ToroidPy.h/.cpp out of Toroid.pyi +2026-01-27T23:28:11.9033699Z [1089/6735] Building BezierSurfacePy.h/.cpp out of BezierSurface.pyi +2026-01-27T23:28:11.9800571Z [1090/6735] Building PlateSurfacePy.h/.cpp out of PlateSurface.pyi +2026-01-27T23:28:12.0173767Z [1091/6735] Building OffsetSurfacePy.h/.cpp out of OffsetSurface.pyi +2026-01-27T23:28:12.0559946Z [1092/6735] Building RectangularTrimmedSurfacePy.h/.cpp out of RectangularTrimmedSurface.pyi +2026-01-27T23:28:12.1003542Z [1093/6735] Building BSplineSurfacePy.h/.cpp out of BSplineSurface.pyi +2026-01-27T23:28:12.1330237Z [1094/6735] Building SurfaceOfRevolutionPy.h/.cpp out of SurfaceOfRevolution.pyi +2026-01-27T23:28:12.1424778Z [1095/6735] Building SurfaceOfExtrusionPy.h/.cpp out of SurfaceOfExtrusion.pyi +2026-01-27T23:28:12.2172978Z [1096/6735] Building AttachExtensionPy.h/.cpp out of AttachExtension.pyi +2026-01-27T23:28:12.2230619Z [1097/6735] Building PartFeaturePy.h/.cpp out of PartFeature.pyi +2026-01-27T23:28:12.2656380Z [1098/6735] Building Part2DObjectPy.h/.cpp out of Part2DObject.pyi +2026-01-27T23:28:12.3032555Z [1099/6735] Building AttachEnginePy.h/.cpp out of AttachEngine.pyi +2026-01-27T23:28:12.3806780Z [1100/6735] Building TopoShapeCompoundPy.h/.cpp out of TopoShapeCompound.pyi +2026-01-27T23:28:12.3870851Z [1101/6735] Building TopoShapeCompSolidPy.h/.cpp out of TopoShapeCompSolid.pyi +2026-01-27T23:28:12.4863973Z [1102/6735] Building TopoShapeEdgePy.h/.cpp out of TopoShapeEdge.pyi +2026-01-27T23:28:12.5553264Z [1103/6735] Building TopoShapeFacePy.h/.cpp out of TopoShapeFace.pyi +2026-01-27T23:28:12.5567646Z [1104/6735] Building TopoShapePy.h/.cpp out of TopoShape.pyi +2026-01-27T23:28:12.5703278Z [1105/6735] Building TopoShapeShellPy.h/.cpp out of TopoShapeShell.pyi +2026-01-27T23:28:12.6630326Z [1106/6735] Building TopoShapeWirePy.h/.cpp out of TopoShapeWire.pyi +2026-01-27T23:28:12.6799890Z [1107/6735] Building TopoShapeVertexPy.h/.cpp out of TopoShapeVertex.pyi +2026-01-27T23:28:12.6896466Z [1108/6735] Building TopoShapeSolidPy.h/.cpp out of TopoShapeSolid.pyi +2026-01-27T23:28:12.7609899Z [1109/6735] Building BRepOffsetAPI_MakePipeShellPy.h/.cpp out of BRepOffsetAPI_MakePipeShell.pyi +2026-01-27T23:28:12.8259480Z [1110/6735] Building BRepOffsetAPI_MakeFillingPy.h/.cpp out of BRepOffsetAPI_MakeFilling.pyi +2026-01-27T23:28:12.8293966Z [1111/6735] Building BRepFeat/MakePrismPy.h/.cpp out of BRepFeat/MakePrism.pyi +2026-01-27T23:28:12.8407252Z [1112/6735] Building ChFi2d/ChFi2d_AnaFilletAlgoPy.h/.cpp out of ChFi2d/ChFi2d_AnaFilletAlgo.pyi +2026-01-27T23:28:12.9250865Z [1113/6735] Building ChFi2d/ChFi2d_FilletAPIPy.h/.cpp out of ChFi2d/ChFi2d_FilletAPI.pyi +2026-01-27T23:28:12.9554913Z [1114/6735] Building ChFi2d/ChFi2d_FilletAlgoPy.h/.cpp out of ChFi2d/ChFi2d_FilletAlgo.pyi +2026-01-27T23:28:12.9562946Z [1115/6735] Building ChFi2d/ChFi2d_ChamferAPIPy.h/.cpp out of ChFi2d/ChFi2d_ChamferAPI.pyi +2026-01-27T23:28:13.0082723Z [1116/6735] Building Geom2d/ArcOfCircle2dPy.h/.cpp out of Geom2d/ArcOfCircle2d.pyi +2026-01-27T23:28:13.0784847Z [1117/6735] Building Geom2d/ArcOfEllipse2dPy.h/.cpp out of Geom2d/ArcOfEllipse2d.pyi +2026-01-27T23:28:13.0793108Z [1118/6735] Building Geom2d/ArcOfConic2dPy.h/.cpp out of Geom2d/ArcOfConic2d.pyi +2026-01-27T23:28:13.0874019Z [1119/6735] Building Geom2d/ArcOfHyperbola2dPy.h/.cpp out of Geom2d/ArcOfHyperbola2d.pyi +2026-01-27T23:28:13.2004219Z [1120/6735] Building Geom2d/ArcOfParabola2dPy.h/.cpp out of Geom2d/ArcOfParabola2d.pyi +2026-01-27T23:28:13.2140012Z [1121/6735] Building Geom2d/BSplineCurve2dPy.h/.cpp out of Geom2d/BSplineCurve2d.pyi +2026-01-27T23:28:13.2416286Z [1122/6735] Building Geom2d/BezierCurve2dPy.h/.cpp out of Geom2d/BezierCurve2d.pyi +2026-01-27T23:28:13.2977656Z [1123/6735] Building Geom2d/Conic2dPy.h/.cpp out of Geom2d/Conic2d.pyi +2026-01-27T23:28:13.3243520Z [1124/6735] Building Geom2d/Circle2dPy.h/.cpp out of Geom2d/Circle2d.pyi +2026-01-27T23:28:13.3708262Z [1125/6735] Building Geom2d/Ellipse2dPy.h/.cpp out of Geom2d/Ellipse2d.pyi +2026-01-27T23:28:13.3827558Z [1126/6735] Building Geom2d/Geometry2dPy.h/.cpp out of Geom2d/Geometry2d.pyi +2026-01-27T23:28:13.4652569Z [1127/6735] Building Geom2d/Line2dPy.h/.cpp out of Geom2d/Line2d.pyi +2026-01-27T23:28:13.4892557Z [1128/6735] Building Geom2d/Curve2dPy.h/.cpp out of Geom2d/Curve2d.pyi +2026-01-27T23:28:13.4984998Z [1129/6735] Building Geom2d/Hyperbola2dPy.h/.cpp out of Geom2d/Hyperbola2d.pyi +2026-01-27T23:28:13.5456336Z [1130/6735] Building Geom2d/Line2dSegmentPy.h/.cpp out of Geom2d/Line2dSegment.pyi +2026-01-27T23:28:13.6065620Z [1131/6735] Building Geom2d/OffsetCurve2dPy.h/.cpp out of Geom2d/OffsetCurve2d.pyi +2026-01-27T23:28:13.6224744Z [1132/6735] Building Geom2d/Parabola2dPy.h/.cpp out of Geom2d/Parabola2d.pyi +2026-01-27T23:28:13.6446864Z [1133/6735] Building GeomPlate/BuildPlateSurfacePy.h/.cpp out of GeomPlate/BuildPlateSurface.pyi +2026-01-27T23:28:13.7534708Z [1134/6735] Building HLRBRep/HLRBRep_AlgoPy.h/.cpp out of HLRBRep/HLRBRep_Algo.pyi +2026-01-27T23:28:13.7614048Z [1135/6735] Building GeomPlate/CurveConstraintPy.h/.cpp out of GeomPlate/CurveConstraint.pyi +2026-01-27T23:28:13.7666922Z [1136/6735] Building GeomPlate/PointConstraintPy.h/.cpp out of GeomPlate/PointConstraint.pyi +2026-01-27T23:28:13.8465467Z [1137/6735] Building HLRBRep/HLRToShapePy.h/.cpp out of HLRBRep/HLRToShape.pyi +2026-01-27T23:28:13.9094140Z [1138/6735] Building HLRBRep/PolyHLRToShapePy.h/.cpp out of HLRBRep/PolyHLRToShape.pyi +2026-01-27T23:28:13.9137074Z [1139/6735] Building HLRBRep/HLRBRep_PolyAlgoPy.h/.cpp out of HLRBRep/HLRBRep_PolyAlgo.pyi +2026-01-27T23:28:13.9494088Z [1140/6735] Building ShapeFix/ShapeFix_RootPy.h/.cpp out of ShapeFix/ShapeFix_Root.pyi +2026-01-27T23:28:14.0455371Z [1141/6735] Building ShapeFix/ShapeFix_EdgePy.h/.cpp out of ShapeFix/ShapeFix_Edge.pyi +2026-01-27T23:28:14.0481789Z [1142/6735] Building ShapeFix/ShapeFix_ShapePy.h/.cpp out of ShapeFix/ShapeFix_Shape.pyi +2026-01-27T23:28:14.0812216Z [1143/6735] Building ShapeFix/ShapeFix_FacePy.h/.cpp out of ShapeFix/ShapeFix_Face.pyi +2026-01-27T23:28:14.1565820Z [1144/6735] Building ShapeFix/ShapeFix_SolidPy.h/.cpp out of ShapeFix/ShapeFix_Solid.pyi +2026-01-27T23:28:14.1896060Z [1145/6735] Building ShapeFix/ShapeFix_ShellPy.h/.cpp out of ShapeFix/ShapeFix_Shell.pyi +2026-01-27T23:28:14.2033284Z [1146/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchManipulatorPython.cpp.o +2026-01-27T23:28:14.2475158Z [1147/6735] Building ShapeFix/ShapeFix_WireframePy.h/.cpp out of ShapeFix/ShapeFix_Wireframe.pyi +2026-01-27T23:28:14.2937183Z [1148/6735] Building ShapeFix/ShapeFix_EdgeConnectPy.h/.cpp out of ShapeFix/ShapeFix_EdgeConnect.pyi +2026-01-27T23:28:14.3207688Z [1149/6735] Building ShapeFix/ShapeFix_WirePy.h/.cpp out of ShapeFix/ShapeFix_Wire.pyi +2026-01-27T23:28:14.3293745Z [1150/6735] Building ShapeFix/ShapeFix_FaceConnectPy.h/.cpp out of ShapeFix/ShapeFix_FaceConnect.pyi +2026-01-27T23:28:14.3334353Z [1151/6735] Building ShapeFix/ShapeFix_WireVertexPy.h/.cpp out of ShapeFix/ShapeFix_WireVertex.pyi +2026-01-27T23:28:14.3799049Z [1152/6735] Building ShapeFix/ShapeFix_FixSmallFacePy.h/.cpp out of ShapeFix/ShapeFix_FixSmallFace.pyi +2026-01-27T23:28:14.4114882Z [1153/6735] Building ShapeFix/ShapeFix_FreeBoundsPy.h/.cpp out of ShapeFix/ShapeFix_FreeBounds.pyi +2026-01-27T23:28:14.4268997Z [1154/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionObject.cpp.o +2026-01-27T23:28:14.4546042Z [1155/6735] Building ShapeFix/ShapeFix_FixSmallSolidPy.h/.cpp out of ShapeFix/ShapeFix_FixSmallSolid.pyi +2026-01-27T23:28:14.4591321Z [1156/6735] Building ShapeFix/ShapeFix_ShapeTolerancePy.h/.cpp out of ShapeFix/ShapeFix_ShapeTolerance.pyi +2026-01-27T23:28:14.4605681Z [1157/6735] Building ShapeFix/ShapeFix_SplitCommonVertexPy.h/.cpp out of ShapeFix/ShapeFix_SplitCommonVertex.pyi +2026-01-27T23:28:14.4943433Z [1158/6735] Building ShapeFix/ShapeFix_SplitToolPy.h/.cpp out of ShapeFix/ShapeFix_SplitTool.pyi +2026-01-27T23:28:14.5212141Z [1159/6735] Building ShapeUpgrade/UnifySameDomainPy.h/.cpp out of ShapeUpgrade/UnifySameDomain.pyi +2026-01-27T23:28:15.5060304Z [1160/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FullRow.cpp.o +2026-01-27T23:28:15.5855887Z [1161/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Part_autogen/mocs_compilation.cpp.o +2026-01-27T23:28:15.7913660Z [1162/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FullMatrix.cpp.o +2026-01-27T23:28:16.0656583Z [1163/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FullColumn.cpp.o +2026-01-27T23:28:16.6025963Z [1164/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ForceTorqueItem.cpp.o +2026-01-27T23:28:16.9966118Z [1165/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionObjectPyImp.cpp.o +2026-01-27T23:28:17.0386890Z [1166/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FullMotion.cpp.o +2026-01-27T23:28:17.5408659Z [1167/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchFactory.cpp.o +2026-01-27T23:28:18.3946201Z [1168/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchManager.cpp.o +2026-01-27T23:28:18.6707991Z [1169/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionFilter.cpp.o +2026-01-27T23:28:19.3742619Z [1170/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WorkbenchPyImp.cpp.o +2026-01-27T23:28:20.0319339Z [1171/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OverlayManager.cpp.o +2026-01-27T23:28:20.5302151Z [1172/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionFilterPy.cpp.o +2026-01-27T23:28:20.5652110Z [1173/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Workbench.cpp.o +2026-01-27T23:28:21.6378810Z [1174/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/SelectionObserverPython.cpp.o +2026-01-27T23:28:28.1951939Z [1175/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/OverlayWidgets.cpp.o +2026-01-27T23:28:32.7997316Z [1176/6735] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Selection/Selection.cpp.o +2026-01-27T23:28:33.0469617Z [1177/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartBox.cpp.o +2026-01-27T23:28:33.2672150Z [1178/6735] Linking CXX shared library lib/libFreeCADGui.so +2026-01-27T23:28:34.8888631Z [1179/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCircle.cpp.o +2026-01-27T23:28:36.3929620Z [1180/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCut.cpp.o +2026-01-27T23:28:36.7259416Z [1181/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartBoolean.cpp.o +2026-01-27T23:28:37.2292098Z [1182/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartSpline.cpp.o +2026-01-27T23:28:38.2902977Z [1183/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartFuse.cpp.o +2026-01-27T23:28:39.5939760Z [1184/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportStep.cpp.o +2026-01-27T23:28:41.0676786Z [1185/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCommon.cpp.o +2026-01-27T23:28:42.2588895Z [1186/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartPolygon.cpp.o +2026-01-27T23:28:42.4967278Z [1187/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartSection.cpp.o +2026-01-27T23:28:43.0835588Z [1188/6735] Automatic MOC and UIC for target MatGui +2026-01-27T23:28:43.0994581Z [1189/6735] Generating Resources/translations/Material_be.qm +2026-01-27T23:28:43.0996743Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_be.qm'... +2026-01-27T23:28:43.0997293Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.1145472Z [1190/6735] Generating Resources/translations/Material_ca.qm +2026-01-27T23:28:43.1148343Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ca.qm'... +2026-01-27T23:28:43.1149120Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.1314958Z [1191/6735] Generating Resources/translations/Material_cs.qm +2026-01-27T23:28:43.1317169Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_cs.qm'... +2026-01-27T23:28:43.1317539Z Generated 250 translation(s) (151 finished and 99 unfinished) +2026-01-27T23:28:43.1477128Z [1192/6735] Generating Resources/translations/Material_da.qm +2026-01-27T23:28:43.1479409Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_da.qm'... +2026-01-27T23:28:43.1479788Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.1642081Z [1193/6735] Generating Resources/translations/Material_de.qm +2026-01-27T23:28:43.1644353Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_de.qm'... +2026-01-27T23:28:43.1644808Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.1806679Z [1194/6735] Generating Resources/translations/Material_el.qm +2026-01-27T23:28:43.1809092Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_el.qm'... +2026-01-27T23:28:43.1809457Z Generated 250 translation(s) (164 finished and 86 unfinished) +2026-01-27T23:28:43.1968629Z [1195/6735] Generating Resources/translations/Material_es-AR.qm +2026-01-27T23:28:43.1971461Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_es-AR.qm'... +2026-01-27T23:28:43.1971849Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.2132833Z [1196/6735] Generating Resources/translations/Material_es-ES.qm +2026-01-27T23:28:43.2135299Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_es-ES.qm'... +2026-01-27T23:28:43.2135675Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.2300566Z [1197/6735] Generating Resources/translations/Material_eu.qm +2026-01-27T23:28:43.2302675Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_eu.qm'... +2026-01-27T23:28:43.2303407Z Generated 250 translation(s) (69 finished and 181 unfinished) +2026-01-27T23:28:43.2469258Z [1198/6735] Generating Resources/translations/Material_fi.qm +2026-01-27T23:28:43.2470051Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_fi.qm'... +2026-01-27T23:28:43.2470341Z Generated 250 translation(s) (95 finished and 155 unfinished) +2026-01-27T23:28:43.2614033Z [1199/6735] Generating Resources/translations/Material_fr.qm +2026-01-27T23:28:43.2614496Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_fr.qm'... +2026-01-27T23:28:43.2614676Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.2760558Z [1200/6735] Generating Resources/translations/Material_hr.qm +2026-01-27T23:28:43.2761730Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_hr.qm'... +2026-01-27T23:28:43.2762079Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.2904821Z [1201/6735] Generating Resources/translations/Material_hu.qm +2026-01-27T23:28:43.2905271Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_hu.qm'... +2026-01-27T23:28:43.2905445Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.3000844Z [1202/6735] Generating Resources/translations/Material_id.qm +2026-01-27T23:28:43.3001499Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_id.qm'... +2026-01-27T23:28:43.3001684Z Generated 15 translation(s) (3 finished and 12 unfinished) +2026-01-27T23:28:43.3215516Z [1203/6735] Generating Resources/translations/Material_it.qm +2026-01-27T23:28:43.3216203Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_it.qm'... +2026-01-27T23:28:43.3216559Z Generated 250 translation(s) (185 finished and 65 unfinished) +2026-01-27T23:28:43.3299233Z [1204/6735] Generating Resources/translations/Material_ja.qm +2026-01-27T23:28:43.3300586Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ja.qm'... +2026-01-27T23:28:43.3301213Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.3452489Z [1205/6735] Generating Resources/translations/Material_ka.qm +2026-01-27T23:28:43.3454245Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ka.qm'... +2026-01-27T23:28:43.3454867Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.3628482Z [1206/6735] Generating Resources/translations/Material_ko.qm +2026-01-27T23:28:43.3630792Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ko.qm'... +2026-01-27T23:28:43.3631305Z Generated 250 translation(s) (157 finished and 93 unfinished) +2026-01-27T23:28:43.3789859Z [1207/6735] Generating Resources/translations/Material_lt.qm +2026-01-27T23:28:43.3792364Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_lt.qm'... +2026-01-27T23:28:43.3793022Z Generated 218 translation(s) (183 finished and 35 unfinished) +2026-01-27T23:28:43.3953058Z [1208/6735] Generating Resources/translations/Material_ms.qm +2026-01-27T23:28:43.3954947Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ms.qm'... +2026-01-27T23:28:43.3955625Z Generated 243 translation(s) (216 finished and 27 unfinished) +2026-01-27T23:28:43.4121960Z [1209/6735] Generating Resources/translations/Material_nl.qm +2026-01-27T23:28:43.4124307Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_nl.qm'... +2026-01-27T23:28:43.4124681Z Generated 250 translation(s) (99 finished and 151 unfinished) +2026-01-27T23:28:43.4283907Z [1210/6735] Generating Resources/translations/Material_pl.qm +2026-01-27T23:28:43.4286072Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_pl.qm'... +2026-01-27T23:28:43.4286565Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.4449109Z [1211/6735] Generating Resources/translations/Material_pt-BR.qm +2026-01-27T23:28:43.4454390Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_pt-BR.qm'... +2026-01-27T23:28:43.4454798Z Generated 250 translation(s) (193 finished and 57 unfinished) +2026-01-27T23:28:43.4620198Z [1212/6735] Generating Resources/translations/Material_pt-PT.qm +2026-01-27T23:28:43.4622620Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_pt-PT.qm'... +2026-01-27T23:28:43.4623226Z Generated 243 translation(s) (181 finished and 62 unfinished) +2026-01-27T23:28:43.4787632Z [1213/6735] Generating Resources/translations/Material_ro.qm +2026-01-27T23:28:43.4790174Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ro.qm'... +2026-01-27T23:28:43.4791701Z Generated 250 translation(s) (69 finished and 181 unfinished) +2026-01-27T23:28:43.4955350Z [1214/6735] Generating Resources/translations/Material_ru.qm +2026-01-27T23:28:43.4958511Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_ru.qm'... +2026-01-27T23:28:43.4958928Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.5122478Z [1215/6735] Generating Resources/translations/Material_sl.qm +2026-01-27T23:28:43.5172789Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_sl.qm'... +2026-01-27T23:28:43.5173430Z Generated 250 translation(s) (249 finished and 1 unfinished) +2026-01-27T23:28:43.5272583Z [1216/6735] Generating Resources/translations/Material_sr-CS.qm +2026-01-27T23:28:43.5274720Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_sr-CS.qm'... +2026-01-27T23:28:43.5275235Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.5435977Z [1217/6735] Generating Resources/translations/Material_sr.qm +2026-01-27T23:28:43.5437935Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_sr.qm'... +2026-01-27T23:28:43.5438544Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.5624188Z [1218/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportBrep.cpp.o +2026-01-27T23:28:43.5633477Z [1219/6735] Generating Resources/translations/Material_sv-SE.qm +2026-01-27T23:28:43.5634502Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_sv-SE.qm'... +2026-01-27T23:28:43.5634858Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.5776150Z [1220/6735] Generating Resources/translations/Material_uk.qm +2026-01-27T23:28:43.5777602Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_uk.qm'... +2026-01-27T23:28:43.5777949Z Generated 250 translation(s) (151 finished and 99 unfinished) +2026-01-27T23:28:43.5846305Z [1221/6735] Generating Resources/translations/Material_tr.qm +2026-01-27T23:28:43.5847587Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_tr.qm'... +2026-01-27T23:28:43.5848015Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.5932522Z [1222/6735] Generating Resources/translations/Material_val-ES.qm +2026-01-27T23:28:43.5933160Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_val-ES.qm'... +2026-01-27T23:28:43.5933511Z Generated 218 translation(s) (60 finished and 158 unfinished) +2026-01-27T23:28:43.6055162Z [1223/6735] Generating Resources/translations/Material_zh-CN.qm +2026-01-27T23:28:43.6072593Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_zh-CN.qm'... +2026-01-27T23:28:43.6073193Z Generated 250 translation(s) (250 finished and 0 unfinished) +2026-01-27T23:28:43.6127898Z [1224/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartCurveNet.cpp.o +2026-01-27T23:28:43.6138848Z [1225/6735] Generating Resources/translations/Material_zh-TW.qm +2026-01-27T23:28:43.6140042Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Material/Gui/Resources/translations/Material_zh-TW.qm'... +2026-01-27T23:28:43.6140383Z Generated 250 translation(s) (147 finished and 103 unfinished) +2026-01-27T23:28:43.6369619Z [1226/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/list.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/list.svg +2026-01-27T23:28:43.6387463Z [1227/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/Material_Edit.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/Material_Edit.svg +2026-01-27T23:28:43.6606955Z [1228/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/MaterialWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/MaterialWorkbench.svg +2026-01-27T23:28:43.6614604Z [1229/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/multiline.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/multiline.svg +2026-01-27T23:28:43.6842959Z [1230/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/preview-rendered.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/preview-rendered.svg +2026-01-27T23:28:43.6906682Z [1231/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/preferences-material.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/preferences-material.svg +2026-01-27T23:28:43.7120063Z [1232/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/preview-vector.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/preview-vector.svg +2026-01-27T23:28:43.7128534Z [1233/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/icons/table.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/icons/table.svg +2026-01-27T23:28:43.7364130Z [1234/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/images/default_image.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/images/default_image.png +2026-01-27T23:28:43.7372967Z [1235/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Gui/Resources/ui/materials-editor.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/ui/materials-editor.ui +2026-01-27T23:28:43.7481842Z [1236/6735] Building MaterialTreeWidgetPy.h/.cpp out of MaterialTreeWidget.pyi +2026-01-27T23:28:43.8626371Z [1237/6735] Generating qrc_Material.cpp +2026-01-27T23:28:43.9700224Z [1238/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeaturePartImportIges.cpp.o +2026-01-27T23:28:44.5545210Z [1239/6735] Generating qrc_Material_translation.cpp +2026-01-27T23:28:44.9071945Z [1240/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureProjectOnSurface.cpp.o +2026-01-27T23:28:48.1147442Z [1241/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureChamfer.cpp.o +2026-01-27T23:28:49.5789213Z [1242/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureCompound.cpp.o +2026-01-27T23:28:52.8901614Z [1243/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureFillet.cpp.o +2026-01-27T23:28:56.1736492Z [1244/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureMirroring.cpp.o +2026-01-27T23:28:56.1802482Z [1245/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureFace.cpp.o +2026-01-27T23:28:57.8028259Z [1246/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureExtrusion.cpp.o +2026-01-27T23:28:58.5411607Z [1247/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureRevolution.cpp.o +2026-01-27T23:28:58.9283355Z [1248/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeatureReference.cpp.o +2026-01-27T23:29:02.0503856Z [1249/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureOffset.cpp.o +2026-01-27T23:29:02.3161301Z [1250/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PrimitiveFeature.cpp.o +2026-01-27T23:29:03.2940414Z [1251/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureScale.cpp.o +2026-01-27T23:29:03.3757227Z [1252/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PrismExtension.cpp.o +2026-01-27T23:29:03.4871764Z [1253/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CustomFeature.cpp.o +2026-01-27T23:29:03.8771977Z [1254/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BodyBase.cpp.o +2026-01-27T23:29:05.3658734Z [1255/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Datums.cpp.o +2026-01-27T23:29:05.3771827Z [1256/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeatures.cpp.o +2026-01-27T23:29:05.4572557Z [1257/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FeatureGeometrySet.cpp.o +2026-01-27T23:29:05.7577756Z [1258/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Part2DObject.cpp.o +2026-01-27T23:29:06.9805504Z [1259/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PreviewExtension.cpp.o +2026-01-27T23:29:07.1692307Z [1260/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/DatumFeature.cpp.o +2026-01-27T23:29:10.5129597Z [1261/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfCirclePyImp.cpp.o +2026-01-27T23:29:10.5335910Z [1262/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfConicPyImp.cpp.o +2026-01-27T23:29:10.8891758Z [1263/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CirclePyImp.cpp.o +2026-01-27T23:29:10.9547189Z [1264/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcPyImp.cpp.o +2026-01-27T23:29:12.6443246Z [1265/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfParabolaPyImp.cpp.o +2026-01-27T23:29:13.1540221Z [1266/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HyperbolaPyImp.cpp.o +2026-01-27T23:29:13.5313844Z [1267/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyTopoShapeList.cpp.o +2026-01-27T23:29:13.5419406Z [1268/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfEllipsePyImp.cpp.o +2026-01-27T23:29:13.5432594Z [1269/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ConicPyImp.cpp.o +2026-01-27T23:29:13.9350641Z [1270/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/EllipsePyImp.cpp.o +2026-01-27T23:29:16.3495104Z [1271/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeature.cpp.o +2026-01-27T23:29:17.0528401Z [1272/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ParabolaPyImp.cpp.o +2026-01-27T23:29:17.1716097Z [1273/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryDoubleExtensionPyImp.cpp.o +2026-01-27T23:29:17.7508021Z [1274/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/VectorAdapter.cpp.o +2026-01-27T23:29:17.9241849Z [1275/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OffsetCurvePyImp.cpp.o +2026-01-27T23:29:17.9478507Z [1276/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryIntExtensionPyImp.cpp.o +2026-01-27T23:29:18.0848765Z [1277/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryExtensionPyImp.cpp.o +2026-01-27T23:29:18.2325725Z [1278/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachExtension.cpp.o +2026-01-27T23:29:18.2446231Z [1279/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryBoolExtensionPyImp.cpp.o +2026-01-27T23:29:18.3957601Z [1280/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ArcOfHyperbolaPyImp.cpp.o +2026-01-27T23:29:19.0219277Z [1281/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryStringExtensionPyImp.cpp.o +2026-01-27T23:29:19.4780225Z [1282/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryPyImp.cpp.o +2026-01-27T23:29:22.7031705Z [1283/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BoundedCurvePyImp.cpp.o +2026-01-27T23:29:23.6989601Z [1284/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BezierCurvePyImp.cpp.o +2026-01-27T23:29:23.7065925Z [1285/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyTopoShape.cpp.o +2026-01-27T23:29:24.5814425Z [1286/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BodyBasePyImp.cpp.o +2026-01-27T23:29:24.6654265Z [1287/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TrimmedCurvePyImp.cpp.o +2026-01-27T23:29:25.6856124Z [1288/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometrySurfacePyImp.cpp.o +2026-01-27T23:29:25.8703587Z [1289/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PropertyGeometryList.cpp.o +2026-01-27T23:29:25.8720176Z [1290/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/LinePyImp.cpp.o +2026-01-27T23:29:26.2145964Z [1291/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/LineSegmentPyImp.cpp.o +2026-01-27T23:29:26.2806877Z [1292/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PlanePyImp.cpp.o +2026-01-27T23:29:26.5824475Z [1293/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ConePyImp.cpp.o +2026-01-27T23:29:26.8037927Z [1294/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PointPyImp.cpp.o +2026-01-27T23:29:27.3176035Z [1295/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CylinderPyImp.cpp.o +2026-01-27T23:29:27.6908414Z [1296/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SpherePyImp.cpp.o +2026-01-27T23:29:27.8055284Z [1297/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryCurvePyImp.cpp.o +2026-01-27T23:29:28.8815380Z [1298/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ToroidPyImp.cpp.o +2026-01-27T23:29:29.1849977Z [1299/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BSplineCurvePyImp.cpp.o +2026-01-27T23:29:30.1391514Z [1300/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BezierSurfacePyImp.cpp.o +2026-01-27T23:29:31.5547471Z [1301/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/RectangularTrimmedSurfacePyImp.cpp.o +2026-01-27T23:29:32.2025654Z [1302/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OffsetSurfacePyImp.cpp.o +2026-01-27T23:29:32.6818973Z [1303/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SurfaceOfRevolutionPyImp.cpp.o +2026-01-27T23:29:32.7475043Z [1304/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PlateSurfacePyImp.cpp.o +2026-01-27T23:29:32.8899664Z [1305/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BSplineSurfacePyImp.cpp.o +2026-01-27T23:29:33.8950479Z [1306/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/SurfaceOfExtrusionPyImp.cpp.o +2026-01-27T23:29:36.0197580Z [1307/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeCompoundPyImp.cpp.o +2026-01-27T23:29:37.6613041Z [1308/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeShellPyImp.cpp.o +2026-01-27T23:29:38.2114021Z [1309/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeCompSolidPyImp.cpp.o +2026-01-27T23:29:38.8766350Z [1310/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeEdgePyImp.cpp.o +2026-01-27T23:29:41.7380623Z [1311/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeSolidPyImp.cpp.o +2026-01-27T23:29:41.9376336Z [1312/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepOffsetAPI_MakeFillingPyImp.cpp.o +2026-01-27T23:29:43.6900423Z [1313/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartFeaturePyImp.cpp.o +2026-01-27T23:29:43.7711773Z [1314/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeFacePyImp.cpp.o +2026-01-27T23:29:43.8360371Z [1315/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/PartPyCXX.cpp.o +2026-01-27T23:29:43.8395807Z [1316/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepOffsetAPI_MakePipeShellPyImp.cpp.o +2026-01-27T23:29:43.8963183Z [1317/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeVertexPyImp.cpp.o +2026-01-27T23:29:44.3201276Z [1318/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeWirePyImp.cpp.o +2026-01-27T23:29:44.7215130Z [1319/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepFeat/MakePrismPyImp.cpp.o +2026-01-27T23:29:44.8859455Z [1320/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachExtensionPyImp.cpp.o +2026-01-27T23:29:45.4175982Z [1321/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Part2DObjectPyImp.cpp.o +2026-01-27T23:29:46.2928122Z [1322/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_ChamferAPIPyImp.cpp.o +2026-01-27T23:29:48.0198147Z [1323/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfEllipse2dPyImp.cpp.o +2026-01-27T23:29:48.4812585Z [1324/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfHyperbola2dPyImp.cpp.o +2026-01-27T23:29:48.5285222Z [1325/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfCircle2dPyImp.cpp.o +2026-01-27T23:29:48.8857129Z [1326/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_AnaFilletAlgoPyImp.cpp.o +2026-01-27T23:29:49.4369978Z [1327/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Circle2dPyImp.cpp.o +2026-01-27T23:29:49.7905575Z [1328/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Conic2dPyImp.cpp.o +2026-01-27T23:29:50.1795694Z [1329/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_FilletAlgoPyImp.cpp.o +2026-01-27T23:29:50.4107086Z [1330/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfParabola2dPyImp.cpp.o +2026-01-27T23:29:50.5292571Z [1331/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/ArcOfConic2dPyImp.cpp.o +2026-01-27T23:29:50.7532425Z [1332/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Ellipse2dPyImp.cpp.o +2026-01-27T23:29:51.1736109Z [1333/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/BezierCurve2dPyImp.cpp.o +2026-01-27T23:29:51.6685839Z [1334/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AttachEnginePyImp.cpp.o +2026-01-27T23:29:52.5984241Z [1335/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Geometry2dPyImp.cpp.o +2026-01-27T23:29:53.4959622Z [1336/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapePyImp.cpp.o +2026-01-27T23:29:53.5641713Z [1337/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ChFi2d/ChFi2d_FilletAPIPyImp.cpp.o +2026-01-27T23:29:53.7920307Z [1338/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/BSplineCurve2dPyImp.cpp.o +2026-01-27T23:29:54.0172007Z [1339/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Hyperbola2dPyImp.cpp.o +2026-01-27T23:29:54.0919515Z [1340/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Line2dSegmentPyImp.cpp.o +2026-01-27T23:29:54.2064570Z [1341/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/OffsetCurve2dPyImp.cpp.o +2026-01-27T23:29:54.3101342Z [1342/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Parabola2dPyImp.cpp.o +2026-01-27T23:29:55.4214710Z [1343/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Line2dPyImp.cpp.o +2026-01-27T23:29:56.3192800Z [1344/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/BuildPlateSurfacePyImp.cpp.o +2026-01-27T23:29:56.7556451Z [1345/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/PointConstraintPyImp.cpp.o +2026-01-27T23:29:58.7755629Z [1346/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeomPlate/CurveConstraintPyImp.cpp.o +2026-01-27T23:29:59.5667775Z [1347/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geom2d/Curve2dPyImp.cpp.o +2026-01-27T23:29:59.5724781Z [1348/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_RootPyImp.cpp.o +2026-01-27T23:30:01.2244512Z [1349/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShellPyImp.cpp.o +2026-01-27T23:30:01.5901341Z [1350/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRBRep_AlgoPyImp.cpp.o +2026-01-27T23:30:01.7341188Z [1351/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRToShapePyImp.cpp.o +2026-01-27T23:30:02.5252839Z [1352/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SolidPyImp.cpp.o +2026-01-27T23:30:02.8430270Z [1353/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FacePyImp.cpp.o +2026-01-27T23:30:03.0113906Z [1354/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/PolyHLRToShapePyImp.cpp.o +2026-01-27T23:30:03.0399464Z [1355/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/HLRBRep/HLRBRep_PolyAlgoPyImp.cpp.o +2026-01-27T23:30:03.8161800Z [1356/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WireframePyImp.cpp.o +2026-01-27T23:30:04.2451418Z [1357/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WirePyImp.cpp.o +2026-01-27T23:30:04.6059910Z [1358/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShapePyImp.cpp.o +2026-01-27T23:30:05.5476548Z [1359/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_EdgePyImp.cpp.o +2026-01-27T23:30:05.9012823Z [1360/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_WireVertexPyImp.cpp.o +2026-01-27T23:30:06.9245138Z [1361/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_EdgeConnectPyImp.cpp.o +2026-01-27T23:30:07.8128962Z [1362/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FreeBoundsPyImp.cpp.o +2026-01-27T23:30:08.8467604Z [1363/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FaceConnectPyImp.cpp.o +2026-01-27T23:30:09.4275868Z [1364/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SplitToolPyImp.cpp.o +2026-01-27T23:30:09.5183177Z [1365/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/STEP/ImportExportSettings.cpp.o +2026-01-27T23:30:09.5567345Z [1366/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FixSmallFacePyImp.cpp.o +2026-01-27T23:30:09.6183254Z [1367/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_FixSmallSolidPyImp.cpp.o +2026-01-27T23:30:09.6271278Z [1368/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/IGES/ImportExportSettings.cpp.o +2026-01-27T23:30:10.1288846Z [1369/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeUpgrade/UnifySameDomainPyImp.cpp.o +2026-01-27T23:30:10.1803135Z [1370/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/OCAF/ImportExportSettings.cpp.o +2026-01-27T23:30:10.2466628Z [1371/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FuzzyHelper.cpp.o +2026-01-27T23:30:10.2763682Z [1372/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_ShapeTolerancePyImp.cpp.o +2026-01-27T23:30:11.6371978Z [1373/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ShapeFix/ShapeFix_SplitCommonVertexPyImp.cpp.o +2026-01-27T23:30:12.1817648Z [1374/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepOffsetAPI_MakeOffsetFix.cpp.o +2026-01-27T23:30:12.6346402Z [1375/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BSplineCurveBiArcs.cpp.o +2026-01-27T23:30:13.8520519Z [1376/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryExtension.cpp.o +2026-01-27T23:30:14.0903151Z [1377/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryDefaultExtension.cpp.o +2026-01-27T23:30:15.2342598Z [1378/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Interface.cpp.o +2026-01-27T23:30:16.2954291Z [1379/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/BRepMesh.cpp.o +2026-01-27T23:30:16.4501523Z [1380/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GeometryMigrationExtension.cpp.o +2026-01-27T23:30:18.7316913Z [1381/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/GizmoHelper.cpp.o +2026-01-27T23:30:19.0626578Z [1382/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geometry2d.cpp.o +2026-01-27T23:30:20.6517364Z [1383/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/CrossSection.cpp.o +2026-01-27T23:30:21.4414039Z [1384/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/edgecluster.cpp.o +2026-01-27T23:30:21.9189656Z [1385/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ExtrusionHelper.cpp.o +2026-01-27T23:30:23.1315125Z [1386/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeCache.cpp.o +2026-01-27T23:30:27.2187083Z [1387/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Services.cpp.o +2026-01-27T23:30:28.1010609Z [1388/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AppPartPy.cpp.o +2026-01-27T23:30:29.2739773Z [1389/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeMapper.cpp.o +2026-01-27T23:30:32.5476825Z [1390/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ImportIges.cpp.o +2026-01-27T23:30:32.8448149Z [1391/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/AppPart.cpp.o +2026-01-27T23:30:33.4308755Z [1392/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Tools.cpp.o +2026-01-27T23:30:33.4366758Z [1393/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FaceMakerCheese.cpp.o +2026-01-27T23:30:34.9135928Z [1394/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FaceMaker.cpp.o +2026-01-27T23:30:35.2048363Z [1395/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/modelRefine.cpp.o +2026-01-27T23:30:35.4285868Z [1396/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FT2FC.cpp.o +2026-01-27T23:30:35.6990671Z [1397/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/qrc_Material.cpp.o +2026-01-27T23:30:35.8123005Z [1398/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FCBRepAlgoAPI_Cut.cpp.o +2026-01-27T23:30:36.0243915Z [1399/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FCBRepAlgoAPI_Common.cpp.o +2026-01-27T23:30:36.0842613Z [1400/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FCBRepAlgoAPI_Section.cpp.o +2026-01-27T23:30:36.1405520Z [1401/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FCBRepAlgoAPI_Fuse.cpp.o +2026-01-27T23:30:37.0451871Z [1402/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Attacher.cpp.o +2026-01-27T23:30:37.1116813Z [1403/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/qrc_Material_translation.cpp.o +2026-01-27T23:30:37.2884181Z [1404/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/Geometry.cpp.o +2026-01-27T23:30:37.5021959Z [1405/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/ImportStep.cpp.o +2026-01-27T23:30:39.5639423Z [1406/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FCBRepAlgoAPI_BooleanOperation.cpp.o +2026-01-27T23:30:40.1431020Z [1407/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/FaceMakerBullseye.cpp.o +2026-01-27T23:30:42.5568048Z [1408/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/MeasureClient.cpp.o +2026-01-27T23:30:49.4735834Z [1409/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShapeExpansion.cpp.o +2026-01-27T23:30:52.1999258Z [1410/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/BaseDelegate.cpp.o +2026-01-27T23:30:52.5979951Z [1411/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ArrayDelegate.cpp.o +2026-01-27T23:30:53.4098743Z [1412/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/TopoShape.cpp.o +2026-01-27T23:30:53.4880408Z [1413/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/AppearancePreview.cpp.o +2026-01-27T23:30:54.0271461Z [1414/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MatGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:30:54.1304404Z [1415/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/Array2D.cpp.o +2026-01-27T23:30:55.3193311Z [1416/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MaterialTreeWidgetPyImp.cpp.o +2026-01-27T23:30:56.0336599Z [1417/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ArrayModel.cpp.o +2026-01-27T23:30:56.2251908Z [1418/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/Array3D.cpp.o +2026-01-27T23:30:57.8002585Z [1419/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgInspectAppearance.cpp.o +2026-01-27T23:30:58.1106546Z [1420/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/Command.cpp.o +2026-01-27T23:31:00.1001817Z [1421/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/AppMatGui.cpp.o +2026-01-27T23:31:06.0120263Z [1422/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgInspectMaterial.cpp.o +2026-01-27T23:31:06.5553137Z [1423/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgSettingsMaterial.cpp.o +2026-01-27T23:31:06.6774587Z [1424/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ListModel.cpp.o +2026-01-27T23:31:06.8420298Z [1425/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ListDelegate.cpp.o +2026-01-27T23:31:07.0778019Z [1426/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgDisplayPropertiesImp.cpp.o +2026-01-27T23:31:07.1548143Z [1427/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgSettingsDefaultMaterial.cpp.o +2026-01-27T23:31:08.0958547Z [1428/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FullVector.cpp.o +2026-01-27T23:31:09.1823836Z [1429/6735] Building CXX object src/Mod/Part/App/CMakeFiles/Part.dir/WireJoiner.cpp.o +2026-01-27T23:31:09.2779711Z [1430/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FunctionWithManyArgs.cpp.o +2026-01-27T23:31:09.3665634Z [1431/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Function.cpp.o +2026-01-27T23:31:09.4136992Z [1432/6735] Linking CXX shared library Mod/Part/Part.so +2026-01-27T23:31:09.5117062Z [1433/6735] Automatic MOC and UIC for target Import +2026-01-27T23:31:09.5996712Z [1434/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FunctionFromData.cpp.o +2026-01-27T23:31:09.6448383Z [1435/6735] Building StepShapePy.h/.cpp out of StepShape.pyi +2026-01-27T23:31:09.7067965Z [1436/6735] Automatic MOC and UIC for target Sketcher +2026-01-27T23:31:09.7430470Z [1437/6735] Automatic MOC and UIC for target PartDesign +2026-01-27T23:31:09.8385240Z [1438/6735] Building SketchObjectSFPy.h/.cpp out of SketchObjectSF.pyi +2026-01-27T23:31:09.9765009Z [1439/6735] Building SketchGeometryExtensionPy.h/.cpp out of SketchGeometryExtension.pyi +2026-01-27T23:31:10.0534730Z [1440/6735] Building SketchObjectPy.h/.cpp out of SketchObject.pyi +2026-01-27T23:31:10.1080296Z [1441/6735] Building ExternalGeometryExtensionPy.h/.cpp out of ExternalGeometryExtension.pyi +2026-01-27T23:31:10.1631384Z [1442/6735] Building GeometryFacadePy.h/.cpp out of GeometryFacade.pyi +2026-01-27T23:31:10.2714830Z [1443/6735] Building ConstraintPy.h/.cpp out of Constraint.pyi +2026-01-27T23:31:10.2770543Z [1444/6735] Building ExternalGeometryFacadePy.h/.cpp out of ExternalGeometryFacade.pyi +2026-01-27T23:31:10.3655092Z [1445/6735] Building SketchPy.h/.cpp out of Sketch.pyi +2026-01-27T23:31:10.3683573Z [1446/6735] Automatic MOC and UIC for target Measure +2026-01-27T23:31:10.7769977Z [1447/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FunctionX.cpp.o +2026-01-27T23:31:10.7771790Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/FunctionX.cpp:34:42: warning: unused parameter 'arg' [-Wunused-parameter] +2026-01-27T23:31:10.7772183Z 34 | Symsptr MbD::FunctionX::copyWith(Symsptr arg) +2026-01-27T23:31:10.7772372Z | ^ +2026-01-27T23:31:10.7772491Z 1 warning generated. +2026-01-27T23:31:10.8522979Z [1448/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/Import_autogen/mocs_compilation.cpp.o +2026-01-27T23:31:12.0107352Z [1449/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FunctionXcParameter.cpp.o +2026-01-27T23:31:12.1321980Z [1450/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/DlgMaterialImp.cpp.o +2026-01-27T23:31:12.1606454Z [1451/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/FunctionXY.cpp.o +2026-01-27T23:31:12.1608969Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/FunctionXY.cpp:24:43: warning: unused parameter 'argx' [-Wunused-parameter] +2026-01-27T23:31:12.1609468Z 24 | Symsptr MbD::FunctionXY::copyWith(Symsptr argx, Symsptr argy) +2026-01-27T23:31:12.1609754Z | ^ +2026-01-27T23:31:12.1609974Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/FunctionXY.cpp:24:57: warning: unused parameter 'argy' [-Wunused-parameter] +2026-01-27T23:31:12.1610244Z 24 | Symsptr MbD::FunctionXY::copyWith(Symsptr argx, Symsptr argy) +2026-01-27T23:31:12.1610452Z | ^ +2026-01-27T23:31:12.1610645Z 2 warnings generated. +2026-01-27T23:31:12.5658595Z [1452/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GearConstraintIJ.cpp.o +2026-01-27T23:31:13.7932121Z [1453/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ImageEdit.cpp.o +2026-01-27T23:31:14.1775835Z [1454/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ListEdit.cpp.o +2026-01-27T23:31:15.4482250Z [1455/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GearConstraintIqcJc.cpp.o +2026-01-27T23:31:15.9709282Z [1456/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/WorkbenchManipulator.cpp.o +2026-01-27T23:31:17.0567296Z [1457/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MaterialDelegate.cpp.o +2026-01-27T23:31:18.1092005Z [1458/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/TextEdit.cpp.o +2026-01-27T23:31:18.9798366Z [1459/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/AppImport.cpp.o +2026-01-27T23:31:19.5750698Z [1460/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ReaderStep.cpp.o +2026-01-27T23:31:19.8627638Z [1461/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MaterialSave.cpp.o +2026-01-27T23:31:19.9481788Z [1462/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/ModelSelect.cpp.o +2026-01-27T23:31:21.0781765Z [1463/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/StepShape.cpp.o +2026-01-27T23:31:21.3771114Z [1464/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/Workbench.cpp.o +2026-01-27T23:31:22.3745007Z [1465/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ReaderIges.cpp.o +2026-01-27T23:31:22.9033594Z [1466/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/StepShapePyImp.cpp.o +2026-01-27T23:31:22.9857882Z [1467/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/WriterGltf.cpp.o +2026-01-27T23:31:24.0632584Z [1468/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MaterialTreeWidget.cpp.o +2026-01-27T23:31:25.1366702Z [1469/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ReaderGltf.cpp.o +2026-01-27T23:31:25.3851983Z [1470/6735] Building CXX object src/Mod/Material/Gui/CMakeFiles/MatGui.dir/MaterialsEditor.cpp.o +2026-01-27T23:31:25.5504582Z [1471/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GearJoint.cpp.o +2026-01-27T23:31:25.6780688Z [1472/6735] Linking CXX shared library Mod/Material/MatGui.so +2026-01-27T23:31:26.1059862Z [1473/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GEFullMat.cpp.o +2026-01-27T23:31:26.4912377Z [1474/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/WriterStep.cpp.o +2026-01-27T23:31:28.4281461Z [1475/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/WriterIges.cpp.o +2026-01-27T23:31:29.2660094Z [1476/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GEFullMatFullPv.cpp.o +2026-01-27T23:31:30.0394365Z [1477/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GEFullMatParPv.cpp.o +2026-01-27T23:31:30.4152052Z [1478/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GearConstraintIqcJqc.cpp.o +2026-01-27T23:31:30.6402270Z [1479/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMat.cpp.o +2026-01-27T23:31:34.9405083Z [1480/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatFullPvPosIC.cpp.o +2026-01-27T23:31:35.3492470Z [1481/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ImportOCAF.cpp.o +2026-01-27T23:31:35.3612143Z [1482/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatParPvMarko.cpp.o +2026-01-27T23:31:35.8171900Z [1483/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatParPv.cpp.o +2026-01-27T23:31:36.3348582Z [1484/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ExportOCAF.cpp.o +2026-01-27T23:31:36.4579280Z [1485/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatFullPv.cpp.o +2026-01-27T23:31:36.5030909Z [1486/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GeneralSpline.cpp.o +2026-01-27T23:31:36.9252078Z [1487/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatParPvMarkoFast.cpp.o +2026-01-27T23:31:37.0636542Z [1488/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/Tools.cpp.o +2026-01-27T23:31:38.1972839Z [1489/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Integrator.cpp.o +2026-01-27T23:31:40.1900348Z [1490/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/IndependentVariable.cpp.o +2026-01-27T23:31:40.4500935Z [1491/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/InLineJoint.cpp.o +2026-01-27T23:31:41.0681030Z [1492/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ICKineIntegrator.cpp.o +2026-01-27T23:31:41.2417232Z [1493/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ItemIJ.cpp.o +2026-01-27T23:31:41.2851684Z [1494/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Integral.cpp.o +2026-01-27T23:31:41.8941149Z [1495/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/InPlaneJoint.cpp.o +2026-01-27T23:31:42.0084508Z [1496/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Item.cpp.o +2026-01-27T23:31:42.0635076Z [1497/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/IntegratorInterface.cpp.o +2026-01-27T23:31:42.7135065Z [1498/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/GESpMatParPvPrecise.cpp.o +2026-01-27T23:31:43.3316328Z [1499/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/KinematicIeJe.cpp.o +2026-01-27T23:31:43.8553412Z [1500/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/KineIntegrator.cpp.o +2026-01-27T23:31:44.0011867Z [1501/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUFullMatParPv.cpp.o +2026-01-27T23:31:44.0653601Z [1502/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUSpMatParPv.cpp.o +2026-01-27T23:31:44.4721792Z [1503/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUSpMat.cpp.o +2026-01-27T23:31:44.6523355Z [1504/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUSpMatParPvMarko.cpp.o +2026-01-27T23:31:44.6594176Z [1505/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUFullMat.cpp.o +2026-01-27T23:31:45.0107722Z [1506/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Joint.cpp.o +2026-01-27T23:31:45.7739016Z [1507/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/dxf/dxf.cpp.o +2026-01-27T23:31:45.8273492Z [1508/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LimitIJ.cpp.o +2026-01-27T23:31:45.8787490Z [1509/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LDUSpMatParPvPrecise.cpp.o +2026-01-27T23:31:46.0208329Z [1510/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LinearMultiStepMethod.cpp.o +2026-01-27T23:31:46.0625055Z [1511/6735] Automatic MOC and UIC for target PartGui +2026-01-27T23:31:46.1034174Z [1512/6735] Generating Resources/translations/Part_af.qm +2026-01-27T23:31:46.1035754Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_af.qm'... +2026-01-27T23:31:46.1036381Z Generated 943 translation(s) (380 finished and 563 unfinished) +2026-01-27T23:31:46.1435051Z [1513/6735] Generating Resources/translations/Part_ar.qm +2026-01-27T23:31:46.1437652Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ar.qm'... +2026-01-27T23:31:46.1438283Z Generated 943 translation(s) (406 finished and 537 unfinished) +2026-01-27T23:31:46.1500680Z [1514/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/SketchExportHelper.cpp.o +2026-01-27T23:31:46.1565596Z [1515/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/AppImportPy.cpp.o +2026-01-27T23:31:46.1804434Z [1516/6735] Generating Resources/translations/Part_bg.qm +2026-01-27T23:31:46.1805475Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_bg.qm'... +2026-01-27T23:31:46.1806198Z Generated 943 translation(s) (475 finished and 468 unfinished) +2026-01-27T23:31:46.1957651Z [1517/6735] Generating Resources/translations/Part_be.qm +2026-01-27T23:31:46.1959872Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_be.qm'... +2026-01-27T23:31:46.1960417Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.1960670Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.1961095Z Generated 1266 translation(s) (1255 finished and 11 unfinished) +2026-01-27T23:31:46.2055236Z [1518/6735] Generating Resources/translations/Part_ca.qm +2026-01-27T23:31:46.2055870Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ca.qm'... +2026-01-27T23:31:46.2056181Z Generated 1266 translation(s) (1256 finished and 10 unfinished) +2026-01-27T23:31:46.2178080Z [1519/6735] Generating Resources/translations/Part_cs.qm +2026-01-27T23:31:46.2180065Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_cs.qm'... +2026-01-27T23:31:46.2181295Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.2181493Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.2181646Z Generated 1266 translation(s) (855 finished and 411 unfinished) +2026-01-27T23:31:46.2486434Z [1520/6735] Generating Resources/translations/Part_da.qm +2026-01-27T23:31:46.2488780Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_da.qm'... +2026-01-27T23:31:46.2489156Z Generated 1266 translation(s) (293 finished and 973 unfinished) +2026-01-27T23:31:46.2536460Z [1521/6735] Generating Resources/translations/Part_de.qm +2026-01-27T23:31:46.2537810Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_de.qm'... +2026-01-27T23:31:46.2538171Z Generated 1266 translation(s) (1266 finished and 0 unfinished) +2026-01-27T23:31:46.2568946Z [1522/6735] Generating Resources/translations/Part_el.qm +2026-01-27T23:31:46.2569884Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_el.qm'... +2026-01-27T23:31:46.2570107Z Generated 1266 translation(s) (679 finished and 587 unfinished) +2026-01-27T23:31:46.2934363Z [1523/6735] Generating Resources/translations/Part_eu.qm +2026-01-27T23:31:46.2935487Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_eu.qm'... +2026-01-27T23:31:46.2935993Z Generated 1266 translation(s) (836 finished and 430 unfinished) +2026-01-27T23:31:46.3006304Z [1524/6735] Generating Resources/translations/Part_es-AR.qm +2026-01-27T23:31:46.3008779Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_es-AR.qm'... +2026-01-27T23:31:46.3009240Z Generated 1266 translation(s) (959 finished and 307 unfinished) +2026-01-27T23:31:46.3028549Z [1525/6735] Generating Resources/translations/Part_es-ES.qm +2026-01-27T23:31:46.3030060Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_es-ES.qm'... +2026-01-27T23:31:46.3030477Z Generated 1266 translation(s) (959 finished and 307 unfinished) +2026-01-27T23:31:46.3312615Z [1526/6735] Generating Resources/translations/Part_fi.qm +2026-01-27T23:31:46.3314296Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_fi.qm'... +2026-01-27T23:31:46.3314556Z Generated 1266 translation(s) (697 finished and 569 unfinished) +2026-01-27T23:31:46.3460861Z [1527/6735] Generating Resources/translations/Part_fil.qm +2026-01-27T23:31:46.3463410Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_fil.qm'... +2026-01-27T23:31:46.3463957Z Generated 1080 translation(s) (803 finished and 277 unfinished) +2026-01-27T23:31:46.3505476Z [1528/6735] Generating Resources/translations/Part_fr.qm +2026-01-27T23:31:46.3506687Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_fr.qm'... +2026-01-27T23:31:46.3507118Z Generated 1266 translation(s) (1266 finished and 0 unfinished) +2026-01-27T23:31:46.3672596Z [1529/6735] Generating Resources/translations/Part_gl.qm +2026-01-27T23:31:46.3674123Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_gl.qm'... +2026-01-27T23:31:46.3674381Z Generated 1210 translation(s) (861 finished and 349 unfinished) +2026-01-27T23:31:46.3967047Z [1530/6735] Generating Resources/translations/Part_hr.qm +2026-01-27T23:31:46.3969597Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_hr.qm'... +2026-01-27T23:31:46.3970004Z Generated 1266 translation(s) (1265 finished and 1 unfinished) +2026-01-27T23:31:46.3983339Z [1531/6735] Generating Resources/translations/Part_hu.qm +2026-01-27T23:31:46.3987496Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_hu.qm'... +2026-01-27T23:31:46.3987939Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.3990257Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.3990569Z Generated 1266 translation(s) (1266 finished and 0 unfinished) +2026-01-27T23:31:46.4053369Z [1532/6735] Generating Resources/translations/Part_id.qm +2026-01-27T23:31:46.4053895Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_id.qm'... +2026-01-27T23:31:46.4080930Z Generated 1180 translation(s) (805 finished and 375 unfinished) +2026-01-27T23:31:46.4403065Z [1533/6735] Generating Resources/translations/Part_ka.qm +2026-01-27T23:31:46.4404986Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ka.qm'... +2026-01-27T23:31:46.4405341Z Generated 1266 translation(s) (1235 finished and 31 unfinished) +2026-01-27T23:31:46.4473012Z [1534/6735] Generating Resources/translations/Part_ja.qm +2026-01-27T23:31:46.4474356Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ja.qm'... +2026-01-27T23:31:46.4474764Z Generated 1266 translation(s) (1263 finished and 3 unfinished) +2026-01-27T23:31:46.4502634Z [1535/6735] Generating Resources/translations/Part_it.qm +2026-01-27T23:31:46.4503664Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_it.qm'... +2026-01-27T23:31:46.4503991Z Generated 1266 translation(s) (992 finished and 274 unfinished) +2026-01-27T23:31:46.4713729Z [1536/6735] Generating Resources/translations/Part_kab.qm +2026-01-27T23:31:46.4715547Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_kab.qm'... +2026-01-27T23:31:46.4715957Z Generated 943 translation(s) (520 finished and 423 unfinished) +2026-01-27T23:31:46.4967036Z [1537/6735] Generating Resources/translations/Part_ko.qm +2026-01-27T23:31:46.4969249Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ko.qm'... +2026-01-27T23:31:46.4970055Z Generated 1266 translation(s) (870 finished and 396 unfinished) +2026-01-27T23:31:46.4980109Z [1538/6735] Generating Resources/translations/Part_lt.qm +2026-01-27T23:31:46.4981703Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_lt.qm'... +2026-01-27T23:31:46.4982057Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.4982433Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.4982676Z Generated 1227 translation(s) (1014 finished and 213 unfinished) +2026-01-27T23:31:46.5097049Z [1539/6735] Generating Resources/translations/Part_ms.qm +2026-01-27T23:31:46.5098389Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ms.qm'... +2026-01-27T23:31:46.5098785Z Generated 1232 translation(s) (52 finished and 1180 unfinished) +2026-01-27T23:31:46.5306516Z [1540/6735] Generating Resources/translations/Part_no.qm +2026-01-27T23:31:46.5307591Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_no.qm'... +2026-01-27T23:31:46.5307821Z Generated 943 translation(s) (461 finished and 482 unfinished) +2026-01-27T23:31:46.5456479Z [1541/6735] Generating Resources/translations/Part_pl.qm +2026-01-27T23:31:46.5458408Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_pl.qm'... +2026-01-27T23:31:46.5458806Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.5458948Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.5459079Z Generated 1266 translation(s) (1266 finished and 0 unfinished) +2026-01-27T23:31:46.5477108Z [1542/6735] Generating Resources/translations/Part_nl.qm +2026-01-27T23:31:46.5478360Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_nl.qm'... +2026-01-27T23:31:46.5478705Z Generated 1266 translation(s) (719 finished and 547 unfinished) +2026-01-27T23:31:46.5660890Z [1543/6735] Generating Resources/translations/Part_pt-BR.qm +2026-01-27T23:31:46.5661944Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_pt-BR.qm'... +2026-01-27T23:31:46.5662336Z Generated 1266 translation(s) (858 finished and 408 unfinished) +2026-01-27T23:31:46.5879756Z [1544/6735] Generating Resources/translations/Part_pt-PT.qm +2026-01-27T23:31:46.5881467Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_pt-PT.qm'... +2026-01-27T23:31:46.5881719Z Generated 1232 translation(s) (844 finished and 388 unfinished) +2026-01-27T23:31:46.5961304Z [1545/6735] Generating Resources/translations/Part_ro.qm +2026-01-27T23:31:46.5962753Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ro.qm'... +2026-01-27T23:31:46.5963126Z Generated 1266 translation(s) (827 finished and 439 unfinished) +2026-01-27T23:31:46.5980283Z [1546/6735] Generating Resources/translations/Part_ru.qm +2026-01-27T23:31:46.5981152Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_ru.qm'... +2026-01-27T23:31:46.5981373Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.5981537Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.5981672Z Generated 1266 translation(s) (1265 finished and 1 unfinished) +2026-01-27T23:31:46.6218098Z [1547/6735] Generating Resources/translations/Part_sk.qm +2026-01-27T23:31:46.6219495Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_sk.qm'... +2026-01-27T23:31:46.6220546Z Generated 1080 translation(s) (688 finished and 392 unfinished) +2026-01-27T23:31:46.6304496Z [1548/6735] Generating Resources/translations/Part_sr-CS.qm +2026-01-27T23:31:46.6305322Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_sr-CS.qm'... +2026-01-27T23:31:46.6305532Z Generated 1266 translation(s) (1244 finished and 22 unfinished) +2026-01-27T23:31:46.6446950Z [1549/6735] Generating Resources/translations/Part_sl.qm +2026-01-27T23:31:46.6448302Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_sl.qm'... +2026-01-27T23:31:46.6448730Z Generated 1266 translation(s) (821 finished and 445 unfinished) +2026-01-27T23:31:46.6627945Z [1550/6735] Generating Resources/translations/Part_sv-SE.qm +2026-01-27T23:31:46.6629181Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_sv-SE.qm'... +2026-01-27T23:31:46.6629729Z Generated 1266 translation(s) (1261 finished and 5 unfinished) +2026-01-27T23:31:46.6689508Z [1551/6735] Generating Resources/translations/Part_sr.qm +2026-01-27T23:31:46.6690426Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_sr.qm'... +2026-01-27T23:31:46.6690653Z Generated 1266 translation(s) (1249 finished and 17 unfinished) +2026-01-27T23:31:46.6944138Z [1552/6735] Generating Resources/translations/Part_tr.qm +2026-01-27T23:31:46.7017151Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_tr.qm'... +2026-01-27T23:31:46.7017901Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.7018157Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.7018415Z Generated 1266 translation(s) (1256 finished and 10 unfinished) +2026-01-27T23:31:46.7018803Z [1553/6735] Generating Resources/translations/Part_uk.qm +2026-01-27T23:31:46.7019035Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_uk.qm'... +2026-01-27T23:31:46.7019335Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.7019552Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.7019781Z Generated 1266 translation(s) (678 finished and 588 unfinished) +2026-01-27T23:31:46.7057186Z [1554/6735] Generating Resources/translations/Part_val-ES.qm +2026-01-27T23:31:46.7058251Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_val-ES.qm'... +2026-01-27T23:31:46.7058618Z Removed plural forms as the target language has less forms. +2026-01-27T23:31:46.7058761Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:31:46.7058894Z Generated 1199 translation(s) (811 finished and 388 unfinished) +2026-01-27T23:31:46.7333856Z [1555/6735] Generating Resources/translations/Part_zh-CN.qm +2026-01-27T23:31:46.7334924Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_zh-CN.qm'... +2026-01-27T23:31:46.7335627Z Generated 1266 translation(s) (1266 finished and 0 unfinished) +2026-01-27T23:31:46.7404295Z [1556/6735] Generating Resources/translations/Part_vi.qm +2026-01-27T23:31:46.7405662Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_vi.qm'... +2026-01-27T23:31:46.7406020Z Generated 1145 translation(s) (814 finished and 331 unfinished) +2026-01-27T23:31:46.7441747Z [1557/6735] Generating Resources/translations/Part_zh-TW.qm +2026-01-27T23:31:46.7442660Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Part/Gui/Resources/translations/Part_zh-TW.qm'... +2026-01-27T23:31:46.7442916Z Generated 1266 translation(s) (876 finished and 390 unfinished) +2026-01-27T23:31:46.7636451Z [1558/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/Gui/Resources/icons/PartWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Part/Resources/icons/PartWorkbench.svg +2026-01-27T23:31:46.8197508Z [1559/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Ln.cpp.o +2026-01-27T23:31:46.8320143Z [1560/6735] Building ViewProviderPartExtPy.h/.cpp out of ViewProviderPartExt.pyi +2026-01-27T23:31:46.8341507Z [1561/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MatrixDecomposition.cpp.o +2026-01-27T23:31:47.0265225Z [1562/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MaximumIterationError.cpp.o +2026-01-27T23:31:47.1919123Z [1563/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LineInPlaneJoint.cpp.o +2026-01-27T23:31:47.2087693Z [1564/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Log10.cpp.o +2026-01-27T23:31:47.2477309Z [1565/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/LogN.cpp.o +2026-01-27T23:31:47.4412787Z [1566/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MatrixGaussElimination.cpp.o +2026-01-27T23:31:47.6076260Z [1567/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MbDMath.cpp.o +2026-01-27T23:31:47.8017618Z [1568/6735] Generating qrc_Part.cpp +2026-01-27T23:31:47.8514332Z [1569/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/NewtonRaphsonError.cpp.o +2026-01-27T23:31:47.9749179Z [1570/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MatrixLDU.cpp.o +2026-01-27T23:31:48.0743634Z [1571/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/NotKinematicError.cpp.o +2026-01-27T23:31:48.1209550Z [1572/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ExportOCAF2.cpp.o +2026-01-27T23:31:48.3538446Z [1573/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Numeric.cpp.o +2026-01-27T23:31:48.5109651Z [1574/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MatrixSolver.cpp.o +2026-01-27T23:31:49.2365319Z [1575/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Negative.cpp.o +2026-01-27T23:31:49.7102807Z [1576/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/NewtonRaphson.cpp.o +2026-01-27T23:31:49.7414687Z [1577/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/ImportOCAF2.cpp.o +2026-01-27T23:31:49.8871828Z [1578/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/OrbitAngleZIecJec.cpp.o +2026-01-27T23:31:50.5067267Z [1579/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Orientation.cpp.o +2026-01-27T23:31:50.5447820Z [1580/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/NoRotationJoint.cpp.o +2026-01-27T23:31:51.5582262Z [1581/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ParallelAxesJoint.cpp.o +2026-01-27T23:31:51.8091965Z [1582/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MarkerFrame.cpp.o +2026-01-27T23:31:51.9242325Z [1583/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/OrbitAngleZIeqcJec.cpp.o +2026-01-27T23:31:51.9914125Z [1584/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PerpendicularJoint.cpp.o +2026-01-27T23:31:51.9998321Z [1585/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PointInPlaneJoint.cpp.o +2026-01-27T23:31:52.2617045Z [1586/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/OrbitAngleZIeqcJeqc.cpp.o +2026-01-27T23:31:52.3762848Z [1587/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/MomentOfInertiaSolver.cpp.o +2026-01-27T23:31:52.4756059Z [1588/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PointInLineJoint.cpp.o +2026-01-27T23:31:52.6975565Z [1589/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PiecewiseFunction.cpp.o +2026-01-27T23:31:53.2034988Z [1590/6735] Generating qrc_Part_translation.cpp +2026-01-27T23:31:53.2096370Z [1591/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PlanarJoint.cpp.o +2026-01-27T23:31:53.3141425Z [1592/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosICDragLimitNewtonRaphson.cpp.o +2026-01-27T23:31:53.5039830Z [1593/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Polynomial.cpp.o +2026-01-27T23:31:53.5257021Z [1594/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Part.cpp.o +2026-01-27T23:31:54.5094204Z [1595/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosNewtonRaphson.cpp.o +2026-01-27T23:31:54.5516312Z [1596/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosVelAccData.cpp.o +2026-01-27T23:31:54.8379614Z [1597/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosICDragNewtonRaphson.cpp.o +2026-01-27T23:31:55.0026282Z [1598/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosICKineNewtonRaphson.cpp.o +2026-01-27T23:31:55.1084019Z [1599/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Power.cpp.o +2026-01-27T23:31:55.4412215Z [1600/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PrescribedMotion.cpp.o +2026-01-27T23:31:55.5149796Z [1601/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosKineNewtonRaphson.cpp.o +2026-01-27T23:31:55.8973894Z [1602/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RackPinJoint.cpp.o +2026-01-27T23:31:56.0096102Z [1603/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RackPinConstraintIJ.cpp.o +2026-01-27T23:31:56.1462312Z [1604/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PosICNewtonRaphson.cpp.o +2026-01-27T23:31:56.5419912Z [1605/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Product.cpp.o +2026-01-27T23:31:56.5452644Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/OndselSolver/OndselSolver/Product.cpp:165:7: warning: variable 'hasInfinity' set but not used [-Wunused-but-set-variable] +2026-01-27T23:31:56.5453206Z 165 | bool hasInfinity = false; +2026-01-27T23:31:56.5453451Z | ^ +2026-01-27T23:31:56.5453676Z 1 warning generated. +2026-01-27T23:31:56.6452703Z [1606/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/PartFrame.cpp.o +2026-01-27T23:31:56.9140322Z [1607/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RowTypeMatrix.cpp.o +2026-01-27T23:31:56.9351046Z [1608/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Reciprocal.cpp.o +2026-01-27T23:31:57.0186336Z [1609/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/QuasiIntegrator.cpp.o +2026-01-27T23:31:57.0643992Z [1610/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RampStepFunction.cpp.o +2026-01-27T23:31:57.3014780Z [1611/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RedundantConstraint.cpp.o +2026-01-27T23:31:57.6317764Z [1612/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SimulationStoppingError.cpp.o +2026-01-27T23:31:58.2349592Z [1613/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SingularMatrixError.cpp.o +2026-01-27T23:31:58.2537375Z [1614/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RotationLimitIJ.cpp.o +2026-01-27T23:31:58.2615757Z [1615/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RevCylJoint.cpp.o +2026-01-27T23:31:58.3012711Z [1616/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ScalarNewtonRaphson.cpp.o +2026-01-27T23:31:58.4125241Z [1617/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Solver.cpp.o +2026-01-27T23:31:58.6142521Z [1618/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RackPinConstraintIqcJc.cpp.o +2026-01-27T23:31:58.6179872Z [1619/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RevoluteJoint.cpp.o +2026-01-27T23:31:58.6255605Z [1620/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RevRevJoint.cpp.o +2026-01-27T23:31:58.7123004Z [1621/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/RackPinConstraintIqcJqc.cpp.o +2026-01-27T23:31:59.2303109Z [1622/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SparseColumn.cpp.o +2026-01-27T23:31:59.4210521Z [1623/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SparseVector.cpp.o +2026-01-27T23:31:59.4680401Z [1624/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ScrewConstraintIJ.cpp.o +2026-01-27T23:31:59.6812128Z [1625/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ScrewJoint.cpp.o +2026-01-27T23:31:59.8529507Z [1626/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Sine.cpp.o +2026-01-27T23:32:00.1994197Z [1627/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SparseRow.cpp.o +2026-01-27T23:32:00.3003862Z [1628/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/StateData.cpp.o +2026-01-27T23:32:00.3846564Z [1629/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SyntaxError.cpp.o +2026-01-27T23:32:00.4241633Z [1630/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SparseMatrix.cpp.o +2026-01-27T23:32:00.6529801Z [1631/6735] Building CXX object src/Mod/Import/App/CMakeFiles/Import.dir/dxf/ImpExpDxf.cpp.o +2026-01-27T23:32:00.7829058Z [1632/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ScrewConstraintIqcJc.cpp.o +2026-01-27T23:32:00.9354269Z [1633/6735] Linking CXX shared library Mod/Import/Import.so +2026-01-27T23:32:01.0146155Z [1634/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TooSmallStepSizeError.cpp.o +2026-01-27T23:32:01.2852108Z [1635/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ScrewConstraintIqcJqc.cpp.o +2026-01-27T23:32:01.2853094Z [1636/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TooManyTriesError.cpp.o +2026-01-27T23:32:01.3417157Z [1637/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/StableBackwardDifference.cpp.o +2026-01-27T23:32:01.4262665Z [1638/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SphericalJoint.cpp.o +2026-01-27T23:32:01.7170127Z [1639/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SphSphJoint.cpp.o +2026-01-27T23:32:01.8269913Z [1640/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Sum.cpp.o +2026-01-27T23:32:02.1749633Z [1641/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Symbolic.cpp.o +2026-01-27T23:32:02.2512555Z [1642/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Units.cpp.o +2026-01-27T23:32:02.8272026Z [1643/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SymTime.cpp.o +2026-01-27T23:32:03.3738266Z [1644/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Translation.cpp.o +2026-01-27T23:32:03.4979977Z [1645/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SystemNewtonRaphson.cpp.o +2026-01-27T23:32:04.1351547Z [1646/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/Variable.cpp.o +2026-01-27T23:32:04.1773916Z [1647/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationLimitIJ.cpp.o +2026-01-27T23:32:04.3534978Z [1648/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationalJoint.cpp.o +2026-01-27T23:32:04.3955731Z [1649/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationConstraintIJ.cpp.o +2026-01-27T23:32:04.4118497Z [1650/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/UserFunction.cpp.o +2026-01-27T23:32:04.4772059Z [1651/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationConstraintIqctJqc.cpp.o +2026-01-27T23:32:04.4849100Z [1652/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Mesh_autogen/mocs_compilation.cpp.o +2026-01-27T23:32:04.6378138Z [1653/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/UniversalJoint.cpp.o +2026-01-27T23:32:04.7468196Z [1654/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/System.cpp.o +2026-01-27T23:32:05.0267500Z [1655/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/VelICKineSolver.cpp.o +2026-01-27T23:32:05.3811970Z [1656/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SystemSolver.cpp.o +2026-01-27T23:32:05.4562702Z [1657/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/SymbolicParser.cpp.o +2026-01-27T23:32:05.5164856Z [1658/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationConstraintIqcJc.cpp.o +2026-01-27T23:32:05.7369019Z [1659/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/TranslationConstraintIqcJqc.cpp.o +2026-01-27T23:32:05.9969850Z [1660/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/VectorNewtonRaphson.cpp.o +2026-01-27T23:32:06.9301612Z [1661/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/VelSolver.cpp.o +2026-01-27T23:32:07.2754942Z [1662/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ZRotation.cpp.o +2026-01-27T23:32:07.3001151Z [1663/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/VelKineSolver.cpp.o +2026-01-27T23:32:07.4420397Z [1664/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Definitions.cpp.o +2026-01-27T23:32:07.4733968Z [1665/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Decimation.cpp.o +2026-01-27T23:32:07.5219954Z [1666/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/VelICSolver.cpp.o +2026-01-27T23:32:07.8123825Z [1667/6735] Building CXX object src/3rdParty/OndselSolver/OndselSolver/CMakeFiles/OndselSolver.dir/ZTranslation.cpp.o +2026-01-27T23:32:09.2181468Z [1668/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Info.cpp.o +2026-01-27T23:32:09.7275334Z [1669/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/KDTree.cpp.o +2026-01-27T23:32:09.7301737Z [1670/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Grid.cpp.o +2026-01-27T23:32:10.2099719Z [1671/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Elements.cpp.o +2026-01-27T23:32:10.5759030Z [1672/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Projection.cpp.o +2026-01-27T23:32:10.6745880Z [1673/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Segmentation.cpp.o +2026-01-27T23:32:11.6860889Z [1674/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Degeneration.cpp.o +2026-01-27T23:32:12.2141603Z [1675/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Builder.cpp.o +2026-01-27T23:32:12.3832691Z [1676/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Smoothing.cpp.o +2026-01-27T23:32:12.4490229Z [1677/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/SetOperations.cpp.o +2026-01-27T23:32:12.5033924Z [1678/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Evaluation.cpp.o +2026-01-27T23:32:13.3648397Z [1679/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Visitor.cpp.o +2026-01-27T23:32:13.5139188Z [1680/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Tools.cpp.o +2026-01-27T23:32:13.7607061Z [1681/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Trim.cpp.o +2026-01-27T23:32:13.7834470Z [1682/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/TrimByPlane.cpp.o +2026-01-27T23:32:14.3901065Z [1683/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/MeshKernel.cpp.o +2026-01-27T23:32:14.9483624Z [1684/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Curvature.cpp.o +2026-01-27T23:32:16.6583644Z [1685/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprCylinderFit3.cpp.o +2026-01-27T23:32:16.7484313Z [1686/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/Writer3MF.cpp.o +2026-01-27T23:32:16.8215841Z [1687/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprGaussPointsFit2.cpp.o +2026-01-27T23:32:17.1996601Z [1688/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/WriterInventor.cpp.o +2026-01-27T23:32:17.2527136Z [1689/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/ReaderPLY.cpp.o +2026-01-27T23:32:17.4899998Z [1690/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprGaussPointsFit3.cpp.o +2026-01-27T23:32:18.3828645Z [1691/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/Reader3MF.cpp.o +2026-01-27T23:32:19.3038955Z [1692/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprLineFit3.cpp.o +2026-01-27T23:32:19.3585474Z [1693/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprPlaneFit3.cpp.o +2026-01-27T23:32:19.4821151Z [1694/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Algorithm.cpp.o +2026-01-27T23:32:19.6691119Z [1695/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprPolyFit3.cpp.o +2026-01-27T23:32:19.7299308Z [1696/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprQuadraticFit3.cpp.o +2026-01-27T23:32:19.7747861Z [1697/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ApprSphereFit3.cpp.o +2026-01-27T23:32:20.1867238Z [1698/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Triangulation.cpp.o +2026-01-27T23:32:20.5167232Z [1699/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/ReaderOBJ.cpp.o +2026-01-27T23:32:20.6205766Z [1700/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ContBox2.cpp.o +2026-01-27T23:32:21.5733650Z [1701/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/SphereFit.cpp.o +2026-01-27T23:32:21.7897659Z [1702/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ConvexHull.cpp.o +2026-01-27T23:32:21.8018000Z [1703/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ContBox3.cpp.o +2026-01-27T23:32:22.1359206Z [1704/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ConvexHull1.cpp.o +2026-01-27T23:32:22.1525734Z [1705/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DelTriangle.cpp.o +2026-01-27T23:32:22.1657622Z [1706/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DelPolygonEdge.cpp.o +2026-01-27T23:32:22.2330076Z [1707/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DelPolyhedronFace.cpp.o +2026-01-27T23:32:22.5951810Z [1708/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DelTetrahedron.cpp.o +2026-01-27T23:32:22.6617345Z [1709/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/IO/WriterOBJ.cpp.o +2026-01-27T23:32:22.6935000Z [1710/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Delaunay.cpp.o +2026-01-27T23:32:22.8351247Z [1711/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/CylinderFit.cpp.o +2026-01-27T23:32:23.6434597Z [1712/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/TopoAlgorithm.cpp.o +2026-01-27T23:32:24.1333235Z [1713/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ConvexHull2.cpp.o +2026-01-27T23:32:24.3508007Z [1714/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistLine3Triangle3.cpp.o +2026-01-27T23:32:24.4645378Z [1715/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4FoundationPCH.cpp.o +2026-01-27T23:32:24.5782037Z [1716/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistLine3Segment3.cpp.o +2026-01-27T23:32:24.6251801Z [1717/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Delaunay1.cpp.o +2026-01-27T23:32:24.7166415Z [1718/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistSegment3Segment3.cpp.o +2026-01-27T23:32:24.8273739Z [1719/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistVector3Triangle3.cpp.o +2026-01-27T23:32:24.8416660Z [1720/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistSegment3Triangle3.cpp.o +2026-01-27T23:32:25.1364778Z [1721/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistVector3Segment3.cpp.o +2026-01-27T23:32:25.1384313Z [1722/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4DistVector3Plane3.cpp.o +2026-01-27T23:32:25.5920412Z [1723/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Distance.cpp.o +2026-01-27T23:32:26.3134521Z [1724/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Intersector.cpp.o +2026-01-27T23:32:26.5309179Z [1725/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Intersector1.cpp.o +2026-01-27T23:32:26.5382210Z [1726/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ETManifoldMesh.cpp.o +2026-01-27T23:32:26.7323120Z [1727/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrLine3Plane3.cpp.o +2026-01-27T23:32:26.9079923Z [1728/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ConvexHull3.cpp.o +2026-01-27T23:32:27.1650447Z [1729/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ImplicitSurface.cpp.o +2026-01-27T23:32:27.2745762Z [1730/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Memory.cpp.o +2026-01-27T23:32:27.3842803Z [1731/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrSegment3Box3.cpp.o +2026-01-27T23:32:27.3942023Z [1732/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrLine3Box3.cpp.o +2026-01-27T23:32:27.6589565Z [1733/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrSegment3Plane3.cpp.o +2026-01-27T23:32:27.8616014Z [1734/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrTriangle2Triangle2.cpp.o +2026-01-27T23:32:28.1491776Z [1735/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Eigen.cpp.o +2026-01-27T23:32:28.3734286Z [1736/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Delaunay2.cpp.o +2026-01-27T23:32:28.5708841Z [1737/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Matrix2.cpp.o +2026-01-27T23:32:28.6384009Z [1738/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4IntrTriangle3Triangle3.cpp.o +2026-01-27T23:32:28.9476555Z [1739/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Math.cpp.o +2026-01-27T23:32:28.9487758Z [1740/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Matrix3.cpp.o +2026-01-27T23:32:28.9616996Z [1741/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Delaunay3.cpp.o +2026-01-27T23:32:28.9719217Z [1742/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/Approximation.cpp.o +2026-01-27T23:32:29.2297861Z [1743/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Matrix4.cpp.o +2026-01-27T23:32:29.5878513Z [1744/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4MeshSmoother.cpp.o +2026-01-27T23:32:29.8714772Z [1745/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4LinearSystem.cpp.o +2026-01-27T23:32:29.9350498Z [1746/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4ParametricSurface.cpp.o +2026-01-27T23:32:30.3158952Z [1747/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4MeshCurvature.cpp.o +2026-01-27T23:32:30.5948710Z [1748/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Quaternion.cpp.o +2026-01-27T23:32:30.6234088Z [1749/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Vector3.cpp.o +2026-01-27T23:32:30.7052401Z [1750/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Surface.cpp.o +2026-01-27T23:32:31.0974820Z [1751/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4System.cpp.o +2026-01-27T23:32:31.3207414Z [1752/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Vector4.cpp.o +2026-01-27T23:32:31.3911612Z [1753/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4Vector2.cpp.o +2026-01-27T23:32:32.1047360Z [1754/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4VEManifoldMesh.cpp.o +2026-01-27T23:32:32.1918310Z [1755/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4QuadricSurface.cpp.o +2026-01-27T23:32:32.9826321Z [1756/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4PolynomialRoots.cpp.o +2026-01-27T23:32:34.7062271Z [1757/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/WildMagic4/Wm4TriangulateEC.cpp.o +2026-01-27T23:32:36.2761645Z [1758/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/EdgePyImp.cpp.o +2026-01-27T23:32:38.7846950Z [1759/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Facet.cpp.o +2026-01-27T23:32:39.2617448Z [1760/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FacetPyImp.cpp.o +2026-01-27T23:32:39.3293453Z [1761/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Edge.cpp.o +2026-01-27T23:32:42.7590241Z [1762/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Exporter.cpp.o +2026-01-27T23:32:43.6932576Z [1763/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Core/MeshIO.cpp.o +2026-01-27T23:32:44.4429905Z [1764/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshCurvature.cpp.o +2026-01-27T23:32:44.5516135Z [1765/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Importer.cpp.o +2026-01-27T23:32:45.8818170Z [1766/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshExport.cpp.o +2026-01-27T23:32:45.9892002Z [1767/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshImport.cpp.o +2026-01-27T23:32:46.0724430Z [1768/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshSetOperations.cpp.o +2026-01-27T23:32:46.5391167Z [1769/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshDefects.cpp.o +2026-01-27T23:32:46.6537032Z [1770/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/AppMeshPy.cpp.o +2026-01-27T23:32:47.3001031Z [1771/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshSegmentByMesh.cpp.o +2026-01-27T23:32:47.7502457Z [1772/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/qrc_Part.cpp.o +2026-01-27T23:32:47.7549165Z [1773/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/AppMesh.cpp.o +2026-01-27T23:32:48.9987896Z [1774/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshSolid.cpp.o +2026-01-27T23:32:49.7421382Z [1775/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshTransformDemolding.cpp.o +2026-01-27T23:32:50.8156808Z [1776/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/FeatureMeshTransform.cpp.o +2026-01-27T23:32:52.7809721Z [1777/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshPointPyImp.cpp.o +2026-01-27T23:32:52.8441826Z [1778/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshFeature.cpp.o +2026-01-27T23:32:52.9250938Z [1779/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshFeaturePyImp.cpp.o +2026-01-27T23:32:53.5897284Z [1780/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Segment.cpp.o +2026-01-27T23:32:54.2824772Z [1781/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/qrc_Part_translation.cpp.o +2026-01-27T23:32:56.1992027Z [1782/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshTexture.cpp.o +2026-01-27T23:32:56.9196787Z [1783/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/PartGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:32:57.1764773Z [1784/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshProperties.cpp.o +2026-01-27T23:32:59.5106413Z [1785/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/Mesh.cpp.o +2026-01-27T23:33:01.3965060Z [1786/6735] Building CXX object src/Mod/Mesh/App/CMakeFiles/Mesh.dir/MeshPyImp.cpp.o +2026-01-27T23:33:02.3675989Z [1787/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CommandFilter.cpp.o +2026-01-27T23:33:07.6449264Z [1788/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPartExtPyImp.cpp.o +2026-01-27T23:33:08.6587084Z [1789/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CommandParametric.cpp.o +2026-01-27T23:33:09.7448853Z [1790/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgExportStep.cpp.o +2026-01-27T23:33:10.5133436Z [1791/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/AttacherTexts.cpp.o +2026-01-27T23:33:11.3052538Z [1792/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/BoxSelection.cpp.o +2026-01-27T23:33:16.1830130Z [1793/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgImportStep.cpp.o +2026-01-27T23:33:16.2193370Z [1794/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgBooleanOperation.cpp.o +2026-01-27T23:33:17.7245163Z [1795/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Mirroring.cpp.o +2026-01-27T23:33:20.2861196Z [1796/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartImportIgesImp.cpp.o +2026-01-27T23:33:20.8698650Z [1797/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartImportStepImp.cpp.o +2026-01-27T23:33:23.8084041Z [1798/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartBoxImp.cpp.o +2026-01-27T23:33:25.4087828Z [1799/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CrossSections.cpp.o +2026-01-27T23:33:28.2868521Z [1800/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/AppPartGui.cpp.o +2026-01-27T23:33:28.8774354Z [1801/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPartCylinderImp.cpp.o +2026-01-27T23:33:29.3189899Z [1802/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/CommandSimple.cpp.o +2026-01-27T23:33:30.5996876Z [1803/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsObjectColor.cpp.o +2026-01-27T23:33:30.7224707Z [1804/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettingsGeneral.cpp.o +2026-01-27T23:33:31.3491940Z [1805/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoFCShapeObject.cpp.o +2026-01-27T23:33:31.5485469Z [1806/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgExtrusion.cpp.o +2026-01-27T23:33:31.6165110Z [1807/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Command.cpp.o +2026-01-27T23:33:33.3411783Z [1808/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgScale.cpp.o +2026-01-27T23:33:38.7555105Z [1809/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgSettings3DViewPartImp.cpp.o +2026-01-27T23:33:39.4638296Z [1810/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/PatternParametersWidget.cpp.o +2026-01-27T23:33:40.7244138Z [1811/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/PreviewUpdateScheduler.cpp.o +2026-01-27T23:33:41.7184949Z [1812/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgFilletEdges.cpp.o +2026-01-27T23:33:43.0509363Z [1813/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgRevolution.cpp.o +2026-01-27T23:33:47.4024188Z [1814/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgPrimitives.cpp.o +2026-01-27T23:33:50.6373883Z [1815/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepPointSet.cpp.o +2026-01-27T23:33:51.2386685Z [1816/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderDatum.cpp.o +2026-01-27T23:33:52.0306861Z [1817/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepEdgeSet.cpp.o +2026-01-27T23:33:52.2310173Z [1818/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderAttachExtension.cpp.o +2026-01-27T23:33:52.7952666Z [1819/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SoBrepFaceSet.cpp.o +2026-01-27T23:33:52.9416595Z [1820/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/DlgProjectionOnSurface.cpp.o +2026-01-27T23:33:56.5888464Z [1821/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/PropertyEnumAttacherItem.cpp.o +2026-01-27T23:33:57.1381791Z [1822/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderReference.cpp.o +2026-01-27T23:33:57.6343515Z [1823/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderBox.cpp.o +2026-01-27T23:33:57.7091666Z [1824/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPreviewExtension.cpp.o +2026-01-27T23:33:58.1475041Z [1825/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProvider.cpp.o +2026-01-27T23:34:01.2685247Z [1826/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCompound.cpp.o +2026-01-27T23:34:02.5291570Z [1827/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderLineParametric.cpp.o +2026-01-27T23:34:02.6667206Z [1828/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCircleParametric.cpp.o +2026-01-27T23:34:05.1496890Z [1829/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderExt.cpp.o +2026-01-27T23:34:05.8939293Z [1830/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPointParametric.cpp.o +2026-01-27T23:34:11.0464156Z [1831/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderEllipseParametric.cpp.o +2026-01-27T23:34:11.1785917Z [1832/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderHelixParametric.cpp.o +2026-01-27T23:34:12.9581576Z [1833/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderSphereParametric.cpp.o +2026-01-27T23:34:13.4358438Z [1834/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPlaneParametric.cpp.o +2026-01-27T23:34:14.5464045Z [1835/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCylinderParametric.cpp.o +2026-01-27T23:34:15.8801615Z [1836/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPrism.cpp.o +2026-01-27T23:34:16.5611652Z [1837/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderGridExtension.cpp.o +2026-01-27T23:34:16.8247235Z [1838/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderRegularPolygon.cpp.o +2026-01-27T23:34:17.6055285Z [1839/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderConeParametric.cpp.o +2026-01-27T23:34:18.0880691Z [1840/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderTorusParametric.cpp.o +2026-01-27T23:34:19.6553468Z [1841/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderCurveNet.cpp.o +2026-01-27T23:34:21.3863425Z [1842/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderImport.cpp.o +2026-01-27T23:34:21.4336746Z [1843/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderExtrusion.cpp.o +2026-01-27T23:34:21.7604623Z [1844/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderSpline.cpp.o +2026-01-27T23:34:22.1660586Z [1845/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderScale.cpp.o +2026-01-27T23:34:23.1797237Z [1846/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ReferenceHighlighter.cpp.o +2026-01-27T23:34:26.0962841Z [1847/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/WorkbenchManipulator.cpp.o +2026-01-27T23:34:32.0445837Z [1848/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderBoolean.cpp.o +2026-01-27T23:34:32.2401481Z [1849/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProvider2DObject.cpp.o +2026-01-27T23:34:32.6904514Z [1850/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPython.cpp.o +2026-01-27T23:34:32.8134601Z [1851/6735] Building BodyPy.h/.cpp out of Body.pyi +2026-01-27T23:34:32.9372733Z [1852/6735] Building FeaturePy.h/.cpp out of Feature.pyi +2026-01-27T23:34:33.0265656Z [1853/6735] Automatic MOC and UIC for target area-native +2026-01-27T23:34:33.1238859Z [1854/6735] Automatic MOC and UIC for target Points +2026-01-27T23:34:33.2349763Z [1855/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/Sketcher_autogen/mocs_compilation.cpp.o +2026-01-27T23:34:34.2533977Z [1856/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderMirror.cpp.o +2026-01-27T23:34:34.4807474Z [1857/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/Workbench.cpp.o +2026-01-27T23:34:35.8668789Z [1858/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderProjectOnSurface.cpp.o +2026-01-27T23:34:35.8998612Z [1859/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderRuledSurface.cpp.o +2026-01-27T23:34:36.2482551Z [1860/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ViewProviderPrimitive.cpp.o +2026-01-27T23:34:41.7314256Z [1861/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SolverGeometryExtension.cpp.o +2026-01-27T23:34:41.9416272Z [1862/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchGeometryExtension.cpp.o +2026-01-27T23:34:42.3891056Z [1863/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryExtension.cpp.o +2026-01-27T23:34:44.7105728Z [1864/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskLoft.cpp.o +2026-01-27T23:34:45.1891835Z [1865/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskSweep.cpp.o +2026-01-27T23:34:47.5913099Z [1866/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/Geo.cpp.o +2026-01-27T23:34:47.7393840Z [1867/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskFaceAppearances.cpp.o +2026-01-27T23:34:48.3907896Z [1868/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskOffset.cpp.o +2026-01-27T23:34:48.9533803Z [1869/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskShapeBuilder.cpp.o +2026-01-27T23:34:50.2314211Z [1870/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/ShapeFromMesh.cpp.o +2026-01-27T23:34:52.4595171Z [1871/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/Constraints.cpp.o +2026-01-27T23:34:53.1878945Z [1872/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/SubSystem.cpp.o +2026-01-27T23:34:57.6026476Z [1873/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskThickness.cpp.o +2026-01-27T23:34:58.0212876Z [1874/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectSF.cpp.o +2026-01-27T23:34:58.3990036Z [1875/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/SectionCutting.cpp.o +2026-01-27T23:34:58.4508495Z [1876/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskCheckGeometry.cpp.o +2026-01-27T23:34:59.8329238Z [1877/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchGeometryExtensionPyImp.cpp.o +2026-01-27T23:35:01.8247798Z [1878/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/Measure.cpp.o +2026-01-27T23:35:03.9285955Z [1879/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ConstraintPyImp.cpp.o +2026-01-27T23:35:05.1783808Z [1880/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/AppSketcherPy.cpp.o +2026-01-27T23:35:05.2370805Z [1881/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryExtensionPyImp.cpp.o +2026-01-27T23:35:05.6772054Z [1882/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/GeometryFacadePyImp.cpp.o +2026-01-27T23:35:06.2477254Z [1883/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchAnalysis.cpp.o +2026-01-27T23:35:06.8631515Z [1884/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryFacadePyImp.cpp.o +2026-01-27T23:35:07.8571077Z [1885/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectSFPyImp.cpp.o +2026-01-27T23:35:07.8918642Z [1886/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/GeoEnum.cpp.o +2026-01-27T23:35:07.9639766Z [1887/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Spreadsheet_autogen/mocs_compilation.cpp.o +2026-01-27T23:35:08.2826815Z [1888/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/qp_eq.cpp.o +2026-01-27T23:35:08.4663726Z [1889/6735] Building CXX object src/Mod/Part/Gui/CMakeFiles/PartGui.dir/TaskAttacher.cpp.o +2026-01-27T23:35:11.6913763Z [1890/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/GeometryFacade.cpp.o +2026-01-27T23:35:12.1013133Z [1891/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/GeoList.cpp.o +2026-01-27T23:35:12.2945481Z [1892/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/PropertyConstraintList.cpp.o +2026-01-27T23:35:12.5596178Z [1893/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyColumnWidths.cpp.o +2026-01-27T23:35:14.7381508Z [1894/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchPyImp.cpp.o +2026-01-27T23:35:16.1044385Z [1895/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyRowHeights.cpp.o +2026-01-27T23:35:16.6927101Z [1896/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/AppSketcher.cpp.o +2026-01-27T23:35:16.8385191Z [1897/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyRowHeightsPyImp.cpp.o +2026-01-27T23:35:16.9407479Z [1898/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertyColumnWidthsPyImp.cpp.o +2026-01-27T23:35:17.0911852Z [1899/6735] Building MeasurementPy.h/.cpp out of Measurement.pyi +2026-01-27T23:35:17.2149834Z [1900/6735] Building MeasureBasePy.h/.cpp out of MeasureBase.pyi +2026-01-27T23:35:17.3631014Z [1901/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/PythonConverter.cpp.o +2026-01-27T23:35:17.3926465Z [1902/6735] Linking CXX shared library src/3rdParty/OndselSolver/OndselSolver/libOndselSolver.so.1.0.1 +2026-01-27T23:35:17.5052180Z [1903/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/PartDesign_autogen/mocs_compilation.cpp.o +2026-01-27T23:35:17.5518990Z [1904/6735] Linking CXX shared library Mod/Mesh/Mesh.so +2026-01-27T23:35:17.8123456Z [1905/6735] Linking CXX shared library Mod/Part/PartGui.so +2026-01-27T23:35:18.2554221Z [1906/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/ExternalGeometryFacade.cpp.o +2026-01-27T23:35:18.3998088Z [1907/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertySheetPyImp.cpp.o +2026-01-27T23:35:18.9730851Z [1908/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObjectPyImp.cpp.o +2026-01-27T23:35:20.4097842Z [1909/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/Constraint.cpp.o +2026-01-27T23:35:24.7070469Z [1910/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/SheetObserver.cpp.o +2026-01-27T23:35:28.4949146Z [1911/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Utils.cpp.o +2026-01-27T23:35:29.2568652Z [1912/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/SheetPyImp.cpp.o +2026-01-27T23:35:34.4932647Z [1913/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/AppSpreadsheet.cpp.o +2026-01-27T23:35:34.6450948Z [1914/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/Sketch.cpp.o +2026-01-27T23:35:37.5498613Z [1915/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Sheet.cpp.o +2026-01-27T23:35:37.7693907Z [1916/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureBase.cpp.o +2026-01-27T23:35:37.8643274Z [1917/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureSolid.cpp.o +2026-01-27T23:35:37.9590020Z [1918/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/DatumPlane.cpp.o +2026-01-27T23:35:38.1733863Z [1919/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/Cell.cpp.o +2026-01-27T23:35:38.1735477Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/App/Cell.cpp:377:41: warning: variable 'number' set but not used [-Wunused-but-set-variable] +2026-01-27T23:35:38.1736150Z 377 | else if (const auto number = freecad_cast(parsedExpr.get())) { +2026-01-27T23:35:38.1736458Z | ^ +2026-01-27T23:35:38.1736686Z 1 warning generated. +2026-01-27T23:35:38.4692451Z [1920/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/planegcs/GCS.cpp.o +2026-01-27T23:35:40.2993989Z [1921/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/Body.cpp.o +2026-01-27T23:35:40.9534122Z [1922/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/DatumLine.cpp.o +2026-01-27T23:35:43.6742351Z [1923/6735] Building CXX object src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet.dir/PropertySheet.cpp.o +2026-01-27T23:35:45.3788919Z [1924/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/Feature.cpp.o +2026-01-27T23:35:46.6191106Z [1925/6735] Building CXX object src/Mod/Sketcher/App/CMakeFiles/Sketcher.dir/SketchObject.cpp.o +2026-01-27T23:35:47.3980836Z [1926/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/DatumPoint.cpp.o +2026-01-27T23:35:48.0136513Z [1927/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/DatumCS.cpp.o +2026-01-27T23:35:50.1080346Z [1928/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/ShapeBinder.cpp.o +2026-01-27T23:35:55.3296576Z [1929/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureMirrored.cpp.o +2026-01-27T23:35:56.0518478Z [1930/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureScaled.cpp.o +2026-01-27T23:35:56.7577265Z [1931/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePolarPattern.cpp.o +2026-01-27T23:35:57.2405814Z [1932/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureLinearPattern.cpp.o +2026-01-27T23:35:59.8978087Z [1933/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureMultiTransform.cpp.o +2026-01-27T23:35:59.9838515Z [1934/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureTransformed.cpp.o +2026-01-27T23:36:01.6927099Z [1935/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePad.cpp.o +2026-01-27T23:36:02.9310105Z [1936/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePocket.cpp.o +2026-01-27T23:36:07.8380136Z [1937/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureGroove.cpp.o +2026-01-27T23:36:08.3644442Z [1938/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureSketchBased.cpp.o +2026-01-27T23:36:08.4349492Z [1939/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureExtrude.cpp.o +2026-01-27T23:36:08.4351605Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/App/FeatureExtrude.cpp:843:22: warning: unused parameter 'invObjLoc' [-Wunused-parameter] +2026-01-27T23:36:08.4351977Z 843 | TopLoc_Location& invObjLoc +2026-01-27T23:36:08.4352303Z | ^ +2026-01-27T23:36:08.4352514Z 1 warning generated. +2026-01-27T23:36:08.4426705Z [1940/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureRevolution.cpp.o +2026-01-27T23:36:10.5132180Z [1941/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureRefine.cpp.o +2026-01-27T23:36:12.2592985Z [1942/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/AppPartDesignPy.cpp.o +2026-01-27T23:36:13.8133431Z [1943/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureAddSub.cpp.o +2026-01-27T23:36:13.8193175Z [1944/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureBoolean.cpp.o +2026-01-27T23:36:13.9222662Z [1945/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/area-native_autogen/mocs_compilation.cpp.o +2026-01-27T23:36:15.9420152Z [1946/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/Arc.cpp.o +2026-01-27T23:36:18.0301416Z [1947/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/Area.cpp.o +2026-01-27T23:36:18.7377333Z [1948/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureHelix.cpp.o +2026-01-27T23:36:20.3130356Z [1949/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureLoft.cpp.o +2026-01-27T23:36:20.5250705Z [1950/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/Measure.cpp.o +2026-01-27T23:36:20.5822192Z [1951/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureFillet.cpp.o +2026-01-27T23:36:21.1491987Z [1952/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/AreaDxf.cpp.o +2026-01-27T23:36:21.1637367Z [1953/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePipe.cpp.o +2026-01-27T23:36:21.2894956Z [1954/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePrimitive.cpp.o +2026-01-27T23:36:21.7079694Z [1955/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/AreaOrderer.cpp.o +2026-01-27T23:36:22.5404926Z [1956/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/Circle.cpp.o +2026-01-27T23:36:22.6421063Z [1957/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/AreaPocket.cpp.o +2026-01-27T23:36:23.3052173Z [1958/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/kurve/Construction.cpp.o +2026-01-27T23:36:23.5514894Z [1959/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/kurve/Finite.cpp.o +2026-01-27T23:36:23.6905518Z [1960/6735] Building PointsPy.h/.cpp out of Points.pyi +2026-01-27T23:36:23.7030513Z [1961/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Points/Init.py +2026-01-27T23:36:23.8097285Z [1962/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/kurve/Matrix.cpp.o +2026-01-27T23:36:23.8618901Z [1963/6735] Linking CXX shared library Mod/Spreadsheet/Spreadsheet.so +2026-01-27T23:36:24.0012223Z [1964/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/Measure_autogen/mocs_compilation.cpp.o +2026-01-27T23:36:24.0755033Z [1965/6735] Linking CXX shared library Mod/Sketcher/Sketcher.so +2026-01-27T23:36:24.2276556Z [1966/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/kurve/offset.cpp.o +2026-01-27T23:36:24.5538941Z [1967/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/kurve/kurve.cpp.o +2026-01-27T23:36:24.6381172Z [1968/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/Curve.cpp.o +2026-01-27T23:36:26.0070139Z [1969/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/AreaClipper.cpp.o +2026-01-27T23:36:26.8418083Z [1970/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureHole.cpp.o +2026-01-27T23:36:27.6159149Z [1971/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureDraft.cpp.o +2026-01-27T23:36:27.6205081Z [1972/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureChamfer.cpp.o +2026-01-27T23:36:28.2442484Z [1973/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/BodyPyImp.cpp.o +2026-01-27T23:36:29.1070630Z [1974/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeaturePyImp.cpp.o +2026-01-27T23:36:30.1779484Z [1975/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/Adaptive.cpp.o +2026-01-27T23:36:30.1781428Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1477:21: warning: loop variable 'polygon' creates a copy from type 'std::vector const' [-Wrange-loop-construct] +2026-01-27T23:36:30.1783030Z 1477 | for (const auto polygon : polygons) { +2026-01-27T23:36:30.1784460Z | ^ +2026-01-27T23:36:30.1786120Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1477:10: note: use reference type 'std::vector const &' to prevent copying +2026-01-27T23:36:30.1786457Z 1477 | for (const auto polygon : polygons) { +2026-01-27T23:36:30.1787940Z | ^~~~~~~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1788197Z | & +2026-01-27T23:36:30.1789605Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1428:14: warning: unused parameter 'clip' [-Wunused-parameter] +2026-01-27T23:36:30.1791421Z 1428 | Clipper& clip, +2026-01-27T23:36:30.1793064Z | ^ +2026-01-27T23:36:30.1793419Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1432:10: warning: unused parameter 'preventConventional' [-Wunused-parameter] +2026-01-27T23:36:30.1794874Z 1432 | bool preventConventional +2026-01-27T23:36:30.1795219Z | ^ +2026-01-27T23:36:30.1796636Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1485:27: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1798077Z 1485 | for (int i = 0; i < polygon.size(); i++) { +2026-01-27T23:36:30.1798454Z | ~ ^ ~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1799865Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1540:25: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1801591Z 1540 | for (int ix = 0; ix < xs.size() - 1; ix++) { +2026-01-27T23:36:30.1801829Z | ~~ ^ ~~~~~~~~~~~~~ +2026-01-27T23:36:30.1803308Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1555:41: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1803657Z 1555 | for (int ipolygon = 0; ipolygon < polygons.size(); ipolygon++) { +2026-01-27T23:36:30.1805039Z | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1806585Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1557:39: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1806961Z 1557 | for (int iedge = 0; iedge < polygon.size(); iedge++) { +2026-01-27T23:36:30.1808393Z | ~~~~~ ^ ~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1808768Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1568:39: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1810458Z 1568 | for (int icircle = 0; icircle < circles.size(); icircle++) { +2026-01-27T23:36:30.1811736Z | ~~~~~~~ ^ ~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1811955Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1591:27: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1813516Z 1591 | for (int i = 0; i < polygons.size() + circles.size(); i++) { +2026-01-27T23:36:30.1813751Z | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1815270Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1592:33: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1816927Z 1592 | outside.push_back(i == (polygons.size())); // poly_0, ..., poly_n-1, c2, c1 +2026-01-27T23:36:30.1818397Z | ~ ^ ~~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1818707Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1595:29: warning: comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1820249Z 1595 | for (int iy = 0; iy < ys.size(); iy++) { +2026-01-27T23:36:30.1821803Z | ~~ ^ ~~~~~~~~~ +2026-01-27T23:36:30.1822058Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:1610:28: warning: comparison of integers of different signs: 'const int' and 'size_type' (aka 'unsigned long') [-Wsign-compare] +2026-01-27T23:36:30.1824537Z 1610 | if (ishape < polygons.size()) { +2026-01-27T23:36:30.1824836Z | ~~~~~~ ^ ~~~~~~~~~~~~~~~ +2026-01-27T23:36:30.1825137Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/libarea/Adaptive.cpp:2959:20: warning: variable 'prev_error' set but not used [-Wunused-but-set-variable] +2026-01-27T23:36:30.1825426Z 2959 | double prev_error = __DBL_MAX__; +2026-01-27T23:36:30.1825634Z | ^ +2026-01-27T23:36:30.1825895Z 13 warnings generated. +2026-01-27T23:36:30.2214011Z [1976/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureDressUp.cpp.o +2026-01-27T23:36:31.1155533Z [1977/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area-native.dir/clipper.cpp.o +2026-01-27T23:36:34.5032291Z [1978/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/FeatureThickness.cpp.o +2026-01-27T23:36:35.0662693Z [1979/6735] Building CXX object src/Mod/PartDesign/App/CMakeFiles/PartDesign.dir/AppPartDesign.cpp.o +2026-01-27T23:36:36.1092193Z [1980/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/Preferences.cpp.o +2026-01-27T23:36:37.2677417Z [1981/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureBase.cpp.o +2026-01-27T23:36:37.2819829Z [1982/6735] Creating library symlink src/3rdParty/OndselSolver/OndselSolver/libOndselSolver.so.1 src/3rdParty/OndselSolver/OndselSolver/libOndselSolver.so +2026-01-27T23:36:40.1932198Z [1983/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/AppMeasurePy.cpp.o +2026-01-27T23:36:40.4184774Z [1984/6735] Linking CXX shared library Mod/CAM/libarea-native.so +2026-01-27T23:36:40.6440877Z [1985/6735] Linking CXX shared library Mod/PartDesign/_PartDesign.so +2026-01-27T23:36:40.8682524Z [1986/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/Points_autogen/mocs_compilation.cpp.o +2026-01-27T23:36:46.1009058Z [1987/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureAngle.cpp.o +2026-01-27T23:36:46.5973920Z [1988/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/SubnameHelper.cpp.o +2026-01-27T23:36:46.9495914Z [1989/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureDistance.cpp.o +2026-01-27T23:36:47.8000925Z [1990/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/AppMeasure.cpp.o +2026-01-27T23:36:47.8237791Z [1991/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureArea.cpp.o +2026-01-27T23:36:47.9589658Z [1992/6735] Automatic MOC and UIC for target MeshGui +2026-01-27T23:36:50.0090333Z [1993/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasurePosition.cpp.o +2026-01-27T23:36:51.6872982Z [1994/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasurementPyImp.cpp.o +2026-01-27T23:36:52.5751756Z [1995/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/Measurement.cpp.o +2026-01-27T23:36:53.2109859Z [1996/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/ShapeFinder.cpp.o +2026-01-27T23:36:54.9732417Z [1997/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureBasePyImp.cpp.o +2026-01-27T23:36:57.4062944Z [1998/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureLength.cpp.o +2026-01-27T23:36:57.5846475Z [1999/6735] Automatic MOC and UIC for target Assembly +2026-01-27T23:36:57.7616511Z [2000/6735] Automatic MOC and UIC for target Fem +2026-01-27T23:36:57.7875604Z [2001/6735] Generating Resources/translations/Mesh_af.qm +2026-01-27T23:36:57.7876740Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_af.qm'... +2026-01-27T23:36:57.7877009Z Generated 407 translation(s) (270 finished and 137 unfinished) +2026-01-27T23:36:57.8243684Z [2002/6735] Generating Resources/translations/Mesh_ar.qm +2026-01-27T23:36:57.8244423Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ar.qm'... +2026-01-27T23:36:57.8244625Z Generated 407 translation(s) (221 finished and 186 unfinished) +2026-01-27T23:36:57.8492655Z [2003/6735] Generating Resources/translations/Mesh_be.qm +2026-01-27T23:36:57.8493178Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_be.qm'... +2026-01-27T23:36:57.8493358Z Generated 415 translation(s) (414 finished and 1 unfinished) +2026-01-27T23:36:57.8724541Z [2004/6735] Generating Resources/translations/Mesh_bg.qm +2026-01-27T23:36:57.8725058Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_bg.qm'... +2026-01-27T23:36:57.8725324Z Generated 407 translation(s) (197 finished and 210 unfinished) +2026-01-27T23:36:57.8965797Z [2005/6735] Generating Resources/translations/Mesh_ca.qm +2026-01-27T23:36:57.8966254Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ca.qm'... +2026-01-27T23:36:57.8966446Z Generated 415 translation(s) (414 finished and 1 unfinished) +2026-01-27T23:36:57.9332861Z [2006/6735] Generating Resources/translations/Mesh_cs.qm +2026-01-27T23:36:57.9333274Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_cs.qm'... +2026-01-27T23:36:57.9333448Z Generated 415 translation(s) (276 finished and 139 unfinished) +2026-01-27T23:36:57.9707455Z [2007/6735] Generating Resources/translations/Mesh_da.qm +2026-01-27T23:36:57.9708292Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_da.qm'... +2026-01-27T23:36:57.9708530Z Generated 415 translation(s) (75 finished and 340 unfinished) +2026-01-27T23:36:58.0045824Z [2008/6735] Generating Resources/translations/Mesh_de.qm +2026-01-27T23:36:58.0061148Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_de.qm'... +2026-01-27T23:36:58.0061584Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.0329406Z [2009/6735] Generating Resources/translations/Mesh_el.qm +2026-01-27T23:36:58.0330070Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_el.qm'... +2026-01-27T23:36:58.0330591Z Generated 415 translation(s) (306 finished and 109 unfinished) +2026-01-27T23:36:58.0683747Z [2010/6735] Generating Resources/translations/Mesh_es-AR.qm +2026-01-27T23:36:58.0685851Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_es-AR.qm'... +2026-01-27T23:36:58.0686535Z Generated 415 translation(s) (321 finished and 94 unfinished) +2026-01-27T23:36:58.1043244Z [2011/6735] Generating Resources/translations/Mesh_es-ES.qm +2026-01-27T23:36:58.1044577Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_es-ES.qm'... +2026-01-27T23:36:58.1045580Z Generated 415 translation(s) (321 finished and 94 unfinished) +2026-01-27T23:36:58.1280038Z [2012/6735] Generating Resources/translations/Mesh_eu.qm +2026-01-27T23:36:58.1281466Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_eu.qm'... +2026-01-27T23:36:58.1281864Z Generated 415 translation(s) (306 finished and 109 unfinished) +2026-01-27T23:36:58.1642498Z [2013/6735] Generating Resources/translations/Mesh_fi.qm +2026-01-27T23:36:58.1643864Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_fi.qm'... +2026-01-27T23:36:58.1644333Z Generated 415 translation(s) (256 finished and 159 unfinished) +2026-01-27T23:36:58.1953526Z [2014/6735] Generating Resources/translations/Mesh_fil.qm +2026-01-27T23:36:58.1954194Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_fil.qm'... +2026-01-27T23:36:58.1954547Z Generated 422 translation(s) (285 finished and 137 unfinished) +2026-01-27T23:36:58.2322298Z [2015/6735] Generating Resources/translations/Mesh_fr.qm +2026-01-27T23:36:58.2323264Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_fr.qm'... +2026-01-27T23:36:58.2323509Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.2585701Z [2016/6735] Generating Resources/translations/Mesh_gl.qm +2026-01-27T23:36:58.2586127Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_gl.qm'... +2026-01-27T23:36:58.2586302Z Generated 409 translation(s) (305 finished and 104 unfinished) +2026-01-27T23:36:58.2922740Z [2017/6735] Generating Resources/translations/Mesh_hr.qm +2026-01-27T23:36:58.2923268Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_hr.qm'... +2026-01-27T23:36:58.2923587Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.3243214Z [2018/6735] Generating Resources/translations/Mesh_hu.qm +2026-01-27T23:36:58.3243902Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_hu.qm'... +2026-01-27T23:36:58.3244237Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.3532124Z [2019/6735] Generating Resources/translations/Mesh_id.qm +2026-01-27T23:36:58.3532722Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_id.qm'... +2026-01-27T23:36:58.3533123Z Generated 409 translation(s) (276 finished and 133 unfinished) +2026-01-27T23:36:58.3642697Z [2020/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureDiameter.cpp.o +2026-01-27T23:36:58.3895840Z [2021/6735] Generating Resources/translations/Mesh_it.qm +2026-01-27T23:36:58.3896444Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_it.qm'... +2026-01-27T23:36:58.3896928Z Generated 415 translation(s) (318 finished and 97 unfinished) +2026-01-27T23:36:58.3992372Z [2022/6735] Generating Resources/translations/Mesh_ja.qm +2026-01-27T23:36:58.3993116Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ja.qm'... +2026-01-27T23:36:58.3993719Z Generated 415 translation(s) (414 finished and 1 unfinished) +2026-01-27T23:36:58.4295097Z [2023/6735] Generating Resources/translations/Mesh_ka.qm +2026-01-27T23:36:58.4305525Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ka.qm'... +2026-01-27T23:36:58.4305907Z Generated 415 translation(s) (413 finished and 2 unfinished) +2026-01-27T23:36:58.4306535Z [2024/6735] Generating Resources/translations/Mesh_kab.qm +2026-01-27T23:36:58.4306777Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_kab.qm'... +2026-01-27T23:36:58.4307124Z Generated 407 translation(s) (246 finished and 161 unfinished) +2026-01-27T23:36:58.4542422Z [2025/6735] Generating Resources/translations/Mesh_lt.qm +2026-01-27T23:36:58.4544066Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_lt.qm'... +2026-01-27T23:36:58.4544314Z Generated 409 translation(s) (361 finished and 48 unfinished) +2026-01-27T23:36:58.4674024Z [2026/6735] Generating Resources/translations/Mesh_ko.qm +2026-01-27T23:36:58.4674493Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ko.qm'... +2026-01-27T23:36:58.4674685Z Generated 415 translation(s) (247 finished and 168 unfinished) +2026-01-27T23:36:58.4921884Z [2027/6735] Generating Resources/translations/Mesh_ms.qm +2026-01-27T23:36:58.4923273Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ms.qm'... +2026-01-27T23:36:58.4924518Z Generated 410 translation(s) (375 finished and 35 unfinished) +2026-01-27T23:36:58.4956918Z [2028/6735] Generating Resources/translations/Mesh_nl.qm +2026-01-27T23:36:58.4957752Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_nl.qm'... +2026-01-27T23:36:58.4958050Z Generated 415 translation(s) (267 finished and 148 unfinished) +2026-01-27T23:36:58.5272038Z [2029/6735] Generating Resources/translations/Mesh_no.qm +2026-01-27T23:36:58.5272463Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_no.qm'... +2026-01-27T23:36:58.5272641Z Generated 407 translation(s) (277 finished and 130 unfinished) +2026-01-27T23:36:58.5316662Z [2030/6735] Generating Resources/translations/Mesh_pl.qm +2026-01-27T23:36:58.5317510Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_pl.qm'... +2026-01-27T23:36:58.5317845Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.5623865Z [2031/6735] Generating Resources/translations/Mesh_pt-BR.qm +2026-01-27T23:36:58.5624526Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_pt-BR.qm'... +2026-01-27T23:36:58.5624718Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.5670440Z [2032/6735] Generating Resources/translations/Mesh_pt-PT.qm +2026-01-27T23:36:58.5670803Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_pt-PT.qm'... +2026-01-27T23:36:58.5670970Z Generated 410 translation(s) (404 finished and 6 unfinished) +2026-01-27T23:36:58.5988122Z [2033/6735] Generating Resources/translations/Mesh_ro.qm +2026-01-27T23:36:58.5989171Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ro.qm'... +2026-01-27T23:36:58.5989475Z Generated 415 translation(s) (306 finished and 109 unfinished) +2026-01-27T23:36:58.6019644Z [2034/6735] Generating Resources/translations/Mesh_ru.qm +2026-01-27T23:36:58.6020695Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_ru.qm'... +2026-01-27T23:36:58.6021074Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.6361179Z [2035/6735] Generating Resources/translations/Mesh_sl.qm +2026-01-27T23:36:58.6362605Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_sl.qm'... +2026-01-27T23:36:58.6362954Z Generated 415 translation(s) (329 finished and 86 unfinished) +2026-01-27T23:36:58.6384987Z [2036/6735] Generating Resources/translations/Mesh_sk.qm +2026-01-27T23:36:58.6385927Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_sk.qm'... +2026-01-27T23:36:58.6386249Z Generated 422 translation(s) (222 finished and 200 unfinished) +2026-01-27T23:36:58.6737729Z [2037/6735] Generating Resources/translations/Mesh_sr.qm +2026-01-27T23:36:58.6738881Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_sr.qm'... +2026-01-27T23:36:58.6739211Z Generated 415 translation(s) (403 finished and 12 unfinished) +2026-01-27T23:36:58.6745357Z [2038/6735] Generating Resources/translations/Mesh_sr-CS.qm +2026-01-27T23:36:58.6746100Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_sr-CS.qm'... +2026-01-27T23:36:58.6746435Z Generated 415 translation(s) (403 finished and 12 unfinished) +2026-01-27T23:36:58.7118500Z [2039/6735] Generating Resources/translations/Mesh_sv-SE.qm +2026-01-27T23:36:58.7119714Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_sv-SE.qm'... +2026-01-27T23:36:58.7120198Z Generated 415 translation(s) (411 finished and 4 unfinished) +2026-01-27T23:36:58.7126014Z [2040/6735] Generating Resources/translations/Mesh_tr.qm +2026-01-27T23:36:58.7126782Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_tr.qm'... +2026-01-27T23:36:58.7127106Z Generated 415 translation(s) (414 finished and 1 unfinished) +2026-01-27T23:36:58.7482019Z [2041/6735] Generating Resources/translations/Mesh_uk.qm +2026-01-27T23:36:58.7485974Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_uk.qm'... +2026-01-27T23:36:58.7486372Z Generated 415 translation(s) (307 finished and 108 unfinished) +2026-01-27T23:36:58.7501484Z [2042/6735] Generating Resources/translations/Mesh_val-ES.qm +2026-01-27T23:36:58.7502577Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_val-ES.qm'... +2026-01-27T23:36:58.7503118Z Generated 409 translation(s) (315 finished and 94 unfinished) +2026-01-27T23:36:58.7852450Z [2043/6735] Generating Resources/translations/Mesh_zh-CN.qm +2026-01-27T23:36:58.7853942Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_zh-CN.qm'... +2026-01-27T23:36:58.7854287Z Generated 415 translation(s) (415 finished and 0 unfinished) +2026-01-27T23:36:58.7887264Z [2044/6735] Generating Resources/translations/Mesh_vi.qm +2026-01-27T23:36:58.7888118Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_vi.qm'... +2026-01-27T23:36:58.7888452Z Generated 422 translation(s) (311 finished and 111 unfinished) +2026-01-27T23:36:58.8263213Z [2045/6735] Generating Resources/translations/Mesh_zh-TW.qm +2026-01-27T23:36:58.8264457Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Mesh/Gui/Resources/translations/Mesh_zh-TW.qm'... +2026-01-27T23:36:58.8264809Z Generated 415 translation(s) (303 finished and 112 unfinished) +2026-01-27T23:36:58.9790313Z [2046/6735] Automatic MOC and UIC for target MeshPart +2026-01-27T23:36:59.0087022Z [2047/6735] Automatic MOC and UIC for target Path +2026-01-27T23:36:59.1877728Z [2048/6735] Automatic MOC and UIC for target Robot +2026-01-27T23:36:59.2482475Z [2049/6735] Building AssemblyObjectPy.h/.cpp out of AssemblyObject.pyi +2026-01-27T23:36:59.4415119Z [2050/6735] Building AssemblyLinkPy.h/.cpp out of AssemblyLink.pyi +2026-01-27T23:36:59.5334652Z [2051/6735] Building BomObjectPy.h/.cpp out of BomObject.pyi +2026-01-27T23:36:59.6438876Z [2052/6735] Building BomGroupPy.h/.cpp out of BomGroup.pyi +2026-01-27T23:36:59.7814447Z [2053/6735] Building JointGroupPy.h/.cpp out of JointGroup.pyi +2026-01-27T23:36:59.8084085Z [2054/6735] Building ViewGroupPy.h/.cpp out of ViewGroup.pyi +2026-01-27T23:37:00.0413553Z [2055/6735] Building SimulationGroupPy.h/.cpp out of SimulationGroup.pyi +2026-01-27T23:37:00.1211875Z [2056/6735] Building FemMeshPy.h/.cpp out of FemMesh.pyi +2026-01-27T23:37:00.3012750Z [2057/6735] Building FemPostObjectPy.h/.cpp out of FemPostObject.pyi +2026-01-27T23:37:00.3988649Z [2058/6735] Building FemPostPipelinePy.h/.cpp out of FemPostPipeline.pyi +2026-01-27T23:37:00.5960916Z [2059/6735] Building FemPostFilterPy.h/.cpp out of FemPostFilter.pyi +2026-01-27T23:37:00.6790500Z [2060/6735] Building CXX object src/Mod/Measure/App/CMakeFiles/Measure.dir/MeasureRadius.cpp.o +2026-01-27T23:37:00.6860817Z [2061/6735] Building FemPostBranchFilterPy.h/.cpp out of FemPostBranchFilter.pyi +2026-01-27T23:37:00.8419932Z [2062/6735] Building ViewProviderMeshPy.h/.cpp out of ViewProviderMesh.pyi +2026-01-27T23:37:00.9510001Z [2063/6735] Linking CXX shared library Mod/Measure/Measure.so +2026-01-27T23:37:01.1589329Z [2064/6735] Automatic MOC and UIC for target TechDraw +2026-01-27T23:37:01.2143650Z [2065/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/Gui/Resources/icons/MeshWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Mesh/Resources/icons/MeshWorkbench.svg +2026-01-27T23:37:01.2414474Z [2066/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/MeshPart/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/MeshPart/Init.py +2026-01-27T23:37:01.5284222Z [2067/6735] Building CommandPy.h/.cpp out of Command.pyi +2026-01-27T23:37:01.8225476Z [2068/6735] Building PathPy.h/.cpp out of Path.pyi +2026-01-27T23:37:02.0035473Z [2069/6735] Building FeaturePathCompoundPy.h/.cpp out of FeaturePathCompound.pyi +2026-01-27T23:37:02.2219331Z [2070/6735] Building AreaPy.h/.cpp out of Area.pyi +2026-01-27T23:37:02.2255639Z [2071/6735] Generating qrc_Mesh.cpp +2026-01-27T23:37:02.4735444Z [2072/6735] Building FeatureAreaPy.h/.cpp out of FeatureArea.pyi +2026-01-27T23:37:02.5308975Z [2073/6735] Building VoronoiPy.h/.cpp out of Voronoi.pyi +2026-01-27T23:37:02.7508433Z [2074/6735] Building VoronoiCellPy.h/.cpp out of VoronoiCell.pyi +2026-01-27T23:37:02.8519990Z [2075/6735] Building VoronoiEdgePy.h/.cpp out of VoronoiEdge.pyi +2026-01-27T23:37:02.9279557Z [2076/6735] Generating qrc_Mesh_translation.cpp +2026-01-27T23:37:03.0158147Z [2077/6735] Building TrajectoryPy.h/.cpp out of Trajectory.pyi +2026-01-27T23:37:03.0257620Z [2078/6735] Building VoronoiVertexPy.h/.cpp out of VoronoiVertex.pyi +2026-01-27T23:37:03.1411864Z [2079/6735] Building Robot6AxisPy.h/.cpp out of Robot6Axis.pyi +2026-01-27T23:37:03.1906432Z [2080/6735] Building RobotObjectPy.h/.cpp out of RobotObject.pyi +2026-01-27T23:37:03.1977962Z [2081/6735] Building WaypointPy.h/.cpp out of Waypoint.pyi +2026-01-27T23:37:03.3172130Z [2082/6735] Building DrawPagePy.h/.cpp out of DrawPage.pyi +2026-01-27T23:37:03.3746506Z [2083/6735] Automatic MOC and UIC for target Surface +2026-01-27T23:37:03.5254834Z [2084/6735] Building DrawViewPy.h/.cpp out of DrawView.pyi +2026-01-27T23:37:03.7847201Z [2085/6735] Building DrawViewSymbolPy.h/.cpp out of DrawViewSymbol.pyi +2026-01-27T23:37:03.9552385Z [2086/6735] Building DrawViewPartPy.h/.cpp out of DrawViewPart.pyi +2026-01-27T23:37:04.0373251Z [2087/6735] Building DrawTemplatePy.h/.cpp out of DrawTemplate.pyi +2026-01-27T23:37:04.1496679Z [2088/6735] Building DrawParametricTemplatePy.h/.cpp out of DrawParametricTemplate.pyi +2026-01-27T23:37:04.2099774Z [2089/6735] Building DrawSVGTemplatePy.h/.cpp out of DrawSVGTemplate.pyi +2026-01-27T23:37:04.3749131Z [2090/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsGrid.cpp.o +2026-01-27T23:37:04.4032372Z [2091/6735] Building DrawViewClipPy.h/.cpp out of DrawViewClip.pyi +2026-01-27T23:37:04.4464399Z [2092/6735] Building DrawViewDimensionPy.h/.cpp out of DrawViewDimension.pyi +2026-01-27T23:37:04.5836794Z [2093/6735] Building DrawGeomHatchPy.h/.cpp out of DrawGeomHatch.pyi +2026-01-27T23:37:04.5985583Z [2094/6735] Building DrawHatchPy.h/.cpp out of DrawHatch.pyi +2026-01-27T23:37:04.6894170Z [2095/6735] Building DrawViewDimExtentPy.h/.cpp out of DrawViewDimExtent.pyi +2026-01-27T23:37:04.7134184Z [2096/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsPyImp.cpp.o +2026-01-27T23:37:04.7177611Z [2097/6735] Building DrawViewCollectionPy.h/.cpp out of DrawViewCollection.pyi +2026-01-27T23:37:04.7933154Z [2098/6735] Building DrawProjGroupPy.h/.cpp out of DrawProjGroup.pyi +2026-01-27T23:37:04.8416011Z [2099/6735] Building DrawLeaderLinePy.h/.cpp out of DrawLeaderLine.pyi +2026-01-27T23:37:04.8735742Z [2100/6735] Building DrawViewAnnotationPy.h/.cpp out of DrawViewAnnotation.pyi +2026-01-27T23:37:04.9595926Z [2101/6735] Building DrawProjGroupItemPy.h/.cpp out of DrawProjGroupItem.pyi +2026-01-27T23:37:04.9705103Z [2102/6735] Building GeomFormatPy.h/.cpp out of GeomFormat.pyi +2026-01-27T23:37:05.0543454Z [2103/6735] Automatic MOC and UIC for target Start +2026-01-27T23:37:05.0595976Z [2104/6735] Building DrawRichAnnoPy.h/.cpp out of DrawRichAnno.pyi +2026-01-27T23:37:05.0863041Z [2105/6735] Building CenterLinePy.h/.cpp out of CenterLine.pyi +2026-01-27T23:37:05.1108139Z [2106/6735] Building CosmeticVertexPy.h/.cpp out of CosmeticVertex.pyi +2026-01-27T23:37:05.2264637Z [2107/6735] Building CosmeticExtensionPy.h/.cpp out of CosmeticExtension.pyi +2026-01-27T23:37:05.2539167Z [2108/6735] Building CosmeticEdgePy.h/.cpp out of CosmeticEdge.pyi +2026-01-27T23:37:05.2765204Z [2109/6735] Building DrawWeldSymbolPy.h/.cpp out of DrawWeldSymbol.pyi +2026-01-27T23:37:05.3172729Z [2110/6735] Building DrawTilePy.h/.cpp out of DrawTile.pyi +2026-01-27T23:37:05.3368197Z [2111/6735] Building DrawTileWeldPy.h/.cpp out of DrawTileWeld.pyi +2026-01-27T23:37:05.3590377Z [2112/6735] Building DrawBrokenViewPy.h/.cpp out of DrawBrokenView.pyi +2026-01-27T23:37:05.4654733Z [2113/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/Assembly_autogen/mocs_compilation.cpp.o +2026-01-27T23:37:07.8292034Z [2114/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsFeature.cpp.o +2026-01-27T23:37:08.3970365Z [2115/6735] Automatic MOC and UIC for target SpreadsheetGui +2026-01-27T23:37:08.4293265Z [2116/6735] Generating Resources/translations/Spreadsheet_af.qm +2026-01-27T23:37:08.4293721Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_af.qm'... +2026-01-27T23:37:08.4293902Z Generated 132 translation(s) (12 finished and 120 unfinished) +2026-01-27T23:37:08.4496887Z [2117/6735] Generating Resources/translations/Spreadsheet_ar.qm +2026-01-27T23:37:08.4497556Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ar.qm'... +2026-01-27T23:37:08.4497870Z Generated 132 translation(s) (124 finished and 8 unfinished) +2026-01-27T23:37:08.4714099Z [2118/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/AppPoints.cpp.o +2026-01-27T23:37:08.4724642Z [2119/6735] Generating Resources/translations/Spreadsheet_be.qm +2026-01-27T23:37:08.4727191Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_be.qm'... +2026-01-27T23:37:08.4727575Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.4727990Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.4728248Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.4873498Z [2120/6735] Generating Resources/translations/Spreadsheet_bg.qm +2026-01-27T23:37:08.4874905Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_bg.qm'... +2026-01-27T23:37:08.4875275Z Generated 132 translation(s) (131 finished and 1 unfinished) +2026-01-27T23:37:08.5013471Z [2121/6735] Generating Resources/translations/Spreadsheet_ca.qm +2026-01-27T23:37:08.5014250Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ca.qm'... +2026-01-27T23:37:08.5014545Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.5046516Z [2122/6735] Generating Resources/translations/Spreadsheet_cs.qm +2026-01-27T23:37:08.5047525Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_cs.qm'... +2026-01-27T23:37:08.5047867Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.5048119Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.5048342Z Generated 199 translation(s) (121 finished and 78 unfinished) +2026-01-27T23:37:08.5199190Z [2123/6735] Generating Resources/translations/Spreadsheet_de.qm +2026-01-27T23:37:08.5200573Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_de.qm'... +2026-01-27T23:37:08.5200918Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.5296002Z [2124/6735] Generating Resources/translations/Spreadsheet_da.qm +2026-01-27T23:37:08.5297277Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_da.qm'... +2026-01-27T23:37:08.5297751Z Generated 199 translation(s) (79 finished and 120 unfinished) +2026-01-27T23:37:08.5383680Z [2125/6735] Generating Resources/translations/Spreadsheet_el.qm +2026-01-27T23:37:08.5385008Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_el.qm'... +2026-01-27T23:37:08.5385328Z Generated 199 translation(s) (126 finished and 73 unfinished) +2026-01-27T23:37:08.5526428Z [2126/6735] Generating Resources/translations/Spreadsheet_es-AR.qm +2026-01-27T23:37:08.5527881Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_es-AR.qm'... +2026-01-27T23:37:08.5528369Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.5700932Z [2127/6735] Generating Resources/translations/Spreadsheet_es-ES.qm +2026-01-27T23:37:08.5703294Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_es-ES.qm'... +2026-01-27T23:37:08.5703692Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.5786125Z [2128/6735] Generating Resources/translations/Spreadsheet_eu.qm +2026-01-27T23:37:08.5787257Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_eu.qm'... +2026-01-27T23:37:08.5787591Z Generated 199 translation(s) (120 finished and 79 unfinished) +2026-01-27T23:37:08.5966843Z [2129/6735] Generating Resources/translations/Spreadsheet_fi.qm +2026-01-27T23:37:08.5970970Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_fi.qm'... +2026-01-27T23:37:08.5971846Z Generated 199 translation(s) (93 finished and 106 unfinished) +2026-01-27T23:37:08.6008093Z [2130/6735] Generating Resources/translations/Spreadsheet_fil.qm +2026-01-27T23:37:08.6009523Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_fil.qm'... +2026-01-27T23:37:08.6009898Z Generated 187 translation(s) (103 finished and 84 unfinished) +2026-01-27T23:37:08.6255343Z [2131/6735] Generating Resources/translations/Spreadsheet_fr.qm +2026-01-27T23:37:08.6256375Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_fr.qm'... +2026-01-27T23:37:08.6256764Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.6264891Z [2132/6735] Generating Resources/translations/Spreadsheet_gl.qm +2026-01-27T23:37:08.6265918Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_gl.qm'... +2026-01-27T23:37:08.6266296Z Generated 191 translation(s) (129 finished and 62 unfinished) +2026-01-27T23:37:08.6493786Z [2133/6735] Generating Resources/translations/Spreadsheet_hu.qm +2026-01-27T23:37:08.6495238Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_hu.qm'... +2026-01-27T23:37:08.6495580Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.6495914Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.6496154Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.6529644Z [2134/6735] Generating Resources/translations/Spreadsheet_hr.qm +2026-01-27T23:37:08.6531108Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_hr.qm'... +2026-01-27T23:37:08.6531686Z Generated 199 translation(s) (139 finished and 60 unfinished) +2026-01-27T23:37:08.6775495Z [2135/6735] Generating Resources/translations/Spreadsheet_id.qm +2026-01-27T23:37:08.6776810Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_id.qm'... +2026-01-27T23:37:08.6777234Z Generated 191 translation(s) (99 finished and 92 unfinished) +2026-01-27T23:37:08.6799955Z [2136/6735] Generating Resources/translations/Spreadsheet_it.qm +2026-01-27T23:37:08.6815493Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_it.qm'... +2026-01-27T23:37:08.6816161Z Generated 199 translation(s) (145 finished and 54 unfinished) +2026-01-27T23:37:08.7055076Z [2137/6735] Generating Resources/translations/Spreadsheet_ja.qm +2026-01-27T23:37:08.7094978Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ja.qm'... +2026-01-27T23:37:08.7095618Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.7098956Z [2138/6735] Generating Resources/translations/Spreadsheet_ka.qm +2026-01-27T23:37:08.7099319Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ka.qm'... +2026-01-27T23:37:08.7099606Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.7241856Z [2139/6735] Generating Resources/translations/Spreadsheet_kab.qm +2026-01-27T23:37:08.7242669Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_kab.qm'... +2026-01-27T23:37:08.7243073Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.7243309Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.7243540Z Generated 132 translation(s) (85 finished and 47 unfinished) +2026-01-27T23:37:08.7251028Z [2140/6735] Generating Resources/translations/Spreadsheet_ko.qm +2026-01-27T23:37:08.7253263Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ko.qm'... +2026-01-27T23:37:08.7253574Z Generated 199 translation(s) (121 finished and 78 unfinished) +2026-01-27T23:37:08.7336923Z [2141/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PropertyPointKernel.cpp.o +2026-01-27T23:37:08.7471951Z [2142/6735] Generating Resources/translations/Spreadsheet_nl.qm +2026-01-27T23:37:08.7473368Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_nl.qm'... +2026-01-27T23:37:08.7473680Z Generated 199 translation(s) (126 finished and 73 unfinished) +2026-01-27T23:37:08.7504667Z [2143/6735] Generating Resources/translations/Spreadsheet_lt.qm +2026-01-27T23:37:08.7506218Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_lt.qm'... +2026-01-27T23:37:08.7506688Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.7507004Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.7507216Z Generated 199 translation(s) (98 finished and 101 unfinished) +2026-01-27T23:37:08.7572405Z [2144/6735] Generating Resources/translations/Spreadsheet_ms.qm +2026-01-27T23:37:08.7573023Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ms.qm'... +2026-01-27T23:37:08.7573330Z Generated 199 translation(s) (27 finished and 172 unfinished) +2026-01-27T23:37:08.7634764Z [2145/6735] Building CXX object tests/lib/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +2026-01-27T23:37:08.7642935Z [2146/6735] Generating Resources/translations/Spreadsheet_no.qm +2026-01-27T23:37:08.7644060Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_no.qm'... +2026-01-27T23:37:08.7644402Z Generated 132 translation(s) (109 finished and 23 unfinished) +2026-01-27T23:37:08.7703171Z [2147/6735] Generating Resources/translations/Spreadsheet_pt-BR.qm +2026-01-27T23:37:08.7703788Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_pt-BR.qm'... +2026-01-27T23:37:08.7704086Z Generated 199 translation(s) (121 finished and 78 unfinished) +2026-01-27T23:37:08.7805422Z [2148/6735] Generating Resources/translations/Spreadsheet_pl.qm +2026-01-27T23:37:08.7806064Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_pl.qm'... +2026-01-27T23:37:08.7806448Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.7806657Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.7806922Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.7856509Z [2149/6735] Generating Resources/translations/Spreadsheet_pt-PT.qm +2026-01-27T23:37:08.7858285Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_pt-PT.qm'... +2026-01-27T23:37:08.7858741Z Generated 199 translation(s) (116 finished and 83 unfinished) +2026-01-27T23:37:08.7963632Z [2150/6735] Generating Resources/translations/Spreadsheet_ro.qm +2026-01-27T23:37:08.7965377Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ro.qm'... +2026-01-27T23:37:08.7966536Z Generated 199 translation(s) (126 finished and 73 unfinished) +2026-01-27T23:37:08.8017020Z [2151/6735] Generating Resources/translations/Spreadsheet_sk.qm +2026-01-27T23:37:08.8018033Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_sk.qm'... +2026-01-27T23:37:08.8018373Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.8018622Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.8018831Z Generated 187 translation(s) (122 finished and 65 unfinished) +2026-01-27T23:37:08.8027467Z [2152/6735] Generating Resources/translations/Spreadsheet_ru.qm +2026-01-27T23:37:08.8027858Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_ru.qm'... +2026-01-27T23:37:08.8028177Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.8028420Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.8028634Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.8072209Z [2153/6735] Linking CXX static library lib/libgtest.a +2026-01-27T23:37:08.8144977Z [2154/6735] Generating Resources/translations/Spreadsheet_sl.qm +2026-01-27T23:37:08.8145967Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_sl.qm'... +2026-01-27T23:37:08.8146169Z Generated 199 translation(s) (126 finished and 73 unfinished) +2026-01-27T23:37:08.8155503Z [2155/6735] Generating Resources/translations/Spreadsheet_sr.qm +2026-01-27T23:37:08.8156436Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_sr.qm'... +2026-01-27T23:37:08.8156769Z Generated 199 translation(s) (189 finished and 10 unfinished) +2026-01-27T23:37:08.8232138Z [2156/6735] Generating Resources/translations/Spreadsheet_sv-SE.qm +2026-01-27T23:37:08.8234214Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_sv-SE.qm'... +2026-01-27T23:37:08.8234597Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.8275690Z [2157/6735] Generating Resources/translations/Spreadsheet_tr.qm +2026-01-27T23:37:08.8277006Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_tr.qm'... +2026-01-27T23:37:08.8277818Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.8278223Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.8278500Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.8286924Z [2158/6735] Generating Resources/translations/Spreadsheet_uk.qm +2026-01-27T23:37:08.8288472Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_uk.qm'... +2026-01-27T23:37:08.8288974Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.8289120Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.8289243Z Generated 199 translation(s) (125 finished and 74 unfinished) +2026-01-27T23:37:08.8297165Z [2159/6735] Generating Resources/translations/Spreadsheet_sr-CS.qm +2026-01-27T23:37:08.8298203Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_sr-CS.qm'... +2026-01-27T23:37:08.8298470Z Generated 199 translation(s) (189 finished and 10 unfinished) +2026-01-27T23:37:08.8373678Z [2160/6735] Generating Resources/translations/Spreadsheet_val-ES.qm +2026-01-27T23:37:08.8374991Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_val-ES.qm'... +2026-01-27T23:37:08.8375281Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:08.8375537Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:08.8375744Z Generated 191 translation(s) (113 finished and 78 unfinished) +2026-01-27T23:37:08.8452019Z [2161/6735] Generating Resources/translations/Spreadsheet_zh-TW.qm +2026-01-27T23:37:08.8452655Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_zh-TW.qm'... +2026-01-27T23:37:08.8452965Z Generated 199 translation(s) (121 finished and 78 unfinished) +2026-01-27T23:37:08.8453323Z [2162/6735] Generating Resources/translations/Spreadsheet_zh-CN.qm +2026-01-27T23:37:08.8453673Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_zh-CN.qm'... +2026-01-27T23:37:08.8453952Z Generated 199 translation(s) (199 finished and 0 unfinished) +2026-01-27T23:37:08.8454172Z [2163/6735] Generating Resources/translations/Spreadsheet_vi.qm +2026-01-27T23:37:08.8454381Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet_vi.qm'... +2026-01-27T23:37:08.8454665Z Generated 208 translation(s) (140 finished and 68 unfinished) +2026-01-27T23:37:08.8662244Z [2164/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/Gui/Resources/icons/SpreadsheetWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Spreadsheet/Resources/icons/SpreadsheetWorkbench.svg +2026-01-27T23:37:08.9326204Z [2165/6735] Automatic MOC and UIC for target gmock +2026-01-27T23:37:08.9393252Z [2166/6735] Generating moc_qtcolorpicker.cpp +2026-01-27T23:37:08.9466440Z [2167/6735] Building ViewProviderSpreadsheetPy.h/.cpp out of ViewProviderSpreadsheet.pyi +2026-01-27T23:37:08.9492541Z [2168/6735] Generating moc_qtcolorpicker-internal.cpp +2026-01-27T23:37:08.9747298Z [2169/6735] Generating qrc_Spreadsheet.cpp +2026-01-27T23:37:09.3906754Z [2170/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/Points.cpp.o +2026-01-27T23:37:09.4985425Z [2171/6735] Building CXX object tests/lib/googlemock/CMakeFiles/gmock.dir/gmock_autogen/mocs_compilation.cpp.o +2026-01-27T23:37:09.7496944Z [2172/6735] Generating qrc_Spreadsheet_translation.cpp +2026-01-27T23:37:13.1811152Z [2173/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/Properties.cpp.o +2026-01-27T23:37:13.6106424Z [2174/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AppAssemblyPy.cpp.o +2026-01-27T23:37:14.6732852Z [2175/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/Structured.cpp.o +2026-01-27T23:37:15.4699753Z [2176/6735] Automatic MOC and UIC for target SketcherGui +2026-01-27T23:37:15.4701263Z AutoUic: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/SketcherSettingsDisplay.ui: Warning: Invalid signal/slot connection: "checkBoxUseConstraintSymbolSize" -> "ConstraintSymbolSize". +2026-01-27T23:37:15.5063199Z [2177/6735] Generating Resources/translations/Sketcher_af.qm +2026-01-27T23:37:15.5064632Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_af.qm'... +2026-01-27T23:37:15.5066857Z Generated 1026 translation(s) (257 finished and 769 unfinished) +2026-01-27T23:37:15.5439347Z [2178/6735] Generating Resources/translations/Sketcher_ar.qm +2026-01-27T23:37:15.5441092Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ar.qm'... +2026-01-27T23:37:15.5441432Z Generated 1061 translation(s) (286 finished and 775 unfinished) +2026-01-27T23:37:15.5848352Z [2179/6735] Generating Resources/translations/Sketcher_be.qm +2026-01-27T23:37:15.5850476Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_be.qm'... +2026-01-27T23:37:15.5851016Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:15.5851562Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:15.5851870Z Generated 1322 translation(s) (1320 finished and 2 unfinished) +2026-01-27T23:37:15.6292858Z [2180/6735] Generating Resources/translations/Sketcher_bg.qm +2026-01-27T23:37:15.6293464Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_bg.qm'... +2026-01-27T23:37:15.6293788Z Generated 1061 translation(s) (110 finished and 951 unfinished) +2026-01-27T23:37:15.6635885Z [2181/6735] Generating Resources/translations/Sketcher_ca.qm +2026-01-27T23:37:15.6637507Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ca.qm'... +2026-01-27T23:37:15.6637907Z Generated 1322 translation(s) (1320 finished and 2 unfinished) +2026-01-27T23:37:15.7221613Z [2182/6735] Generating Resources/translations/Sketcher_cs.qm +2026-01-27T23:37:15.7223928Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_cs.qm'... +2026-01-27T23:37:15.7224304Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:15.7224958Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:15.7225204Z Generated 1322 translation(s) (744 finished and 578 unfinished) +2026-01-27T23:37:15.7657381Z [2183/6735] Generating Resources/translations/Sketcher_da.qm +2026-01-27T23:37:15.7659890Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_da.qm'... +2026-01-27T23:37:15.7660504Z Generated 1322 translation(s) (1246 finished and 76 unfinished) +2026-01-27T23:37:15.8086826Z [2184/6735] Generating Resources/translations/Sketcher_de.qm +2026-01-27T23:37:15.8088314Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_de.qm'... +2026-01-27T23:37:15.8089225Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:15.8526320Z [2185/6735] Generating Resources/translations/Sketcher_el.qm +2026-01-27T23:37:15.8528598Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_el.qm'... +2026-01-27T23:37:15.8529059Z Generated 1322 translation(s) (1320 finished and 2 unfinished) +2026-01-27T23:37:15.8975424Z [2186/6735] Generating Resources/translations/Sketcher_es-AR.qm +2026-01-27T23:37:15.8978107Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_es-AR.qm'... +2026-01-27T23:37:15.8978864Z Generated 1322 translation(s) (805 finished and 517 unfinished) +2026-01-27T23:37:15.9414718Z [2187/6735] Generating Resources/translations/Sketcher_es-ES.qm +2026-01-27T23:37:15.9417177Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_es-ES.qm'... +2026-01-27T23:37:15.9417559Z Generated 1322 translation(s) (805 finished and 517 unfinished) +2026-01-27T23:37:15.9865039Z [2188/6735] Generating Resources/translations/Sketcher_eu.qm +2026-01-27T23:37:15.9866054Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_eu.qm'... +2026-01-27T23:37:15.9866376Z Generated 1322 translation(s) (632 finished and 690 unfinished) +2026-01-27T23:37:16.0304515Z [2189/6735] Generating Resources/translations/Sketcher_fi.qm +2026-01-27T23:37:16.0307015Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_fi.qm'... +2026-01-27T23:37:16.0307911Z Generated 1322 translation(s) (745 finished and 577 unfinished) +2026-01-27T23:37:16.0671340Z [2190/6735] Generating Resources/translations/Sketcher_fil.qm +2026-01-27T23:37:16.0732301Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_fil.qm'... +2026-01-27T23:37:16.0733287Z Generated 973 translation(s) (468 finished and 505 unfinished) +2026-01-27T23:37:16.1079511Z [2191/6735] Generating Resources/translations/Sketcher_fr.qm +2026-01-27T23:37:16.1082077Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_fr.qm'... +2026-01-27T23:37:16.1082453Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.1501299Z [2192/6735] Generating Resources/translations/Sketcher_gl.qm +2026-01-27T23:37:16.1503541Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_gl.qm'... +2026-01-27T23:37:16.1504223Z Generated 1222 translation(s) (517 finished and 705 unfinished) +2026-01-27T23:37:16.1932990Z [2193/6735] Generating Resources/translations/Sketcher_hr.qm +2026-01-27T23:37:16.1935006Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_hr.qm'... +2026-01-27T23:37:16.1935365Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.2413312Z [2194/6735] Generating Resources/translations/Sketcher_hu.qm +2026-01-27T23:37:16.2417142Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_hu.qm'... +2026-01-27T23:37:16.2417842Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.2419784Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.2420509Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.2762795Z [2195/6735] Generating Resources/translations/Sketcher_id.qm +2026-01-27T23:37:16.2764240Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_id.qm'... +2026-01-27T23:37:16.2764824Z Generated 1227 translation(s) (434 finished and 793 unfinished) +2026-01-27T23:37:16.3208423Z [2196/6735] Generating Resources/translations/Sketcher_it.qm +2026-01-27T23:37:16.3210678Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_it.qm'... +2026-01-27T23:37:16.3211040Z Generated 1322 translation(s) (930 finished and 392 unfinished) +2026-01-27T23:37:16.3639142Z [2197/6735] Generating Resources/translations/Sketcher_ja.qm +2026-01-27T23:37:16.3641650Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ja.qm'... +2026-01-27T23:37:16.3642391Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.4085068Z [2198/6735] Generating Resources/translations/Sketcher_ka.qm +2026-01-27T23:37:16.4087112Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ka.qm'... +2026-01-27T23:37:16.4087494Z Generated 1322 translation(s) (1223 finished and 99 unfinished) +2026-01-27T23:37:16.4453489Z [2199/6735] Generating Resources/translations/Sketcher_kab.qm +2026-01-27T23:37:16.4455130Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_kab.qm'... +2026-01-27T23:37:16.4455487Z Generated 1026 translation(s) (351 finished and 675 unfinished) +2026-01-27T23:37:16.4869773Z [2200/6735] Generating Resources/translations/Sketcher_ko.qm +2026-01-27T23:37:16.4872426Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ko.qm'... +2026-01-27T23:37:16.4873228Z Generated 1322 translation(s) (993 finished and 329 unfinished) +2026-01-27T23:37:16.5291829Z [2201/6735] Generating Resources/translations/Sketcher_lt.qm +2026-01-27T23:37:16.5294212Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_lt.qm'... +2026-01-27T23:37:16.5295368Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.5295656Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.5296198Z Generated 1222 translation(s) (440 finished and 782 unfinished) +2026-01-27T23:37:16.5713341Z [2202/6735] Generating Resources/translations/Sketcher_ms.qm +2026-01-27T23:37:16.5715830Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ms.qm'... +2026-01-27T23:37:16.5716215Z Generated 1206 translation(s) (67 finished and 1139 unfinished) +2026-01-27T23:37:16.6159334Z [2203/6735] Generating Resources/translations/Sketcher_nl.qm +2026-01-27T23:37:16.6161914Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_nl.qm'... +2026-01-27T23:37:16.6162302Z Generated 1322 translation(s) (655 finished and 667 unfinished) +2026-01-27T23:37:16.6528472Z [2204/6735] Generating Resources/translations/Sketcher_no.qm +2026-01-27T23:37:16.6531604Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_no.qm'... +2026-01-27T23:37:16.6532054Z Generated 1026 translation(s) (221 finished and 805 unfinished) +2026-01-27T23:37:16.6953955Z [2205/6735] Generating Resources/translations/Sketcher_pl.qm +2026-01-27T23:37:16.6956458Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_pl.qm'... +2026-01-27T23:37:16.6957957Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.6958425Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.6959864Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.7376800Z [2206/6735] Generating Resources/translations/Sketcher_pt-BR.qm +2026-01-27T23:37:16.7380710Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_pt-BR.qm'... +2026-01-27T23:37:16.7381062Z Generated 1322 translation(s) (735 finished and 587 unfinished) +2026-01-27T23:37:16.7762692Z [2207/6735] Generating Resources/translations/Sketcher_pt-PT.qm +2026-01-27T23:37:16.7766874Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_pt-PT.qm'... +2026-01-27T23:37:16.7768438Z Generated 1206 translation(s) (543 finished and 663 unfinished) +2026-01-27T23:37:16.8187769Z [2208/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/AppPointsPy.cpp.o +2026-01-27T23:37:16.8199512Z [2209/6735] Generating Resources/translations/Sketcher_ro.qm +2026-01-27T23:37:16.8200995Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ro.qm'... +2026-01-27T23:37:16.8201506Z Generated 1322 translation(s) (687 finished and 635 unfinished) +2026-01-27T23:37:16.8532559Z [2210/6735] Generating Resources/translations/Sketcher_sk.qm +2026-01-27T23:37:16.8534836Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_sk.qm'... +2026-01-27T23:37:16.8535498Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.8535749Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.8537211Z Generated 973 translation(s) (456 finished and 517 unfinished) +2026-01-27T23:37:16.8597891Z [2211/6735] Generating Resources/translations/Sketcher_ru.qm +2026-01-27T23:37:16.8599110Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_ru.qm'... +2026-01-27T23:37:16.8599448Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.8599667Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.8599952Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:16.9007561Z [2212/6735] Generating Resources/translations/Sketcher_sl.qm +2026-01-27T23:37:16.9010033Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_sl.qm'... +2026-01-27T23:37:16.9012391Z Generated 1322 translation(s) (613 finished and 709 unfinished) +2026-01-27T23:37:16.9020509Z [2213/6735] Generating Resources/translations/Sketcher_sr-CS.qm +2026-01-27T23:37:16.9092583Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_sr-CS.qm'... +2026-01-27T23:37:16.9093366Z Generated 1322 translation(s) (1311 finished and 11 unfinished) +2026-01-27T23:37:16.9433810Z [2214/6735] Generating Resources/translations/Sketcher_sr.qm +2026-01-27T23:37:16.9435496Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_sr.qm'... +2026-01-27T23:37:16.9435907Z Generated 1322 translation(s) (1312 finished and 10 unfinished) +2026-01-27T23:37:16.9495396Z [2215/6735] Generating Resources/translations/Sketcher_sv-SE.qm +2026-01-27T23:37:16.9497438Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_sv-SE.qm'... +2026-01-27T23:37:16.9498199Z Generated 1322 translation(s) (1312 finished and 10 unfinished) +2026-01-27T23:37:16.9849035Z [2216/6735] Generating Resources/translations/Sketcher_tr.qm +2026-01-27T23:37:16.9853235Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_tr.qm'... +2026-01-27T23:37:16.9854173Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.9854480Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.9855106Z Generated 1322 translation(s) (1317 finished and 5 unfinished) +2026-01-27T23:37:16.9984987Z [2217/6735] Generating Resources/translations/Sketcher_uk.qm +2026-01-27T23:37:16.9986414Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_uk.qm'... +2026-01-27T23:37:16.9986785Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:16.9987043Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:16.9987294Z Generated 1322 translation(s) (746 finished and 576 unfinished) +2026-01-27T23:37:17.0256319Z [2218/6735] Generating Resources/translations/Sketcher_val-ES.qm +2026-01-27T23:37:17.0259169Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_val-ES.qm'... +2026-01-27T23:37:17.0260168Z Removed plural forms as the target language has less forms. +2026-01-27T23:37:17.0260685Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:37:17.0261024Z Generated 1213 translation(s) (524 finished and 689 unfinished) +2026-01-27T23:37:17.0358995Z [2219/6735] Generating Resources/translations/Sketcher_vi.qm +2026-01-27T23:37:17.0361039Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_vi.qm'... +2026-01-27T23:37:17.0361448Z Generated 998 translation(s) (616 finished and 382 unfinished) +2026-01-27T23:37:17.0681310Z [2220/6735] Generating Resources/translations/Sketcher_zh-CN.qm +2026-01-27T23:37:17.0683704Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_zh-CN.qm'... +2026-01-27T23:37:17.0684481Z Generated 1322 translation(s) (1322 finished and 0 unfinished) +2026-01-27T23:37:17.0827056Z [2221/6735] Generating Resources/translations/Sketcher_zh-TW.qm +2026-01-27T23:37:17.0828424Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Sketcher/Gui/Resources/translations/Sketcher_zh-TW.qm'... +2026-01-27T23:37:17.0828901Z Generated 1322 translation(s) (745 finished and 577 unfinished) +2026-01-27T23:37:17.2126972Z [2222/6735] Building ViewProviderSketchGeometryExtensionPy.h/.cpp out of ViewProviderSketchGeometryExtension.pyi +2026-01-27T23:37:17.2375620Z [2223/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/Resources/icons/SketcherWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Sketcher/Resources/icons/SketcherWorkbench.svg +2026-01-27T23:37:17.8518378Z [2224/6735] Building CXX object tests/lib/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o +2026-01-27T23:37:20.3598110Z [2225/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/SimulationGroup.cpp.o +2026-01-27T23:37:20.8764708Z [2226/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/ViewGroup.cpp.o +2026-01-27T23:37:20.9938353Z [2227/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/BomGroup.cpp.o +2026-01-27T23:37:21.1874612Z [2228/6735] Generating qrc_Sketcher.cpp +2026-01-27T23:37:21.2975619Z [2229/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/Fem_autogen/mocs_compilation.cpp.o +2026-01-27T23:37:22.6937706Z [2230/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/JointGroup.cpp.o +2026-01-27T23:37:24.5980628Z [2231/6735] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PointsAlgos.cpp.o +2026-01-27T23:37:24.5983545Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/App/PointsAlgos.cpp:1505:38: warning: 'E57_FLOAT' is deprecated: Will be removed in 4.0. Use TypeFloat. [-Wdeprecated-declarations] +2026-01-27T23:37:24.5984090Z 1505 | if ((node.type() == e57::E57_FLOAT) || (node.type() == e57::E57_SCALED_INTEGER)) { +2026-01-27T23:37:24.5984377Z | ^ +2026-01-27T23:37:24.5984599Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Format.h:82:17: note: 'E57_FLOAT' has been explicitly marked deprecated here +2026-01-27T23:37:24.5984939Z 82 | E57_FLOAT E57_DEPRECATED_ENUM( "Will be removed in 4.0. Use TypeFloat." ) = TypeFloat, +2026-01-27T23:37:24.5985185Z | ^ +2026-01-27T23:37:24.5985385Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Exception.h:46:38: note: expanded from macro 'E57_DEPRECATED_ENUM' +2026-01-27T23:37:24.5985671Z 46 | #define E57_DEPRECATED_ENUM( str ) [[deprecated( str )]] +2026-01-27T23:37:24.5985891Z | ^ +2026-01-27T23:37:24.5987286Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/App/PointsAlgos.cpp:1505:73: warning: 'E57_SCALED_INTEGER' is deprecated: Will be removed in 4.0. Use TypeScaledInteger. [-Wdeprecated-declarations] +2026-01-27T23:37:24.5987654Z 1505 | if ((node.type() == e57::E57_FLOAT) || (node.type() == e57::E57_SCALED_INTEGER)) { +2026-01-27T23:37:24.5988251Z | ^ +2026-01-27T23:37:24.5988488Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Format.h:79:26: note: 'E57_SCALED_INTEGER' has been explicitly marked deprecated here +2026-01-27T23:37:24.5988998Z 79 | E57_SCALED_INTEGER E57_DEPRECATED_ENUM( "Will be removed in 4.0. Use TypeScaledInteger." ) = +2026-01-27T23:37:24.5989280Z | ^ +2026-01-27T23:37:24.5989710Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Exception.h:46:38: note: expanded from macro 'E57_DEPRECATED_ENUM' +2026-01-27T23:37:24.5990002Z 46 | #define E57_DEPRECATED_ENUM( str ) [[deprecated( str )]] +2026-01-27T23:37:24.5990579Z | ^ +2026-01-27T23:37:24.5991424Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/App/PointsAlgos.cpp:1516:42: warning: 'E57_INTEGER' is deprecated: Will be removed in 4.0. Use TypeInteger. [-Wdeprecated-declarations] +2026-01-27T23:37:24.5992405Z 1516 | else if (node.type() == e57::E57_INTEGER) { +2026-01-27T23:37:24.5993288Z | ^ +2026-01-27T23:37:24.5994147Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Format.h:77:19: note: 'E57_INTEGER' has been explicitly marked deprecated here +2026-01-27T23:37:24.5995039Z 77 | E57_INTEGER E57_DEPRECATED_ENUM( "Will be removed in 4.0. Use TypeInteger." ) = TypeInteger, +2026-01-27T23:37:24.5995957Z | ^ +2026-01-27T23:37:24.5996788Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/3rdParty/libE57Format/include/E57Exception.h:46:38: note: expanded from macro 'E57_DEPRECATED_ENUM' +2026-01-27T23:37:24.5997670Z 46 | #define E57_DEPRECATED_ENUM( str ) [[deprecated( str )]] +2026-01-27T23:37:24.5998515Z | ^ +2026-01-27T23:37:24.5999308Z 3 warnings generated. +2026-01-27T23:37:24.9133692Z [2232/6735] Generating qrc_Sketcher_translation.cpp +2026-01-27T23:37:26.7311532Z [2233/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AssemblyLink.cpp.o +2026-01-27T23:37:27.0597936Z [2234/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/BomObjectPyImp.cpp.o +2026-01-27T23:37:27.9841082Z [2235/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AssemblyObjectPyImp.cpp.o +2026-01-27T23:37:28.7143042Z [2236/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/BomObject.cpp.o +2026-01-27T23:37:29.2529747Z [2237/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AssemblyUtils.cpp.o +2026-01-27T23:37:30.1553543Z [2238/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AssemblyLinkPyImp.cpp.o +2026-01-27T23:37:30.2470311Z [2239/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AppAssembly.cpp.o +2026-01-27T23:37:30.9843760Z [2240/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/BomGroupPyImp.cpp.o +2026-01-27T23:37:32.2350593Z [2241/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/JointGroupPyImp.cpp.o +2026-01-27T23:37:33.8036212Z [2242/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/SimulationGroupPyImp.cpp.o +2026-01-27T23:37:35.1661741Z [2243/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/ViewGroupPyImp.cpp.o +2026-01-27T23:37:35.8092255Z [2244/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshObject.cpp.o +2026-01-27T23:37:36.8607872Z [2245/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemAnalysis.cpp.o +2026-01-27T23:37:37.9432741Z [2246/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshProperty.cpp.o +2026-01-27T23:37:39.2391168Z [2247/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshShapeObject.cpp.o +2026-01-27T23:37:40.7786087Z [2248/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSolverObject.cpp.o +2026-01-27T23:37:41.3199796Z [2249/6735] Building CXX object src/Mod/Assembly/App/CMakeFiles/Assembly.dir/AssemblyObject.cpp.o +2026-01-27T23:37:42.2725406Z [2250/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemResultObject.cpp.o +2026-01-27T23:37:44.1205867Z [2251/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintFixed.cpp.o +2026-01-27T23:37:44.9585845Z [2252/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintRigidBody.cpp.o +2026-01-27T23:37:45.4420876Z [2253/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintForce.cpp.o +2026-01-27T23:37:48.1188669Z [2254/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintSpring.cpp.o +2026-01-27T23:37:49.1194397Z [2255/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintGear.cpp.o +2026-01-27T23:37:49.4034414Z [2256/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintBearing.cpp.o +2026-01-27T23:37:49.6133585Z [2257/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPressure.cpp.o +2026-01-27T23:37:49.8024325Z [2258/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshShapeNetgenObject.cpp.o +2026-01-27T23:37:50.2639855Z [2259/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraint.cpp.o +2026-01-27T23:37:50.9927284Z [2260/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPulley.cpp.o +2026-01-27T23:37:52.9812017Z [2261/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintDisplacement.cpp.o +2026-01-27T23:37:53.6436997Z [2262/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintHeatflux.cpp.o +2026-01-27T23:37:53.8038141Z [2263/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintFluidBoundary.cpp.o +2026-01-27T23:37:55.3809737Z [2264/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintTemperature.cpp.o +2026-01-27T23:37:55.9591326Z [2265/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintPlaneRotation.cpp.o +2026-01-27T23:37:56.0876749Z [2266/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintInitialTemperature.cpp.o +2026-01-27T23:37:58.8660112Z [2267/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintContact.cpp.o +2026-01-27T23:38:01.9072216Z [2268/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMesh.cpp.o +2026-01-27T23:38:02.9394491Z [2269/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemConstraintTransform.cpp.o +2026-01-27T23:38:03.2571993Z [2270/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetNodesObject.cpp.o +2026-01-27T23:38:03.3378381Z [2271/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostGroupExtension.cpp.o +2026-01-27T23:38:03.6788057Z [2272/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetObject.cpp.o +2026-01-27T23:38:03.8931953Z [2273/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostObject.cpp.o +2026-01-27T23:38:04.2001343Z [2274/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostFunction.cpp.o +2026-01-27T23:38:04.2172054Z [2275/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostBranchFilter.cpp.o +2026-01-27T23:38:04.5252139Z [2276/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetElementNodesObject.cpp.o +2026-01-27T23:38:05.1271348Z [2277/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetFacesObject.cpp.o +2026-01-27T23:38:05.3716036Z [2278/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetElementsObject.cpp.o +2026-01-27T23:38:05.4792424Z [2279/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/MeshGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:38:07.2569867Z [2280/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/PropertyPostDataObject.cpp.o +2026-01-27T23:38:08.7007895Z [2281/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemSetGeometryObject.cpp.o +2026-01-27T23:38:08.9281050Z [2282/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostFilter.cpp.o +2026-01-27T23:38:11.8746975Z [2283/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostPipeline.cpp.o +2026-01-27T23:38:16.3767868Z [2284/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostObjectPyImp.cpp.o +2026-01-27T23:38:16.5688644Z [2285/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/VTKExtensions/vtkFemFrameSourceAlgorithm.cpp.o +2026-01-27T23:38:16.9715056Z [2286/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgEvaluateSettings.cpp.o +2026-01-27T23:38:18.4344448Z [2287/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostPipelinePyImp.cpp.o +2026-01-27T23:38:18.6163710Z [2288/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/AppFemPy.cpp.o +2026-01-27T23:38:19.1404794Z [2289/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshPyImp.cpp.o +2026-01-27T23:38:19.7692353Z [2290/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostFilterPyImp.cpp.o +2026-01-27T23:38:20.8519297Z [2291/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemVTKTools.cpp.o +2026-01-27T23:38:21.1980827Z [2292/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemPostBranchFilterPyImp.cpp.o +2026-01-27T23:38:22.2364440Z [2293/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/AppFem.cpp.o +2026-01-27T23:38:22.6132117Z [2294/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSettingsMeshView.cpp.o +2026-01-27T23:38:23.2765338Z [2295/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/qrc_Mesh.cpp.o +2026-01-27T23:38:23.3754679Z [2296/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SoPolygon.cpp.o +2026-01-27T23:38:24.1233448Z [2297/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemTools.cpp.o +2026-01-27T23:38:24.1250755Z [2298/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SoFCIndexedFaceSet.cpp.o +2026-01-27T23:38:25.4843042Z [2299/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSettingsImportExportImp.cpp.o +2026-01-27T23:38:26.1680283Z [2300/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/qrc_Mesh_translation.cpp.o +2026-01-27T23:38:27.7845924Z [2301/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgRegularSolidImp.cpp.o +2026-01-27T23:38:28.4453837Z [2302/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Selection.cpp.o +2026-01-27T23:38:34.1156293Z [2303/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgEvaluateMeshImp.cpp.o +2026-01-27T23:38:34.2387046Z [2304/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Segmentation.cpp.o +2026-01-27T23:38:34.8336185Z [2305/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgSmoothing.cpp.o +2026-01-27T23:38:36.2839465Z [2306/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/RemoveComponents.cpp.o +2026-01-27T23:38:36.3591147Z [2307/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Doxygen.cpp.o +2026-01-27T23:38:37.1468424Z [2308/6735] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/HypothesisPy.cpp.o +2026-01-27T23:38:37.7742142Z [2309/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SoFCMeshObject.cpp.o +2026-01-27T23:38:38.1977126Z [2310/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/SegmentationBestFit.cpp.o +2026-01-27T23:38:38.3689026Z [2311/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderPython.cpp.o +2026-01-27T23:38:40.7758312Z [2312/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/DlgDecimating.cpp.o +2026-01-27T23:38:40.8900937Z [2313/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/MeshPart_autogen/mocs_compilation.cpp.o +2026-01-27T23:38:41.0680888Z [2314/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderDefects.cpp.o +2026-01-27T23:38:41.1852575Z [2315/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderMeshPyImp.cpp.o +2026-01-27T23:38:41.8622921Z [2316/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/RemeshGmsh.cpp.o +2026-01-27T23:38:42.4052814Z [2317/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderTransform.cpp.o +2026-01-27T23:38:43.3403548Z [2318/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderMeshFaceSet.cpp.o +2026-01-27T23:38:43.4511241Z [2319/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/Path_autogen/mocs_compilation.cpp.o +2026-01-27T23:38:50.4640300Z [2320/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/AppMeshPart.cpp.o +2026-01-27T23:38:50.6304692Z [2321/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/Command.cpp.o +2026-01-27T23:38:52.3969737Z [2322/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderCurvature.cpp.o +2026-01-27T23:38:52.8903227Z [2323/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProvider.cpp.o +2026-01-27T23:38:53.9679082Z [2324/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/MeshAlgos.cpp.o +2026-01-27T23:38:54.7304288Z [2325/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Workbench.cpp.o +2026-01-27T23:38:54.9052593Z [2326/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/MeshEditor.cpp.o +2026-01-27T23:38:55.1249289Z [2327/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ViewProviderTransformDemolding.cpp.o +2026-01-27T23:38:56.5934967Z [2328/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/ThumbnailExtension.cpp.o +2026-01-27T23:38:57.9446715Z [2329/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/AppMeshPartPy.cpp.o +2026-01-27T23:38:59.3536111Z [2330/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/Command.cpp.o +2026-01-27T23:38:59.9728439Z [2331/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/CurveProjector.cpp.o +2026-01-27T23:39:00.5005942Z [2332/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/MeshSelection.cpp.o +2026-01-27T23:39:00.7905739Z [2333/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/PropertyPath.cpp.o +2026-01-27T23:39:00.8070947Z [2334/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/Path.cpp.o +2026-01-27T23:39:01.4748578Z [2335/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/PathSegmentWalker.cpp.o +2026-01-27T23:39:02.3677648Z [2336/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiCell.cpp.o +2026-01-27T23:39:03.2030372Z [2337/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/MeshPart.dir/Mesher.cpp.o +2026-01-27T23:39:03.3622373Z [2338/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiEdge.cpp.o +2026-01-27T23:39:04.3972011Z [2339/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiVertex.cpp.o +2026-01-27T23:39:04.9060652Z [2340/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeaturePath.cpp.o +2026-01-27T23:39:06.5057066Z [2341/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/PropertyEditorMesh.cpp.o +2026-01-27T23:39:06.9569592Z [2342/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeaturePathCompound.cpp.o +2026-01-27T23:39:07.0147535Z [2343/6735] Building CXX object src/Mod/Mesh/Gui/CMakeFiles/MeshGui.dir/AppMeshGui.cpp.o +2026-01-27T23:39:07.1212296Z [2344/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Robot_autogen/mocs_compilation.cpp.o +2026-01-27T23:39:07.8539957Z [2345/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/PathPyImp.cpp.o +2026-01-27T23:39:08.6838645Z [2346/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/CommandPyImp.cpp.o +2026-01-27T23:39:09.5093361Z [2347/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/Voronoi.cpp.o +2026-01-27T23:39:12.3159132Z [2348/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiPyImp.cpp.o +2026-01-27T23:39:12.7722443Z [2349/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiCellPyImp.cpp.o +2026-01-27T23:39:14.4980521Z [2350/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeaturePathShape.cpp.o +2026-01-27T23:39:14.5127982Z [2351/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiVertexPyImp.cpp.o +2026-01-27T23:39:15.2194788Z [2352/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeaturePathCompoundPyImp.cpp.o +2026-01-27T23:39:16.1568193Z [2353/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/PropertyTrajectory.cpp.o +2026-01-27T23:39:19.0397363Z [2354/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/AreaPyImp.cpp.o +2026-01-27T23:39:19.7035351Z [2355/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/TrajectoryObject.cpp.o +2026-01-27T23:39:19.9587485Z [2356/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Simulation.cpp.o +2026-01-27T23:39:20.5640665Z [2357/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/RobotAlgos.cpp.o +2026-01-27T23:39:20.5907882Z [2358/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/VoronoiEdgePyImp.cpp.o +2026-01-27T23:39:21.2714827Z [2359/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/TrajectoryDressUpObject.cpp.o +2026-01-27T23:39:21.3630843Z [2360/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeatureArea.cpp.o +2026-01-27T23:39:21.8368556Z [2361/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Robot6Axis.cpp.o +2026-01-27T23:39:22.8893491Z [2362/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Waypoint.cpp.o +2026-01-27T23:39:23.2406781Z [2363/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Trajectory.cpp.o +2026-01-27T23:39:23.2625269Z [2364/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/RobotObject.cpp.o +2026-01-27T23:39:23.6092664Z [2365/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/AppPath.cpp.o +2026-01-27T23:39:23.6771840Z [2366/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chain.cpp.o +2026-01-27T23:39:23.7567667Z [2367/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/TrajectoryCompound.cpp.o +2026-01-27T23:39:24.0436858Z [2368/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/FeatureAreaPyImp.cpp.o +2026-01-27T23:39:24.3619421Z [2369/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/AppPathPy.cpp.o +2026-01-27T23:39:26.0515318Z [2370/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/TrajectoryPyImp.cpp.o +2026-01-27T23:39:28.0132407Z [2371/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Robot6AxisPyImp.cpp.o +2026-01-27T23:39:28.0609438Z [2372/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chaindynparam.cpp.o +2026-01-27T23:39:28.9150861Z [2373/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainfksolverpos_recursive.cpp.o +2026-01-27T23:39:29.0525997Z [2374/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolverpos_nr.cpp.o +2026-01-27T23:39:29.1454864Z [2375/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainfksolvervel_recursive.cpp.o +2026-01-27T23:39:29.4757330Z [2376/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainidsolver_recursive_newton_euler.cpp.o +2026-01-27T23:39:29.6920379Z [2377/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/frameacc.cpp.o +2026-01-27T23:39:29.8402085Z [2378/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/articulatedbodyinertia.cpp.o +2026-01-27T23:39:30.0631286Z [2379/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolverpos_nr_jl.cpp.o +2026-01-27T23:39:30.2628020Z [2380/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/frames.cpp.o +2026-01-27T23:39:30.5406758Z [2381/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/framevel.cpp.o +2026-01-27T23:39:32.0220482Z [2382/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/Edge2TracObject.cpp.o +2026-01-27T23:39:32.0786248Z [2383/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolvervel_pinv.cpp.o +2026-01-27T23:39:33.1807797Z [2384/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/WaypointPyImp.cpp.o +2026-01-27T23:39:34.7646162Z [2385/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainjnttojacsolver.cpp.o +2026-01-27T23:39:34.7694780Z [2386/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/joint.cpp.o +2026-01-27T23:39:35.1525664Z [2387/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/jntarrayacc.cpp.o +2026-01-27T23:39:35.5628046Z [2388/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/frames_io.cpp.o +2026-01-27T23:39:35.6350990Z [2389/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolvervel_wdls.cpp.o +2026-01-27T23:39:35.7550073Z [2390/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/jntarray.cpp.o +2026-01-27T23:39:36.3148905Z [2391/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainidsolver_vereshchagin.cpp.o +2026-01-27T23:39:36.3900153Z [2392/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/jacobian.cpp.o +2026-01-27T23:39:36.4463590Z [2393/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/RobotObjectPyImp.cpp.o +2026-01-27T23:39:37.5368787Z [2394/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/jntarrayvel.cpp.o +2026-01-27T23:39:37.5602305Z [2395/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolvervel_pinv_givens.cpp.o +2026-01-27T23:39:38.6374842Z [2396/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolvervel_pinv_nso.cpp.o +2026-01-27T23:39:39.1188387Z [2397/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/jntspaceinertiamatrix.cpp.o +2026-01-27T23:39:39.8632678Z [2398/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_circle.cpp.o +2026-01-27T23:39:40.0267769Z [2399/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_line.cpp.o +2026-01-27T23:39:40.0603078Z [2400/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path.cpp.o +2026-01-27T23:39:40.3273121Z [2401/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/kinfam_io.cpp.o +2026-01-27T23:39:40.5500378Z [2402/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/AppRobot.cpp.o +2026-01-27T23:39:40.7412789Z [2403/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_cyclic_closed.cpp.o +2026-01-27T23:39:40.8808086Z [2404/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/segment.cpp.o +2026-01-27T23:39:40.9065900Z [2405/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_composite.cpp.o +2026-01-27T23:39:42.2187586Z [2406/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/rotational_interpolation.cpp.o +2026-01-27T23:39:42.5723050Z [2407/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_point.cpp.o +2026-01-27T23:39:42.7300263Z [2408/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/rotational_interpolation_sa.cpp.o +2026-01-27T23:39:42.9386577Z [2409/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/path_roundedcomposite.cpp.o +2026-01-27T23:39:43.8195896Z [2410/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/tree.cpp.o +2026-01-27T23:39:44.0640067Z [2411/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile.cpp.o +2026-01-27T23:39:44.1651986Z [2412/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/rotationalinertia.cpp.o +2026-01-27T23:39:44.5954129Z [2413/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/trajectory.cpp.o +2026-01-27T23:39:44.9243920Z [2414/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile_dirac.cpp.o +2026-01-27T23:39:45.3571800Z [2415/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/treefksolverpos_recursive.cpp.o +2026-01-27T23:39:45.3800378Z [2416/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/rigidbodyinertia.cpp.o +2026-01-27T23:39:45.4005289Z [2417/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/trajectory_segment.cpp.o +2026-01-27T23:39:45.4848304Z [2418/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile_trap.cpp.o +2026-01-27T23:39:45.7818089Z [2419/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile_rect.cpp.o +2026-01-27T23:39:45.8141482Z [2420/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/utilities/utility.cxx.o +2026-01-27T23:39:45.8895421Z [2421/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:39:45.8934078Z [2422/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/trajectory_composite.cpp.o +2026-01-27T23:39:46.0903930Z [2423/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile_spline.cpp.o +2026-01-27T23:39:46.1854107Z [2424/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/trajectory_stationary.cpp.o +2026-01-27T23:39:46.6138008Z [2425/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/treeiksolverpos_online.cpp.o +2026-01-27T23:39:46.6983437Z [2426/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/velocityprofile_traphalf.cpp.o +2026-01-27T23:39:46.7517561Z [2427/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/Path.dir/Area.cpp.o +2026-01-27T23:39:47.0087729Z [2428/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/utilities/utility_io.cxx.o +2026-01-27T23:39:47.2000189Z [2429/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/treeiksolverpos_nr_jl.cpp.o +2026-01-27T23:39:47.3304194Z [2430/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/utilities/error_stack.cxx.o +2026-01-27T23:39:49.4232879Z [2431/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/chainiksolverpos_lma.cpp.o +2026-01-27T23:39:49.4244359Z [2432/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/treejnttojacsolver.cpp.o +2026-01-27T23:39:49.8870693Z [2433/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/qrc_Sketcher.cpp.o +2026-01-27T23:39:49.8892708Z [2434/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/utilities/svd_HH.cpp.o +2026-01-27T23:39:50.9612366Z [2435/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/utilities/svd_eigen_HH.cpp.o +2026-01-27T23:39:51.0312365Z [2436/6735] Building CXX object src/Mod/Robot/App/CMakeFiles/Robot.dir/kdl_cp/treeiksolvervel_wdls.cpp.o +2026-01-27T23:39:52.0525401Z [2437/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/qrc_Sketcher_translation.cpp.o +2026-01-27T23:39:52.3312270Z [2438/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SoZoomTranslation.cpp.o +2026-01-27T23:40:09.0835426Z [2439/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherCreateCommands.cpp.o +2026-01-27T23:40:12.5292269Z [2440/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/PropertyConstraintListItem.cpp.o +2026-01-27T23:40:19.1383712Z [2441/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherOverlay.cpp.o +2026-01-27T23:40:24.6748153Z [2442/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/AppSketcherGui.cpp.o +2026-01-27T23:40:24.8673357Z [2443/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherTool.cpp.o +2026-01-27T23:40:25.2894418Z [2444/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherBSpline.cpp.o +2026-01-27T23:40:25.7811040Z [2445/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Command.cpp.o +2026-01-27T23:40:25.7986153Z [2446/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherToolDefaultWidget.cpp.o +2026-01-27T23:40:26.1134285Z [2447/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherVirtualSpace.cpp.o +2026-01-27T23:40:27.2130152Z [2448/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandAlterGeometry.cpp.o +2026-01-27T23:40:27.2968998Z [2449/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Utils.cpp.o +2026-01-27T23:40:33.0047433Z [2450/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherConstraints.cpp.o +2026-01-27T23:40:34.2124201Z [2451/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherMessages.cpp.o +2026-01-27T23:40:35.5338266Z [2452/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeCoinManagerParameters.cpp.o +2026-01-27T23:40:39.0208586Z [2453/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandConstraints.cpp.o +2026-01-27T23:40:39.4300673Z [2454/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandSketcherTools.cpp.o +2026-01-27T23:40:39.6979021Z [2455/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherElements.cpp.o +2026-01-27T23:40:43.0541814Z [2456/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherSolverAdvanced.cpp.o +2026-01-27T23:40:46.1001288Z [2457/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskSketcherValidation.cpp.o +2026-01-27T23:40:49.6983582Z [2458/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/PropertyVisualLayerList.cpp.o +2026-01-27T23:40:50.1355348Z [2459/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherTransformationExpressionHelper.cpp.o +2026-01-27T23:40:50.4776493Z [2460/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ShortcutListener.cpp.o +2026-01-27T23:40:51.3452427Z [2461/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeGeometryCoinManager.cpp.o +2026-01-27T23:40:54.0811901Z [2462/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketchCoinAttorney.cpp.o +2026-01-27T23:40:57.0481888Z [2463/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeGeometryCoinConverter.cpp.o +2026-01-27T23:40:57.6836682Z [2464/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeCoinManager.cpp.o +2026-01-27T23:40:57.9790522Z [2465/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchOrientationDialog.cpp.o +2026-01-27T23:41:00.3519763Z [2466/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchMirrorDialog.cpp.o +2026-01-27T23:41:00.4400833Z [2467/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/Workbench.cpp.o +2026-01-27T23:41:01.3494055Z [2468/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherRegularPolygonDialog.cpp.o +2026-01-27T23:41:03.2469219Z [2469/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketchRectangularArrayDialog.cpp.o +2026-01-27T23:41:03.5595193Z [2470/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/qrc_Spreadsheet.cpp.o +2026-01-27T23:41:03.7776049Z [2471/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/VisualLayer.cpp.o +2026-01-27T23:41:03.8611994Z [2472/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/CommandCreateGeo.cpp.o +2026-01-27T23:41:03.9475095Z [2473/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/DrawSketchKeyboardManager.cpp.o +2026-01-27T23:41:05.3806529Z [2474/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/qrc_Spreadsheet_translation.cpp.o +2026-01-27T23:41:05.5285331Z [2475/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketchGeometryExtension.cpp.o +2026-01-27T23:41:06.0597542Z [2476/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeInformationOverlayCoinConverter.cpp.o +2026-01-27T23:41:07.6538694Z [2477/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketchGeometryExtensionPyImp.cpp.o +2026-01-27T23:41:09.4956532Z [2478/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditModeConstraintCoinManager.cpp.o +2026-01-27T23:41:09.4958135Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/EditModeConstraintCoinManager.cpp:1706:27: warning: unused parameter 'origPos' [-Wunused-parameter] +2026-01-27T23:41:09.4958394Z 1706 | const Base::Vector3d& origPos, +2026-01-27T23:41:09.4958529Z | ^ +2026-01-27T23:41:09.4958870Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/EditModeConstraintCoinManager.cpp:1708:27: warning: unused parameter 'dir' [-Wunused-parameter] +2026-01-27T23:41:09.4959060Z 1708 | const Base::Vector3d& dir, +2026-01-27T23:41:09.4959169Z | ^ +2026-01-27T23:41:09.4959285Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/EditModeConstraintCoinManager.cpp:1710:19: warning: unused parameter 'constraint' [-Wunused-parameter] +2026-01-27T23:41:09.4959519Z 1710 | const SoNode* constraint +2026-01-27T23:41:09.4959805Z | ^ +2026-01-27T23:41:09.4959991Z 3 warnings generated. +2026-01-27T23:41:13.0739427Z [2479/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SketcherSettings.cpp.o +2026-01-27T23:41:14.1663433Z [2480/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/DrawSketchHandler.cpp.o +2026-01-27T23:41:16.3132832Z [2481/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SpreadsheetGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:41:18.0650207Z [2482/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgSettingsImp.cpp.o +2026-01-27T23:41:20.1042630Z [2483/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/EditDatumDialog.cpp.o +2026-01-27T23:41:20.1043851Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Gui/EditDatumDialog.cpp:228:40: warning: unused parameter 'checked' [-Wunused-parameter] +2026-01-27T23:41:20.1044812Z 228 | void EditDatumDialog::typeChanged(bool checked) +2026-01-27T23:41:20.1045078Z | ^ +2026-01-27T23:41:20.1045200Z 1 warning generated. +2026-01-27T23:41:21.6988705Z [2484/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/SnapManager.cpp.o +2026-01-27T23:41:23.3356328Z [2485/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/ViewProviderSpreadsheetPyImp.cpp.o +2026-01-27T23:41:23.6285280Z [2486/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/TaskDlgEditSketch.cpp.o +2026-01-27T23:41:23.9020225Z [2487/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderPython.cpp.o +2026-01-27T23:41:25.0242828Z [2488/6735] Building CXX object src/Mod/Sketcher/Gui/CMakeFiles/SketcherGui.dir/ViewProviderSketch.cpp.o +2026-01-27T23:41:25.1531641Z [2489/6735] Building Blending/BlendPointPy.h/.cpp out of Blending/BlendPoint.pyi +2026-01-27T23:41:25.2825603Z [2490/6735] Building Blending/BlendCurvePy.h/.cpp out of Blending/BlendCurve.pyi +2026-01-27T23:41:25.3913733Z [2491/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/TechDraw_autogen/mocs_compilation.cpp.o +2026-01-27T23:41:25.7277256Z [2492/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/AppSpreadsheetGui.cpp.o +2026-01-27T23:41:27.8473404Z [2493/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/Command.cpp.o +2026-01-27T23:41:28.9497005Z [2494/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SheetTableViewAccessibleInterface.cpp.o +2026-01-27T23:41:29.5897018Z [2495/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/ViewProviderSpreadsheet.cpp.o +2026-01-27T23:41:29.9355716Z [2496/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/LineEdit.cpp.o +2026-01-27T23:41:30.7724331Z [2497/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/qtcolorpicker.cpp.o +2026-01-27T23:41:32.2621590Z [2498/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SpreadsheetDelegate.cpp.o +2026-01-27T23:41:34.5974965Z [2499/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/Workbench.cpp.o +2026-01-27T23:41:35.6245276Z [2500/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/Start_autogen/mocs_compilation.cpp.o +2026-01-27T23:41:36.0548833Z [2501/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SpreadsheetView.cpp.o +2026-01-27T23:41:36.3008049Z [2502/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/AppStart.cpp.o +2026-01-27T23:41:39.8252159Z [2503/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/FileUtilities.cpp.o +2026-01-27T23:41:39.9140046Z [2504/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/RecentFilesModel.cpp.o +2026-01-27T23:41:42.1275020Z [2505/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/ExamplesModel.cpp.o +2026-01-27T23:41:43.3314596Z [2506/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SheetModel.cpp.o +2026-01-27T23:41:43.9016789Z [2507/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/PropertiesDialog.cpp.o +2026-01-27T23:41:44.0060026Z [2508/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/CustomFolderModel.cpp.o +2026-01-27T23:41:44.1995933Z [2509/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/SheetTableView.cpp.o +2026-01-27T23:41:44.7001219Z [2510/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/ThumbnailSource.cpp.o +2026-01-27T23:41:46.7689785Z [2511/6735] Building CXX object src/Mod/Start/App/CMakeFiles/Start.dir/DisplayedFilesModel.cpp.o +2026-01-27T23:41:47.3415569Z [2512/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/ZoomableView.cpp.o +2026-01-27T23:41:47.5698865Z [2513/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgSheetConf.cpp.o +2026-01-27T23:41:49.8611960Z [2514/6735] Building CXX object src/Mod/Spreadsheet/Gui/CMakeFiles/SpreadsheetGui.dir/DlgBindSheet.cpp.o +2026-01-27T23:41:51.5900163Z [2515/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/BalloonPropEnum.cpp.o +2026-01-27T23:41:52.6623386Z [2516/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/ArrowPropEnum.cpp.o +2026-01-27T23:41:55.1060741Z [2517/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/TechDrawExport.cpp.o +2026-01-27T23:41:55.4727975Z [2518/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/ProjectionAlgos.cpp.o +2026-01-27T23:41:55.5628753Z [2519/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/MattingPropEnum.cpp.o +2026-01-27T23:41:55.7270036Z [2520/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Tag.cpp.o +2026-01-27T23:42:02.0433638Z [2521/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LineNameEnum.cpp.o +2026-01-27T23:42:03.6300519Z [2522/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/ShapeExtractor.cpp.o +2026-01-27T23:42:04.3878494Z [2523/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LineGroup.cpp.o +2026-01-27T23:42:04.4764734Z [2524/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/HatchLine.cpp.o +2026-01-27T23:42:05.9371841Z [2525/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/AppTechDraw.cpp.o +2026-01-27T23:42:09.4288239Z [2526/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Preferences.cpp.o +2026-01-27T23:42:09.8246725Z [2527/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjectSplit.cpp.o +2026-01-27T23:42:10.3287116Z [2528/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/EdgeWalker.cpp.o +2026-01-27T23:42:11.0409070Z [2529/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/XMLQuery.cpp.o +2026-01-27T23:42:13.5666284Z [2530/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawDimHelper.cpp.o +2026-01-27T23:42:17.8388469Z [2531/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawUtil.cpp.o +2026-01-27T23:42:19.2273678Z [2532/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LineFormat.cpp.o +2026-01-27T23:42:19.6870768Z [2533/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LineGenerator.cpp.o +2026-01-27T23:42:22.9938827Z [2534/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewAnnotation.cpp.o +2026-01-27T23:42:25.3965888Z [2535/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawParametricTemplate.cpp.o +2026-01-27T23:42:26.3003129Z [2536/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/AppTechDrawPy.cpp.o +2026-01-27T23:42:26.3674297Z [2537/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawComplexSection.cpp.o +2026-01-27T23:42:26.4003997Z [2538/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawView.cpp.o +2026-01-27T23:42:27.3278710Z [2539/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewClip.cpp.o +2026-01-27T23:42:30.2206986Z [2540/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSymbol.cpp.o +2026-01-27T23:42:31.9395653Z [2541/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawPage.cpp.o +2026-01-27T23:42:33.3192421Z [2542/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroup.cpp.o +2026-01-27T23:42:33.4704760Z [2543/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewCollection.cpp.o +2026-01-27T23:42:33.6290359Z [2544/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupItem.cpp.o +2026-01-27T23:42:36.7763735Z [2545/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawSVGTemplate.cpp.o +2026-01-27T23:42:40.5015126Z [2546/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSpreadsheet.cpp.o +2026-01-27T23:42:40.5201137Z [2547/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTemplate.cpp.o +2026-01-27T23:42:44.7879305Z [2548/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPart.cpp.o +2026-01-27T23:42:47.6691794Z [2549/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewBalloon.cpp.o +2026-01-27T23:42:48.6347163Z [2550/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDraft.cpp.o +2026-01-27T23:42:51.4427832Z [2551/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimExtent.cpp.o +2026-01-27T23:42:51.8163113Z [2552/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionGeometry.cpp.o +2026-01-27T23:42:53.6383914Z [2553/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawHatch.cpp.o +2026-01-27T23:42:53.9758312Z [2554/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/LandmarkDimension.cpp.o +2026-01-27T23:42:54.1315262Z [2555/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionReferences.cpp.o +2026-01-27T23:42:56.8144956Z [2556/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionFormatter.cpp.o +2026-01-27T23:42:58.1063561Z [2557/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewArch.cpp.o +2026-01-27T23:42:58.9161192Z [2558/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewImage.cpp.o +2026-01-27T23:42:59.4349225Z [2559/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimension.cpp.o +2026-01-27T23:43:00.2112278Z [2560/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DimensionAutoCorrect.cpp.o +2026-01-27T23:43:01.1532071Z [2561/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSection.cpp.o +2026-01-27T23:43:02.2801619Z [2562/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawGeomHatch.cpp.o +2026-01-27T23:43:02.4929209Z [2563/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawRichAnno.cpp.o +2026-01-27T23:43:07.6246280Z [2564/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewMulti.cpp.o +2026-01-27T23:43:07.7836514Z [2565/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTile.cpp.o +2026-01-27T23:43:10.6243580Z [2566/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTileWeld.cpp.o +2026-01-27T23:43:10.9771919Z [2567/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawLeaderLine.cpp.o +2026-01-27T23:43:11.2872538Z [2568/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDetail.cpp.o +2026-01-27T23:43:12.7552655Z [2569/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/FeatureProjection.cpp.o +2026-01-27T23:43:14.1189303Z [2570/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawWeldSymbol.cpp.o +2026-01-27T23:43:18.5962040Z [2571/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/ShapeUtils.cpp.o +2026-01-27T23:43:19.0663623Z [2572/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyGeomFormatList.cpp.o +2026-01-27T23:43:22.8572343Z [2573/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCenterLineList.cpp.o +2026-01-27T23:43:23.2187860Z [2574/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticVertex.cpp.o +2026-01-27T23:43:24.3922907Z [2575/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawBrokenView.cpp.o +2026-01-27T23:43:25.0001326Z [2576/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Cosmetic.cpp.o +2026-01-27T23:43:25.9778608Z [2577/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawPagePyImp.cpp.o +2026-01-27T23:43:26.0788565Z [2578/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/Geometry.cpp.o +2026-01-27T23:43:26.9230584Z [2579/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CenterLine.cpp.o +2026-01-27T23:43:27.0351675Z [2580/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCosmeticEdgeList.cpp.o +2026-01-27T23:43:27.7150602Z [2581/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/GeometryObject.cpp.o +2026-01-27T23:43:28.3023305Z [2582/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/PropertyCosmeticVertexList.cpp.o +2026-01-27T23:43:28.4577450Z [2583/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPyImp.cpp.o +2026-01-27T23:43:29.5432102Z [2584/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTemplatePyImp.cpp.o +2026-01-27T23:43:35.0956276Z [2585/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticExtension.cpp.o +2026-01-27T23:43:35.3366393Z [2586/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewSymbolPyImp.cpp.o +2026-01-27T23:43:37.3812222Z [2587/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawParametricTemplatePyImp.cpp.o +2026-01-27T23:43:37.6513487Z [2588/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawSVGTemplatePyImp.cpp.o +2026-01-27T23:43:40.1514810Z [2589/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawHatchPyImp.cpp.o +2026-01-27T23:43:40.5172166Z [2590/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewPartPyImp.cpp.o +2026-01-27T23:43:40.5786285Z [2591/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/GeometryMatcher.cpp.o +2026-01-27T23:43:40.6560553Z [2592/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewCollectionPyImp.cpp.o +2026-01-27T23:43:40.9924526Z [2593/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawGeomHatchPyImp.cpp.o +2026-01-27T23:43:41.2087887Z [2594/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewClipPyImp.cpp.o +2026-01-27T23:43:41.7103628Z [2595/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawLeaderLinePyImp.cpp.o +2026-01-27T23:43:41.7340528Z [2596/6735] Linking CXX static library lib/libgmock.a +2026-01-27T23:43:41.8870398Z [2597/6735] Linking CXX shared library Mod/Points/Points.so +2026-01-27T23:43:41.9753877Z [2598/6735] Automatic MOC and UIC for target Inspection +2026-01-27T23:43:42.0662505Z [2599/6735] Automatic MOC and UIC for target ReverseEngineering +2026-01-27T23:43:42.0806963Z [2600/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Inspection/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Inspection/Init.py +2026-01-27T23:43:42.2001530Z [2601/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/ReverseEngineering_autogen/mocs_compilation.cpp.o +2026-01-27T23:43:43.8573295Z [2602/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewAnnotationPyImp.cpp.o +2026-01-27T23:43:46.4734453Z [2603/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupPyImp.cpp.o +2026-01-27T23:43:46.5826161Z [2604/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/BSplineFitting.cpp.o +2026-01-27T23:43:46.8724909Z [2605/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawProjGroupItemPyImp.cpp.o +2026-01-27T23:43:49.8989139Z [2606/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/GeomFormatPyImp.cpp.o +2026-01-27T23:43:50.4456183Z [2607/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawRichAnnoPyImp.cpp.o +2026-01-27T23:43:51.0640976Z [2608/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimensionPyImp.cpp.o +2026-01-27T23:43:51.2145589Z [2609/6735] Linking CXX shared library Mod/Assembly/AssemblyApp.so +2026-01-27T23:43:51.4333595Z [2610/6735] Linking CXX shared library Mod/Fem/Fem.so +2026-01-27T23:43:51.5418303Z [2611/6735] Building CXX object src/Mod/Inspection/App/CMakeFiles/Inspection.dir/Inspection_autogen/mocs_compilation.cpp.o +2026-01-27T23:43:52.8372088Z [2612/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTileWeldPyImp.cpp.o +2026-01-27T23:43:54.4871444Z [2613/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawBrokenViewPyImp.cpp.o +2026-01-27T23:43:54.6884021Z [2614/6735] Linking CXX shared library Mod/Mesh/MeshGui.so +2026-01-27T23:43:54.7155172Z [2615/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CenterLinePyImp.cpp.o +2026-01-27T23:43:54.8924416Z [2616/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Surface_autogen/mocs_compilation.cpp.o +2026-01-27T23:43:54.8929886Z [2617/6735] Linking CXX shared library Mod/MeshPart/MeshPart.so +2026-01-27T23:43:55.0781797Z [2618/6735] Linking CXX shared library Mod/CAM/PathApp.so +2026-01-27T23:43:55.2661712Z [2619/6735] Linking CXX shared library Mod/Robot/Robot.so +2026-01-27T23:43:55.4844297Z [2620/6735] Linking CXX shared library Mod/Sketcher/SketcherGui.so +2026-01-27T23:43:55.6365247Z [2621/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticExtensionPyImp.cpp.o +2026-01-27T23:43:55.6736034Z [2622/6735] Linking CXX shared library Mod/Spreadsheet/SpreadsheetGui.so +2026-01-27T23:43:55.8175882Z [2623/6735] Linking CXX shared library Mod/Start/Start.so +2026-01-27T23:43:56.3346375Z [2624/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawViewDimExtentPyImp.cpp.o +2026-01-27T23:43:56.5528872Z [2625/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawTilePyImp.cpp.o +2026-01-27T23:43:57.4287398Z [2626/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/DrawWeldSymbolPyImp.cpp.o +2026-01-27T23:43:57.8270265Z [2627/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/ApproxSurface.cpp.o +2026-01-27T23:43:59.0223919Z [2628/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticEdgePyImp.cpp.o +2026-01-27T23:43:59.0782819Z [2629/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendPoint.cpp.o +2026-01-27T23:44:03.0699172Z [2630/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendCurvePyImp.cpp.o +2026-01-27T23:44:03.5520637Z [2631/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendCurve.cpp.o +2026-01-27T23:44:06.0791476Z [2632/6735] Building CXX object src/Mod/TechDraw/App/CMakeFiles/TechDraw.dir/CosmeticVertexPyImp.cpp.o +2026-01-27T23:44:09.0626470Z [2633/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/RegionGrowing.cpp.o +2026-01-27T23:44:09.0627661Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/App/RegionGrowing.cpp:35: +2026-01-27T23:44:09.0628124Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/passthrough.h:44: +2026-01-27T23:44:09.0628286Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/filter_indices.h:42: +2026-01-27T23:44:09.0628461Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/filter.h:42: +2026-01-27T23:44:09.0628601Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/pcl_base.h:46: +2026-01-27T23:44:09.0629276Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/memory.h:71:2: warning: "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" [-W#warnings] +2026-01-27T23:44:09.0630885Z 71 | #warning "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" +2026-01-27T23:44:09.0631562Z | ^ +2026-01-27T23:44:09.0632020Z 1 warning generated. +2026-01-27T23:44:10.2221680Z [2634/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/BlendPointPyImp.cpp.o +2026-01-27T23:44:10.5554059Z [2635/6735] Linking CXX shared library Mod/TechDraw/TechDraw.so +2026-01-27T23:44:10.5615133Z [2636/6735] Building CXX object src/Mod/Inspection/App/CMakeFiles/Inspection.dir/AppInspection.cpp.o +2026-01-27T23:44:10.6100260Z [2637/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/SampleConsensus.cpp.o +2026-01-27T23:44:10.6102693Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/App/SampleConsensus.cpp:35: +2026-01-27T23:44:10.6103971Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/features/normal_3d.h:43: +2026-01-27T23:44:10.6104571Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/memory.h:71:2: warning: "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" [-W#warnings] +2026-01-27T23:44:10.6104961Z 71 | #warning "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" +2026-01-27T23:44:10.6105455Z | ^ +2026-01-27T23:44:10.6105692Z 1 warning generated. +2026-01-27T23:44:10.6418489Z [2638/6735] Automatic MOC and UIC for target gtest_main +2026-01-27T23:44:10.6442405Z [2639/6735] Automatic MOC and UIC for target gmock_main +2026-01-27T23:44:10.9449688Z [2640/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/AppReverseEngineering.cpp.o +2026-01-27T23:44:10.9451095Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp:38: +2026-01-27T23:44:10.9451612Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/passthrough.h:44: +2026-01-27T23:44:10.9451771Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/filter_indices.h:42: +2026-01-27T23:44:10.9451908Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/filters/filter.h:42: +2026-01-27T23:44:10.9452240Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/pcl_base.h:46: +2026-01-27T23:44:10.9452386Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/memory.h:71:2: warning: "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" [-W#warnings] +2026-01-27T23:44:10.9452648Z 71 | #warning "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" +2026-01-27T23:44:10.9452964Z | ^ +2026-01-27T23:44:10.9453122Z 1 warning generated. +2026-01-27T23:44:20.5251986Z [2641/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/Segmentation.cpp.o +2026-01-27T23:44:20.5252971Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/App/Segmentation.cpp:32: +2026-01-27T23:44:20.5253280Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/features/normal_3d.h:43: +2026-01-27T23:44:20.5253768Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/memory.h:71:2: warning: "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" [-W#warnings] +2026-01-27T23:44:20.5254306Z 71 | #warning "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" +2026-01-27T23:44:20.5254644Z | ^ +2026-01-27T23:44:20.5254958Z 1 warning generated. +2026-01-27T23:44:21.9666209Z [2642/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Blending/FeatureBlendCurve.cpp.o +2026-01-27T23:44:24.5258603Z [2643/6735] Automatic MOC and UIC for target PointsGui +2026-01-27T23:44:32.5242308Z [2644/6735] Automatic MOC and UIC for target AssemblyGui +2026-01-27T23:44:34.6848796Z [2645/6735] Automatic MOC and UIC for target MeshPartGui +2026-01-27T23:44:36.5098664Z [2646/6735] Automatic MOC and UIC for target StartGui +2026-01-27T23:44:38.5383652Z [2647/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureExtend.cpp.o +2026-01-27T23:44:39.7288011Z [2648/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureFilling.cpp.o +2026-01-27T23:44:40.1596268Z [2649/6735] Building CXX object tests/lib/googlemock/CMakeFiles/gmock_main.dir/gmock_main_autogen/mocs_compilation.cpp.o +2026-01-27T23:44:41.6891943Z [2650/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureGeomFillSurface.cpp.o +2026-01-27T23:44:41.7932146Z [2651/6735] Automatic MOC and UIC for target QtUnitGui +2026-01-27T23:44:42.0532308Z [2652/6735] Building CXX object tests/lib/googletest/CMakeFiles/gtest_main.dir/gtest_main_autogen/mocs_compilation.cpp.o +2026-01-27T23:44:42.1652008Z [2653/6735] Generating Assembly_rc.py +2026-01-27T23:44:42.2022554Z [2654/6735] Generating Resources/translations/Assembly_be.qm +2026-01-27T23:44:42.2022976Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_be.qm'... +2026-01-27T23:44:42.2023163Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:42.2023395Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:42.2023543Z Generated 267 translation(s) (266 finished and 1 unfinished) +2026-01-27T23:44:42.2535371Z [2655/6735] Generating Resources/translations/Assembly_ca.qm +2026-01-27T23:44:42.2535949Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ca.qm'... +2026-01-27T23:44:42.2536404Z Generated 267 translation(s) (266 finished and 1 unfinished) +2026-01-27T23:44:42.2994199Z [2656/6735] Generating Resources/translations/Assembly_cs.qm +2026-01-27T23:44:42.2994619Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_cs.qm'... +2026-01-27T23:44:42.2994888Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:42.2995013Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:42.2995282Z Generated 267 translation(s) (111 finished and 156 unfinished) +2026-01-27T23:44:42.3651930Z [2657/6735] Generating Resources/translations/Assembly_da.qm +2026-01-27T23:44:42.3652402Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_da.qm'... +2026-01-27T23:44:42.3652584Z Generated 267 translation(s) (231 finished and 36 unfinished) +2026-01-27T23:44:42.4032520Z [2658/6735] Generating Resources/translations/Assembly_de.qm +2026-01-27T23:44:42.4032950Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_de.qm'... +2026-01-27T23:44:42.4033239Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:42.4891928Z [2659/6735] Generating Resources/translations/Assembly_el.qm +2026-01-27T23:44:42.4892454Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_el.qm'... +2026-01-27T23:44:42.4892761Z Generated 267 translation(s) (266 finished and 1 unfinished) +2026-01-27T23:44:42.5237259Z [2660/6735] Generating Resources/translations/Assembly_es-AR.qm +2026-01-27T23:44:42.5237958Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_es-AR.qm'... +2026-01-27T23:44:42.5238157Z Generated 267 translation(s) (190 finished and 77 unfinished) +2026-01-27T23:44:42.5637143Z [2661/6735] Generating Resources/translations/Assembly_es-ES.qm +2026-01-27T23:44:42.5637684Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_es-ES.qm'... +2026-01-27T23:44:42.5637886Z Generated 267 translation(s) (190 finished and 77 unfinished) +2026-01-27T23:44:42.6335352Z [2662/6735] Generating Resources/translations/Assembly_eu.qm +2026-01-27T23:44:42.6336070Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_eu.qm'... +2026-01-27T23:44:42.6336426Z Generated 267 translation(s) (94 finished and 173 unfinished) +2026-01-27T23:44:42.6891912Z [2663/6735] Generating Resources/translations/Assembly_fi.qm +2026-01-27T23:44:42.6892424Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_fi.qm'... +2026-01-27T23:44:42.6892606Z Generated 267 translation(s) (61 finished and 206 unfinished) +2026-01-27T23:44:42.7374823Z [2664/6735] Generating Resources/translations/Assembly_fr.qm +2026-01-27T23:44:42.7375238Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_fr.qm'... +2026-01-27T23:44:42.7375499Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:42.7696125Z [2665/6735] Generating Resources/translations/Assembly_gl.qm +2026-01-27T23:44:42.7696558Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_gl.qm'... +2026-01-27T23:44:42.7696920Z Generated 70 translation(s) (45 finished and 25 unfinished) +2026-01-27T23:44:42.8175662Z [2666/6735] Generating Resources/translations/Assembly_hr.qm +2026-01-27T23:44:42.8176157Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_hr.qm'... +2026-01-27T23:44:42.8176333Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:42.8594089Z [2667/6735] Generating Resources/translations/Assembly_hu.qm +2026-01-27T23:44:42.8594537Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_hu.qm'... +2026-01-27T23:44:42.8594717Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:42.8594872Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:42.8594993Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:42.9011943Z [2668/6735] Generating Resources/translations/Assembly_id.qm +2026-01-27T23:44:42.9012463Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_id.qm'... +2026-01-27T23:44:42.9012750Z Generated 79 translation(s) (6 finished and 73 unfinished) +2026-01-27T23:44:42.9452611Z [2669/6735] Generating Resources/translations/Assembly_it.qm +2026-01-27T23:44:42.9453437Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_it.qm'... +2026-01-27T23:44:42.9453836Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:42.9892039Z [2670/6735] Generating Resources/translations/Assembly_ja.qm +2026-01-27T23:44:42.9892819Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ja.qm'... +2026-01-27T23:44:42.9893134Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:43.0481123Z [2671/6735] Generating Resources/translations/Assembly_ka.qm +2026-01-27T23:44:43.0481558Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ka.qm'... +2026-01-27T23:44:43.0481767Z Generated 267 translation(s) (251 finished and 16 unfinished) +2026-01-27T23:44:43.1132497Z [2672/6735] Generating Resources/translations/Assembly_ko.qm +2026-01-27T23:44:43.1133401Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ko.qm'... +2026-01-27T23:44:43.1133793Z Generated 267 translation(s) (175 finished and 92 unfinished) +2026-01-27T23:44:43.1718119Z [2673/6735] Generating Resources/translations/Assembly_lt.qm +2026-01-27T23:44:43.1719590Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_lt.qm'... +2026-01-27T23:44:43.1720060Z Generated 242 translation(s) (22 finished and 220 unfinished) +2026-01-27T23:44:43.2173449Z [2674/6735] Generating Resources/translations/Assembly_ms.qm +2026-01-27T23:44:43.2174271Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ms.qm'... +2026-01-27T23:44:43.2174597Z Generated 246 translation(s) (84 finished and 162 unfinished) +2026-01-27T23:44:43.2787785Z [2675/6735] Generating Resources/translations/Assembly_nl.qm +2026-01-27T23:44:43.2789184Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_nl.qm'... +2026-01-27T23:44:43.2789660Z Generated 267 translation(s) (61 finished and 206 unfinished) +2026-01-27T23:44:43.3321389Z [2676/6735] Generating Resources/translations/Assembly_pl.qm +2026-01-27T23:44:43.3322216Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_pl.qm'... +2026-01-27T23:44:43.3322630Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:43.3322858Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:43.3323140Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:43.3960891Z [2677/6735] Generating Resources/translations/Assembly_pt-BR.qm +2026-01-27T23:44:43.3962249Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_pt-BR.qm'... +2026-01-27T23:44:43.3962621Z Generated 267 translation(s) (124 finished and 143 unfinished) +2026-01-27T23:44:43.4733260Z [2678/6735] Generating Resources/translations/Assembly_pt-PT.qm +2026-01-27T23:44:43.4733864Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_pt-PT.qm'... +2026-01-27T23:44:43.4734352Z Generated 246 translation(s) (38 finished and 208 unfinished) +2026-01-27T23:44:43.5333469Z [2679/6735] Generating Resources/translations/Assembly_ro.qm +2026-01-27T23:44:43.5334071Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ro.qm'... +2026-01-27T23:44:43.5334269Z Generated 267 translation(s) (153 finished and 114 unfinished) +2026-01-27T23:44:43.5775046Z [2680/6735] Generating Resources/translations/Assembly_ru.qm +2026-01-27T23:44:43.5775614Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_ru.qm'... +2026-01-27T23:44:43.5775929Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:43.5776072Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:43.5776192Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:43.6531987Z [2681/6735] Generating Resources/translations/Assembly_sl.qm +2026-01-27T23:44:43.6532530Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_sl.qm'... +2026-01-27T23:44:43.6532718Z Generated 267 translation(s) (132 finished and 135 unfinished) +2026-01-27T23:44:43.7117830Z [2682/6735] Generating Resources/translations/Assembly_sr-CS.qm +2026-01-27T23:44:43.7119379Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_sr-CS.qm'... +2026-01-27T23:44:43.7119715Z Generated 267 translation(s) (263 finished and 4 unfinished) +2026-01-27T23:44:43.7856026Z [2683/6735] Generating Resources/translations/Assembly_sr.qm +2026-01-27T23:44:43.7860101Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_sr.qm'... +2026-01-27T23:44:43.7874848Z Generated 267 translation(s) (265 finished and 2 unfinished) +2026-01-27T23:44:43.8351190Z [2684/6735] Generating Resources/translations/Assembly_sv-SE.qm +2026-01-27T23:44:43.8352005Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_sv-SE.qm'... +2026-01-27T23:44:43.8352300Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:43.8996823Z [2685/6735] Generating Resources/translations/Assembly_tr.qm +2026-01-27T23:44:43.8997264Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_tr.qm'... +2026-01-27T23:44:43.8997479Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:43.8997609Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:43.8997726Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:43.9495049Z [2686/6735] Generating Resources/translations/Assembly_uk.qm +2026-01-27T23:44:43.9497847Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_uk.qm'... +2026-01-27T23:44:43.9498126Z Removed plural forms as the target language has less forms. +2026-01-27T23:44:43.9498287Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:44:43.9498409Z Generated 267 translation(s) (125 finished and 142 unfinished) +2026-01-27T23:44:44.0135143Z [2687/6735] Generating Resources/translations/Assembly_val-ES.qm +2026-01-27T23:44:44.0135595Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_val-ES.qm'... +2026-01-27T23:44:44.0135792Z Generated 181 translation(s) (12 finished and 169 unfinished) +2026-01-27T23:44:44.0773634Z [2688/6735] Generating Resources/translations/Assembly_zh-CN.qm +2026-01-27T23:44:44.0774960Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_zh-CN.qm'... +2026-01-27T23:44:44.0775321Z Generated 267 translation(s) (267 finished and 0 unfinished) +2026-01-27T23:44:44.1495369Z [2689/6735] Generating Resources/translations/Assembly_zh-TW.qm +2026-01-27T23:44:44.1495974Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Resources/translations/Assembly_zh-TW.qm'... +2026-01-27T23:44:44.1496172Z Generated 267 translation(s) (129 finished and 138 unfinished) +2026-01-27T23:44:44.2013116Z [2690/6735] Generating Resources/translations/MeshPart_af.qm +2026-01-27T23:44:44.2013712Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_af.qm'... +2026-01-27T23:44:44.2014005Z Generated 100 translation(s) (33 finished and 67 unfinished) +2026-01-27T23:44:44.2492419Z [2691/6735] Generating Resources/translations/MeshPart_ar.qm +2026-01-27T23:44:44.2492915Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ar.qm'... +2026-01-27T23:44:44.2493123Z Generated 102 translation(s) (48 finished and 54 unfinished) +2026-01-27T23:44:44.2835249Z [2692/6735] Generating Resources/translations/MeshPart_be.qm +2026-01-27T23:44:44.2836059Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_be.qm'... +2026-01-27T23:44:44.2836405Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.3213286Z [2693/6735] Generating Resources/translations/MeshPart_bg.qm +2026-01-27T23:44:44.3214067Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_bg.qm'... +2026-01-27T23:44:44.3214404Z Generated 102 translation(s) (50 finished and 52 unfinished) +2026-01-27T23:44:44.3693860Z [2694/6735] Generating Resources/translations/MeshPart_ca.qm +2026-01-27T23:44:44.3695169Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ca.qm'... +2026-01-27T23:44:44.3695553Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.4094619Z [2695/6735] Generating Resources/translations/MeshPart_cs.qm +2026-01-27T23:44:44.4095307Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_cs.qm'... +2026-01-27T23:44:44.4095613Z Generated 106 translation(s) (74 finished and 32 unfinished) +2026-01-27T23:44:44.4613168Z [2696/6735] Generating Resources/translations/MeshPart_da.qm +2026-01-27T23:44:44.4613899Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_da.qm'... +2026-01-27T23:44:44.4614195Z Generated 106 translation(s) (15 finished and 91 unfinished) +2026-01-27T23:44:44.5120093Z [2697/6735] Generating Resources/translations/MeshPart_de.qm +2026-01-27T23:44:44.5120674Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_de.qm'... +2026-01-27T23:44:44.5121071Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.5693376Z [2698/6735] Generating Resources/translations/MeshPart_el.qm +2026-01-27T23:44:44.5694682Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_el.qm'... +2026-01-27T23:44:44.5695023Z Generated 106 translation(s) (74 finished and 32 unfinished) +2026-01-27T23:44:44.6126956Z [2699/6735] Generating Resources/translations/MeshPart_es-AR.qm +2026-01-27T23:44:44.6128327Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_es-AR.qm'... +2026-01-27T23:44:44.6128655Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:44.6595126Z [2700/6735] Generating Resources/translations/MeshPart_es-ES.qm +2026-01-27T23:44:44.6596512Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_es-ES.qm'... +2026-01-27T23:44:44.6596856Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:44.7055557Z [2701/6735] Generating Resources/translations/MeshPart_eu.qm +2026-01-27T23:44:44.7056858Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_eu.qm'... +2026-01-27T23:44:44.7057244Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:44.7511649Z [2702/6735] Generating Resources/translations/MeshPart_fi.qm +2026-01-27T23:44:44.7512321Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_fi.qm'... +2026-01-27T23:44:44.7512631Z Generated 106 translation(s) (71 finished and 35 unfinished) +2026-01-27T23:44:44.8156167Z [2703/6735] Generating Resources/translations/MeshPart_fil.qm +2026-01-27T23:44:44.8156921Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_fil.qm'... +2026-01-27T23:44:44.8157256Z Generated 102 translation(s) (67 finished and 35 unfinished) +2026-01-27T23:44:44.8584895Z [2704/6735] Generating Resources/translations/MeshPart_fr.qm +2026-01-27T23:44:44.8586236Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_fr.qm'... +2026-01-27T23:44:44.8586654Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.9014880Z [2705/6735] Generating Resources/translations/MeshPart_gl.qm +2026-01-27T23:44:44.9016372Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_gl.qm'... +2026-01-27T23:44:44.9016839Z Generated 106 translation(s) (73 finished and 33 unfinished) +2026-01-27T23:44:44.9277909Z [2706/6735] Generating Resources/translations/MeshPart_hr.qm +2026-01-27T23:44:44.9278513Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_hr.qm'... +2026-01-27T23:44:44.9278811Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.9559100Z [2707/6735] Generating Resources/translations/MeshPart_hu.qm +2026-01-27T23:44:44.9559677Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_hu.qm'... +2026-01-27T23:44:44.9560103Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:44.9840033Z [2708/6735] Generating Resources/translations/MeshPart_id.qm +2026-01-27T23:44:44.9840697Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_id.qm'... +2026-01-27T23:44:44.9840987Z Generated 106 translation(s) (67 finished and 39 unfinished) +2026-01-27T23:44:45.0295022Z [2709/6735] Generating Resources/translations/MeshPart_it.qm +2026-01-27T23:44:45.0295605Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_it.qm'... +2026-01-27T23:44:45.0295908Z Generated 106 translation(s) (80 finished and 26 unfinished) +2026-01-27T23:44:45.0674270Z [2710/6735] Generating Resources/translations/MeshPart_ja.qm +2026-01-27T23:44:45.0674956Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ja.qm'... +2026-01-27T23:44:45.0675252Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.1212341Z [2711/6735] Generating Resources/translations/MeshPart_ka.qm +2026-01-27T23:44:45.1212934Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ka.qm'... +2026-01-27T23:44:45.1213315Z Generated 106 translation(s) (105 finished and 1 unfinished) +2026-01-27T23:44:45.1617165Z [2712/6735] Generating Resources/translations/MeshPart_kab.qm +2026-01-27T23:44:45.1617749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_kab.qm'... +2026-01-27T23:44:45.1618054Z Generated 100 translation(s) (46 finished and 54 unfinished) +2026-01-27T23:44:45.2135657Z [2713/6735] Generating Resources/translations/MeshPart_ko.qm +2026-01-27T23:44:45.2136276Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ko.qm'... +2026-01-27T23:44:45.2136564Z Generated 106 translation(s) (51 finished and 55 unfinished) +2026-01-27T23:44:45.2517659Z [2714/6735] Generating Resources/translations/MeshPart_lt.qm +2026-01-27T23:44:45.2518278Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_lt.qm'... +2026-01-27T23:44:45.2518661Z Generated 106 translation(s) (95 finished and 11 unfinished) +2026-01-27T23:44:45.3040322Z [2715/6735] Generating Resources/translations/MeshPart_ms.qm +2026-01-27T23:44:45.3041098Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ms.qm'... +2026-01-27T23:44:45.3041431Z Generated 106 translation(s) (12 finished and 94 unfinished) +2026-01-27T23:44:45.3401449Z [2716/6735] Generating Resources/translations/MeshPart_nl.qm +2026-01-27T23:44:45.3401882Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_nl.qm'... +2026-01-27T23:44:45.3402122Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:45.3594954Z [2717/6735] Generating Resources/translations/MeshPart_no.qm +2026-01-27T23:44:45.3595403Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_no.qm'... +2026-01-27T23:44:45.3595580Z Generated 100 translation(s) (30 finished and 70 unfinished) +2026-01-27T23:44:45.4004223Z [2718/6735] Generating Resources/translations/MeshPart_pl.qm +2026-01-27T23:44:45.4004635Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_pl.qm'... +2026-01-27T23:44:45.4004821Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.4291831Z [2719/6735] Generating Resources/translations/MeshPart_pt-BR.qm +2026-01-27T23:44:45.4292279Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_pt-BR.qm'... +2026-01-27T23:44:45.4292546Z Generated 106 translation(s) (76 finished and 30 unfinished) +2026-01-27T23:44:45.4796880Z [2720/6735] Generating Resources/translations/MeshPart_pt-PT.qm +2026-01-27T23:44:45.4799644Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_pt-PT.qm'... +2026-01-27T23:44:45.4800036Z Generated 106 translation(s) (104 finished and 2 unfinished) +2026-01-27T23:44:45.5151382Z [2721/6735] Generating Resources/translations/MeshPart_ro.qm +2026-01-27T23:44:45.5151859Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ro.qm'... +2026-01-27T23:44:45.5152025Z Generated 106 translation(s) (73 finished and 33 unfinished) +2026-01-27T23:44:45.5355345Z [2722/6735] Generating Resources/translations/MeshPart_ru.qm +2026-01-27T23:44:45.5355766Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_ru.qm'... +2026-01-27T23:44:45.5355994Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.5545336Z [2723/6735] Generating Resources/translations/MeshPart_sk.qm +2026-01-27T23:44:45.5556813Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_sk.qm'... +2026-01-27T23:44:45.5557108Z Generated 102 translation(s) (65 finished and 37 unfinished) +2026-01-27T23:44:45.6056166Z [2724/6735] Generating Resources/translations/MeshPart_sl.qm +2026-01-27T23:44:45.6056828Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_sl.qm'... +2026-01-27T23:44:45.6057010Z Generated 106 translation(s) (71 finished and 35 unfinished) +2026-01-27T23:44:45.6495842Z [2725/6735] Generating Resources/translations/MeshPart_sr-CS.qm +2026-01-27T23:44:45.6496290Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_sr-CS.qm'... +2026-01-27T23:44:45.6496509Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.6776161Z [2726/6735] Generating Resources/translations/MeshPart_sr.qm +2026-01-27T23:44:45.6776580Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_sr.qm'... +2026-01-27T23:44:45.6776759Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.7236632Z [2727/6735] Generating Resources/translations/MeshPart_sv-SE.qm +2026-01-27T23:44:45.7237103Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_sv-SE.qm'... +2026-01-27T23:44:45.7237291Z Generated 106 translation(s) (103 finished and 3 unfinished) +2026-01-27T23:44:45.7494708Z [2728/6735] Generating Resources/translations/MeshPart_tr.qm +2026-01-27T23:44:45.7495129Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_tr.qm'... +2026-01-27T23:44:45.7495296Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.7791514Z [2729/6735] Generating Resources/translations/MeshPart_uk.qm +2026-01-27T23:44:45.7791988Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_uk.qm'... +2026-01-27T23:44:45.7792167Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:45.8052017Z [2730/6735] Generating Resources/translations/MeshPart_val-ES.qm +2026-01-27T23:44:45.8052541Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_val-ES.qm'... +2026-01-27T23:44:45.8052736Z Generated 106 translation(s) (91 finished and 15 unfinished) +2026-01-27T23:44:45.8456044Z [2731/6735] Generating Resources/translations/MeshPart_vi.qm +2026-01-27T23:44:45.8456528Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_vi.qm'... +2026-01-27T23:44:45.8456702Z Generated 106 translation(s) (67 finished and 39 unfinished) +2026-01-27T23:44:45.8736126Z [2732/6735] Generating Resources/translations/MeshPart_zh-CN.qm +2026-01-27T23:44:45.8736571Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_zh-CN.qm'... +2026-01-27T23:44:45.8736827Z Generated 106 translation(s) (106 finished and 0 unfinished) +2026-01-27T23:44:45.9024688Z [2733/6735] Generating Resources/translations/MeshPart_zh-TW.qm +2026-01-27T23:44:45.9025126Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/MeshPart/Gui/Resources/translations/MeshPart_zh-TW.qm'... +2026-01-27T23:44:45.9025357Z Generated 106 translation(s) (75 finished and 31 unfinished) +2026-01-27T23:44:46.0837429Z [2734/6735] Automatic MOC and UIC for target PathSimulator +2026-01-27T23:44:46.1208292Z [2735/6735] Building CXX object src/Mod/Inspection/App/CMakeFiles/Inspection.dir/InspectionFeature.cpp.o +2026-01-27T23:44:46.4899410Z [2736/6735] Linking CXX shared library Mod/Inspection/Inspection.so +2026-01-27T23:44:48.3732302Z [2737/6735] Automatic MOC and UIC for target PathGui +2026-01-27T23:44:48.3823705Z AutoUic: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Gui/DlgSettingsPathColor.ui: Warning: The name 'label_13' (QLabel) is already in use, defaulting to 'label_131'. +2026-01-27T23:44:48.4932724Z [2738/6735] Building CXX object src/Mod/ReverseEngineering/App/CMakeFiles/ReverseEngineering.dir/SurfaceTriangulation.cpp.o +2026-01-27T23:44:48.4933489Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/App/SurfaceTriangulation.cpp:40: +2026-01-27T23:44:48.4933861Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/common/common.h:47: +2026-01-27T23:44:48.4934115Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/point_cloud.h:47: +2026-01-27T23:44:48.4934383Z In file included from /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/PCLHeader.h:3: +2026-01-27T23:44:48.4934688Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.pixi/envs/default/include/pcl-1.15/pcl/memory.h:71:2: warning: "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" [-W#warnings] +2026-01-27T23:44:48.4935045Z 71 | #warning "Potential runtime error due to aligned malloc mismatch! PCL was likely compiled without AVX support but you enabled AVX for your code (to silence this message at your own risk, define PCL_SILENCE_MALLOC_WARNING=1)" +2026-01-27T23:44:48.4935436Z | ^ +2026-01-27T23:44:48.4935663Z 1 warning generated. +2026-01-27T23:44:48.5852678Z [2739/6735] Generating Resources/translations/CAM_be.qm +2026-01-27T23:44:48.5853667Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_be.qm'... +2026-01-27T23:44:48.5854061Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:48.7853664Z [2740/6735] Generating Resources/translations/CAM_ca.qm +2026-01-27T23:44:48.7870153Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ca.qm'... +2026-01-27T23:44:48.7870660Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:49.0572232Z [2741/6735] Generating Resources/translations/CAM_cs.qm +2026-01-27T23:44:49.0572857Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_cs.qm'... +2026-01-27T23:44:49.0573200Z Generated 1703 translation(s) (1163 finished and 540 unfinished) +2026-01-27T23:44:49.1279844Z [2742/6735] Automatic MOC and UIC for target InspectionGui +2026-01-27T23:44:49.2614579Z [2743/6735] Generating Resources/translations/CAM_da.qm +2026-01-27T23:44:49.2615104Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_da.qm'... +2026-01-27T23:44:49.2615424Z Generated 1703 translation(s) (185 finished and 1518 unfinished) +2026-01-27T23:44:49.3268667Z [2744/6735] Generating Resources/translations/CAM_de.qm +2026-01-27T23:44:49.3273269Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_de.qm'... +2026-01-27T23:44:49.3273714Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:49.4734314Z [2745/6735] Generating Resources/translations/CAM_el.qm +2026-01-27T23:44:49.4734942Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_el.qm'... +2026-01-27T23:44:49.4735309Z Generated 1703 translation(s) (259 finished and 1444 unfinished) +2026-01-27T23:44:49.4857256Z [2746/6735] Linking CXX shared library Mod/ReverseEngineering/ReverseEngineering.so +2026-01-27T23:44:49.5892150Z [2747/6735] Generating Resources/translations/CAM_es-AR.qm +2026-01-27T23:44:49.5892749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_es-AR.qm'... +2026-01-27T23:44:49.5893143Z Generated 1703 translation(s) (1249 finished and 454 unfinished) +2026-01-27T23:44:49.6754132Z [2748/6735] Generating Resources/translations/CAM_es-ES.qm +2026-01-27T23:44:49.6755683Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_es-ES.qm'... +2026-01-27T23:44:49.6756027Z Generated 1703 translation(s) (1249 finished and 454 unfinished) +2026-01-27T23:44:49.7372070Z [2749/6735] Generating Resources/translations/CAM_eu.qm +2026-01-27T23:44:49.7372722Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_eu.qm'... +2026-01-27T23:44:49.7373072Z Generated 1703 translation(s) (1035 finished and 668 unfinished) +2026-01-27T23:44:49.8692293Z [2750/6735] Generating Resources/translations/CAM_fi.qm +2026-01-27T23:44:49.8692741Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_fi.qm'... +2026-01-27T23:44:49.8692918Z Generated 1703 translation(s) (256 finished and 1447 unfinished) +2026-01-27T23:44:49.9084762Z [2751/6735] Generating Resources/translations/CAM_fr.qm +2026-01-27T23:44:49.9085229Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_fr.qm'... +2026-01-27T23:44:49.9085400Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:50.0770768Z [2752/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/Measure.cpp.o +2026-01-27T23:44:50.0891883Z [2753/6735] Generating Resources/translations/CAM_hr.qm +2026-01-27T23:44:50.0892335Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_hr.qm'... +2026-01-27T23:44:50.0892517Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:50.0892689Z [2754/6735] Generating Resources/translations/CAM_gl.qm +2026-01-27T23:44:50.0892809Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_gl.qm'... +2026-01-27T23:44:50.0892965Z Generated 1530 translation(s) (288 finished and 1242 unfinished) +2026-01-27T23:44:50.3172159Z [2755/6735] Generating Resources/translations/CAM_hu.qm +2026-01-27T23:44:50.3172821Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_hu.qm'... +2026-01-27T23:44:50.3173123Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:50.3252178Z [2756/6735] Generating Resources/translations/CAM_id.qm +2026-01-27T23:44:50.3252812Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_id.qm'... +2026-01-27T23:44:50.3253099Z Generated 1537 translation(s) (232 finished and 1305 unfinished) +2026-01-27T23:44:50.3372317Z [2757/6735] Generating Resources/translations/CAM_it.qm +2026-01-27T23:44:50.3373008Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_it.qm'... +2026-01-27T23:44:50.3373352Z Generated 1703 translation(s) (1114 finished and 589 unfinished) +2026-01-27T23:44:50.4081288Z [2758/6735] Generating Resources/translations/CAM_ja.qm +2026-01-27T23:44:50.4082309Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ja.qm'... +2026-01-27T23:44:50.4082757Z Generated 1703 translation(s) (1424 finished and 279 unfinished) +2026-01-27T23:44:50.4809865Z [2759/6735] Generating Resources/translations/CAM_ka.qm +2026-01-27T23:44:50.4811880Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ka.qm'... +2026-01-27T23:44:50.4812238Z Generated 1703 translation(s) (1508 finished and 195 unfinished) +2026-01-27T23:44:50.4916215Z [2760/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/AppSurface.cpp.o +2026-01-27T23:44:50.5216250Z [2761/6735] Generating Resources/translations/CAM_lt.qm +2026-01-27T23:44:50.5217514Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_lt.qm'... +2026-01-27T23:44:50.5217869Z Generated 1585 translation(s) (273 finished and 1312 unfinished) +2026-01-27T23:44:50.5333375Z [2762/6735] Generating Resources/translations/CAM_ko.qm +2026-01-27T23:44:50.5333969Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ko.qm'... +2026-01-27T23:44:50.5334259Z Generated 1703 translation(s) (334 finished and 1369 unfinished) +2026-01-27T23:44:50.6227959Z [2763/6735] Generating Resources/translations/CAM_pl.qm +2026-01-27T23:44:50.6228684Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_pl.qm'... +2026-01-27T23:44:50.6229040Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:50.6266187Z [2764/6735] Generating Resources/translations/CAM_ms.qm +2026-01-27T23:44:50.6266782Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ms.qm'... +2026-01-27T23:44:50.6267152Z Generated 1614 translation(s) (116 finished and 1498 unfinished) +2026-01-27T23:44:50.6381491Z [2765/6735] Generating Resources/translations/CAM_nl.qm +2026-01-27T23:44:50.6382581Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_nl.qm'... +2026-01-27T23:44:50.6383782Z Generated 1703 translation(s) (441 finished and 1262 unfinished) +2026-01-27T23:44:50.6785543Z [2766/6735] Generating Resources/translations/CAM_pt-BR.qm +2026-01-27T23:44:50.6786352Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_pt-BR.qm'... +2026-01-27T23:44:50.6786649Z Generated 1703 translation(s) (967 finished and 736 unfinished) +2026-01-27T23:44:50.7496619Z [2767/6735] Generating Resources/translations/CAM_pt-PT.qm +2026-01-27T23:44:50.7497287Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_pt-PT.qm'... +2026-01-27T23:44:50.7497626Z Generated 1614 translation(s) (283 finished and 1331 unfinished) +2026-01-27T23:44:50.7520502Z [2768/6735] Generating Resources/translations/CAM_ru.qm +2026-01-27T23:44:50.7521118Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ru.qm'... +2026-01-27T23:44:50.7521601Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:50.7933751Z [2769/6735] Generating Resources/translations/CAM_ro.qm +2026-01-27T23:44:50.7935193Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_ro.qm'... +2026-01-27T23:44:50.7935514Z Generated 1703 translation(s) (443 finished and 1260 unfinished) +2026-01-27T23:44:50.8335786Z [2770/6735] Generating Resources/translations/CAM_sl.qm +2026-01-27T23:44:50.8336402Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_sl.qm'... +2026-01-27T23:44:50.8336700Z Generated 1703 translation(s) (801 finished and 902 unfinished) +2026-01-27T23:44:50.8975475Z [2771/6735] Generating Resources/translations/CAM_sr-CS.qm +2026-01-27T23:44:50.8976080Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_sr-CS.qm'... +2026-01-27T23:44:50.8976460Z Generated 1703 translation(s) (316 finished and 1387 unfinished) +2026-01-27T23:44:50.9066565Z [2772/6735] Generating Resources/translations/CAM_sr.qm +2026-01-27T23:44:50.9067181Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_sr.qm'... +2026-01-27T23:44:50.9067480Z Generated 1703 translation(s) (314 finished and 1389 unfinished) +2026-01-27T23:44:50.9415683Z [2773/6735] Generating Resources/translations/CAM_sv-SE.qm +2026-01-27T23:44:50.9416403Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_sv-SE.qm'... +2026-01-27T23:44:50.9416724Z Generated 1703 translation(s) (1656 finished and 47 unfinished) +2026-01-27T23:44:50.9692017Z [2774/6735] Generating Resources/translations/CAM_tr.qm +2026-01-27T23:44:50.9692753Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_tr.qm'... +2026-01-27T23:44:50.9693047Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:51.0529505Z [2775/6735] Generating Resources/translations/CAM_val-ES.qm +2026-01-27T23:44:51.0530328Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_val-ES.qm'... +2026-01-27T23:44:51.0530644Z Generated 1555 translation(s) (227 finished and 1328 unfinished) +2026-01-27T23:44:51.0530959Z [2776/6735] Generating Resources/translations/CAM_uk.qm +2026-01-27T23:44:51.0531365Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_uk.qm'... +2026-01-27T23:44:51.0531766Z Generated 1703 translation(s) (422 finished and 1281 unfinished) +2026-01-27T23:44:51.0805542Z [2777/6735] Generating Resources/translations/Points_af.qm +2026-01-27T23:44:51.0806228Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_af.qm'... +2026-01-27T23:44:51.0806554Z Generated 57 translation(s) (51 finished and 6 unfinished) +2026-01-27T23:44:51.0806791Z [2778/6735] Generating Resources/translations/Points_ar.qm +2026-01-27T23:44:51.0807027Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ar.qm'... +2026-01-27T23:44:51.0807284Z Generated 57 translation(s) (40 finished and 17 unfinished) +2026-01-27T23:44:51.0890833Z [2779/6735] Generating Resources/translations/CAM_zh-CN.qm +2026-01-27T23:44:51.0891636Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_zh-CN.qm'... +2026-01-27T23:44:51.0891975Z Generated 1703 translation(s) (1703 finished and 0 unfinished) +2026-01-27T23:44:51.1082082Z [2780/6735] Generating Resources/translations/Points_ca.qm +2026-01-27T23:44:51.1082677Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ca.qm'... +2026-01-27T23:44:51.1083010Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1099137Z [2781/6735] Generating Resources/translations/Points_be.qm +2026-01-27T23:44:51.1099685Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_be.qm'... +2026-01-27T23:44:51.1100142Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1164642Z [2782/6735] Generating Resources/translations/Points_bg.qm +2026-01-27T23:44:51.1165266Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_bg.qm'... +2026-01-27T23:44:51.1165566Z Generated 57 translation(s) (56 finished and 1 unfinished) +2026-01-27T23:44:51.1303869Z [2783/6735] Generating Resources/translations/Points_da.qm +2026-01-27T23:44:51.1307772Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_da.qm'... +2026-01-27T23:44:51.1308284Z Generated 52 translation(s) (11 finished and 41 unfinished) +2026-01-27T23:44:51.1394818Z [2784/6735] Generating Resources/translations/Points_de.qm +2026-01-27T23:44:51.1395750Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_de.qm'... +2026-01-27T23:44:51.1396076Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1507957Z [2785/6735] Generating Resources/translations/Points_cs.qm +2026-01-27T23:44:51.1508573Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_cs.qm'... +2026-01-27T23:44:51.1508926Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.1548583Z [2786/6735] Generating Resources/translations/Points_el.qm +2026-01-27T23:44:51.1550310Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_el.qm'... +2026-01-27T23:44:51.1550704Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1743205Z [2787/6735] Generating Resources/translations/CAM_zh-TW.qm +2026-01-27T23:44:51.1743912Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/CAM/Gui/Resources/translations/CAM_zh-TW.qm'... +2026-01-27T23:44:51.1744226Z Generated 1703 translation(s) (1093 finished and 610 unfinished) +2026-01-27T23:44:51.1774646Z [2788/6735] Generating Resources/translations/Points_eu.qm +2026-01-27T23:44:51.1775225Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_eu.qm'... +2026-01-27T23:44:51.1775525Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.1775817Z [2789/6735] Generating Resources/translations/Points_es-AR.qm +2026-01-27T23:44:51.1776051Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_es-AR.qm'... +2026-01-27T23:44:51.1776323Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1891943Z [2790/6735] Generating Resources/translations/Points_es-ES.qm +2026-01-27T23:44:51.1893577Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_es-ES.qm'... +2026-01-27T23:44:51.1893877Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.1955716Z [2791/6735] Generating Resources/translations/Points_fi.qm +2026-01-27T23:44:51.1957044Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_fi.qm'... +2026-01-27T23:44:51.1957386Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.2133821Z [2792/6735] Generating Resources/translations/Points_fil.qm +2026-01-27T23:44:51.2134439Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_fil.qm'... +2026-01-27T23:44:51.2134725Z Generated 54 translation(s) (47 finished and 7 unfinished) +2026-01-27T23:44:51.2186522Z [2793/6735] Generating Resources/translations/Points_fr.qm +2026-01-27T23:44:51.2188525Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_fr.qm'... +2026-01-27T23:44:51.2189025Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2215777Z [2794/6735] Generating Resources/translations/Points_hr.qm +2026-01-27T23:44:51.2217561Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_hr.qm'... +2026-01-27T23:44:51.2217936Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2495629Z [2795/6735] Generating Resources/translations/Points_gl.qm +2026-01-27T23:44:51.2496485Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_gl.qm'... +2026-01-27T23:44:51.2496791Z Generated 54 translation(s) (53 finished and 1 unfinished) +2026-01-27T23:44:51.2535157Z [2796/6735] Generating Resources/translations/Points_it.qm +2026-01-27T23:44:51.2535812Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_it.qm'... +2026-01-27T23:44:51.2536072Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2575998Z [2797/6735] Generating Resources/translations/Points_hu.qm +2026-01-27T23:44:51.2576642Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_hu.qm'... +2026-01-27T23:44:51.2576960Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2656172Z [2798/6735] Generating Resources/translations/Points_id.qm +2026-01-27T23:44:51.2658046Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_id.qm'... +2026-01-27T23:44:51.2658782Z Generated 54 translation(s) (53 finished and 1 unfinished) +2026-01-27T23:44:51.2771830Z [2799/6735] Generating Resources/translations/Points_ka.qm +2026-01-27T23:44:51.2772549Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ka.qm'... +2026-01-27T23:44:51.2772843Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2860171Z [2800/6735] Generating Resources/translations/Points_ja.qm +2026-01-27T23:44:51.2861094Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ja.qm'... +2026-01-27T23:44:51.2861529Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.2899599Z [2801/6735] Generating Resources/translations/Points_kab.qm +2026-01-27T23:44:51.2900365Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_kab.qm'... +2026-01-27T23:44:51.2900770Z Generated 57 translation(s) (48 finished and 9 unfinished) +2026-01-27T23:44:51.3117119Z [2802/6735] Generating Resources/translations/Points_ko.qm +2026-01-27T23:44:51.3117754Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ko.qm'... +2026-01-27T23:44:51.3118050Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.3212082Z [2803/6735] Generating Resources/translations/Points_ms.qm +2026-01-27T23:44:51.3212793Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ms.qm'... +2026-01-27T23:44:51.3213098Z Generated 56 translation(s) (2 finished and 54 unfinished) +2026-01-27T23:44:51.3218766Z [2804/6735] Generating Resources/translations/Points_lt.qm +2026-01-27T23:44:51.3219138Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_lt.qm'... +2026-01-27T23:44:51.3220152Z Generated 56 translation(s) (54 finished and 2 unfinished) +2026-01-27T23:44:51.3221298Z [2805/6735] Generating Resources/translations/Points_nl.qm +2026-01-27T23:44:51.3221557Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_nl.qm'... +2026-01-27T23:44:51.3222072Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.3452053Z [2806/6735] Generating Resources/translations/Points_no.qm +2026-01-27T23:44:51.3452761Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_no.qm'... +2026-01-27T23:44:51.3453046Z Generated 57 translation(s) (43 finished and 14 unfinished) +2026-01-27T23:44:51.3495048Z [2807/6735] Generating Resources/translations/Points_pt-BR.qm +2026-01-27T23:44:51.3495599Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_pt-BR.qm'... +2026-01-27T23:44:51.3495909Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.3622554Z [2808/6735] Generating Resources/translations/Points_pt-PT.qm +2026-01-27T23:44:51.3622965Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_pt-PT.qm'... +2026-01-27T23:44:51.3623212Z Generated 56 translation(s) (55 finished and 1 unfinished) +2026-01-27T23:44:51.3670078Z [2809/6735] Generating Resources/translations/Points_pl.qm +2026-01-27T23:44:51.3670720Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_pl.qm'... +2026-01-27T23:44:51.3671098Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.3775447Z [2810/6735] Generating Resources/translations/Points_ru.qm +2026-01-27T23:44:51.3776089Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ru.qm'... +2026-01-27T23:44:51.3776392Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.3980174Z [2811/6735] Generating Resources/translations/Points_ro.qm +2026-01-27T23:44:51.3980857Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_ro.qm'... +2026-01-27T23:44:51.3981173Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.4017316Z [2812/6735] Generating Resources/translations/Points_sl.qm +2026-01-27T23:44:51.4017895Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_sl.qm'... +2026-01-27T23:44:51.4018268Z Generated 52 translation(s) (29 finished and 23 unfinished) +2026-01-27T23:44:51.4029831Z [2813/6735] Generating Resources/translations/Points_sr-CS.qm +2026-01-27T23:44:51.4030783Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_sr-CS.qm'... +2026-01-27T23:44:51.4031120Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.4056450Z [2814/6735] Generating Resources/translations/Points_sk.qm +2026-01-27T23:44:51.4057656Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_sk.qm'... +2026-01-27T23:44:51.4057969Z Generated 54 translation(s) (54 finished and 0 unfinished) +2026-01-27T23:44:51.4455075Z [2815/6735] Generating Resources/translations/Points_sr.qm +2026-01-27T23:44:51.4455713Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_sr.qm'... +2026-01-27T23:44:51.4456017Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.4496096Z [2816/6735] Generating Resources/translations/Points_sv-SE.qm +2026-01-27T23:44:51.4496733Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_sv-SE.qm'... +2026-01-27T23:44:51.4497031Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.4532904Z [2817/6735] Generating Resources/translations/Points_tr.qm +2026-01-27T23:44:51.4533908Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_tr.qm'... +2026-01-27T23:44:51.4534234Z Generated 52 translation(s) (32 finished and 20 unfinished) +2026-01-27T23:44:51.4575863Z [2818/6735] Generating Resources/translations/Points_uk.qm +2026-01-27T23:44:51.4576948Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_uk.qm'... +2026-01-27T23:44:51.4577310Z Generated 52 translation(s) (29 finished and 23 unfinished) +2026-01-27T23:44:51.4774719Z [2819/6735] Generating Resources/translations/Points_val-ES.qm +2026-01-27T23:44:51.4776313Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_val-ES.qm'... +2026-01-27T23:44:51.4776652Z Generated 54 translation(s) (50 finished and 4 unfinished) +2026-01-27T23:44:51.4783969Z [2820/6735] Generating Resources/translations/Points_zh-CN.qm +2026-01-27T23:44:51.4785802Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_zh-CN.qm'... +2026-01-27T23:44:51.4786331Z Generated 52 translation(s) (52 finished and 0 unfinished) +2026-01-27T23:44:51.4827752Z [2821/6735] Generating Resources/translations/Points_vi.qm +2026-01-27T23:44:51.4828559Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_vi.qm'... +2026-01-27T23:44:51.4828924Z Generated 54 translation(s) (53 finished and 1 unfinished) +2026-01-27T23:44:51.4855239Z [2822/6735] Generating Resources/translations/Points_zh-TW.qm +2026-01-27T23:44:51.4855697Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Points/Gui/Resources/translations/Points_zh-TW.qm'... +2026-01-27T23:44:51.4856040Z Generated 52 translation(s) (28 finished and 24 unfinished) +2026-01-27T23:44:51.5018834Z [2823/6735] Generating Resources/translations/StartPage_be.qm +2026-01-27T23:44:51.5020157Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_be.qm'... +2026-01-27T23:44:51.5020728Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5252471Z [2824/6735] Generating Resources/translations/StartPage_da.qm +2026-01-27T23:44:51.5253237Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_da.qm'... +2026-01-27T23:44:51.5253566Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5254057Z [2825/6735] Generating Resources/translations/StartPage_de.qm +2026-01-27T23:44:51.5254441Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_de.qm'... +2026-01-27T23:44:51.5254693Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5332007Z [2826/6735] Generating Resources/translations/StartPage_cs.qm +2026-01-27T23:44:51.5332659Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_cs.qm'... +2026-01-27T23:44:51.5333170Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5345625Z [2827/6735] Generating Resources/translations/StartPage_ca.qm +2026-01-27T23:44:51.5346115Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ca.qm'... +2026-01-27T23:44:51.5346519Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5482856Z [2828/6735] Generating Resources/translations/StartPage_es-AR.qm +2026-01-27T23:44:51.5483630Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_es-AR.qm'... +2026-01-27T23:44:51.5484141Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5533342Z [2829/6735] Generating Resources/translations/StartPage_el.qm +2026-01-27T23:44:51.5534132Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_el.qm'... +2026-01-27T23:44:51.5534474Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5663985Z [2830/6735] Generating Resources/translations/StartPage_es-ES.qm +2026-01-27T23:44:51.5664587Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_es-ES.qm'... +2026-01-27T23:44:51.5665065Z Generated 47 translation(s) (46 finished and 1 unfinished) +2026-01-27T23:44:51.5689361Z [2831/6735] Generating Resources/translations/StartPage_eu.qm +2026-01-27T23:44:51.5690283Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_eu.qm'... +2026-01-27T23:44:51.5690599Z Generated 47 translation(s) (25 finished and 22 unfinished) +2026-01-27T23:44:51.5867677Z [2832/6735] Generating Resources/translations/StartPage_fr.qm +2026-01-27T23:44:51.5868454Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_fr.qm'... +2026-01-27T23:44:51.5868801Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.5895413Z [2833/6735] Generating Resources/translations/StartPage_hr.qm +2026-01-27T23:44:51.5896924Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_hr.qm'... +2026-01-27T23:44:51.5897248Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6016664Z [2834/6735] Generating Resources/translations/StartPage_fi.qm +2026-01-27T23:44:51.6017278Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_fi.qm'... +2026-01-27T23:44:51.6017661Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6117191Z [2835/6735] Generating Resources/translations/StartPage_it.qm +2026-01-27T23:44:51.6117856Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_it.qm'... +2026-01-27T23:44:51.6118159Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6186743Z [2836/6735] Generating Resources/translations/StartPage_hu.qm +2026-01-27T23:44:51.6188166Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_hu.qm'... +2026-01-27T23:44:51.6188598Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6256151Z [2837/6735] Generating Resources/translations/StartPage_id.qm +2026-01-27T23:44:51.6256758Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_id.qm'... +2026-01-27T23:44:51.6257216Z Generated 34 translation(s) (3 finished and 31 unfinished) +2026-01-27T23:44:51.6452205Z [2838/6735] Generating Resources/translations/StartPage_ja.qm +2026-01-27T23:44:51.6452815Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ja.qm'... +2026-01-27T23:44:51.6453210Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6453432Z [2839/6735] Generating Resources/translations/StartPage_ko.qm +2026-01-27T23:44:51.6453794Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ko.qm'... +2026-01-27T23:44:51.6454108Z Generated 47 translation(s) (42 finished and 5 unfinished) +2026-01-27T23:44:51.6484406Z [2840/6735] Generating Resources/translations/StartPage_lt.qm +2026-01-27T23:44:51.6485056Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_lt.qm'... +2026-01-27T23:44:51.6485335Z Generated 36 translation(s) (33 finished and 3 unfinished) +2026-01-27T23:44:51.6652260Z [2841/6735] Generating Resources/translations/StartPage_ka.qm +2026-01-27T23:44:51.6653113Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ka.qm'... +2026-01-27T23:44:51.6653470Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6653814Z [2842/6735] Generating Resources/translations/StartPage_ms.qm +2026-01-27T23:44:51.6654217Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ms.qm'... +2026-01-27T23:44:51.6654561Z Generated 49 translation(s) (35 finished and 14 unfinished) +2026-01-27T23:44:51.6732041Z [2843/6735] Generating Resources/translations/StartPage_nl.qm +2026-01-27T23:44:51.6732760Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_nl.qm'... +2026-01-27T23:44:51.6733081Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6811932Z [2844/6735] Generating Resources/translations/StartPage_pl.qm +2026-01-27T23:44:51.6812540Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_pl.qm'... +2026-01-27T23:44:51.6813014Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6947416Z [2845/6735] Generating Resources/translations/StartPage_pt-BR.qm +2026-01-27T23:44:51.6948091Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_pt-BR.qm'... +2026-01-27T23:44:51.6948702Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.6983963Z [2846/6735] Generating Resources/translations/StartPage_pt-PT.qm +2026-01-27T23:44:51.6985921Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_pt-PT.qm'... +2026-01-27T23:44:51.6986332Z Generated 49 translation(s) (37 finished and 12 unfinished) +2026-01-27T23:44:51.7071162Z [2847/6735] Generating Resources/translations/StartPage_ru.qm +2026-01-27T23:44:51.7072431Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ru.qm'... +2026-01-27T23:44:51.7072779Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7251966Z [2848/6735] Generating Resources/translations/StartPage_ro.qm +2026-01-27T23:44:51.7252629Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_ro.qm'... +2026-01-27T23:44:51.7253213Z Generated 47 translation(s) (26 finished and 21 unfinished) +2026-01-27T23:44:51.7253439Z [2849/6735] Generating Resources/translations/StartPage_sl.qm +2026-01-27T23:44:51.7253743Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_sl.qm'... +2026-01-27T23:44:51.7253994Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7335794Z [2850/6735] Generating Resources/translations/StartPage_sr-CS.qm +2026-01-27T23:44:51.7336520Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_sr-CS.qm'... +2026-01-27T23:44:51.7336812Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7612294Z [2851/6735] Generating Resources/translations/StartPage_sr.qm +2026-01-27T23:44:51.7613313Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_sr.qm'... +2026-01-27T23:44:51.7613875Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7614181Z [2852/6735] Generating Resources/translations/StartPage_uk.qm +2026-01-27T23:44:51.7614552Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_uk.qm'... +2026-01-27T23:44:51.7614936Z Generated 47 translation(s) (30 finished and 17 unfinished) +2026-01-27T23:44:51.7732843Z [2853/6735] Generating Resources/translations/StartPage_sv-SE.qm +2026-01-27T23:44:51.7733626Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_sv-SE.qm'... +2026-01-27T23:44:51.7733925Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7772100Z [2854/6735] Generating Resources/translations/StartPage_tr.qm +2026-01-27T23:44:51.7772585Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_tr.qm'... +2026-01-27T23:44:51.7772833Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7799757Z [2855/6735] Generating Resources/translations/StartPage_zh-CN.qm +2026-01-27T23:44:51.7800523Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_zh-CN.qm'... +2026-01-27T23:44:51.7801071Z Generated 47 translation(s) (47 finished and 0 unfinished) +2026-01-27T23:44:51.7999626Z [2856/6735] Generating Resources/translations/Test_ar.qm +2026-01-27T23:44:51.8000524Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ar.qm'... +2026-01-27T23:44:51.8000855Z Generated 23 translation(s) (20 finished and 3 unfinished) +2026-01-27T23:44:51.8003308Z [2857/6735] Generating Resources/translations/StartPage_zh-TW.qm +2026-01-27T23:44:51.8006886Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_zh-TW.qm'... +2026-01-27T23:44:51.8007385Z Generated 47 translation(s) (25 finished and 22 unfinished) +2026-01-27T23:44:51.8026043Z [2858/6735] Generating Resources/translations/StartPage_val-ES.qm +2026-01-27T23:44:51.8027285Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Start/Gui/Resources/translations/StartPage_val-ES.qm'... +2026-01-27T23:44:51.8027880Z Generated 35 translation(s) (3 finished and 32 unfinished) +2026-01-27T23:44:51.8227031Z [2859/6735] Generating Resources/translations/Test_be.qm +2026-01-27T23:44:51.8228503Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_be.qm'... +2026-01-27T23:44:51.8228980Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.8388635Z [2860/6735] Generating Resources/translations/Test_af.qm +2026-01-27T23:44:51.8391704Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_af.qm'... +2026-01-27T23:44:51.8392354Z Generated 23 translation(s) (21 finished and 2 unfinished) +2026-01-27T23:44:51.8415796Z [2861/6735] Generating Resources/translations/Test_ca.qm +2026-01-27T23:44:51.8416889Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ca.qm'... +2026-01-27T23:44:51.8417203Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.8508247Z [2862/6735] Generating Resources/translations/Test_bg.qm +2026-01-27T23:44:51.8508884Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_bg.qm'... +2026-01-27T23:44:51.8509169Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.8695100Z [2863/6735] Generating Resources/translations/Test_da.qm +2026-01-27T23:44:51.8696808Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_da.qm'... +2026-01-27T23:44:51.8697169Z Generated 23 translation(s) (16 finished and 7 unfinished) +2026-01-27T23:44:51.8812817Z [2864/6735] Generating Resources/translations/Test_de.qm +2026-01-27T23:44:51.8813581Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_de.qm'... +2026-01-27T23:44:51.8813940Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.8851416Z [2865/6735] Generating Resources/translations/Test_cs.qm +2026-01-27T23:44:51.8851957Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_cs.qm'... +2026-01-27T23:44:51.8852241Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.8972245Z [2866/6735] Generating Resources/translations/Test_el.qm +2026-01-27T23:44:51.8972923Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_el.qm'... +2026-01-27T23:44:51.8973209Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9145564Z [2867/6735] Generating Resources/translations/Test_es-AR.qm +2026-01-27T23:44:51.9146154Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_es-AR.qm'... +2026-01-27T23:44:51.9146471Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9373370Z [2868/6735] Generating Resources/translations/Test_es-ES.qm +2026-01-27T23:44:51.9374020Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_es-ES.qm'... +2026-01-27T23:44:51.9374464Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9455489Z [2869/6735] Generating Resources/translations/Test_fil.qm +2026-01-27T23:44:51.9456221Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_fil.qm'... +2026-01-27T23:44:51.9456536Z Generated 23 translation(s) (21 finished and 2 unfinished) +2026-01-27T23:44:51.9498351Z [2870/6735] Generating Resources/translations/Test_eu.qm +2026-01-27T23:44:51.9499071Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_eu.qm'... +2026-01-27T23:44:51.9499389Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:51.9535969Z [2871/6735] Generating Resources/translations/Test_fi.qm +2026-01-27T23:44:51.9539676Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_fi.qm'... +2026-01-27T23:44:51.9540387Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:51.9771951Z [2872/6735] Generating Resources/translations/Test_fr.qm +2026-01-27T23:44:51.9772890Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_fr.qm'... +2026-01-27T23:44:51.9773300Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9895365Z [2873/6735] Generating Resources/translations/Test_hr.qm +2026-01-27T23:44:51.9896100Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_hr.qm'... +2026-01-27T23:44:51.9896397Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9935398Z [2874/6735] Generating Resources/translations/Test_gl.qm +2026-01-27T23:44:51.9935974Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_gl.qm'... +2026-01-27T23:44:51.9936262Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:51.9985650Z [2875/6735] Generating Resources/translations/Test_hu.qm +2026-01-27T23:44:51.9986274Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_hu.qm'... +2026-01-27T23:44:51.9986724Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.0095795Z [2876/6735] Generating Resources/translations/Test_id.qm +2026-01-27T23:44:52.0096603Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_id.qm'... +2026-01-27T23:44:52.0096917Z Generated 23 translation(s) (22 finished and 1 unfinished) +2026-01-27T23:44:52.0372458Z [2877/6735] Generating Resources/translations/Test_it.qm +2026-01-27T23:44:52.0373249Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_it.qm'... +2026-01-27T23:44:52.0373544Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.0373887Z [2878/6735] Generating Resources/translations/Test_ka.qm +2026-01-27T23:44:52.0374104Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ka.qm'... +2026-01-27T23:44:52.0374382Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.0374722Z [2879/6735] Generating Resources/translations/Test_ja.qm +2026-01-27T23:44:52.0374944Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ja.qm'... +2026-01-27T23:44:52.0375268Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.0612489Z [2880/6735] Generating Resources/translations/Test_kab.qm +2026-01-27T23:44:52.0614006Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_kab.qm'... +2026-01-27T23:44:52.0614351Z Generated 23 translation(s) (4 finished and 19 unfinished) +2026-01-27T23:44:52.0653020Z [2881/6735] Generating Resources/translations/Test_ms.qm +2026-01-27T23:44:52.0653986Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ms.qm'... +2026-01-27T23:44:52.0654278Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.0710446Z [2882/6735] Generating Resources/translations/Test_lt.qm +2026-01-27T23:44:52.0711078Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_lt.qm'... +2026-01-27T23:44:52.0711535Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.0785302Z [2883/6735] Generating Resources/translations/Test_ko.qm +2026-01-27T23:44:52.0786428Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ko.qm'... +2026-01-27T23:44:52.0787002Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1172307Z [2884/6735] Generating Resources/translations/Test_nl.qm +2026-01-27T23:44:52.1173070Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_nl.qm'... +2026-01-27T23:44:52.1173391Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.1173645Z [2885/6735] Generating Resources/translations/Test_no.qm +2026-01-27T23:44:52.1173861Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_no.qm'... +2026-01-27T23:44:52.1174111Z Generated 23 translation(s) (21 finished and 2 unfinished) +2026-01-27T23:44:52.1174343Z [2886/6735] Generating Resources/translations/Test_pl.qm +2026-01-27T23:44:52.1174553Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_pl.qm'... +2026-01-27T23:44:52.1174785Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1174984Z [2887/6735] Generating Resources/translations/Test_pt-BR.qm +2026-01-27T23:44:52.1175176Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_pt-BR.qm'... +2026-01-27T23:44:52.1175450Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1416981Z [2888/6735] Generating Resources/translations/Test_pt-PT.qm +2026-01-27T23:44:52.1417555Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_pt-PT.qm'... +2026-01-27T23:44:52.1417890Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1536956Z [2889/6735] Generating Resources/translations/Test_ro.qm +2026-01-27T23:44:52.1537533Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ro.qm'... +2026-01-27T23:44:52.1537789Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.1542484Z [2890/6735] Generating Resources/translations/Test_ru.qm +2026-01-27T23:44:52.1542840Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_ru.qm'... +2026-01-27T23:44:52.1543149Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1593931Z [2891/6735] Generating Resources/translations/Test_sk.qm +2026-01-27T23:44:52.1594602Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_sk.qm'... +2026-01-27T23:44:52.1594913Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1844202Z [2892/6735] Generating Resources/translations/Test_sr-CS.qm +2026-01-27T23:44:52.1847676Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_sr-CS.qm'... +2026-01-27T23:44:52.1848083Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.1906850Z [2893/6735] Generating Resources/translations/Test_sr.qm +2026-01-27T23:44:52.1908138Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_sr.qm'... +2026-01-27T23:44:52.1908686Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.2015290Z [2894/6735] Generating Resources/translations/Test_sv-SE.qm +2026-01-27T23:44:52.2016527Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_sv-SE.qm'... +2026-01-27T23:44:52.2016945Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.2065003Z [2895/6735] Generating Resources/translations/Test_sl.qm +2026-01-27T23:44:52.2065747Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_sl.qm'... +2026-01-27T23:44:52.2066081Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.2295511Z [2896/6735] Generating Resources/translations/Test_uk.qm +2026-01-27T23:44:52.2296205Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_uk.qm'... +2026-01-27T23:44:52.2296537Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.2296896Z [2897/6735] Generating Resources/translations/Test_tr.qm +2026-01-27T23:44:52.2297231Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_tr.qm'... +2026-01-27T23:44:52.2297469Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.2415765Z [2898/6735] Generating Resources/translations/Test_val-ES.qm +2026-01-27T23:44:52.2416685Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_val-ES.qm'... +2026-01-27T23:44:52.2417107Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.2614075Z [2899/6735] Generating Resources/translations/Test_vi.qm +2026-01-27T23:44:52.2614762Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_vi.qm'... +2026-01-27T23:44:52.2615051Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.2669658Z [2900/6735] Generating Resources/translations/Test_zh-TW.qm +2026-01-27T23:44:52.2670478Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_zh-TW.qm'... +2026-01-27T23:44:52.2670872Z Generated 23 translation(s) (18 finished and 5 unfinished) +2026-01-27T23:44:52.2735167Z [2901/6735] Generating Resources/translations/Test_zh-CN.qm +2026-01-27T23:44:52.2736080Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Test/Gui/Resources/translations/Test_zh-CN.qm'... +2026-01-27T23:44:52.2736410Z Generated 23 translation(s) (23 finished and 0 unfinished) +2026-01-27T23:44:52.6294825Z [2902/6735] Automatic MOC and UIC for target FreeCADMainPy +2026-01-27T23:44:52.6487230Z [2903/6735] Automatic MOC and UIC for target FreeCADMain +2026-01-27T23:44:52.6843710Z [2904/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Assembly/Gui/Assembly_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/Assembly_rc.py +2026-01-27T23:44:52.7012091Z [2905/6735] Automatic MOC and UIC for target FreeCADMainCmd +2026-01-27T23:44:52.7172605Z [2906/6735] Automatic MOC and UIC for target FreeCADGuiPy +2026-01-27T23:44:52.7583428Z [2907/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Gui/Resources/icons/AssemblyWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Assembly/Resources/icons/AssemblyWorkbench.svg +2026-01-27T23:44:52.9737544Z [2908/6735] Building ViewProviderAssemblyPy.h/.cpp out of ViewProviderAssembly.pyi +2026-01-27T23:44:53.0588776Z [2909/6735] Automatic MOC and UIC for target DraftUtils +2026-01-27T23:44:53.0926935Z [2910/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Inspection/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Inspection/InitGui.py +2026-01-27T23:44:53.1612031Z [2911/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Inspection/Gui/Resources/icons/InspectionWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Inspection/Resources/icons/InspectionWorkbench.svg +2026-01-27T23:44:53.1965427Z [2912/6735] Automatic MOC and UIC for target ImportGui +2026-01-27T23:44:53.3998910Z [2913/6735] Generating qrc_Inspection.cpp +2026-01-27T23:44:53.4108975Z [2914/6735] Automatic MOC and UIC for target flatmesh +2026-01-27T23:44:53.4392756Z [2915/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/MeshPart/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/MeshPart/InitGui.py +2026-01-27T23:44:53.5135554Z [2916/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/MeshPart/Gui/MeshFlatteningCommand.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/MeshPart/MeshFlatteningCommand.py +2026-01-27T23:44:53.7068197Z [2917/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureSections.cpp.o +2026-01-27T23:44:53.7732358Z [2918/6735] Generating qrc_MeshPart.cpp +2026-01-27T23:44:54.0847029Z [2919/6735] Automatic MOC and UIC for target area +2026-01-27T23:44:54.4004462Z [2920/6735] Building PathSimPy.h/.cpp out of PathSim.pyi +2026-01-27T23:44:54.4932057Z [2921/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Gui/Resources/icons/CAMWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/CAM/Resources/icons/CAMWorkbench.svg +2026-01-27T23:44:54.9735800Z [2922/6735] Generating qrc_MeshPart_translation.cpp +2026-01-27T23:44:55.4139026Z [2923/6735] Generating qrc_Points.cpp +2026-01-27T23:44:55.4399155Z [2924/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Points/InitGui.py +2026-01-27T23:44:55.4973626Z [2925/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/Gui/Resources/icons/PointsWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Points/Resources/icons/PointsWorkbench.svg +2026-01-27T23:44:55.7577240Z [2926/6735] Automatic MOC and UIC for target RobotGui +2026-01-27T23:44:55.8132084Z [2927/6735] Generating Resources/translations/Robot_af.qm +2026-01-27T23:44:55.8132722Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_af.qm'... +2026-01-27T23:44:55.8133289Z Generated 165 translation(s) (152 finished and 13 unfinished) +2026-01-27T23:44:55.8536403Z [2928/6735] Generating Resources/translations/Robot_ar.qm +2026-01-27T23:44:55.8537212Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ar.qm'... +2026-01-27T23:44:55.8537521Z Generated 165 translation(s) (129 finished and 36 unfinished) +2026-01-27T23:44:55.9054014Z [2929/6735] Generating Resources/translations/Robot_be.qm +2026-01-27T23:44:55.9055532Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_be.qm'... +2026-01-27T23:44:55.9055848Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:55.9351445Z [2930/6735] Generating qrc_Points_translation.cpp +2026-01-27T23:44:55.9412923Z [2931/6735] Generating qrc_Assembly.cpp +2026-01-27T23:44:55.9572264Z [2932/6735] Generating Resources/translations/Robot_bg.qm +2026-01-27T23:44:55.9573199Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_bg.qm'... +2026-01-27T23:44:55.9573518Z Generated 165 translation(s) (106 finished and 59 unfinished) +2026-01-27T23:44:55.9892090Z [2933/6735] Generating Resources/translations/Robot_ca.qm +2026-01-27T23:44:55.9892762Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ca.qm'... +2026-01-27T23:44:55.9893066Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.0032721Z [2934/6735] Generating Resources/translations/Robot_cs.qm +2026-01-27T23:44:56.0033295Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_cs.qm'... +2026-01-27T23:44:56.0033604Z Generated 158 translation(s) (106 finished and 52 unfinished) +2026-01-27T23:44:56.0111062Z [2935/6735] Generating Resources/translations/Robot_da.qm +2026-01-27T23:44:56.0111682Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_da.qm'... +2026-01-27T23:44:56.0111996Z Generated 158 translation(s) (89 finished and 69 unfinished) +2026-01-27T23:44:56.0444523Z [2936/6735] Generating Resources/translations/Robot_el.qm +2026-01-27T23:44:56.0445211Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_el.qm'... +2026-01-27T23:44:56.0445530Z Generated 158 translation(s) (106 finished and 52 unfinished) +2026-01-27T23:44:56.0538827Z [2937/6735] Generating Resources/translations/Robot_de.qm +2026-01-27T23:44:56.0539384Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_de.qm'... +2026-01-27T23:44:56.0539715Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.0575983Z [2938/6735] Generating Resources/translations/Robot_es-AR.qm +2026-01-27T23:44:56.0577082Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_es-AR.qm'... +2026-01-27T23:44:56.0577432Z Generated 158 translation(s) (140 finished and 18 unfinished) +2026-01-27T23:44:56.0908785Z [2939/6735] Generating Resources/translations/Robot_es-ES.qm +2026-01-27T23:44:56.0909369Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_es-ES.qm'... +2026-01-27T23:44:56.0909739Z Generated 158 translation(s) (140 finished and 18 unfinished) +2026-01-27T23:44:56.1041140Z [2940/6735] Generating Resources/translations/Robot_fi.qm +2026-01-27T23:44:56.1041722Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_fi.qm'... +2026-01-27T23:44:56.1042019Z Generated 158 translation(s) (111 finished and 47 unfinished) +2026-01-27T23:44:56.1133798Z [2941/6735] Generating Resources/translations/Robot_eu.qm +2026-01-27T23:44:56.1134439Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_eu.qm'... +2026-01-27T23:44:56.1134723Z Generated 158 translation(s) (113 finished and 45 unfinished) +2026-01-27T23:44:56.1307281Z [2942/6735] Generating Resources/translations/Robot_fil.qm +2026-01-27T23:44:56.1307920Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_fil.qm'... +2026-01-27T23:44:56.1308311Z Generated 158 translation(s) (144 finished and 14 unfinished) +2026-01-27T23:44:56.1535302Z [2943/6735] Generating Resources/translations/Robot_fr.qm +2026-01-27T23:44:56.1535909Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_fr.qm'... +2026-01-27T23:44:56.1536238Z Generated 158 translation(s) (124 finished and 34 unfinished) +2026-01-27T23:44:56.1578407Z [2944/6735] Generating Resources/translations/Robot_gl.qm +2026-01-27T23:44:56.1579081Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_gl.qm'... +2026-01-27T23:44:56.1579383Z Generated 152 translation(s) (146 finished and 6 unfinished) +2026-01-27T23:44:56.1788316Z [2945/6735] Generating Resources/translations/Robot_hr.qm +2026-01-27T23:44:56.1788933Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_hr.qm'... +2026-01-27T23:44:56.1789330Z Generated 158 translation(s) (154 finished and 4 unfinished) +2026-01-27T23:44:56.2002630Z [2946/6735] Generating Resources/translations/Robot_hu.qm +2026-01-27T23:44:56.2003221Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_hu.qm'... +2026-01-27T23:44:56.2003671Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.2093973Z [2947/6735] Generating Resources/translations/Robot_id.qm +2026-01-27T23:44:56.2094795Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_id.qm'... +2026-01-27T23:44:56.2095113Z Generated 152 translation(s) (146 finished and 6 unfinished) +2026-01-27T23:44:56.2213402Z [2948/6735] Generating Resources/translations/Robot_it.qm +2026-01-27T23:44:56.2214695Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_it.qm'... +2026-01-27T23:44:56.2215050Z Generated 158 translation(s) (127 finished and 31 unfinished) +2026-01-27T23:44:56.2433223Z [2949/6735] Generating Resources/translations/Robot_ja.qm +2026-01-27T23:44:56.2433844Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ja.qm'... +2026-01-27T23:44:56.2434124Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.2532409Z [2950/6735] Generating Resources/translations/Robot_ka.qm +2026-01-27T23:44:56.2533244Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ka.qm'... +2026-01-27T23:44:56.2533536Z Generated 158 translation(s) (148 finished and 10 unfinished) +2026-01-27T23:44:56.2900592Z [2951/6735] Generating Resources/translations/Robot_kab.qm +2026-01-27T23:44:56.2901595Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_kab.qm'... +2026-01-27T23:44:56.2901916Z Generated 165 translation(s) (149 finished and 16 unfinished) +2026-01-27T23:44:56.3007048Z [2952/6735] Generating Resources/translations/Robot_lt.qm +2026-01-27T23:44:56.3007746Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_lt.qm'... +2026-01-27T23:44:56.3008040Z Generated 152 translation(s) (146 finished and 6 unfinished) +2026-01-27T23:44:56.3132062Z [2953/6735] Generating Resources/translations/Robot_ko.qm +2026-01-27T23:44:56.3132734Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ko.qm'... +2026-01-27T23:44:56.3132918Z Generated 158 translation(s) (106 finished and 52 unfinished) +2026-01-27T23:44:56.3332143Z [2954/6735] Generating Resources/translations/Robot_nl.qm +2026-01-27T23:44:56.3333397Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_nl.qm'... +2026-01-27T23:44:56.3333752Z Generated 158 translation(s) (114 finished and 44 unfinished) +2026-01-27T23:44:56.3341789Z [2955/6735] Generating Resources/translations/Robot_ms.qm +2026-01-27T23:44:56.3342129Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ms.qm'... +2026-01-27T23:44:56.3342464Z Generated 152 translation(s) (146 finished and 6 unfinished) +2026-01-27T23:44:56.3696544Z [2956/6735] Generating Resources/translations/Robot_no.qm +2026-01-27T23:44:56.3697229Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_no.qm'... +2026-01-27T23:44:56.3697546Z Generated 165 translation(s) (151 finished and 14 unfinished) +2026-01-27T23:44:56.3778432Z [2957/6735] Generating Resources/translations/Robot_pl.qm +2026-01-27T23:44:56.3779120Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_pl.qm'... +2026-01-27T23:44:56.3779487Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.3815672Z [2958/6735] Generating Resources/translations/Robot_pt-BR.qm +2026-01-27T23:44:56.3816458Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_pt-BR.qm'... +2026-01-27T23:44:56.3816778Z Generated 158 translation(s) (113 finished and 45 unfinished) +2026-01-27T23:44:56.4255731Z [2959/6735] Generating Resources/translations/Robot_pt-PT.qm +2026-01-27T23:44:56.4256398Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_pt-PT.qm'... +2026-01-27T23:44:56.4256700Z Generated 152 translation(s) (147 finished and 5 unfinished) +2026-01-27T23:44:56.4295032Z [2960/6735] Generating Resources/translations/Robot_ro.qm +2026-01-27T23:44:56.4295691Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ro.qm'... +2026-01-27T23:44:56.4296065Z Generated 158 translation(s) (106 finished and 52 unfinished) +2026-01-27T23:44:56.4376967Z [2961/6735] Generating Resources/translations/Robot_ru.qm +2026-01-27T23:44:56.4377803Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_ru.qm'... +2026-01-27T23:44:56.4378187Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.4672419Z [2962/6735] Generating Resources/translations/Robot_sk.qm +2026-01-27T23:44:56.4673018Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_sk.qm'... +2026-01-27T23:44:56.4673398Z Generated 158 translation(s) (127 finished and 31 unfinished) +2026-01-27T23:44:56.4691860Z [2963/6735] Generating Resources/translations/Robot_sr-CS.qm +2026-01-27T23:44:56.4692724Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_sr-CS.qm'... +2026-01-27T23:44:56.4693062Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.4737836Z [2964/6735] Generating Resources/translations/Robot_sl.qm +2026-01-27T23:44:56.4738958Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_sl.qm'... +2026-01-27T23:44:56.4739336Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.5125988Z [2965/6735] Generating Resources/translations/Robot_sr.qm +2026-01-27T23:44:56.5127397Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_sr.qm'... +2026-01-27T23:44:56.5127854Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.5213077Z [2966/6735] Generating Resources/translations/Robot_tr.qm +2026-01-27T23:44:56.5214218Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_tr.qm'... +2026-01-27T23:44:56.5214566Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.5296909Z [2967/6735] Generating Resources/translations/Robot_sv-SE.qm +2026-01-27T23:44:56.5297524Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_sv-SE.qm'... +2026-01-27T23:44:56.5297938Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.5554366Z [2968/6735] Generating Resources/translations/Robot_uk.qm +2026-01-27T23:44:56.5556175Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_uk.qm'... +2026-01-27T23:44:56.5556759Z Generated 158 translation(s) (109 finished and 49 unfinished) +2026-01-27T23:44:56.5732160Z [2969/6735] Generating Resources/translations/Robot_val-ES.qm +2026-01-27T23:44:56.5732838Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_val-ES.qm'... +2026-01-27T23:44:56.5733147Z Generated 152 translation(s) (145 finished and 7 unfinished) +2026-01-27T23:44:56.5852546Z [2970/6735] Generating Resources/translations/Robot_vi.qm +2026-01-27T23:44:56.5853158Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_vi.qm'... +2026-01-27T23:44:56.5853448Z Generated 158 translation(s) (152 finished and 6 unfinished) +2026-01-27T23:44:56.5988449Z [2971/6735] Generating Resources/translations/Robot_zh-CN.qm +2026-01-27T23:44:56.5990367Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_zh-CN.qm'... +2026-01-27T23:44:56.5990841Z Generated 158 translation(s) (158 finished and 0 unfinished) +2026-01-27T23:44:56.6254484Z [2972/6735] Generating Resources/translations/Robot_zh-TW.qm +2026-01-27T23:44:56.6255892Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Robot/Gui/Resources/translations/Robot_zh-TW.qm'... +2026-01-27T23:44:56.6256246Z Generated 158 translation(s) (106 finished and 52 unfinished) +2026-01-27T23:44:56.6652705Z [2973/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/Gui/Resources/icons/RobotWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Robot/Resources/icons/RobotWorkbench.svg +2026-01-27T23:44:56.7458367Z [2974/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/Gui/Resources/icons/StartCommandIcon.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Start/Resources/icons/StartCommandIcon.svg +2026-01-27T23:44:56.8150915Z [2975/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/Gui/Resources/icons/PartDesignWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Start/Resources/icons/PartDesignWorkbench.svg +2026-01-27T23:44:56.9477118Z [2976/6735] Generating qrc_Start.cpp +2026-01-27T23:44:56.9621866Z [2977/6735] Building CXX object tests/lib/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +2026-01-27T23:44:57.0202666Z [2978/6735] Linking CXX static library lib/libgtest_main.a +2026-01-27T23:44:57.0636790Z [2979/6735] Generating qrc_Test.cpp +2026-01-27T23:44:57.1772236Z [2980/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Gui/qtunittest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Test/qtunittest.py +2026-01-27T23:44:57.2732940Z [2981/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Test/Gui/Resources/icons/TestWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Test/Resources/icons/TestWorkbench.svg +2026-01-27T23:44:57.4812345Z [2982/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureSewing.cpp.o +2026-01-27T23:44:57.5005122Z [2983/6735] Generating qrc_Test_translation.cpp +2026-01-27T23:44:57.5744704Z [2984/6735] Generating qrc_Start_translation.cpp +2026-01-27T23:44:57.8052625Z [2985/6735] Generating qrc_Robot.cpp +2026-01-27T23:44:58.0949800Z [2986/6735] Automatic MOC and UIC for target CAMSimulator +2026-01-27T23:44:58.1894665Z [2987/6735] Automatic MOC and UIC for target Assembly_tests_run +2026-01-27T23:44:58.3246425Z [2988/6735] Generating qrc_Robot_translation.cpp +2026-01-27T23:44:58.5040772Z [2989/6735] Building CAMSimPy.h/.cpp out of CAMSim.pyi +2026-01-27T23:44:58.5397203Z [2990/6735] Automatic MOC and UIC for target Material_tests_run +2026-01-27T23:44:58.6839891Z [2991/6735] Automatic MOC and UIC for target Measure_tests_run +2026-01-27T23:44:58.8183977Z [2992/6735] Automatic MOC and UIC for target Mesh_tests_run +2026-01-27T23:44:58.9411401Z [2993/6735] Automatic MOC and UIC for target MeshPart_tests_run +2026-01-27T23:44:59.0134666Z [2994/6735] Automatic MOC and UIC for target Part_tests_run +2026-01-27T23:44:59.2322304Z [2995/6735] Automatic MOC and UIC for target Points_tests_run +2026-01-27T23:44:59.2438135Z [2996/6735] Automatic MOC and UIC for target PartDesign_tests_run +2026-01-27T23:44:59.2748208Z [2997/6735] Automatic MOC and UIC for target Sketcher_tests_run +2026-01-27T23:44:59.3301905Z [2998/6735] Generating qrc_Assembly_translation.cpp +2026-01-27T23:44:59.4634486Z [2999/6735] Automatic MOC and UIC for target Start_tests_run +2026-01-27T23:44:59.5897650Z [3000/6735] Automatic MOC and UIC for target Spreadsheet_tests_run +2026-01-27T23:44:59.6301193Z [3001/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/InspectionGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:44:59.9937556Z [3002/6735] Building CXX object src/Main/CMakeFiles/FreeCADMain.dir/FreeCADMain_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:00.0148598Z [3003/6735] Automatic MOC and UIC for target MeasureGui +2026-01-27T23:45:00.0468347Z [3004/6735] Generating Resources/translations/Measure_be.qm +2026-01-27T23:45:00.0469012Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_be.qm'... +2026-01-27T23:45:00.0469387Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.0732836Z [3005/6735] Generating Resources/translations/Measure_ca.qm +2026-01-27T23:45:00.0733820Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ca.qm'... +2026-01-27T23:45:00.0734148Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.0916675Z [3006/6735] Generating Resources/translations/Measure_cs.qm +2026-01-27T23:45:00.0917312Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_cs.qm'... +2026-01-27T23:45:00.0917679Z Generated 55 translation(s) (16 finished and 39 unfinished) +2026-01-27T23:45:00.1039691Z [3007/6735] Automatic MOC and UIC for target InventorBuilder_Tests_run +2026-01-27T23:45:00.1204541Z [3008/6735] Generating Resources/translations/Measure_da.qm +2026-01-27T23:45:00.1205174Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_da.qm'... +2026-01-27T23:45:00.1205583Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.1292333Z [3009/6735] Generating Resources/translations/Measure_de.qm +2026-01-27T23:45:00.1293755Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_de.qm'... +2026-01-27T23:45:00.1294128Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.1492199Z [3010/6735] Generating Resources/translations/Measure_el.qm +2026-01-27T23:45:00.1492982Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_el.qm'... +2026-01-27T23:45:00.1493306Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.1509896Z [3011/6735] Generating Resources/translations/Measure_es-AR.qm +2026-01-27T23:45:00.1511062Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_es-AR.qm'... +2026-01-27T23:45:00.1511381Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.1732415Z [3012/6735] Generating Resources/translations/Measure_es-ES.qm +2026-01-27T23:45:00.1733102Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_es-ES.qm'... +2026-01-27T23:45:00.1733394Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.1749549Z [3013/6735] Generating Resources/translations/Measure_eu.qm +2026-01-27T23:45:00.1750564Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_eu.qm'... +2026-01-27T23:45:00.1750847Z Generated 55 translation(s) (17 finished and 38 unfinished) +2026-01-27T23:45:00.1923250Z [3014/6735] Generating Resources/translations/Measure_fi.qm +2026-01-27T23:45:00.1923925Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_fi.qm'... +2026-01-27T23:45:00.1924254Z Generated 55 translation(s) (17 finished and 38 unfinished) +2026-01-27T23:45:00.2012506Z [3015/6735] Generating Resources/translations/Measure_fr.qm +2026-01-27T23:45:00.2013153Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_fr.qm'... +2026-01-27T23:45:00.2013474Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.2163550Z [3016/6735] Generating Resources/translations/Measure_hr.qm +2026-01-27T23:45:00.2164331Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_hr.qm'... +2026-01-27T23:45:00.2164603Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.2279364Z [3017/6735] Generating Resources/translations/Measure_hu.qm +2026-01-27T23:45:00.2279984Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_hu.qm'... +2026-01-27T23:45:00.2280561Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.2395136Z [3018/6735] Generating Resources/translations/Measure_it.qm +2026-01-27T23:45:00.2396451Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_it.qm'... +2026-01-27T23:45:00.2396744Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.2446717Z [3019/6735] Generating Resources/translations/Measure_ja.qm +2026-01-27T23:45:00.2448780Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ja.qm'... +2026-01-27T23:45:00.2449227Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.2629528Z [3020/6735] Generating Resources/translations/Measure_ka.qm +2026-01-27T23:45:00.2632047Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ka.qm'... +2026-01-27T23:45:00.2632791Z Generated 55 translation(s) (21 finished and 34 unfinished) +2026-01-27T23:45:00.2735293Z [3021/6735] Generating Resources/translations/Measure_ko.qm +2026-01-27T23:45:00.2772999Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ko.qm'... +2026-01-27T23:45:00.2773825Z Generated 55 translation(s) (23 finished and 32 unfinished) +2026-01-27T23:45:00.2815747Z [3022/6735] Automatic MOC and UIC for target Web +2026-01-27T23:45:00.2896384Z [3023/6735] Generating Resources/translations/Measure_nl.qm +2026-01-27T23:45:00.2897035Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_nl.qm'... +2026-01-27T23:45:00.2897321Z Generated 55 translation(s) (51 finished and 4 unfinished) +2026-01-27T23:45:00.2994739Z [3024/6735] Generating Resources/translations/Measure_pt-BR.qm +2026-01-27T23:45:00.2995475Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_pt-BR.qm'... +2026-01-27T23:45:00.2995784Z Generated 55 translation(s) (17 finished and 38 unfinished) +2026-01-27T23:45:00.3002798Z [3025/6735] Generating Resources/translations/Measure_pl.qm +2026-01-27T23:45:00.3003265Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_pl.qm'... +2026-01-27T23:45:00.3003546Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3173084Z [3026/6735] Generating Resources/translations/Measure_ro.qm +2026-01-27T23:45:00.3174601Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ro.qm'... +2026-01-27T23:45:00.3174921Z Generated 55 translation(s) (15 finished and 40 unfinished) +2026-01-27T23:45:00.3237066Z [3027/6735] Generating Resources/translations/Measure_ru.qm +2026-01-27T23:45:00.3237817Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_ru.qm'... +2026-01-27T23:45:00.3238090Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3291809Z [3028/6735] Generating Resources/translations/Measure_sl.qm +2026-01-27T23:45:00.3292461Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_sl.qm'... +2026-01-27T23:45:00.3292766Z Generated 55 translation(s) (15 finished and 40 unfinished) +2026-01-27T23:45:00.3532570Z [3029/6735] Generating Resources/translations/Measure_sr-CS.qm +2026-01-27T23:45:00.3533701Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_sr-CS.qm'... +2026-01-27T23:45:00.3534876Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3589102Z [3030/6735] Generating Resources/translations/Measure_sr.qm +2026-01-27T23:45:00.3589936Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_sr.qm'... +2026-01-27T23:45:00.3590395Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3595541Z [3031/6735] Generating Resources/translations/Measure_sv-SE.qm +2026-01-27T23:45:00.3595909Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_sv-SE.qm'... +2026-01-27T23:45:00.3596219Z Generated 55 translation(s) (48 finished and 7 unfinished) +2026-01-27T23:45:00.3772179Z [3032/6735] Generating Resources/translations/Measure_tr.qm +2026-01-27T23:45:00.3772981Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_tr.qm'... +2026-01-27T23:45:00.3773289Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3812385Z [3033/6735] Generating Resources/translations/Measure_uk.qm +2026-01-27T23:45:00.3813145Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_uk.qm'... +2026-01-27T23:45:00.3813546Z Generated 55 translation(s) (49 finished and 6 unfinished) +2026-01-27T23:45:00.3832639Z [3034/6735] Generating Resources/translations/Measure_zh-CN.qm +2026-01-27T23:45:00.3835111Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_zh-CN.qm'... +2026-01-27T23:45:00.3835713Z Generated 55 translation(s) (55 finished and 0 unfinished) +2026-01-27T23:45:00.3990883Z [3035/6735] Building CXX object tests/lib/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +2026-01-27T23:45:00.4058360Z [3036/6735] Generating Resources/translations/Measure_zh-TW.qm +2026-01-27T23:45:00.4061172Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Measure/Gui/Resources/translations/Measure_zh-TW.qm'... +2026-01-27T23:45:00.4061560Z Generated 55 translation(s) (17 finished and 38 unfinished) +2026-01-27T23:45:00.4652198Z [3037/6735] Linking CXX static library lib/libgmock_main.a +2026-01-27T23:45:00.4655186Z [3038/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Measure/Gui/Resources/icons/preferences-measure.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Measure/Resources/icons/preferences-measure.svg +2026-01-27T23:45:00.6058423Z [3039/6735] Generating qrc_Measure.cpp +2026-01-27T23:45:00.6814518Z [3040/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/qrc_Inspection.cpp.o +2026-01-27T23:45:00.6892711Z [3041/6735] Automatic MOC and UIC for target Base_tests_run +2026-01-27T23:45:00.7070805Z [3042/6735] Building QuickMeasurePy.h/.cpp out of QuickMeasure.pyi +2026-01-27T23:45:00.8307138Z [3043/6735] Automatic MOC and UIC for target App_tests_run +2026-01-27T23:45:00.8818478Z [3044/6735] Automatic MOC and UIC for target Misc_tests_run +2026-01-27T23:45:00.8921511Z [3045/6735] Generating qrc_Measure_translation.cpp +2026-01-27T23:45:00.9130982Z [3046/6735] Automatic MOC and UIC for target Zipios_tests_run +2026-01-27T23:45:01.0333602Z [3047/6735] Automatic MOC and UIC for target Gui_tests_run +2026-01-27T23:45:01.2775607Z [3048/6735] Building CXX object src/Main/CMakeFiles/FreeCADMainCmd.dir/FreeCADMainCmd_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:01.5311280Z [3049/6735] Building CXX object src/Main/CMakeFiles/FreeCADMainPy.dir/FreeCADMainPy_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:01.6333159Z [3050/6735] Automatic MOC and UIC for target QuantitySpinBox_Tests_run +2026-01-27T23:45:01.8429124Z [3051/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/MeshPartGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:02.1692004Z [3052/6735] Building CXX object src/Main/CMakeFiles/FreeCADGuiPy.dir/FreeCADGuiPy_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:02.3337117Z [3053/6735] Automatic MOC and UIC for target FemGui +2026-01-27T23:45:02.3753165Z [3054/6735] Generating Resources/translations/Fem_af.qm +2026-01-27T23:45:02.3754168Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_af.qm'... +2026-01-27T23:45:02.3754531Z Generated 436 translation(s) (251 finished and 185 unfinished) +2026-01-27T23:45:02.4151590Z [3055/6735] Generating Resources/translations/Fem_ar.qm +2026-01-27T23:45:02.4152933Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ar.qm'... +2026-01-27T23:45:02.4153267Z Generated 436 translation(s) (205 finished and 231 unfinished) +2026-01-27T23:45:02.4970279Z [3056/6735] Generating Resources/translations/Fem_be.qm +2026-01-27T23:45:02.4970725Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_be.qm'... +2026-01-27T23:45:02.4970950Z Generated 1397 translation(s) (1396 finished and 1 unfinished) +2026-01-27T23:45:02.5410767Z [3057/6735] Generating Resources/translations/Fem_bg.qm +2026-01-27T23:45:02.5412551Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_bg.qm'... +2026-01-27T23:45:02.5412890Z Generated 436 translation(s) (89 finished and 347 unfinished) +2026-01-27T23:45:02.6293561Z [3058/6735] Generating Resources/translations/Fem_ca.qm +2026-01-27T23:45:02.6294187Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ca.qm'... +2026-01-27T23:45:02.6294463Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:02.7159038Z [3059/6735] Generating Resources/translations/Fem_cs.qm +2026-01-27T23:45:02.7159670Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_cs.qm'... +2026-01-27T23:45:02.7159960Z Generated 1397 translation(s) (816 finished and 581 unfinished) +2026-01-27T23:45:02.8475715Z [3060/6735] Generating Resources/translations/Fem_da.qm +2026-01-27T23:45:02.8476457Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_da.qm'... +2026-01-27T23:45:02.8476743Z Generated 1397 translation(s) (263 finished and 1134 unfinished) +2026-01-27T23:45:02.9723414Z [3061/6735] Generating Resources/translations/Fem_de.qm +2026-01-27T23:45:02.9724188Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_de.qm'... +2026-01-27T23:45:02.9724490Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:03.0601211Z [3062/6735] Generating Resources/translations/Fem_el.qm +2026-01-27T23:45:03.0603475Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_el.qm'... +2026-01-27T23:45:03.0603995Z Generated 1397 translation(s) (606 finished and 791 unfinished) +2026-01-27T23:45:03.1479595Z [3063/6735] Generating Resources/translations/Fem_es-AR.qm +2026-01-27T23:45:03.1495575Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_es-AR.qm'... +2026-01-27T23:45:03.1496105Z Generated 1397 translation(s) (941 finished and 456 unfinished) +2026-01-27T23:45:03.2344092Z [3064/6735] Generating Resources/translations/Fem_es-ES.qm +2026-01-27T23:45:03.2346220Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_es-ES.qm'... +2026-01-27T23:45:03.2346725Z Generated 1397 translation(s) (941 finished and 456 unfinished) +2026-01-27T23:45:03.3238816Z [3065/6735] Generating Resources/translations/Fem_eu.qm +2026-01-27T23:45:03.3239474Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_eu.qm'... +2026-01-27T23:45:03.3239750Z Generated 1397 translation(s) (747 finished and 650 unfinished) +2026-01-27T23:45:03.4247109Z [3066/6735] Generating Resources/translations/Fem_fi.qm +2026-01-27T23:45:03.4252719Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_fi.qm'... +2026-01-27T23:45:03.4254004Z Generated 1397 translation(s) (424 finished and 973 unfinished) +2026-01-27T23:45:03.4940672Z [3067/6735] Generating Resources/translations/Fem_fil.qm +2026-01-27T23:45:03.4943105Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_fil.qm'... +2026-01-27T23:45:03.4943483Z Generated 897 translation(s) (303 finished and 594 unfinished) +2026-01-27T23:45:03.5842461Z [3068/6735] Generating Resources/translations/Fem_fr.qm +2026-01-27T23:45:03.5844891Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_fr.qm'... +2026-01-27T23:45:03.5863035Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:03.6870783Z [3069/6735] Generating Resources/translations/Fem_gl.qm +2026-01-27T23:45:03.6875899Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_gl.qm'... +2026-01-27T23:45:03.6876539Z Generated 1081 translation(s) (341 finished and 740 unfinished) +2026-01-27T23:45:03.7578276Z [3070/6735] Generating Resources/translations/Fem_hr.qm +2026-01-27T23:45:03.7578732Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_hr.qm'... +2026-01-27T23:45:03.7578945Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:03.8293864Z [3071/6735] Generating qrc_Path.cpp +2026-01-27T23:45:03.8295299Z [3072/6735] Generating Resources/translations/Fem_hu.qm +2026-01-27T23:45:03.8295710Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_hu.qm'... +2026-01-27T23:45:03.8296436Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:03.9124676Z [3073/6735] Generating Resources/translations/Fem_it.qm +2026-01-27T23:45:03.9125275Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_it.qm'... +2026-01-27T23:45:03.9125500Z Generated 1397 translation(s) (916 finished and 481 unfinished) +2026-01-27T23:45:03.9266900Z [3074/6735] Generating Resources/translations/Fem_id.qm +2026-01-27T23:45:03.9268410Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_id.qm'... +2026-01-27T23:45:03.9268738Z Generated 1087 translation(s) (311 finished and 776 unfinished) +2026-01-27T23:45:03.9963246Z [3075/6735] Generating Resources/translations/Fem_ka.qm +2026-01-27T23:45:03.9964612Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ka.qm'... +2026-01-27T23:45:03.9964926Z Generated 1397 translation(s) (1317 finished and 80 unfinished) +2026-01-27T23:45:04.0405417Z [3076/6735] Generating Resources/translations/Fem_kab.qm +2026-01-27T23:45:04.0406169Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_kab.qm'... +2026-01-27T23:45:04.0406379Z Generated 436 translation(s) (263 finished and 173 unfinished) +2026-01-27T23:45:04.0612625Z [3077/6735] Generating Resources/translations/Fem_ja.qm +2026-01-27T23:45:04.0613276Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ja.qm'... +2026-01-27T23:45:04.0613572Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:04.1111544Z [3078/6735] Generating Resources/translations/Fem_ko.qm +2026-01-27T23:45:04.1112146Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ko.qm'... +2026-01-27T23:45:04.1112346Z Generated 1397 translation(s) (372 finished and 1025 unfinished) +2026-01-27T23:45:04.1974595Z [3079/6735] Generating Resources/translations/Fem_lt.qm +2026-01-27T23:45:04.1975495Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_lt.qm'... +2026-01-27T23:45:04.1975969Z Generated 1154 translation(s) (308 finished and 846 unfinished) +2026-01-27T23:45:04.2212775Z [3080/6735] Generating Resources/translations/Fem_ms.qm +2026-01-27T23:45:04.2213571Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ms.qm'... +2026-01-27T23:45:04.2213866Z Generated 1250 translation(s) (802 finished and 448 unfinished) +2026-01-27T23:45:04.2716466Z [3081/6735] Generating Resources/translations/Fem_nl.qm +2026-01-27T23:45:04.2717461Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_nl.qm'... +2026-01-27T23:45:04.2717817Z Generated 1397 translation(s) (523 finished and 874 unfinished) +2026-01-27T23:45:04.2772347Z [3082/6735] Generating Resources/translations/Fem_no.qm +2026-01-27T23:45:04.2773042Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_no.qm'... +2026-01-27T23:45:04.2773455Z Generated 436 translation(s) (90 finished and 346 unfinished) +2026-01-27T23:45:04.3334074Z [3083/6735] Generating Resources/translations/Fem_pl.qm +2026-01-27T23:45:04.3335121Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_pl.qm'... +2026-01-27T23:45:04.3335426Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:04.3916820Z [3084/6735] Generating Resources/translations/Fem_pt-PT.qm +2026-01-27T23:45:04.3917817Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_pt-PT.qm'... +2026-01-27T23:45:04.3918161Z Generated 1250 translation(s) (405 finished and 845 unfinished) +2026-01-27T23:45:04.3938538Z [3085/6735] Generating Resources/translations/Fem_pt-BR.qm +2026-01-27T23:45:04.3939712Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_pt-BR.qm'... +2026-01-27T23:45:04.3940045Z Generated 1397 translation(s) (786 finished and 611 unfinished) +2026-01-27T23:45:04.4885020Z [3086/6735] Generating Resources/translations/Fem_ro.qm +2026-01-27T23:45:04.4885861Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ro.qm'... +2026-01-27T23:45:04.4886071Z Generated 1397 translation(s) (438 finished and 959 unfinished) +2026-01-27T23:45:04.4919781Z [3087/6735] Generating Resources/translations/Fem_ru.qm +2026-01-27T23:45:04.4920514Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_ru.qm'... +2026-01-27T23:45:04.4920751Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:04.5354178Z [3088/6735] Generating Resources/translations/Fem_sk.qm +2026-01-27T23:45:04.5355870Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_sk.qm'... +2026-01-27T23:45:04.5356217Z Generated 897 translation(s) (232 finished and 665 unfinished) +2026-01-27T23:45:04.5926832Z [3089/6735] Generating Resources/translations/Fem_sl.qm +2026-01-27T23:45:04.5928047Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_sl.qm'... +2026-01-27T23:45:04.5928622Z Generated 1397 translation(s) (491 finished and 906 unfinished) +2026-01-27T23:45:04.6333700Z [3090/6735] Generating Resources/translations/Fem_sr-CS.qm +2026-01-27T23:45:04.6334447Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_sr-CS.qm'... +2026-01-27T23:45:04.6334869Z Generated 1397 translation(s) (513 finished and 884 unfinished) +2026-01-27T23:45:04.7165653Z [3091/6735] Generating Resources/translations/Fem_sr.qm +2026-01-27T23:45:04.7186895Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_sr.qm'... +2026-01-27T23:45:04.7188389Z Generated 1397 translation(s) (543 finished and 854 unfinished) +2026-01-27T23:45:04.7337395Z [3092/6735] Generating Resources/translations/Fem_sv-SE.qm +2026-01-27T23:45:04.7338188Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_sv-SE.qm'... +2026-01-27T23:45:04.7339392Z Generated 1397 translation(s) (1389 finished and 8 unfinished) +2026-01-27T23:45:04.8135900Z [3093/6735] Generating Resources/translations/Fem_tr.qm +2026-01-27T23:45:04.8137067Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_tr.qm'... +2026-01-27T23:45:04.8137590Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:04.8292454Z [3094/6735] Generating Resources/translations/Fem_uk.qm +2026-01-27T23:45:04.8293637Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_uk.qm'... +2026-01-27T23:45:04.8293975Z Generated 1397 translation(s) (801 finished and 596 unfinished) +2026-01-27T23:45:04.8967749Z [3095/6735] Generating Resources/translations/Fem_val-ES.qm +2026-01-27T23:45:04.8968783Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_val-ES.qm'... +2026-01-27T23:45:04.8969206Z Generated 1139 translation(s) (329 finished and 810 unfinished) +2026-01-27T23:45:04.9001078Z [3096/6735] Generating Resources/translations/Fem_vi.qm +2026-01-27T23:45:04.9001752Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_vi.qm'... +2026-01-27T23:45:04.9002074Z Generated 1080 translation(s) (414 finished and 666 unfinished) +2026-01-27T23:45:04.9887905Z [3097/6735] Generating Resources/translations/Fem_zh-CN.qm +2026-01-27T23:45:04.9889005Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_zh-CN.qm'... +2026-01-27T23:45:04.9889412Z Generated 1397 translation(s) (1397 finished and 0 unfinished) +2026-01-27T23:45:04.9947471Z [3098/6735] Generating Resources/translations/Fem_zh-TW.qm +2026-01-27T23:45:04.9948901Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Fem/Gui/Resources/translations/Fem_zh-TW.qm'... +2026-01-27T23:45:04.9949247Z Generated 1397 translation(s) (493 finished and 904 unfinished) +2026-01-27T23:45:05.2053481Z [3099/6735] Building ViewProviderFemConstraintPy.h/.cpp out of ViewProviderFemConstraint.pyi +2026-01-27T23:45:05.3006457Z [3100/6735] Building ViewProviderFemMeshPy.h/.cpp out of ViewProviderFemMesh.pyi +2026-01-27T23:45:05.4908741Z [3101/6735] Building ViewProviderFemPostPipelinePy.h/.cpp out of ViewProviderFemPostPipeline.pyi +2026-01-27T23:45:05.6415494Z [3102/6735] Building ViewProviderFemPostFilterPy.h/.cpp out of ViewProviderFemPostFilter.pyi +2026-01-27T23:45:05.6921775Z [3103/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/icons/FemWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/icons/FemWorkbench.svg +2026-01-27T23:45:05.7492197Z [3104/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintContact.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintContact.iv +2026-01-27T23:45:05.8058283Z [3105/6735] Automatic MOC and UIC for target PartDesignGui +2026-01-27T23:45:05.8092932Z AutoUic: /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Gui/TaskPadPocketParameters.ui: Warning: The name 'verticalLayout_22' (QHBoxLayout) is already in use, defaulting to 'verticalLayout_221'. +2026-01-27T23:45:05.8094124Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Gui/TaskPadPocketParameters.ui: Warning: The name 'verticalLayout_22' (QVBoxLayout) is already in use, defaulting to 'verticalLayout_222'. +2026-01-27T23:45:05.8165540Z [3106/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintDisplacement.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintDisplacement.iv +2026-01-27T23:45:05.8673649Z [3107/6735] Generating Resources/translations/PartDesign_af.qm +2026-01-27T23:45:05.8674267Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_af.qm'... +2026-01-27T23:45:05.8674559Z Generated 806 translation(s) (201 finished and 605 unfinished) +2026-01-27T23:45:05.9095861Z [3108/6735] Generating Resources/translations/PartDesign_ar.qm +2026-01-27T23:45:05.9096504Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ar.qm'... +2026-01-27T23:45:05.9096792Z Generated 806 translation(s) (393 finished and 413 unfinished) +2026-01-27T23:45:05.9327301Z [3109/6735] Generating Resources/translations/PartDesign_be.qm +2026-01-27T23:45:05.9327960Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_be.qm'... +2026-01-27T23:45:05.9328318Z Generated 976 translation(s) (970 finished and 6 unfinished) +2026-01-27T23:45:05.9650491Z [3110/6735] Generating Resources/translations/PartDesign_bg.qm +2026-01-27T23:45:05.9651592Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_bg.qm'... +2026-01-27T23:45:05.9651925Z Generated 806 translation(s) (420 finished and 386 unfinished) +2026-01-27T23:45:05.9924339Z [3111/6735] Generating Resources/translations/PartDesign_ca.qm +2026-01-27T23:45:05.9926634Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ca.qm'... +2026-01-27T23:45:05.9927140Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.0273929Z [3112/6735] Generating Resources/translations/PartDesign_cs.qm +2026-01-27T23:45:06.0274616Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_cs.qm'... +2026-01-27T23:45:06.0274994Z Generated 976 translation(s) (616 finished and 360 unfinished) +2026-01-27T23:45:06.0855673Z [3113/6735] Generating Resources/translations/PartDesign_da.qm +2026-01-27T23:45:06.0857257Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_da.qm'... +2026-01-27T23:45:06.0857580Z Generated 976 translation(s) (947 finished and 29 unfinished) +2026-01-27T23:45:06.0960327Z [3114/6735] Generating Resources/translations/PartDesign_de.qm +2026-01-27T23:45:06.0960937Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_de.qm'... +2026-01-27T23:45:06.0961307Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.1552824Z [3115/6735] Generating Resources/translations/PartDesign_el.qm +2026-01-27T23:45:06.1553481Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_el.qm'... +2026-01-27T23:45:06.1553776Z Generated 976 translation(s) (446 finished and 530 unfinished) +2026-01-27T23:45:06.1671116Z [3116/6735] Generating Resources/translations/PartDesign_es-AR.qm +2026-01-27T23:45:06.1671749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_es-AR.qm'... +2026-01-27T23:45:06.1672056Z Generated 976 translation(s) (788 finished and 188 unfinished) +2026-01-27T23:45:06.2194529Z [3117/6735] Generating Resources/translations/PartDesign_es-ES.qm +2026-01-27T23:45:06.2195235Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_es-ES.qm'... +2026-01-27T23:45:06.2195606Z Generated 976 translation(s) (785 finished and 191 unfinished) +2026-01-27T23:45:06.2372540Z [3118/6735] Generating Resources/translations/PartDesign_eu.qm +2026-01-27T23:45:06.2373144Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_eu.qm'... +2026-01-27T23:45:06.2373417Z Generated 976 translation(s) (585 finished and 391 unfinished) +2026-01-27T23:45:06.2869873Z [3119/6735] Generating Resources/translations/PartDesign_fi.qm +2026-01-27T23:45:06.2870636Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_fi.qm'... +2026-01-27T23:45:06.2870961Z Generated 976 translation(s) (380 finished and 596 unfinished) +2026-01-27T23:45:06.2975902Z [3120/6735] Generating Resources/translations/PartDesign_fil.qm +2026-01-27T23:45:06.2976898Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_fil.qm'... +2026-01-27T23:45:06.2977260Z Generated 837 translation(s) (542 finished and 295 unfinished) +2026-01-27T23:45:06.3532691Z [3121/6735] Generating Resources/translations/PartDesign_fr.qm +2026-01-27T23:45:06.3533582Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_fr.qm'... +2026-01-27T23:45:06.3534046Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.3669316Z [3122/6735] Generating Resources/translations/PartDesign_gl.qm +2026-01-27T23:45:06.3670682Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_gl.qm'... +2026-01-27T23:45:06.3671164Z Generated 977 translation(s) (552 finished and 425 unfinished) +2026-01-27T23:45:06.4354133Z [3123/6735] Generating Resources/translations/PartDesign_hu.qm +2026-01-27T23:45:06.4354927Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_hu.qm'... +2026-01-27T23:45:06.4355225Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.4369802Z [3124/6735] Generating Resources/translations/PartDesign_hr.qm +2026-01-27T23:45:06.4370631Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_hr.qm'... +2026-01-27T23:45:06.4370929Z Generated 976 translation(s) (975 finished and 1 unfinished) +2026-01-27T23:45:06.5014984Z [3125/6735] Generating Resources/translations/PartDesign_id.qm +2026-01-27T23:45:06.5030457Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_id.qm'... +2026-01-27T23:45:06.5031097Z Generated 988 translation(s) (537 finished and 451 unfinished) +2026-01-27T23:45:06.5032529Z [3126/6735] Generating Resources/translations/PartDesign_it.qm +2026-01-27T23:45:06.5033139Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_it.qm'... +2026-01-27T23:45:06.5033487Z Generated 976 translation(s) (881 finished and 95 unfinished) +2026-01-27T23:45:06.5616122Z [3127/6735] Generating Resources/translations/PartDesign_ja.qm +2026-01-27T23:45:06.5617628Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ja.qm'... +2026-01-27T23:45:06.5617978Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.5685880Z [3128/6735] Generating Resources/translations/PartDesign_ka.qm +2026-01-27T23:45:06.5687199Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ka.qm'... +2026-01-27T23:45:06.5687533Z Generated 976 translation(s) (926 finished and 50 unfinished) +2026-01-27T23:45:06.6305366Z [3129/6735] Generating Resources/translations/PartDesign_ko.qm +2026-01-27T23:45:06.6306050Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ko.qm'... +2026-01-27T23:45:06.6306350Z Generated 976 translation(s) (778 finished and 198 unfinished) +2026-01-27T23:45:06.6533668Z [3130/6735] Generating Resources/translations/PartDesign_kab.qm +2026-01-27T23:45:06.6534304Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_kab.qm'... +2026-01-27T23:45:06.6534641Z Generated 806 translation(s) (282 finished and 524 unfinished) +2026-01-27T23:45:06.6781936Z [3131/6735] Building CXX object src/Mod/Surface/App/CMakeFiles/Surface.dir/FeatureCut.cpp.o +2026-01-27T23:45:06.7052071Z [3132/6735] Generating Resources/translations/PartDesign_lt.qm +2026-01-27T23:45:06.7052529Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_lt.qm'... +2026-01-27T23:45:06.7052712Z Generated 981 translation(s) (394 finished and 587 unfinished) +2026-01-27T23:45:06.7210637Z [3133/6735] Generating Resources/translations/PartDesign_ms.qm +2026-01-27T23:45:06.7211117Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ms.qm'... +2026-01-27T23:45:06.7211573Z Generated 995 translation(s) (58 finished and 937 unfinished) +2026-01-27T23:45:06.7692034Z [3134/6735] Generating Resources/translations/PartDesign_nl.qm +2026-01-27T23:45:06.7692546Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_nl.qm'... +2026-01-27T23:45:06.7692731Z Generated 976 translation(s) (475 finished and 501 unfinished) +2026-01-27T23:45:06.7757398Z [3135/6735] Generating Resources/translations/PartDesign_no.qm +2026-01-27T23:45:06.7758186Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_no.qm'... +2026-01-27T23:45:06.7758499Z Generated 806 translation(s) (527 finished and 279 unfinished) +2026-01-27T23:45:06.8335712Z [3136/6735] Generating Resources/translations/PartDesign_pl.qm +2026-01-27T23:45:06.8336752Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_pl.qm'... +2026-01-27T23:45:06.8337129Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.8551520Z [3137/6735] Generating Resources/translations/PartDesign_pt-BR.qm +2026-01-27T23:45:06.8553515Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_pt-BR.qm'... +2026-01-27T23:45:06.8553887Z Generated 976 translation(s) (615 finished and 361 unfinished) +2026-01-27T23:45:06.8761755Z [3138/6735] Generating Resources/translations/PartDesign_pt-PT.qm +2026-01-27T23:45:06.8763930Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_pt-PT.qm'... +2026-01-27T23:45:06.8764936Z Generated 995 translation(s) (582 finished and 413 unfinished) +2026-01-27T23:45:06.9089317Z [3139/6735] Generating Resources/translations/PartDesign_ru.qm +2026-01-27T23:45:06.9092092Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ru.qm'... +2026-01-27T23:45:06.9093075Z Generated 976 translation(s) (976 finished and 0 unfinished) +2026-01-27T23:45:06.9185890Z [3140/6735] Generating Resources/translations/PartDesign_ro.qm +2026-01-27T23:45:06.9187158Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_ro.qm'... +2026-01-27T23:45:06.9187646Z Generated 976 translation(s) (593 finished and 383 unfinished) +2026-01-27T23:45:06.9552979Z [3141/6735] Generating Resources/translations/PartDesign_sk.qm +2026-01-27T23:45:06.9555105Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_sk.qm'... +2026-01-27T23:45:06.9555610Z Generated 837 translation(s) (627 finished and 210 unfinished) +2026-01-27T23:45:06.9817766Z [3142/6735] Linking CXX shared library Mod/Surface/Surface.so +2026-01-27T23:45:06.9871584Z [3143/6735] Generating Resources/translations/PartDesign_sl.qm +2026-01-27T23:45:06.9873372Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_sl.qm'... +2026-01-27T23:45:06.9873794Z Generated 976 translation(s) (655 finished and 321 unfinished) +2026-01-27T23:45:07.0052448Z [3144/6735] Generating Resources/translations/PartDesign_sr-CS.qm +2026-01-27T23:45:07.0053175Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_sr-CS.qm'... +2026-01-27T23:45:07.0053497Z Generated 976 translation(s) (969 finished and 7 unfinished) +2026-01-27T23:45:07.0471551Z [3145/6735] Generating Resources/translations/PartDesign_sr.qm +2026-01-27T23:45:07.0472290Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_sr.qm'... +2026-01-27T23:45:07.0472654Z Generated 976 translation(s) (971 finished and 5 unfinished) +2026-01-27T23:45:07.0476441Z [3146/6735] Generating Resources/translations/PartDesign_sv-SE.qm +2026-01-27T23:45:07.0476934Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_sv-SE.qm'... +2026-01-27T23:45:07.0477242Z Generated 976 translation(s) (973 finished and 3 unfinished) +2026-01-27T23:45:07.0652630Z [3147/6735] Generating Resources/translations/PartDesign_tr.qm +2026-01-27T23:45:07.0653490Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_tr.qm'... +2026-01-27T23:45:07.0653808Z Generated 976 translation(s) (974 finished and 2 unfinished) +2026-01-27T23:45:07.0994863Z [3148/6735] Generating Resources/translations/PartDesign_vi.qm +2026-01-27T23:45:07.0996560Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_vi.qm'... +2026-01-27T23:45:07.0997939Z Generated 862 translation(s) (568 finished and 294 unfinished) +2026-01-27T23:45:07.1213982Z [3149/6735] Generating Resources/translations/PartDesign_uk.qm +2026-01-27T23:45:07.1215808Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_uk.qm'... +2026-01-27T23:45:07.1216353Z Generated 976 translation(s) (613 finished and 363 unfinished) +2026-01-27T23:45:07.1224827Z [3150/6735] Generating Resources/translations/PartDesign_val-ES.qm +2026-01-27T23:45:07.1225420Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_val-ES.qm'... +2026-01-27T23:45:07.1225827Z Generated 977 translation(s) (511 finished and 466 unfinished) +2026-01-27T23:45:07.1747863Z [3151/6735] Generating Resources/translations/PartDesign_zh-CN.qm +2026-01-27T23:45:07.1752159Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_zh-CN.qm'... +2026-01-27T23:45:07.1752668Z Generated 976 translation(s) (975 finished and 1 unfinished) +2026-01-27T23:45:07.2292987Z [3152/6735] Generating Resources/translations/PartDesign_zh-TW.qm +2026-01-27T23:45:07.2294260Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/PartDesign/Gui/Resources/translations/PartDesign_zh-TW.qm'... +2026-01-27T23:45:07.2294658Z Generated 976 translation(s) (642 finished and 334 unfinished) +2026-01-27T23:45:07.2338627Z [3153/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintElectricChargeDensity.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintElectricChargeDensity.iv +2026-01-27T23:45:07.2855739Z [3154/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintCurrentDensity.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintCurrentDensity.iv +2026-01-27T23:45:07.2917176Z [3155/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintElectrostaticPotential.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintElectrostaticPotential.iv +2026-01-27T23:45:07.3407036Z [3156/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintFixed.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintFixed.iv +2026-01-27T23:45:07.3488090Z [3157/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintForce.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintForce.iv +2026-01-27T23:45:07.3934744Z [3158/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintHeatFlux.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintHeatFlux.iv +2026-01-27T23:45:07.4011573Z [3159/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintPlaneRotation.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintPlaneRotation.iv +2026-01-27T23:45:07.4523414Z [3160/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintPressure.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintPressure.iv +2026-01-27T23:45:07.4622777Z [3161/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintRigidBody.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintRigidBody.iv +2026-01-27T23:45:07.5093087Z [3162/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintSectionPrint.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintSectionPrint.iv +2026-01-27T23:45:07.5183221Z [3163/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintSpring.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintSpring.iv +2026-01-27T23:45:07.5687263Z [3164/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintTemperature.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintTemperature.iv +2026-01-27T23:45:07.5691130Z [3165/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintTransform.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintTransform.iv +2026-01-27T23:45:07.6252744Z [3166/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/symbols/ConstraintTie.iv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Fem/Resources/symbols/ConstraintTie.iv +2026-01-27T23:45:08.8507046Z [3167/6735] Automatic MOC and UIC for target ReverseEngineeringGui +2026-01-27T23:45:08.8725386Z [3168/6735] Generating Resources/translations/ReverseEngineering_af.qm +2026-01-27T23:45:08.8726223Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_af.qm'... +2026-01-27T23:45:08.8726577Z Generated 101 translation(s) (39 finished and 62 unfinished) +2026-01-27T23:45:08.8951579Z [3169/6735] Generating Resources/translations/ReverseEngineering_ar.qm +2026-01-27T23:45:08.8953214Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ar.qm'... +2026-01-27T23:45:08.8953577Z Generated 101 translation(s) (51 finished and 50 unfinished) +2026-01-27T23:45:08.9185225Z [3170/6735] Generating Resources/translations/ReverseEngineering_be.qm +2026-01-27T23:45:08.9186359Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_be.qm'... +2026-01-27T23:45:08.9187025Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:08.9403627Z [3171/6735] Generating Resources/translations/ReverseEngineering_bg.qm +2026-01-27T23:45:08.9404261Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_bg.qm'... +2026-01-27T23:45:08.9404598Z Generated 101 translation(s) (42 finished and 59 unfinished) +2026-01-27T23:45:08.9625428Z [3172/6735] Generating Resources/translations/ReverseEngineering_ca.qm +2026-01-27T23:45:08.9626320Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ca.qm'... +2026-01-27T23:45:08.9626526Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:08.9835223Z [3173/6735] Generating Resources/translations/ReverseEngineering_cs.qm +2026-01-27T23:45:08.9836168Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_cs.qm'... +2026-01-27T23:45:08.9836394Z Generated 128 translation(s) (92 finished and 36 unfinished) +2026-01-27T23:45:09.0047469Z [3174/6735] Generating Resources/translations/ReverseEngineering_da.qm +2026-01-27T23:45:09.0048290Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_da.qm'... +2026-01-27T23:45:09.0048546Z Generated 128 translation(s) (39 finished and 89 unfinished) +2026-01-27T23:45:09.0333121Z [3175/6735] Generating Resources/translations/ReverseEngineering_de.qm +2026-01-27T23:45:09.0333727Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_de.qm'... +2026-01-27T23:45:09.0333933Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.0559778Z [3176/6735] Generating Resources/translations/ReverseEngineering_el.qm +2026-01-27T23:45:09.0560443Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_el.qm'... +2026-01-27T23:45:09.0560657Z Generated 128 translation(s) (92 finished and 36 unfinished) +2026-01-27T23:45:09.0788860Z [3177/6735] Generating Resources/translations/ReverseEngineering_es-AR.qm +2026-01-27T23:45:09.0789674Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_es-AR.qm'... +2026-01-27T23:45:09.0789922Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.1064964Z [3178/6735] Generating Resources/translations/ReverseEngineering_es-ES.qm +2026-01-27T23:45:09.1065586Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_es-ES.qm'... +2026-01-27T23:45:09.1065997Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.1344862Z [3179/6735] Generating Resources/translations/ReverseEngineering_eu.qm +2026-01-27T23:45:09.1346491Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_eu.qm'... +2026-01-27T23:45:09.1346894Z Generated 128 translation(s) (82 finished and 46 unfinished) +2026-01-27T23:45:09.1630296Z [3180/6735] Generating Resources/translations/ReverseEngineering_fi.qm +2026-01-27T23:45:09.1631388Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_fi.qm'... +2026-01-27T23:45:09.1631745Z Generated 128 translation(s) (82 finished and 46 unfinished) +2026-01-27T23:45:09.1867939Z [3181/6735] Generating Resources/translations/ReverseEngineering_fil.qm +2026-01-27T23:45:09.1868549Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_fil.qm'... +2026-01-27T23:45:09.1868863Z Generated 101 translation(s) (67 finished and 34 unfinished) +2026-01-27T23:45:09.2116570Z [3182/6735] Generating Resources/translations/ReverseEngineering_fr.qm +2026-01-27T23:45:09.2117203Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_fr.qm'... +2026-01-27T23:45:09.2117593Z Generated 128 translation(s) (95 finished and 33 unfinished) +2026-01-27T23:45:09.2278384Z [3183/6735] Generating Resources/translations/ReverseEngineering_gl.qm +2026-01-27T23:45:09.2278973Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_gl.qm'... +2026-01-27T23:45:09.2279282Z Generated 101 translation(s) (99 finished and 2 unfinished) +2026-01-27T23:45:09.2531997Z [3184/6735] Generating qrc_Fem.cpp +2026-01-27T23:45:09.2548345Z [3185/6735] Generating Resources/translations/ReverseEngineering_hr.qm +2026-01-27T23:45:09.2548946Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_hr.qm'... +2026-01-27T23:45:09.2549273Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.2723008Z [3186/6735] Generating Resources/translations/ReverseEngineering_hu.qm +2026-01-27T23:45:09.2724710Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_hu.qm'... +2026-01-27T23:45:09.2725279Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.2786167Z [3187/6735] Generating Resources/translations/ReverseEngineering_id.qm +2026-01-27T23:45:09.2786757Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_id.qm'... +2026-01-27T23:45:09.2787067Z Generated 127 translation(s) (94 finished and 33 unfinished) +2026-01-27T23:45:09.3051910Z [3188/6735] Generating Resources/translations/ReverseEngineering_ja.qm +2026-01-27T23:45:09.3052475Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ja.qm'... +2026-01-27T23:45:09.3052765Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.3055415Z [3189/6735] Generating Resources/translations/ReverseEngineering_it.qm +2026-01-27T23:45:09.3055718Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_it.qm'... +2026-01-27T23:45:09.3055995Z Generated 128 translation(s) (93 finished and 35 unfinished) +2026-01-27T23:45:09.3226868Z [3190/6735] Generating Resources/translations/ReverseEngineering_kab.qm +2026-01-27T23:45:09.3228337Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_kab.qm'... +2026-01-27T23:45:09.3228761Z Generated 101 translation(s) (64 finished and 37 unfinished) +2026-01-27T23:45:09.3293715Z [3191/6735] Generating Resources/translations/ReverseEngineering_ka.qm +2026-01-27T23:45:09.3294086Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ka.qm'... +2026-01-27T23:45:09.3294264Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.3402775Z [3192/6735] Generating Resources/translations/ReverseEngineering_ko.qm +2026-01-27T23:45:09.3404000Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ko.qm'... +2026-01-27T23:45:09.3404444Z Generated 128 translation(s) (91 finished and 37 unfinished) +2026-01-27T23:45:09.3512542Z [3193/6735] Generating Resources/translations/ReverseEngineering_lt.qm +2026-01-27T23:45:09.3513876Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_lt.qm'... +2026-01-27T23:45:09.3514252Z Generated 127 translation(s) (126 finished and 1 unfinished) +2026-01-27T23:45:09.3666919Z [3194/6735] Generating Resources/translations/ReverseEngineering_ms.qm +2026-01-27T23:45:09.3667857Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ms.qm'... +2026-01-27T23:45:09.3668080Z Generated 127 translation(s) (126 finished and 1 unfinished) +2026-01-27T23:45:09.3737057Z [3195/6735] Generating Resources/translations/ReverseEngineering_nl.qm +2026-01-27T23:45:09.3737759Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_nl.qm'... +2026-01-27T23:45:09.3737989Z Generated 128 translation(s) (92 finished and 36 unfinished) +2026-01-27T23:45:09.3844453Z [3196/6735] Generating Resources/translations/ReverseEngineering_no.qm +2026-01-27T23:45:09.3844862Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_no.qm'... +2026-01-27T23:45:09.3845040Z Generated 101 translation(s) (47 finished and 54 unfinished) +2026-01-27T23:45:09.3949884Z [3197/6735] Generating Resources/translations/ReverseEngineering_pl.qm +2026-01-27T23:45:09.3950907Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_pl.qm'... +2026-01-27T23:45:09.3951575Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.4058968Z [3198/6735] Generating Resources/translations/ReverseEngineering_pt-BR.qm +2026-01-27T23:45:09.4059725Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_pt-BR.qm'... +2026-01-27T23:45:09.4059931Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.4166661Z [3199/6735] Generating Resources/translations/ReverseEngineering_pt-PT.qm +2026-01-27T23:45:09.4167650Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_pt-PT.qm'... +2026-01-27T23:45:09.4168370Z Generated 127 translation(s) (106 finished and 21 unfinished) +2026-01-27T23:45:09.4277213Z [3200/6735] Generating Resources/translations/ReverseEngineering_ro.qm +2026-01-27T23:45:09.4278000Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ro.qm'... +2026-01-27T23:45:09.4278202Z Generated 128 translation(s) (75 finished and 53 unfinished) +2026-01-27T23:45:09.4413681Z [3201/6735] Generating Resources/translations/ReverseEngineering_ru.qm +2026-01-27T23:45:09.4415789Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_ru.qm'... +2026-01-27T23:45:09.4416411Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.4513821Z [3202/6735] Generating Resources/translations/ReverseEngineering_sk.qm +2026-01-27T23:45:09.4514277Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_sk.qm'... +2026-01-27T23:45:09.4514457Z Generated 101 translation(s) (59 finished and 42 unfinished) +2026-01-27T23:45:09.4656218Z [3203/6735] Generating Resources/translations/ReverseEngineering_sl.qm +2026-01-27T23:45:09.4657173Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_sl.qm'... +2026-01-27T23:45:09.4657879Z Generated 128 translation(s) (92 finished and 36 unfinished) +2026-01-27T23:45:09.4696652Z [3204/6735] Generating Resources/translations/ReverseEngineering_sr-CS.qm +2026-01-27T23:45:09.4698220Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_sr-CS.qm'... +2026-01-27T23:45:09.4698479Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.4876648Z [3205/6735] Generating Resources/translations/ReverseEngineering_sr.qm +2026-01-27T23:45:09.4879195Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_sr.qm'... +2026-01-27T23:45:09.4879691Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.4906161Z [3206/6735] Generating Resources/translations/ReverseEngineering_sv-SE.qm +2026-01-27T23:45:09.4906431Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_sv-SE.qm'... +2026-01-27T23:45:09.4906844Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.5111978Z [3207/6735] Generating Resources/translations/ReverseEngineering_uk.qm +2026-01-27T23:45:09.5113894Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_uk.qm'... +2026-01-27T23:45:09.5114161Z Generated 128 translation(s) (92 finished and 36 unfinished) +2026-01-27T23:45:09.5180296Z [3208/6735] Generating Resources/translations/ReverseEngineering_tr.qm +2026-01-27T23:45:09.5181013Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_tr.qm'... +2026-01-27T23:45:09.5181358Z Generated 128 translation(s) (82 finished and 46 unfinished) +2026-01-27T23:45:09.5429929Z [3209/6735] Generating Resources/translations/ReverseEngineering_vi.qm +2026-01-27T23:45:09.5431115Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_vi.qm'... +2026-01-27T23:45:09.5431759Z Generated 101 translation(s) (72 finished and 29 unfinished) +2026-01-27T23:45:09.5457678Z [3210/6735] Generating Resources/translations/ReverseEngineering_val-ES.qm +2026-01-27T23:45:09.5458102Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_val-ES.qm'... +2026-01-27T23:45:09.5458455Z Generated 127 translation(s) (93 finished and 34 unfinished) +2026-01-27T23:45:09.5655324Z [3211/6735] Generating Resources/translations/ReverseEngineering_zh-TW.qm +2026-01-27T23:45:09.5655915Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_zh-TW.qm'... +2026-01-27T23:45:09.5656254Z Generated 128 translation(s) (76 finished and 52 unfinished) +2026-01-27T23:45:09.5668928Z [3212/6735] Generating Resources/translations/ReverseEngineering_zh-CN.qm +2026-01-27T23:45:09.5673921Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/ReverseEngineering/Gui/Resources/translations/ReverseEngineering_zh-CN.qm'... +2026-01-27T23:45:09.5674386Z Generated 128 translation(s) (128 finished and 0 unfinished) +2026-01-27T23:45:09.6103495Z [3213/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Gui/Resources/icons/PartDesignWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/icons/PartDesignWorkbench.svg +2026-01-27T23:45:09.8268710Z [3214/6735] Building ViewProviderPy.h/.cpp out of ViewProvider.pyi +2026-01-27T23:45:09.9022910Z [3215/6735] Generating qrc_ReverseEngineering.cpp +2026-01-27T23:45:09.9464784Z [3216/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/Gui/Resources/icons/ReverseEngineeringWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/ReverseEngineering/Resources/icons/ReverseEngineeringWorkbench.svg +2026-01-27T23:45:10.3293703Z [3217/6735] Generating qrc_PartDesign.cpp +2026-01-27T23:45:10.5427261Z [3218/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/AssemblyGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:10.5899983Z [3219/6735] Generating qrc_ReverseEngineering_translation.cpp +2026-01-27T23:45:10.9369492Z [3220/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/qrc_MeshPart.cpp.o +2026-01-27T23:45:12.4581439Z [3221/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/qrc_Assembly.cpp.o +2026-01-27T23:45:13.6971834Z [3222/6735] Generating qrc_Path_translation.cpp +2026-01-27T23:45:14.6217339Z [3223/6735] Building CXX object src/Main/CMakeFiles/FreeCADMainPy.dir/MainPy.cpp.o +2026-01-27T23:45:14.7777348Z [3224/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/qrc_Assembly_translation.cpp.o +2026-01-27T23:45:17.6419754Z [3225/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/AppAssemblyGuiPy.cpp.o +2026-01-27T23:45:17.9647762Z [3226/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/qrc_MeshPart_translation.cpp.o +2026-01-27T23:45:18.1444226Z [3227/6735] Automatic MOC and UIC for target TechDrawGui +2026-01-27T23:45:18.1677324Z [3228/6735] Generating qrc_Fem_translation.cpp +2026-01-27T23:45:18.1908142Z [3229/6735] Generating Resources/translations/TechDraw_af.qm +2026-01-27T23:45:18.1910017Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_af.qm'... +2026-01-27T23:45:18.1910764Z Generated 920 translation(s) (75 finished and 845 unfinished) +2026-01-27T23:45:18.2095188Z [3230/6735] Generating Resources/translations/TechDraw_ar.qm +2026-01-27T23:45:18.2096662Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ar.qm'... +2026-01-27T23:45:18.2096979Z Generated 943 translation(s) (235 finished and 708 unfinished) +2026-01-27T23:45:18.2666049Z [3231/6735] Generating Resources/translations/TechDraw_bg.qm +2026-01-27T23:45:18.2668262Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_bg.qm'... +2026-01-27T23:45:18.2668546Z Generated 943 translation(s) (226 finished and 717 unfinished) +2026-01-27T23:45:18.2700900Z [3232/6735] Generating Resources/translations/TechDraw_be.qm +2026-01-27T23:45:18.2702224Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_be.qm'... +2026-01-27T23:45:18.2702585Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.2702816Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.2703052Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.3178249Z [3233/6735] Generating Resources/translations/TechDraw_ca.qm +2026-01-27T23:45:18.3199935Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ca.qm'... +2026-01-27T23:45:18.3200645Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.3203849Z [3234/6735] Generating Resources/translations/TechDraw_cs.qm +2026-01-27T23:45:18.3204758Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_cs.qm'... +2026-01-27T23:45:18.3205117Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.3205338Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.3205549Z Generated 1805 translation(s) (764 finished and 1041 unfinished) +2026-01-27T23:45:18.3675396Z [3235/6735] Generating Resources/translations/TechDraw_de.qm +2026-01-27T23:45:18.3677756Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_de.qm'... +2026-01-27T23:45:18.3678113Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.3685443Z [3236/6735] Generating Resources/translations/TechDraw_da.qm +2026-01-27T23:45:18.3686411Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_da.qm'... +2026-01-27T23:45:18.3686941Z Generated 1805 translation(s) (773 finished and 1032 unfinished) +2026-01-27T23:45:18.4174324Z [3237/6735] Generating Resources/translations/TechDraw_el.qm +2026-01-27T23:45:18.4175704Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_el.qm'... +2026-01-27T23:45:18.4176232Z Generated 1805 translation(s) (470 finished and 1335 unfinished) +2026-01-27T23:45:18.4182731Z [3238/6735] Generating Resources/translations/TechDraw_es-AR.qm +2026-01-27T23:45:18.4183749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_es-AR.qm'... +2026-01-27T23:45:18.4184711Z Generated 1805 translation(s) (1106 finished and 699 unfinished) +2026-01-27T23:45:18.4673989Z [3239/6735] Generating Resources/translations/TechDraw_es-ES.qm +2026-01-27T23:45:18.4675394Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_es-ES.qm'... +2026-01-27T23:45:18.4676407Z Generated 1805 translation(s) (1027 finished and 778 unfinished) +2026-01-27T23:45:18.4683803Z [3240/6735] Generating Resources/translations/TechDraw_eu.qm +2026-01-27T23:45:18.4684749Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_eu.qm'... +2026-01-27T23:45:18.4685189Z Generated 1805 translation(s) (908 finished and 897 unfinished) +2026-01-27T23:45:18.5100228Z [3241/6735] Generating Resources/translations/TechDraw_fil.qm +2026-01-27T23:45:18.5101873Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_fil.qm'... +2026-01-27T23:45:18.5102401Z Generated 1404 translation(s) (370 finished and 1034 unfinished) +2026-01-27T23:45:18.5174322Z [3242/6735] Generating Resources/translations/TechDraw_fi.qm +2026-01-27T23:45:18.5176560Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_fi.qm'... +2026-01-27T23:45:18.5177000Z Generated 1805 translation(s) (796 finished and 1009 unfinished) +2026-01-27T23:45:18.5567990Z [3243/6735] Generating Resources/translations/TechDraw_fr.qm +2026-01-27T23:45:18.5569341Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_fr.qm'... +2026-01-27T23:45:18.5570718Z Generated 1805 translation(s) (1796 finished and 9 unfinished) +2026-01-27T23:45:18.5660198Z [3244/6735] Generating Resources/translations/TechDraw_gl.qm +2026-01-27T23:45:18.5661724Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_gl.qm'... +2026-01-27T23:45:18.5662094Z Generated 1648 translation(s) (591 finished and 1057 unfinished) +2026-01-27T23:45:18.6061190Z [3245/6735] Generating Resources/translations/TechDraw_hr.qm +2026-01-27T23:45:18.6063205Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_hr.qm'... +2026-01-27T23:45:18.6063900Z Generated 1805 translation(s) (1220 finished and 585 unfinished) +2026-01-27T23:45:18.6137186Z [3246/6735] Generating Resources/translations/TechDraw_hu.qm +2026-01-27T23:45:18.6138517Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_hu.qm'... +2026-01-27T23:45:18.6138869Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.6139096Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.6139334Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.6537693Z [3247/6735] Generating Resources/translations/TechDraw_id.qm +2026-01-27T23:45:18.6539581Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_id.qm'... +2026-01-27T23:45:18.6540223Z Generated 1672 translation(s) (476 finished and 1196 unfinished) +2026-01-27T23:45:18.6635935Z [3248/6735] Generating Resources/translations/TechDraw_it.qm +2026-01-27T23:45:18.6637218Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_it.qm'... +2026-01-27T23:45:18.6637563Z Generated 1805 translation(s) (1050 finished and 755 unfinished) +2026-01-27T23:45:18.7010191Z [3249/6735] Generating Resources/translations/TechDraw_ja.qm +2026-01-27T23:45:18.7012086Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ja.qm'... +2026-01-27T23:45:18.7012590Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.7194436Z [3250/6735] Generating Resources/translations/TechDraw_ka.qm +2026-01-27T23:45:18.7198053Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ka.qm'... +2026-01-27T23:45:18.7199049Z Generated 1805 translation(s) (1667 finished and 138 unfinished) +2026-01-27T23:45:18.7304673Z [3251/6735] Generating Resources/translations/TechDraw_kab.qm +2026-01-27T23:45:18.7306737Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_kab.qm'... +2026-01-27T23:45:18.7307152Z Generated 920 translation(s) (105 finished and 815 unfinished) +2026-01-27T23:45:18.7852723Z [3252/6735] Generating Resources/translations/TechDraw_ko.qm +2026-01-27T23:45:18.7853626Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ko.qm'... +2026-01-27T23:45:18.7853931Z Generated 1805 translation(s) (559 finished and 1246 unfinished) +2026-01-27T23:45:18.7854179Z [3253/6735] Generating Resources/translations/TechDraw_lt.qm +2026-01-27T23:45:18.7854394Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_lt.qm'... +2026-01-27T23:45:18.7854619Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.7854837Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.7855042Z Generated 1725 translation(s) (419 finished and 1306 unfinished) +2026-01-27T23:45:18.8284044Z [3254/6735] Generating Resources/translations/TechDraw_ms.qm +2026-01-27T23:45:18.8286046Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ms.qm'... +2026-01-27T23:45:18.8286551Z Generated 1732 translation(s) (138 finished and 1594 unfinished) +2026-01-27T23:45:18.8296024Z [3255/6735] Generating Resources/translations/TechDraw_nl.qm +2026-01-27T23:45:18.8297005Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_nl.qm'... +2026-01-27T23:45:18.8297500Z Generated 1805 translation(s) (728 finished and 1077 unfinished) +2026-01-27T23:45:18.8587021Z [3256/6735] Generating Resources/translations/TechDraw_no.qm +2026-01-27T23:45:18.8589242Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_no.qm'... +2026-01-27T23:45:18.8589956Z Generated 920 translation(s) (106 finished and 814 unfinished) +2026-01-27T23:45:18.8764453Z [3257/6735] Generating Resources/translations/TechDraw_pl.qm +2026-01-27T23:45:18.8765851Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_pl.qm'... +2026-01-27T23:45:18.8766323Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.8766652Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.8766871Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:18.9117072Z [3258/6735] Generating Resources/translations/TechDraw_pt-BR.qm +2026-01-27T23:45:18.9119025Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_pt-BR.qm'... +2026-01-27T23:45:18.9119520Z Generated 1805 translation(s) (907 finished and 898 unfinished) +2026-01-27T23:45:18.9248269Z [3259/6735] Generating Resources/translations/TechDraw_pt-PT.qm +2026-01-27T23:45:18.9249484Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_pt-PT.qm'... +2026-01-27T23:45:18.9249807Z Generated 1732 translation(s) (755 finished and 977 unfinished) +2026-01-27T23:45:18.9605543Z [3260/6735] Generating Resources/translations/TechDraw_ro.qm +2026-01-27T23:45:18.9606970Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ro.qm'... +2026-01-27T23:45:18.9607443Z Generated 1805 translation(s) (432 finished and 1373 unfinished) +2026-01-27T23:45:18.9719305Z [3261/6735] Generating Resources/translations/TechDraw_ru.qm +2026-01-27T23:45:18.9721192Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_ru.qm'... +2026-01-27T23:45:18.9721739Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:18.9722156Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:18.9722506Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:19.0093229Z [3262/6735] Generating Resources/translations/TechDraw_sk.qm +2026-01-27T23:45:19.0094274Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_sk.qm'... +2026-01-27T23:45:19.0094700Z Generated 1404 translation(s) (181 finished and 1223 unfinished) +2026-01-27T23:45:19.0199355Z [3263/6735] Generating Resources/translations/TechDraw_sl.qm +2026-01-27T23:45:19.0200198Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_sl.qm'... +2026-01-27T23:45:19.0200702Z Generated 1805 translation(s) (918 finished and 887 unfinished) +2026-01-27T23:45:19.0345607Z [3264/6735] Automatic MOC and UIC for target SurfaceGui +2026-01-27T23:45:19.0544776Z [3265/6735] Generating Resources/translations/TechDraw_sr-CS.qm +2026-01-27T23:45:19.0546892Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_sr-CS.qm'... +2026-01-27T23:45:19.0547601Z Generated 1805 translation(s) (1795 finished and 10 unfinished) +2026-01-27T23:45:19.0662869Z [3266/6735] Generating Resources/translations/TechDraw_sr.qm +2026-01-27T23:45:19.0664040Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_sr.qm'... +2026-01-27T23:45:19.0664407Z Generated 1805 translation(s) (1795 finished and 10 unfinished) +2026-01-27T23:45:19.0826807Z [3267/6735] Generating Resources/translations/TechDraw_sv-SE.qm +2026-01-27T23:45:19.0829172Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_sv-SE.qm'... +2026-01-27T23:45:19.0829586Z Generated 1805 translation(s) (1785 finished and 20 unfinished) +2026-01-27T23:45:19.1031625Z [3268/6735] Generating Resources/translations/TechDraw_tr.qm +2026-01-27T23:45:19.1034035Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_tr.qm'... +2026-01-27T23:45:19.1034400Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:19.1034868Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:19.1035215Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:19.1153680Z [3269/6735] Generating Resources/translations/TechDraw_uk.qm +2026-01-27T23:45:19.1154866Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_uk.qm'... +2026-01-27T23:45:19.1155180Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:19.1155414Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:19.1155710Z Generated 1805 translation(s) (505 finished and 1300 unfinished) +2026-01-27T23:45:19.1328932Z [3270/6735] Generating Resources/translations/TechDraw_val-ES.qm +2026-01-27T23:45:19.1331554Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_val-ES.qm'... +2026-01-27T23:45:19.1332061Z Removed plural forms as the target language has less forms. +2026-01-27T23:45:19.1332309Z If this sounds wrong, possibly the target language is not set or recognized. +2026-01-27T23:45:19.1332547Z Generated 1755 translation(s) (864 finished and 891 unfinished) +2026-01-27T23:45:19.1488420Z [3271/6735] Generating Resources/translations/TechDraw_vi.qm +2026-01-27T23:45:19.1490804Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_vi.qm'... +2026-01-27T23:45:19.1491358Z Generated 1477 translation(s) (385 finished and 1092 unfinished) +2026-01-27T23:45:19.1606547Z [3272/6735] Generating Resources/translations/TechDraw_zh-CN.qm +2026-01-27T23:45:19.1652266Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_zh-CN.qm'... +2026-01-27T23:45:19.1652863Z Generated 1805 translation(s) (1805 finished and 0 unfinished) +2026-01-27T23:45:19.1747086Z [3273/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/Gui/Resources/icons/Surface_Workbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Surface/Resources/icons/Surface_Workbench.svg +2026-01-27T23:45:19.1817483Z [3274/6735] Generating Resources/translations/TechDraw_zh-TW.qm +2026-01-27T23:45:19.1818970Z Updating '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/TechDraw/Gui/Resources/translations/TechDraw_zh-TW.qm'... +2026-01-27T23:45:19.1819353Z Generated 1805 translation(s) (998 finished and 807 unfinished) +2026-01-27T23:45:19.2042429Z [3275/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/icons/preferences-techdraw.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/icons/preferences-techdraw.svg +2026-01-27T23:45:19.2280101Z [3276/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/osifont-lgpl3fe.ttf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/osifont-lgpl3fe.ttf +2026-01-27T23:45:19.2474673Z [3277/6735] Generating qrc_Surface.cpp +2026-01-27T23:45:19.2497342Z [3278/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/osifont-italic.ttf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/osifont-italic.ttf +2026-01-27T23:45:19.2708338Z [3279/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/osifont.license to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/osifont.license +2026-01-27T23:45:19.2714723Z [3280/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5-2018.ttf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/Y14.5-2018.ttf +2026-01-27T23:45:19.2922749Z [3281/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5Font.license to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/Y14.5Font.license +2026-01-27T23:45:19.2965081Z [3282/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/Resources/fonts/Y14.5-FreeCAD.ttf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/Resources/fonts/Y14.5-FreeCAD.ttf +2026-01-27T23:45:19.8052022Z [3283/6735] Generating qrc_PartDesign_translation.cpp +2026-01-27T23:45:20.0150088Z [3284/6735] Building CXX object src/Main/CMakeFiles/FreeCADGuiPy.dir/FreeCADGuiPy.cpp.o +2026-01-27T23:45:21.3136225Z [3285/6735] Generating qrc_TechDraw.cpp +2026-01-27T23:45:21.6260453Z [3286/6735] Building CXX object src/Main/CMakeFiles/FreeCADMainCmd.dir/MainCmd.cpp.o +2026-01-27T23:45:21.9469812Z [3287/6735] Building CXX object src/Main/CMakeFiles/FreeCADMain.dir/MainGui.cpp.o +2026-01-27T23:45:25.5295320Z [3288/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/Workbench.cpp.o +2026-01-27T23:45:26.7384760Z [3289/6735] Generating qrc_TechDraw_translation.cpp +2026-01-27T23:45:27.4800250Z [3290/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/Command.cpp.o +2026-01-27T23:45:27.8444812Z [3291/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/VisualInspection.cpp.o +2026-01-27T23:45:28.5187168Z [3292/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/AppInspectionGui.cpp.o +2026-01-27T23:45:32.6780768Z [3293/6735] Building CXX object src/Mod/Inspection/Gui/CMakeFiles/InspectionGui.dir/ViewProviderInspection.cpp.o +2026-01-27T23:45:32.8259453Z [3294/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/Commands.cpp.o +2026-01-27T23:45:32.8693330Z [3295/6735] Building CXX object src/Mod/Draft/App/CMakeFiles/DraftUtils.dir/DraftUtils_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:34.3121235Z [3296/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/AppAssemblyGui.cpp.o +2026-01-27T23:45:34.4216299Z [3297/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:45:35.7252244Z [3298/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderBomGroup.cpp.o +2026-01-27T23:45:37.0350588Z [3299/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/TaskAssemblyMessages.cpp.o +2026-01-27T23:45:38.4815468Z [3300/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderJointGroup.cpp.o +2026-01-27T23:45:39.4792401Z [3301/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/AppMeshPartGui.cpp.o +2026-01-27T23:45:40.0545546Z [3302/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Command.cpp.o +2026-01-27T23:45:40.9132254Z [3303/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderBom.cpp.o +2026-01-27T23:45:41.7002492Z [3304/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderAssemblyPyImp.cpp.o +2026-01-27T23:45:42.2872110Z [3305/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderSimulationGroup.cpp.o +2026-01-27T23:45:42.2946845Z [3306/6735] Building CXX object src/Mod/Draft/App/CMakeFiles/DraftUtils.dir/AppDraftUtils.cpp.o +2026-01-27T23:45:42.4359578Z [3307/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderViewGroup.cpp.o +2026-01-27T23:45:42.9801812Z [3308/6735] Building CXX object src/Mod/Draft/App/CMakeFiles/DraftUtils.dir/AppDraftUtilsPy.cpp.o +2026-01-27T23:45:44.6567147Z [3309/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderAssemblyLink.cpp.o +2026-01-27T23:45:46.9899621Z [3310/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/CrossSections.cpp.o +2026-01-27T23:45:48.5211112Z [3311/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPyImp.cpp.o +2026-01-27T23:45:48.6791438Z [3312/6735] Building CXX object src/Mod/Assembly/Gui/CMakeFiles/AssemblyGui.dir/ViewProviderAssembly.cpp.o +2026-01-27T23:45:48.6794129Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Gui/ViewProviderAssembly.cpp:1666:10: warning: unused variable 'hasConflicts' [-Wunused-variable] +2026-01-27T23:45:48.6794556Z 1666 | bool hasConflicts = assembly->getLastHasConflicts(); +2026-01-27T23:45:48.6794839Z | ^~~~~~~~~~~~ +2026-01-27T23:45:48.6795056Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Gui/ViewProviderAssembly.cpp:1668:10: warning: unused variable 'hasPartiallyRedundant' [-Wunused-variable] +2026-01-27T23:45:48.6795363Z 1668 | bool hasPartiallyRedundant = assembly->getLastHasPartialRedundancies(); +2026-01-27T23:45:48.6795621Z | ^~~~~~~~~~~~~~~~~~~~~ +2026-01-27T23:45:48.6795826Z 2 warnings generated. +2026-01-27T23:45:51.4382861Z [3313/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/CurveOnMesh.cpp.o +2026-01-27T23:45:53.4033765Z [3314/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemExportAbaqusImp.cpp.o +2026-01-27T23:45:53.4977022Z [3315/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMeshPyImp.cpp.o +2026-01-27T23:45:53.7332168Z [3316/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemGeneralImp.cpp.o +2026-01-27T23:45:54.0233421Z [3317/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostPipelinePyImp.cpp.o +2026-01-27T23:45:54.4735473Z [3318/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemCcxImp.cpp.o +2026-01-27T23:45:54.4969259Z [3319/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemElmerImp.cpp.o +2026-01-27T23:45:54.9790094Z [3320/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemMystranImp.cpp.o +2026-01-27T23:45:55.4520225Z [3321/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemInOutVtkImp.cpp.o +2026-01-27T23:45:55.6297342Z [3322/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemGmshImp.cpp.o +2026-01-27T23:45:57.5012398Z [3323/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/DlgSettingsFemZ88Imp.cpp.o +2026-01-27T23:45:59.8595332Z [3324/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostFilterPyImp.cpp.o +2026-01-27T23:46:04.1980497Z [3325/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintOnBoundary.cpp.o +2026-01-27T23:46:04.4511314Z [3326/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraint.cpp.o +2026-01-27T23:46:11.4500359Z [3327/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintFixed.cpp.o +2026-01-27T23:46:11.6697876Z [3328/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPulley.cpp.o +2026-01-27T23:46:12.5790368Z [3329/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintBearing.cpp.o +2026-01-27T23:46:13.5892271Z [3330/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/qrc_Fem.cpp.o +2026-01-27T23:46:15.1125716Z [3331/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintGear.cpp.o +2026-01-27T23:46:15.3655961Z [3332/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintInitialTemperature.cpp.o +2026-01-27T23:46:17.0816719Z [3333/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintRigidBody.cpp.o +2026-01-27T23:46:17.2030054Z [3334/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintTemperature.cpp.o +2026-01-27T23:46:18.0916774Z [3335/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPressure.cpp.o +2026-01-27T23:46:18.7913720Z [3336/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintHeatflux.cpp.o +2026-01-27T23:46:18.8716052Z [3337/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/qrc_Fem_translation.cpp.o +2026-01-27T23:46:19.4746050Z [3338/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintForce.cpp.o +2026-01-27T23:46:19.9073041Z [3339/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintSpring.cpp.o +2026-01-27T23:46:21.1549080Z [3340/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintDisplacement.cpp.o +2026-01-27T23:46:23.3113939Z [3341/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintFluidBoundary.cpp.o +2026-01-27T23:46:23.9848391Z [3342/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintPlaneRotation.cpp.o +2026-01-27T23:46:26.7701137Z [3343/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintTransform.cpp.o +2026-01-27T23:46:27.9972465Z [3344/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMeshShape.cpp.o +2026-01-27T23:46:28.5334160Z [3345/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskFemConstraintContact.cpp.o +2026-01-27T23:46:29.8784630Z [3346/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetFaces.cpp.o +2026-01-27T23:46:30.4852437Z [3347/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetGeometry.cpp.o +2026-01-27T23:46:30.6934780Z [3348/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetElements.cpp.o +2026-01-27T23:46:30.9904568Z [3349/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemSelectionGate.cpp.o +2026-01-27T23:46:33.5298530Z [3350/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderAnalysis.cpp.o +2026-01-27T23:46:33.7575090Z [3351/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMeshShapeNetgen.cpp.o +2026-01-27T23:46:33.8589612Z [3352/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetNodes.cpp.o +2026-01-27T23:46:35.4313416Z [3353/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSetElementNodes.cpp.o +2026-01-27T23:46:35.9498683Z [3354/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderSolver.cpp.o +2026-01-27T23:46:38.8675252Z [3355/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemMesh.cpp.o +2026-01-27T23:46:39.2409246Z [3356/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraint.cpp.o +2026-01-27T23:46:44.1382442Z [3357/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintOnBoundary.cpp.o +2026-01-27T23:46:44.9709929Z [3358/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintForce.cpp.o +2026-01-27T23:46:45.4505739Z [3359/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintRigidBody.cpp.o +2026-01-27T23:46:46.7685275Z [3360/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintFixed.cpp.o +2026-01-27T23:46:48.4251858Z [3361/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintBearing.cpp.o +2026-01-27T23:46:48.6342937Z [3362/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintSpring.cpp.o +2026-01-27T23:46:50.4528418Z [3363/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintGear.cpp.o +2026-01-27T23:46:50.4972230Z [3364/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPulley.cpp.o +2026-01-27T23:46:50.9147179Z [3365/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPressure.cpp.o +2026-01-27T23:46:50.9613227Z [3366/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintFluidBoundary.cpp.o +2026-01-27T23:46:52.8790505Z [3367/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintHeatflux.cpp.o +2026-01-27T23:46:53.1196246Z [3368/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintInitialTemperature.cpp.o +2026-01-27T23:46:54.0132296Z [3369/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintDisplacement.cpp.o +2026-01-27T23:46:54.4634924Z [3370/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintTemperature.cpp.o +2026-01-27T23:46:55.1957682Z [3371/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintPlaneRotation.cpp.o +2026-01-27T23:46:57.8896481Z [3372/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintContact.cpp.o +2026-01-27T23:46:59.2035577Z [3373/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderResult.cpp.o +2026-01-27T23:47:00.5466744Z [3374/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemConstraintTransform.cpp.o +2026-01-27T23:47:05.8412146Z [3375/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgAnalysis.cpp.o +2026-01-27T23:47:06.7341735Z [3376/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgCreateElementSet.cpp.o +2026-01-27T23:47:07.7129281Z [3377/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemGuiTools.cpp.o +2026-01-27T23:47:08.4475142Z [3378/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgCreateNodeSet.cpp.o +2026-01-27T23:47:08.6288522Z [3379/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskObjectName.cpp.o +2026-01-27T23:47:08.6975968Z [3380/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDriver.cpp.o +2026-01-27T23:47:08.9035505Z [3381/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskAnalysisInfo.cpp.o +2026-01-27T23:47:09.5055334Z [3382/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/AbaqusHighlighter.cpp.o +2026-01-27T23:47:11.4145261Z [3383/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskDlgMeshShapeNetgen.cpp.o +2026-01-27T23:47:12.6329668Z [3384/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskTetParameter.cpp.o +2026-01-27T23:47:13.4454980Z [3385/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/FemSettings.cpp.o +2026-01-27T23:47:13.5518758Z [3386/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/ImportGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:47:16.0190350Z [3387/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ActiveAnalysisObserver.cpp.o +2026-01-27T23:47:17.3177798Z [3388/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/AppFemGuiPy.cpp.o +2026-01-27T23:47:17.3556257Z [3389/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskCreateElementSet.cpp.o +2026-01-27T23:47:18.9351254Z [3390/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskPostExtraction.cpp.o +2026-01-27T23:47:19.3731870Z [3391/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskCreateNodeSet.cpp.o +2026-01-27T23:47:26.8685910Z [3392/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/Workbench.cpp.o +2026-01-27T23:47:27.9260517Z [3393/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/Command.cpp.o +2026-01-27T23:47:28.0053486Z [3394/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostBranchFilter.cpp.o +2026-01-27T23:47:28.1211554Z [3395/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/flatmesh.dir/flatmesh_autogen/mocs_compilation.cpp.o +2026-01-27T23:47:30.0447442Z [3396/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/AppFemGui.cpp.o +2026-01-27T23:47:31.3039360Z [3397/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostPipeline.cpp.o +2026-01-27T23:47:33.0582837Z [3398/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/PropertyFemMeshItem.cpp.o +2026-01-27T23:47:33.3053242Z [3399/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/AppImportGui.cpp.o +2026-01-27T23:47:35.4903962Z [3400/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostFilter.cpp.o +2026-01-27T23:47:35.5953808Z [3401/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostObject.cpp.o +2026-01-27T23:47:36.2257397Z [3402/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/Command.cpp.o +2026-01-27T23:47:36.3356516Z [3403/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/PartDesignGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:47:37.5797509Z [3404/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/ExportOCAFGui.cpp.o +2026-01-27T23:47:37.7176162Z [3405/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/qrc_PartDesign.cpp.o +2026-01-27T23:47:39.3477366Z [3406/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/OCAFBrowser.cpp.o +2026-01-27T23:47:40.5294430Z [3407/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/TaskPostBoxes.cpp.o +2026-01-27T23:47:42.2435328Z [3408/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/flatmesh.dir/MeshFlatteningNurbs.cpp.o +2026-01-27T23:47:42.8782009Z [3409/6735] Building CXX object src/Mod/Fem/Gui/CMakeFiles/FemGui.dir/ViewProviderFemPostFunction.cpp.o +2026-01-27T23:47:43.3778087Z [3410/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/Workbench.cpp.o +2026-01-27T23:47:43.6434181Z [3411/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/qrc_PartDesign_translation.cpp.o +2026-01-27T23:47:44.1061786Z [3412/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/ImportOCAFGui.cpp.o +2026-01-27T23:47:44.7102335Z [3413/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/flatmesh.dir/MeshFlattening.cpp.o +2026-01-27T23:47:44.9717788Z [3414/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/AppImportGuiPy.cpp.o +2026-01-27T23:47:48.8421113Z [3415/6735] Building CXX object src/Mod/Import/Gui/CMakeFiles/ImportGui.dir/dxf/ImpExpDxfGui.cpp.o +2026-01-27T23:47:49.4862931Z [3416/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Workbench.cpp.o +2026-01-27T23:47:52.7348381Z [3417/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/TaskCurveOnMesh.cpp.o +2026-01-27T23:48:02.2544420Z [3418/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Workbench.cpp.o +2026-01-27T23:48:03.0059806Z [3419/6735] Building CXX object src/Mod/MeshPart/Gui/CMakeFiles/MeshPartGui.dir/Tessellation.cpp.o +2026-01-27T23:48:04.2606252Z [3420/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/CommandPrimitive.cpp.o +2026-01-27T23:48:06.1936502Z [3421/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ReferenceSelection.cpp.o +2026-01-27T23:48:06.2788976Z [3422/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/WorkflowManager.cpp.o +2026-01-27T23:48:06.7732567Z [3423/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/AppPartDesignGui.cpp.o +2026-01-27T23:48:07.4032530Z [3424/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/flatmesh.dir/MeshFlatteningPy.cpp.o +2026-01-27T23:48:12.7550673Z [3425/6735] Building CXX object src/Mod/MeshPart/App/CMakeFiles/flatmesh.dir/MeshFlatteningLscmRelax.cpp.o +2026-01-27T23:48:13.8815810Z [3426/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Utils.cpp.o +2026-01-27T23:48:14.0077019Z [3427/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFeatureParameters.cpp.o +2026-01-27T23:48:16.3456808Z [3428/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/Command.cpp.o +2026-01-27T23:48:17.3405580Z [3429/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/SketchWorkflow.cpp.o +2026-01-27T23:48:19.1348073Z [3430/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/CommandBody.cpp.o +2026-01-27T23:48:21.0450675Z [3431/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFeaturePick.cpp.o +2026-01-27T23:48:23.5733916Z [3432/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPadParameters.cpp.o +2026-01-27T23:48:25.9281477Z [3433/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskSketchBasedParameters.cpp.o +2026-01-27T23:48:27.9047289Z [3434/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPocketParameters.cpp.o +2026-01-27T23:48:34.1276396Z [3435/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskTransformedMessages.cpp.o +2026-01-27T23:48:35.2562844Z [3436/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDraftParameters.cpp.o +2026-01-27T23:48:36.5874105Z [3437/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDressUpParameters.cpp.o +2026-01-27T23:48:37.2590901Z [3438/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskChamferParameters.cpp.o +2026-01-27T23:48:37.5784458Z [3439/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskExtrudeParameters.cpp.o +2026-01-27T23:48:39.4003781Z [3440/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskFilletParameters.cpp.o +2026-01-27T23:48:40.1774319Z [3441/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskScaledParameters.cpp.o +2026-01-27T23:48:40.2050682Z [3442/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskThicknessParameters.cpp.o +2026-01-27T23:48:40.6503167Z [3443/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPatternParameters.cpp.o +2026-01-27T23:48:41.4765975Z [3444/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskRevolutionParameters.cpp.o +2026-01-27T23:48:43.5171877Z [3445/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskTransformedParameters.cpp.o +2026-01-27T23:48:45.4856743Z [3446/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskDatumParameters.cpp.o +2026-01-27T23:48:48.0052764Z [3447/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskMirroredParameters.cpp.o +2026-01-27T23:48:48.0793139Z [3448/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskMultiTransformParameters.cpp.o +2026-01-27T23:48:48.8663990Z [3449/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskShapeBinder.cpp.o +2026-01-27T23:48:57.3407963Z [3450/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskBooleanParameters.cpp.o +2026-01-27T23:48:58.4733739Z [3451/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskHoleParameters.cpp.o +2026-01-27T23:49:02.0415136Z [3452/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/DlgActiveBody.cpp.o +2026-01-27T23:49:03.2028827Z [3453/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderSketchBased.cpp.o +2026-01-27T23:49:03.7647944Z [3454/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderExtrude.cpp.o +2026-01-27T23:49:04.3294328Z [3455/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskLoftParameters.cpp.o +2026-01-27T23:49:05.1637351Z [3456/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPad.cpp.o +2026-01-27T23:49:05.4946168Z [3457/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProvider.cpp.o +2026-01-27T23:49:08.9443631Z [3458/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskHelixParameters.cpp.o +2026-01-27T23:49:09.7621100Z [3459/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderHole.cpp.o +2026-01-27T23:49:11.2267396Z [3460/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderFillet.cpp.o +2026-01-27T23:49:11.8842470Z [3461/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBody.cpp.o +2026-01-27T23:49:12.9225331Z [3462/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderChamfer.cpp.o +2026-01-27T23:49:12.9610714Z [3463/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPocket.cpp.o +2026-01-27T23:49:13.8935253Z [3464/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPipeParameters.cpp.o +2026-01-27T23:49:17.9085822Z [3465/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/TaskPrimitiveParameters.cpp.o +2026-01-27T23:49:19.0292069Z [3466/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDraft.cpp.o +2026-01-27T23:49:22.0436384Z [3467/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderRevolution.cpp.o +2026-01-27T23:49:22.3635923Z [3468/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderThickness.cpp.o +2026-01-27T23:49:24.6225000Z [3469/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderGroove.cpp.o +2026-01-27T23:49:26.8794982Z [3470/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDressUp.cpp.o +2026-01-27T23:49:27.7303164Z [3471/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderLinearPattern.cpp.o +2026-01-27T23:49:30.0531839Z [3472/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderMirrored.cpp.o +2026-01-27T23:49:30.1036457Z [3473/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderTransformed.cpp.o +2026-01-27T23:49:31.3630729Z [3474/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderMultiTransform.cpp.o +2026-01-27T23:49:31.4685377Z [3475/6735] Building CXX object src/Mod/CAM/PathSimulator/App/CMakeFiles/PathSimulator.dir/PathSimulator_autogen/mocs_compilation.cpp.o +2026-01-27T23:49:31.5740000Z [3476/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/tsp_solver.dir/tsp_solver_autogen/mocs_compilation.cpp.o +2026-01-27T23:49:32.7941501Z [3477/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderScaled.cpp.o +2026-01-27T23:49:32.9558618Z [3478/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumCS.cpp.o +2026-01-27T23:49:33.0594088Z [3479/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area.dir/area_autogen/mocs_compilation.cpp.o +2026-01-27T23:49:33.1220587Z [3480/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumPoint.cpp.o +2026-01-27T23:49:33.5141661Z [3481/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPolarPattern.cpp.o +2026-01-27T23:49:33.9052197Z [3482/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumLine.cpp.o +2026-01-27T23:49:34.8514061Z [3483/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatumPlane.cpp.o +2026-01-27T23:49:35.0501375Z [3484/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/tsp_solver.dir/tsp_solver.cpp.o +2026-01-27T23:49:36.9624466Z [3485/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderDatum.cpp.o +2026-01-27T23:49:41.8830604Z [3486/6735] Building CXX object src/Mod/CAM/PathSimulator/App/CMakeFiles/PathSimulator.dir/PathSim.cpp.o +2026-01-27T23:49:44.1332020Z [3487/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBoolean.cpp.o +2026-01-27T23:49:45.8283007Z [3488/6735] Building CXX object src/Mod/CAM/PathSimulator/App/CMakeFiles/PathSimulator.dir/VolSim.cpp.o +2026-01-27T23:49:45.8463973Z [3489/6735] Building CXX object src/Mod/CAM/PathSimulator/App/CMakeFiles/PathSimulator.dir/PathSimPyImp.cpp.o +2026-01-27T23:49:46.0424935Z [3490/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderShapeBinder.cpp.o +2026-01-27T23:49:46.5773467Z [3491/6735] Building CXX object src/Mod/CAM/PathSimulator/App/CMakeFiles/PathSimulator.dir/AppPathSimulator.cpp.o +2026-01-27T23:49:47.0672058Z [3492/6735] Building CXX object src/Mod/CAM/App/CMakeFiles/tsp_solver.dir/tsp_solver_pybind.cpp.o +2026-01-27T23:49:47.5693277Z [3493/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPyImp.cpp.o +2026-01-27T23:49:48.2692066Z [3494/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPrimitive.cpp.o +2026-01-27T23:49:49.0597010Z [3495/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderLoft.cpp.o +2026-01-27T23:49:49.2428846Z [3496/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/CAMSimulator_autogen/mocs_compilation.cpp.o +2026-01-27T23:49:50.0626780Z [3497/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderPipe.cpp.o +2026-01-27T23:49:51.4774311Z [3498/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/CAMSim.cpp.o +2026-01-27T23:49:52.6014253Z [3499/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderBase.cpp.o +2026-01-27T23:49:54.9615045Z [3500/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/CAMSimPyImp.cpp.o +2026-01-27T23:49:56.9065472Z [3501/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/AppCAMSimulator.cpp.o +2026-01-27T23:49:57.6310222Z [3502/6735] Building CXX object src/Mod/PartDesign/Gui/CMakeFiles/PartDesignGui.dir/ViewProviderHelix.cpp.o +2026-01-27T23:49:58.2752829Z [3503/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/EndMill.cpp.o +2026-01-27T23:49:58.3832445Z [3504/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/PathGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:49:58.9818028Z [3505/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/GlUtils.cpp.o +2026-01-27T23:49:59.0723905Z [3506/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/MillPathLine.cpp.o +2026-01-27T23:49:59.9280554Z [3507/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/GCodeParser.cpp.o +2026-01-27T23:50:00.2611966Z [3508/6735] Building CXX object src/Mod/CAM/libarea/CMakeFiles/area.dir/pyarea.cpp.o +2026-01-27T23:50:00.4402578Z [3509/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/qrc_Path.cpp.o +2026-01-27T23:50:01.1424021Z [3510/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/MillSimulation.cpp.o +2026-01-27T23:50:01.5365056Z [3511/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/GuiDisplay.cpp.o +2026-01-27T23:50:01.7262087Z [3512/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/SimShapes.cpp.o +2026-01-27T23:50:02.1904706Z [3513/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/TextureLoader.cpp.o +2026-01-27T23:50:02.6159643Z [3514/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/MillPathSegment.cpp.o +2026-01-27T23:50:04.4194213Z [3515/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/SimDisplay.cpp.o +2026-01-27T23:50:04.5973295Z [3516/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/SolidObject.cpp.o +2026-01-27T23:50:04.6664940Z [3517/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/PointsGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:50:06.5458081Z [3518/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/DlgCAMSimulator.cpp.o +2026-01-27T23:50:06.7427789Z [3519/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/qrc_Points.cpp.o +2026-01-27T23:50:06.8286592Z [3520/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/StockObject.cpp.o +2026-01-27T23:50:06.8607986Z [3521/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/Shader.cpp.o +2026-01-27T23:50:07.5825228Z [3522/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/qrc_Path_translation.cpp.o +2026-01-27T23:50:07.9818693Z [3523/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/qrc_Points_translation.cpp.o +2026-01-27T23:50:10.7012711Z [3524/6735] Building CXX object src/Mod/CAM/PathSimulator/AppGL/CMakeFiles/CAMSimulator.dir/Texture.cpp.o +2026-01-27T23:50:10.8115348Z [3525/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/ReverseEngineeringGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:50:10.9568426Z [3526/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/qrc_ReverseEngineering.cpp.o +2026-01-27T23:50:11.5253410Z [3527/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o +2026-01-27T23:50:11.9262060Z [3528/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/DlgProcessorChooser.cpp.o +2026-01-27T23:50:11.9804277Z [3529/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/qrc_ReverseEngineering_translation.cpp.o +2026-01-27T23:50:14.1884814Z [3530/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/DlgPointsReadImp.cpp.o +2026-01-27T23:50:18.6572161Z [3531/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/ViewProviderPath.cpp.o +2026-01-27T23:50:19.6497018Z [3532/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/TaskDlgPathCompound.cpp.o +2026-01-27T23:50:20.0464260Z [3533/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/AppPathGuiPy.cpp.o +2026-01-27T23:50:20.8706358Z [3534/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/Command.cpp.o +2026-01-27T23:50:21.1552090Z [3535/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/ViewProviderPathCompound.cpp.o +2026-01-27T23:50:21.2615616Z [3536/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/RobotGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:50:21.6718301Z [3537/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/qrc_Robot.cpp.o +2026-01-27T23:50:22.7235997Z [3538/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/ViewProviderPathShape.cpp.o +2026-01-27T23:50:22.8419297Z [3539/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/qrc_Robot_translation.cpp.o +2026-01-27T23:50:25.1178581Z [3540/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/Workbench.cpp.o +2026-01-27T23:50:25.4133580Z [3541/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/AppPathGui.cpp.o +2026-01-27T23:50:25.4717015Z [3542/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/ViewProvider.cpp.o +2026-01-27T23:50:28.2293895Z [3543/6735] Building CXX object src/Mod/CAM/Gui/CMakeFiles/PathGui.dir/ViewProviderArea.cpp.o +2026-01-27T23:50:29.8021557Z [3544/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Poisson.cpp.o +2026-01-27T23:50:29.9175142Z [3545/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/FitBSplineCurve.cpp.o +2026-01-27T23:50:29.9694391Z [3546/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/AppPointsGui.cpp.o +2026-01-27T23:50:32.7651109Z [3547/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/FitBSplineSurface.cpp.o +2026-01-27T23:50:35.4681457Z [3548/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Workbench.cpp.o +2026-01-27T23:50:35.4739538Z [3549/6735] Building CXX object src/Mod/Points/Gui/CMakeFiles/PointsGui.dir/Command.cpp.o +2026-01-27T23:50:36.4972126Z [3550/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/SegmentationManual.cpp.o +2026-01-27T23:50:38.9188627Z [3551/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderEdge2TracObject.cpp.o +2026-01-27T23:50:39.1891949Z [3552/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/AppReverseEngineeringGui.cpp.o +2026-01-27T23:50:39.6307909Z [3553/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/Workbench.cpp.o +2026-01-27T23:50:39.7427581Z [3554/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Segmentation.cpp.o +2026-01-27T23:50:41.8623220Z [3555/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderTrajectory.cpp.o +2026-01-27T23:50:44.6179043Z [3556/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderTrajectoryCompound.cpp.o +2026-01-27T23:50:44.7399350Z [3557/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/AppRobotGui.cpp.o +2026-01-27T23:50:46.1260766Z [3558/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderTrajectoryDressUp.cpp.o +2026-01-27T23:50:48.8244014Z [3559/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/Command.cpp.o +2026-01-27T23:50:49.0482944Z [3560/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/ViewProviderRobotObject.cpp.o +2026-01-27T23:50:50.0712212Z [3561/6735] Building CXX object src/Mod/ReverseEngineering/Gui/CMakeFiles/ReverseEngineeringGui.dir/Command.cpp.o +2026-01-27T23:50:51.2542689Z [3562/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandTrajectory.cpp.o +2026-01-27T23:50:51.7905105Z [3563/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/qrc_Start.cpp.o +2026-01-27T23:50:52.1824017Z [3564/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskTrajectory.cpp.o +2026-01-27T23:50:52.8121896Z [3565/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandInsertRobot.cpp.o +2026-01-27T23:50:52.9029914Z [3566/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/CommandExport.cpp.o +2026-01-27T23:50:52.9361090Z [3567/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/qrc_Start_translation.cpp.o +2026-01-27T23:50:54.6969535Z [3568/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobot6Axis.cpp.o +2026-01-27T23:50:57.4028826Z [3569/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobotMessages.cpp.o +2026-01-27T23:50:57.7109608Z [3570/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TrajectorySimulate.cpp.o +2026-01-27T23:50:58.3081888Z [3571/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskTrajectoryDressUpParameter.cpp.o +2026-01-27T23:50:58.4639483Z [3572/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskRobotControl.cpp.o +2026-01-27T23:50:59.0566481Z [3573/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskEdge2TracParameter.cpp.o +2026-01-27T23:51:01.7219026Z [3574/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/StartGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:51:03.1929776Z [3575/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgEdge2Trac.cpp.o +2026-01-27T23:51:03.4805597Z [3576/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/FirstStartWidget.cpp.o +2026-01-27T23:51:03.7282136Z [3577/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/qrc_Surface.cpp.o +2026-01-27T23:51:03.8570688Z [3578/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/FileCardView.cpp.o +2026-01-27T23:51:05.0046501Z [3579/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgTrajectoryCompound.cpp.o +2026-01-27T23:51:05.2217525Z [3580/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskWatcher.cpp.o +2026-01-27T23:51:05.4572516Z [3581/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgSimulate.cpp.o +2026-01-27T23:51:05.5225062Z [3582/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/DlgStartPreferencesImp.cpp.o +2026-01-27T23:51:06.5747313Z [3583/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/AppStartGui.cpp.o +2026-01-27T23:51:07.2171781Z [3584/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/FlowLayout.cpp.o +2026-01-27T23:51:07.7131831Z [3585/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/Manipulator.cpp.o +2026-01-27T23:51:07.7330159Z [3586/6735] Building CXX object src/Mod/Robot/Gui/CMakeFiles/RobotGui.dir/TaskDlgTrajectoryDressUp.cpp.o +2026-01-27T23:51:07.8677101Z [3587/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/FileCardDelegate.cpp.o +2026-01-27T23:51:08.8974669Z [3588/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/NewFileButton.cpp.o +2026-01-27T23:51:09.0056339Z [3589/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/MeasureGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:51:09.2492449Z [3590/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/qrc_Measure.cpp.o +2026-01-27T23:51:10.3078675Z [3591/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/qrc_Measure_translation.cpp.o +2026-01-27T23:51:12.8702539Z [3592/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/GeneralSettingsWidget.cpp.o +2026-01-27T23:51:13.4674067Z [3593/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/ThemeSelectorWidget.cpp.o +2026-01-27T23:51:21.3724521Z [3594/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/SurfaceGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:51:22.1713474Z [3595/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Command.cpp.o +2026-01-27T23:51:24.3633044Z [3596/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFillingVertex.cpp.o +2026-01-27T23:51:24.7887562Z [3597/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Blending/TaskBlendCurve.cpp.o +2026-01-27T23:51:24.8475328Z [3598/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Workbench.cpp.o +2026-01-27T23:51:24.9565297Z [3599/6735] Building CXX object src/Mod/Start/Gui/CMakeFiles/StartGui.dir/StartView.cpp.o +2026-01-27T23:51:24.9567256Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/Gui/StartView.cpp:386:14: warning: variable 'closeStart' set but not used [-Wunused-but-set-variable] +2026-01-27T23:51:24.9568177Z 386 | if (auto closeStart = hGrp->GetBool("closeStart", false)) { +2026-01-27T23:51:24.9568702Z | ^ +2026-01-27T23:51:24.9568966Z 1 warning generated. +2026-01-27T23:51:26.1877341Z [3600/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/Blending/ViewProviderBlendCurve.cpp.o +2026-01-27T23:51:27.8361412Z [3601/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/AppSurfaceGui.cpp.o +2026-01-27T23:51:28.3667015Z [3602/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/ViewProviderExtend.cpp.o +2026-01-27T23:51:29.2683642Z [3603/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/QuickMeasurePyImp.cpp.o +2026-01-27T23:51:29.4216720Z [3604/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskGeomFillSurface.cpp.o +2026-01-27T23:51:30.0896105Z [3605/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/qrc_TechDraw.cpp.o +2026-01-27T23:51:30.4500986Z [3606/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/Command.cpp.o +2026-01-27T23:51:31.2062509Z [3607/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFilling.cpp.o +2026-01-27T23:51:31.4665988Z [3608/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskFillingEdge.cpp.o +2026-01-27T23:51:31.8635246Z [3609/6735] Building CXX object src/Mod/Surface/Gui/CMakeFiles/SurfaceGui.dir/TaskSections.cpp.o +2026-01-27T23:51:34.4934787Z [3610/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/DlgPrefsMeasureAppearanceImp.cpp.o +2026-01-27T23:51:35.9130097Z [3611/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/AppMeasureGui.cpp.o +2026-01-27T23:51:36.9234080Z [3612/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TechDrawGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:51:37.2932103Z [3613/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/mtextedit.cpp.o +2026-01-27T23:51:38.6374021Z [3614/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/qrc_TechDraw_translation.cpp.o +2026-01-27T23:51:43.6401191Z [3615/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/ViewProviderMeasureDistance.cpp.o +2026-01-27T23:51:44.7895623Z [3616/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/TaskMeasure.cpp.o +2026-01-27T23:51:48.6484455Z [3617/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/mrichtextedit.cpp.o +2026-01-27T23:51:48.7442096Z [3618/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/ViewProviderMeasureBase.cpp.o +2026-01-27T23:51:50.3072498Z [3619/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/ViewProviderMeasureAngle.cpp.o +2026-01-27T23:51:53.7009446Z [3620/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/AppTechDrawGuiPy.cpp.o +2026-01-27T23:51:55.6483949Z [3621/6735] Building CXX object src/Mod/Measure/Gui/CMakeFiles/MeasureGui.dir/QuickMeasure.cpp.o +2026-01-27T23:51:55.8812141Z [3622/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandDecorate.cpp.o +2026-01-27T23:51:57.0340298Z [3623/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Command.cpp.o +2026-01-27T23:51:58.4255842Z [3624/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandAnnotate.cpp.o +2026-01-27T23:51:58.5276991Z [3625/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandAlign.cpp.o +2026-01-27T23:52:04.2175082Z [3626/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandStack.cpp.o +2026-01-27T23:52:05.1651428Z [3627/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPageChooser.cpp.o +2026-01-27T23:52:06.2754606Z [3628/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawScaleImp.cpp.o +2026-01-27T23:52:07.1263141Z [3629/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Workbench.cpp.o +2026-01-27T23:52:07.3862318Z [3630/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandHelpers.cpp.o +2026-01-27T23:52:07.4675579Z [3631/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandCreateDims.cpp.o +2026-01-27T23:52:08.2777752Z [3632/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawColorsImp.cpp.o +2026-01-27T23:52:09.4989994Z [3633/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/AppTechDrawGui.cpp.o +2026-01-27T23:52:12.8532429Z [3634/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgTemplateField.cpp.o +2026-01-27T23:52:13.3045847Z [3635/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskProjGroup.cpp.o +2026-01-27T23:52:13.4426504Z [3636/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DimensionValidators.cpp.o +2026-01-27T23:52:15.7532248Z [3637/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandExtensionPack.cpp.o +2026-01-27T23:52:16.4980267Z [3638/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawHLRImp.cpp.o +2026-01-27T23:52:16.6921199Z [3639/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawAdvancedImp.cpp.o +2026-01-27T23:52:17.1109865Z [3640/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawAnnotationImp.cpp.o +2026-01-27T23:52:17.1455788Z [3641/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawDimensionsImp.cpp.o +2026-01-27T23:52:17.5492410Z [3642/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DlgPrefsTechDrawGeneralImp.cpp.o +2026-01-27T23:52:18.7803243Z [3643/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/CommandExtensionDims.cpp.o +2026-01-27T23:52:25.1331829Z [3644/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskBalloon.cpp.o +2026-01-27T23:52:33.1192511Z [3645/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskHatch.cpp.o +2026-01-27T23:52:34.8752921Z [3646/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskWeldingSymbol.cpp.o +2026-01-27T23:52:35.1775639Z [3647/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSectionView.cpp.o +2026-01-27T23:52:35.4100126Z [3648/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskGeomHatch.cpp.o +2026-01-27T23:52:38.6883332Z [3649/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Rez.cpp.o +2026-01-27T23:52:39.5038839Z [3650/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSurfaceFinishSymbols.cpp.o +2026-01-27T23:52:39.9294211Z [3651/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskRichAnno.cpp.o +2026-01-27T23:52:40.5487826Z [3652/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskSelectLineAttributes.cpp.o +2026-01-27T23:52:40.6829144Z [3653/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLeaderLine.cpp.o +2026-01-27T23:52:41.6023653Z [3654/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLinkDim.cpp.o +2026-01-27T23:52:42.6572165Z [3655/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskLineDecor.cpp.o +2026-01-27T23:52:43.7841221Z [3656/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/SymbolChooser.cpp.o +2026-01-27T23:52:45.5718121Z [3657/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/DrawGuiUtil.cpp.o +2026-01-27T23:52:47.4452307Z [3658/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDimension.cpp.o +2026-01-27T23:52:50.2848813Z [3659/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCosVertex.cpp.o +2026-01-27T23:52:50.7086659Z [3660/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCustomizeFormat.cpp.o +2026-01-27T23:52:52.3528545Z [3661/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCenterLine.cpp.o +2026-01-27T23:52:56.6861999Z [3662/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Grabber3d.cpp.o +2026-01-27T23:52:56.9521411Z [3663/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/PreferencesGui.cpp.o +2026-01-27T23:52:58.1131897Z [3664/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TechDrawHandler.cpp.o +2026-01-27T23:52:58.1969624Z [3665/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskProjection.cpp.o +2026-01-27T23:52:59.7586193Z [3666/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/CompassDialWidget.cpp.o +2026-01-27T23:53:00.3389749Z [3667/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskActiveView.cpp.o +2026-01-27T23:53:01.7548056Z [3668/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCosmeticCircle.cpp.o +2026-01-27T23:53:02.9667303Z [3669/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/CompassWidget.cpp.o +2026-01-27T23:53:05.4031211Z [3670/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskCosmeticLine.cpp.o +2026-01-27T23:53:07.4922055Z [3671/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomRect.cpp.o +2026-01-27T23:53:08.2348104Z [3672/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICaption.cpp.o +2026-01-27T23:53:10.0379221Z [3673/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomSvg.cpp.o +2026-01-27T23:53:11.4273848Z [3674/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDetail.cpp.o +2026-01-27T23:53:12.2793445Z [3675/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomClip.cpp.o +2026-01-27T23:53:12.4304187Z [3676/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVPage.cpp.o +2026-01-27T23:53:12.6995809Z [3677/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomLabel.cpp.o +2026-01-27T23:53:13.1092482Z [3678/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskComplexSection.cpp.o +2026-01-27T23:53:13.7539058Z [3679/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomBorder.cpp.o +2026-01-27T23:53:14.0974797Z [3680/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/PATPathMaker.cpp.o +2026-01-27T23:53:14.9251799Z [3681/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TaskDimRepair.cpp.o +2026-01-27T23:53:15.4045947Z [3682/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGDisplayArea.cpp.o +2026-01-27T23:53:15.8004486Z [3683/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomImage.cpp.o +2026-01-27T23:53:16.0229984Z [3684/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGCustomText.cpp.o +2026-01-27T23:53:17.0425682Z [3685/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/MDIViewPage.cpp.o +2026-01-27T23:53:19.8411898Z [3686/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/Widgets/VectorEditWidget.cpp.o +2026-01-27T23:53:20.4777694Z [3687/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/PagePrinter.cpp.o +2026-01-27T23:53:23.2571988Z [3688/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewCollection.cpp.o +2026-01-27T23:53:24.1503323Z [3689/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIArrow.cpp.o +2026-01-27T23:53:28.2649419Z [3690/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGITemplate.cpp.o +2026-01-27T23:53:30.1081692Z [3691/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDrawingTemplate.cpp.o +2026-01-27T23:53:30.5137070Z [3692/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIEdge.cpp.o +2026-01-27T23:53:31.9619112Z [3693/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGSPage.cpp.o +2026-01-27T23:53:32.9705039Z [3694/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIView.cpp.o +2026-01-27T23:53:33.0917254Z [3695/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIVertex.cpp.o +2026-01-27T23:53:33.4564517Z [3696/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIMatting.cpp.o +2026-01-27T23:53:39.4918405Z [3697/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGISVGTemplate.cpp.o +2026-01-27T23:53:40.5268868Z [3698/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIFace.cpp.o +2026-01-27T23:53:41.2752919Z [3699/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewBalloon.cpp.o +2026-01-27T23:53:41.9012506Z [3700/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDatumLabel.cpp.o +2026-01-27T23:53:44.4092072Z [3701/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIProjGroup.cpp.o +2026-01-27T23:53:44.9497621Z [3702/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSection.cpp.o +2026-01-27T23:53:45.0016554Z [3703/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewImage.cpp.o +2026-01-27T23:53:46.4680253Z [3704/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSymbol.cpp.o +2026-01-27T23:53:46.7414838Z [3705/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDimLines.cpp.o +2026-01-27T23:53:47.2888657Z [3706/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewSpreadsheet.cpp.o +2026-01-27T23:53:48.3605993Z [3707/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICMark.cpp.o +2026-01-27T23:53:52.2605489Z [3708/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewPart.cpp.o +2026-01-27T23:53:53.6933257Z [3709/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIPrimPath.cpp.o +2026-01-27T23:53:54.1703620Z [3710/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewAnnotation.cpp.o +2026-01-27T23:53:54.7215170Z [3711/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewDimension.cpp.o +2026-01-27T23:53:55.0485165Z [3712/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIViewClip.cpp.o +2026-01-27T23:53:56.3700889Z [3713/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGMText.cpp.o +2026-01-27T23:54:00.4466903Z [3714/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGISectionLine.cpp.o +2026-01-27T23:54:00.8602672Z [3715/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIDecoration.cpp.o +2026-01-27T23:54:01.8037993Z [3716/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGICenterLine.cpp.o +2026-01-27T23:54:02.4873542Z [3717/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIHighlight.cpp.o +2026-01-27T23:54:05.9682993Z [3718/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIRichAnno.cpp.o +2026-01-27T23:54:08.6079314Z [3719/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGEPath.cpp.o +2026-01-27T23:54:08.6417207Z [3720/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/TemplateTextField.cpp.o +2026-01-27T23:54:08.6694043Z [3721/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGILeaderLine.cpp.o +2026-01-27T23:54:08.9553048Z [3722/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGITile.cpp.o +2026-01-27T23:54:09.3726814Z [3723/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGTracker.cpp.o +2026-01-27T23:54:10.3856194Z [3724/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIGhostHighlight.cpp.o +2026-01-27T23:54:10.5300650Z [3725/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/PathBuilder.cpp.o +2026-01-27T23:54:14.0669566Z [3726/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIBreakLine.cpp.o +2026-01-27T23:54:15.4173613Z [3727/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderPageExtension.cpp.o +2026-01-27T23:54:16.0807564Z [3728/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGIWeldSymbol.cpp.o +2026-01-27T23:54:17.2869502Z [3729/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderTemplateExtension.cpp.o +2026-01-27T23:54:18.2659255Z [3730/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderDrawingViewExtension.cpp.o +2026-01-27T23:54:18.3156874Z [3731/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderTemplate.cpp.o +2026-01-27T23:54:22.1175531Z [3732/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderProjGroupItem.cpp.o +2026-01-27T23:54:26.1879006Z [3733/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderViewSection.cpp.o +2026-01-27T23:54:27.6946143Z [3734/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderBalloon.cpp.o +2026-01-27T23:54:28.4082024Z [3735/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderPage.cpp.o +2026-01-27T23:54:28.6301199Z [3736/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderSymbol.cpp.o +2026-01-27T23:54:28.9650343Z [3737/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderSpreadsheet.cpp.o +2026-01-27T23:54:29.7307029Z [3738/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderProjGroup.cpp.o +2026-01-27T23:54:33.2420217Z [3739/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderDimension.cpp.o +2026-01-27T23:54:33.6094892Z [3740/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderViewClip.cpp.o +2026-01-27T23:54:34.3957917Z [3741/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderImage.cpp.o +2026-01-27T23:54:35.4376954Z [3742/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderLeader.cpp.o +2026-01-27T23:54:35.8306818Z [3743/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderGeomHatch.cpp.o +2026-01-27T23:54:36.5644076Z [3744/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderDrawingView.cpp.o +2026-01-27T23:54:38.7105090Z [3745/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderAnnotation.cpp.o +2026-01-27T23:54:39.3582301Z [3746/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleBlender.cpp.o +2026-01-27T23:54:39.9774997Z [3747/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleCAD.cpp.o +2026-01-27T23:54:41.4406049Z [3748/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderViewPart.cpp.o +2026-01-27T23:54:41.4992020Z [3749/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleGesture.cpp.o +2026-01-27T23:54:41.5203477Z [3750/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/QtUnitGui_autogen/mocs_compilation.cpp.o +2026-01-27T23:54:42.0056256Z [3751/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderTile.cpp.o +2026-01-27T23:54:42.0937011Z [3752/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleInventor.cpp.o +2026-01-27T23:54:42.1440682Z [3753/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/qrc_Test.cpp.o +2026-01-27T23:54:42.8131610Z [3754/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/qrc_Test_translation.cpp.o +2026-01-27T23:54:42.9210095Z [3755/6735] Building CXX object src/Mod/Web/App/CMakeFiles/Web.dir/Web_autogen/mocs_compilation.cpp.o +2026-01-27T23:54:43.4327394Z [3756/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleOCC.cpp.o +2026-01-27T23:54:44.2571465Z [3757/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleMaya.cpp.o +2026-01-27T23:54:44.2710504Z [3758/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderHatch.cpp.o +2026-01-27T23:54:44.3626657Z [3759/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Base_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:54:44.5038046Z [3760/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderCosmeticExtension.cpp.o +2026-01-27T23:54:45.0134658Z [3761/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleOpenSCAD.cpp.o +2026-01-27T23:54:46.2002016Z [3762/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleRevit.cpp.o +2026-01-27T23:54:47.3760521Z [3763/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleSolidWorks.cpp.o +2026-01-27T23:54:47.6956136Z [3764/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderWeld.cpp.o +2026-01-27T23:54:47.8932869Z [3765/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyle.cpp.o +2026-01-27T23:54:48.7201053Z [3766/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Bitmask.cpp.o +2026-01-27T23:54:48.7540918Z [3767/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Base64.cpp.o +2026-01-27T23:54:48.9886997Z [3768/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleTinkerCAD.cpp.o +2026-01-27T23:54:49.6098439Z [3769/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/UnitTestPy.cpp.o +2026-01-27T23:54:49.8813203Z [3770/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Builder3D.cpp.o +2026-01-27T23:54:50.0975334Z [3771/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/QGVNavStyleTouchpad.cpp.o +2026-01-27T23:54:50.7066435Z [3772/6735] Building CXX object src/Mod/TechDraw/Gui/CMakeFiles/TechDrawGui.dir/ViewProviderRichAnno.cpp.o +2026-01-27T23:54:51.1610226Z [3773/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Color.cpp.o +2026-01-27T23:54:51.5201338Z [3774/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/UnitTestImp.cpp.o +2026-01-27T23:54:51.7103364Z [3775/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/BoundBox.cpp.o +2026-01-27T23:54:52.3078451Z [3776/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Handle.cpp.o +2026-01-27T23:54:52.4602626Z [3777/6735] Building CXX object src/Mod/Web/App/CMakeFiles/Web.dir/Server.cpp.o +2026-01-27T23:54:52.6164407Z [3778/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Axis.cpp.o +2026-01-27T23:54:52.7257190Z [3779/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/DualNumber.cpp.o +2026-01-27T23:54:52.8128844Z [3780/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/CoordinateSystem.cpp.o +2026-01-27T23:54:54.8174812Z [3781/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/DualQuaternion.cpp.o +2026-01-27T23:54:55.2849267Z [3782/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Rotation.cpp.o +2026-01-27T23:54:55.3229619Z [3783/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/FileInfo.cpp.o +2026-01-27T23:54:55.5667697Z [3784/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Placement.cpp.o +2026-01-27T23:54:56.1320995Z [3785/6735] Building CXX object src/Mod/Test/Gui/CMakeFiles/QtUnitGui.dir/AppTestGui.cpp.o +2026-01-27T23:54:56.4034933Z [3786/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Stream.cpp.o +2026-01-27T23:54:56.6817886Z [3787/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Matrix.cpp.o +2026-01-27T23:54:56.8508339Z [3788/6735] Building CXX object src/Mod/Web/App/CMakeFiles/Web.dir/AppWeb.cpp.o +2026-01-27T23:54:56.9464061Z [3789/6735] Building CXX object tests/src/Base/CMakeFiles/InventorBuilder_Tests_run.dir/InventorBuilder_Tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:54:57.9093756Z [3790/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/ServiceProvider.cpp.o +2026-01-27T23:54:57.9381004Z [3791/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Tools2D.cpp.o +2026-01-27T23:54:58.0179834Z [3792/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/App_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:54:58.2062827Z [3793/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/TimeInfo.cpp.o +2026-01-27T23:54:58.7682929Z [3794/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Reader.cpp.o +2026-01-27T23:54:58.7706360Z [3795/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Parameter.cpp.o +2026-01-27T23:54:58.8761112Z [3796/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Tools.cpp.o +2026-01-27T23:54:59.0228238Z [3797/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Tools3D.cpp.o +2026-01-27T23:54:59.2498097Z [3798/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/UniqueNameManager.cpp.o +2026-01-27T23:54:59.4238458Z [3799/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/UnlimitedUnsigned.cpp.o +2026-01-27T23:55:00.1930343Z [3800/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Unit.cpp.o +2026-01-27T23:55:00.6409735Z [3801/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/ViewProj.cpp.o +2026-01-27T23:55:02.4074616Z [3802/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Writer.cpp.o +2026-01-27T23:55:02.4995966Z [3803/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Vector3D.cpp.o +2026-01-27T23:55:03.8980410Z [3804/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Application.cpp.o +2026-01-27T23:55:04.6981260Z [3805/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Branding.cpp.o +2026-01-27T23:55:08.2650468Z [3806/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ApplicationDirectories.cpp.o +2026-01-27T23:55:08.5580725Z [3807/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/License.cpp.o +2026-01-27T23:55:09.1034922Z [3808/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/IndexedName.cpp.o +2026-01-27T23:55:10.3155425Z [3809/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/BackupPolicy.cpp.o +2026-01-27T23:55:11.0037110Z [3810/6735] Building CXX object tests/src/Base/CMakeFiles/InventorBuilder_Tests_run.dir/InventorBuilder.cpp.o +2026-01-27T23:55:11.1917312Z [3811/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ComplexGeoData.cpp.o +2026-01-27T23:55:11.2375662Z [3812/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/Quantity.cpp.o +2026-01-27T23:55:11.6968477Z [3813/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/DocumentObserver.cpp.o +2026-01-27T23:55:12.3947229Z [3814/6735] Building CXX object tests/src/Base/CMakeFiles/Base_tests_run.dir/SchemaTests.cpp.o +2026-01-27T23:55:12.5061317Z [3815/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/Gui_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:12.5292107Z [3816/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ElementMap.cpp.o +2026-01-27T23:55:13.0371861Z [3817/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ElementNamingUtils.cpp.o +2026-01-27T23:55:13.8234750Z [3818/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ExpressionParser.cpp.o +2026-01-27T23:55:14.0567651Z [3819/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/DocumentObject.cpp.o +2026-01-27T23:55:14.5777316Z [3820/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Document.cpp.o +2026-01-27T23:55:14.9885042Z [3821/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Metadata.cpp.o +2026-01-27T23:55:15.0989843Z [3822/6735] Building CXX object tests/src/Gui/CMakeFiles/QuantitySpinBox_Tests_run.dir/QuantitySpinBox_Tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:15.2039463Z [3823/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/MappedElement.cpp.o +2026-01-27T23:55:15.3097780Z [3824/6735] Building CXX object tests/src/Misc/CMakeFiles/Misc_tests_run.dir/Misc_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:16.6238965Z [3825/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Expression.cpp.o +2026-01-27T23:55:16.7315775Z [3826/6735] Building CXX object tests/src/Mod/Assembly/App/CMakeFiles/Assembly_tests_run.dir/Assembly_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:20.4108909Z [3827/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/Camera.cpp.o +2026-01-27T23:55:20.5165495Z [3828/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/Material_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:21.1814183Z [3829/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/ProjectFile.cpp.o +2026-01-27T23:55:22.0590474Z [3830/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/InputHintTest.cpp.o +2026-01-27T23:55:22.6985981Z [3831/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/StyleParameters/StyleParametersApplicationTest.cpp.o +2026-01-27T23:55:22.9060678Z [3832/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/StringHasher.cpp.o +2026-01-27T23:55:23.2945572Z [3833/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/Assistant.cpp.o +2026-01-27T23:55:23.3244316Z [3834/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/MappedName.cpp.o +2026-01-27T23:55:24.2713410Z [3835/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/StyleParameters/ParserTest.cpp.o +2026-01-27T23:55:24.3604369Z [3836/6735] Building CXX object tests/src/Mod/Measure/App/CMakeFiles/Measure_tests_run.dir/Measure_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:24.9768212Z [3837/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/PropertyExpressionEngine.cpp.o +2026-01-27T23:55:25.0493433Z [3838/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/Mesh_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:25.1477872Z [3839/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/VRMLObject.cpp.o +2026-01-27T23:55:25.5500792Z [3840/6735] Building CXX object tests/src/Misc/CMakeFiles/Misc_tests_run.dir/fmt.cpp.o +2026-01-27T23:55:25.6835461Z [3841/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/VarSet.cpp.o +2026-01-27T23:55:25.7879662Z [3842/6735] Building CXX object tests/src/Gui/CMakeFiles/Gui_tests_run.dir/StyleParameters/ParameterManagerTest.cpp.o +2026-01-27T23:55:27.6532866Z [3843/6735] Building CXX object tests/src/App/CMakeFiles/App_tests_run.dir/Property.cpp.o +2026-01-27T23:55:27.7616310Z [3844/6735] Building CXX object tests/src/Mod/MeshPart/App/CMakeFiles/MeshPart_tests_run.dir/MeshPart_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:28.9622719Z [3845/6735] Building CXX object tests/src/Gui/CMakeFiles/QuantitySpinBox_Tests_run.dir/QuantitySpinBox.cpp.o +2026-01-27T23:55:29.0726392Z [3846/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/Part_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:55:29.3852040Z [3847/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/Core/KDTree.cpp.o +2026-01-27T23:55:30.7815792Z [3848/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/Importer.cpp.o +2026-01-27T23:55:32.0386422Z [3849/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestMaterialFilter.cpp.o +2026-01-27T23:55:35.0833309Z [3850/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestMaterialCards.cpp.o +2026-01-27T23:55:35.6149619Z [3851/6735] Building CXX object tests/src/Mod/Assembly/App/CMakeFiles/Assembly_tests_run.dir/AssemblyObject.cpp.o +2026-01-27T23:55:36.3512171Z [3852/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestMaterialProperties.cpp.o +2026-01-27T23:55:36.8917510Z [3853/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/Mesh.cpp.o +2026-01-27T23:55:37.1278772Z [3854/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestModel.cpp.o +2026-01-27T23:55:37.2815781Z [3855/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestModelProperties.cpp.o +2026-01-27T23:55:38.5028173Z [3856/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestMaterialValue.cpp.o +2026-01-27T23:55:39.1847719Z [3857/6735] Building CXX object tests/src/Mod/MeshPart/App/CMakeFiles/MeshPart_tests_run.dir/MeshPart.cpp.o +2026-01-27T23:55:39.3016487Z [3858/6735] Building CXX object tests/src/Mod/Material/App/CMakeFiles/Material_tests_run.dir/TestMaterials.cpp.o +2026-01-27T23:55:41.5252543Z [3859/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/BRepMesh.cpp.o +2026-01-27T23:55:41.9236571Z [3860/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/MeshFeature.cpp.o +2026-01-27T23:55:42.7728559Z [3861/6735] Building CXX object tests/src/Mod/Mesh/App/CMakeFiles/Mesh_tests_run.dir/Exporter.cpp.o +2026-01-27T23:55:44.4064557Z [3862/6735] Building CXX object tests/src/Mod/Measure/App/CMakeFiles/Measure_tests_run.dir/MeasureDistance.cpp.o +2026-01-27T23:55:50.7828098Z [3863/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/AttachExtension.cpp.o +2026-01-27T23:55:52.0277997Z [3864/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/Attacher.cpp.o +2026-01-27T23:55:52.1400409Z [3865/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureChamfer.cpp.o +2026-01-27T23:55:53.5707069Z [3866/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureOffset.cpp.o +2026-01-27T23:55:55.1088396Z [3867/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureExtrusion.cpp.o +2026-01-27T23:55:56.4275356Z [3868/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureFillet.cpp.o +2026-01-27T23:55:57.0207529Z [3869/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureCompound.cpp.o +2026-01-27T23:55:57.2526717Z [3870/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeaturePartBoolean.cpp.o +2026-01-27T23:55:58.5127382Z [3871/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeaturePartCommon.cpp.o +2026-01-27T23:55:59.2407523Z [3872/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureMirroring.cpp.o +2026-01-27T23:55:59.2777847Z [3873/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeaturePartFuse.cpp.o +2026-01-27T23:56:00.9042108Z [3874/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeaturePartCut.cpp.o +2026-01-27T23:56:02.0485254Z [3875/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FeatureRevolution.cpp.o +2026-01-27T23:56:02.1363284Z [3876/6735] Building CXX object tests/src/Mod/PartDesign/App/CMakeFiles/PartDesign_tests_run.dir/PartDesign_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:02.2163553Z [3877/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoDS_Shape.cpp.o +2026-01-27T23:56:04.5210531Z [3878/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/FuzzyBoolean.cpp.o +2026-01-27T23:56:04.8740248Z [3879/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/PartFeature.cpp.o +2026-01-27T23:56:05.8541675Z [3880/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/Geometry.cpp.o +2026-01-27T23:56:05.9595403Z [3881/6735] Building CXX object tests/src/Mod/Points/App/CMakeFiles/Points_tests_run.dir/Points_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:09.1676926Z [3882/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeCache.cpp.o +2026-01-27T23:56:10.9454791Z [3883/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/PropertyTopoShape.cpp.o +2026-01-27T23:56:11.0437748Z [3884/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/Sketcher_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:12.4175270Z [3885/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeMapper.cpp.o +2026-01-27T23:56:13.5845516Z [3886/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShape.cpp.o +2026-01-27T23:56:13.9317562Z [3887/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/PartFeatures.cpp.o +2026-01-27T23:56:17.3161110Z [3888/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeMakeElementRefine.cpp.o +2026-01-27T23:56:20.5399135Z [3889/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/WireJoiner.cpp.o +2026-01-27T23:56:21.1646597Z [3890/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/PartTestHelpers.cpp.o +2026-01-27T23:56:21.1709234Z [3891/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeMakeShapeWithElementMap.cpp.o +2026-01-27T23:56:21.2430755Z [3892/6735] Building CXX object tests/src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet_tests_run.dir/Spreadsheet_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:21.6159830Z [3893/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeMakeShape.cpp.o +2026-01-27T23:56:21.7222827Z [3894/6735] Building CXX object tests/src/Mod/Start/App/CMakeFiles/Start_tests_run.dir/Start_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:22.1430575Z [3895/6735] Building CXX object tests/src/Mod/Points/App/CMakeFiles/Points_tests_run.dir/Points.cpp.o +2026-01-27T23:56:22.2142074Z [3896/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/Constraint.cpp.o +2026-01-27T23:56:22.3040117Z [3897/6735] Building CXX object tests/src/zipios++/CMakeFiles/Zipios_tests_run.dir/Zipios_tests_run_autogen/mocs_compilation.cpp.o +2026-01-27T23:56:22.8503040Z [3898/6735] Building CXX object tests/src/Mod/PartDesign/App/CMakeFiles/PartDesign_tests_run.dir/DatumPlane.cpp.o +2026-01-27T23:56:25.1412033Z [3899/6735] Building CXX object tests/src/Mod/PartDesign/App/CMakeFiles/PartDesign_tests_run.dir/ShapeBinder.cpp.o +2026-01-27T23:56:25.2499926Z [3900/6735] Linking CXX shared library lib/FreeCAD.so +2026-01-27T23:56:25.4057136Z [3901/6735] Linking CXX executable bin/FreeCAD +2026-01-27T23:56:25.5121827Z [3902/6735] Linking CXX executable bin/FreeCADCmd +2026-01-27T23:56:25.6158142Z [3903/6735] Building CXX object tests/src/Mod/Points/App/CMakeFiles/Points_tests_run.dir/PointsFeature.cpp.o +2026-01-27T23:56:25.6422116Z [3904/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonCatalog.schema.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonCatalog.schema.json +2026-01-27T23:56:25.6582803Z [3905/6735] Linking CXX shared library lib/FreeCADGui.so +2026-01-27T23:56:25.6620984Z [3906/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonCatalogCacheCreator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonCatalogCacheCreator.py +2026-01-27T23:56:25.6779525Z [3907/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_dependency_installer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_dependency_installer.py +2026-01-27T23:56:25.6828555Z [3908/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_connection_checker.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_connection_checker.py +2026-01-27T23:56:25.6945532Z [3909/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_firstrun.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_firstrun.py +2026-01-27T23:56:25.7052231Z [3910/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_freecad_interface.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_freecad_interface.py +2026-01-27T23:56:25.7101593Z [3911/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_git.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_git.py +2026-01-27T23:56:25.7256426Z [3912/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_installation_manifest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_installation_manifest.py +2026-01-27T23:56:25.7326394Z [3913/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_icon_utilities.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_icon_utilities.py +2026-01-27T23:56:25.7438949Z [3914/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_installer_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_installer_gui.py +2026-01-27T23:56:25.7587391Z [3915/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_installer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_installer.py +2026-01-27T23:56:25.7611667Z [3916/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_licenses.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_licenses.py +2026-01-27T23:56:25.7811795Z [3917/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_macro.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_macro.py +2026-01-27T23:56:25.7872431Z [3918/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_macro_parser.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_macro_parser.py +2026-01-27T23:56:25.7984009Z [3919/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_metadata.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_metadata.py +2026-01-27T23:56:25.8128643Z [3920/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_package_details_controller.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_package_details_controller.py +2026-01-27T23:56:25.8150623Z [3921/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_preferences_defaults.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_preferences_defaults.json +2026-01-27T23:56:25.8315924Z [3922/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_python_deps_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_python_deps_gui.py +2026-01-27T23:56:25.8367255Z [3923/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_preferences_migrations.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_preferences_migrations.py +2026-01-27T23:56:25.8483979Z [3924/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_python_deps.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_python_deps.py +2026-01-27T23:56:25.8592532Z [3925/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_readme_controller.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_readme_controller.py +2026-01-27T23:56:25.8659037Z [3926/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_toolbar_adapter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_toolbar_adapter.py +2026-01-27T23:56:25.8811926Z [3927/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_uninstaller.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_uninstaller.py +2026-01-27T23:56:25.8823942Z [3928/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_uninstaller_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_uninstaller_gui.py +2026-01-27T23:56:25.8997849Z [3929/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_update_all_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_update_all_gui.py +2026-01-27T23:56:25.9046071Z [3930/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_utilities.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_utilities.py +2026-01-27T23:56:25.9170540Z [3931/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_workers_startup.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_workers_startup.py +2026-01-27T23:56:25.9283048Z [3932/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager_workers_utility.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager_workers_utility.py +2026-01-27T23:56:25.9332542Z [3933/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/planegcs/GCS.cpp.o +2026-01-27T23:56:25.9347030Z [3934/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/addonmanager.dox to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/addonmanager.dox +2026-01-27T23:56:25.9497683Z [3935/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonManager.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonManager.ui +2026-01-27T23:56:25.9513479Z [3936/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonManager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonManager.py +2026-01-27T23:56:25.9575074Z [3937/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonManagerOptions_AddCustomRepository.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonManagerOptions_AddCustomRepository.ui +2026-01-27T23:56:25.9665765Z [3938/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonManagerOptions.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonManagerOptions.py +2026-01-27T23:56:25.9787691Z [3939/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonManagerOptions.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonManagerOptions.ui +2026-01-27T23:56:25.9823965Z [3940/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/AddonStats.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/AddonStats.py +2026-01-27T23:56:25.9895849Z [3941/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/ALLOWED_PYTHON_PACKAGES.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/ALLOWED_PYTHON_PACKAGES.txt +2026-01-27T23:56:26.0023865Z [3942/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/compact_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/compact_view.py +2026-01-27T23:56:26.0092761Z [3943/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/compact_view.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/compact_view.ui +2026-01-27T23:56:26.0134237Z [3944/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/composite_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/composite_view.py +2026-01-27T23:56:26.0254456Z [3945/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/dependency_resolution_dialog.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/dependency_resolution_dialog.ui +2026-01-27T23:56:26.0329320Z [3946/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/expanded_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/expanded_view.py +2026-01-27T23:56:26.0378537Z [3947/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/expanded_view.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/expanded_view.ui +2026-01-27T23:56:26.0459264Z [3948/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/first_run.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/first_run.ui +2026-01-27T23:56:26.0573661Z [3949/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Init.py +2026-01-27T23:56:26.0627865Z [3950/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/InitGui.py +2026-01-27T23:56:26.0647406Z [3951/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/LICENSE.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/LICENSE.md +2026-01-27T23:56:26.0813839Z [3952/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/package_details.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/package_details.ui +2026-01-27T23:56:26.0828900Z [3953/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/MacroCacheCreator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/MacroCacheCreator.py +2026-01-27T23:56:26.0835745Z [3954/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/NetworkManager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/NetworkManager.py +2026-01-27T23:56:26.1003738Z [3955/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/package.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/package.xml +2026-01-27T23:56:26.1049598Z [3956/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/package_list.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/package_list.py +2026-01-27T23:56:26.1056427Z [3957/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/progress.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/progress.ui +2026-01-27T23:56:26.1185560Z [3958/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/proxy_authentication.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/proxy_authentication.ui +2026-01-27T23:56:26.1285131Z [3959/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/PythonDependencyUpdateDialog.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/PythonDependencyUpdateDialog.ui +2026-01-27T23:56:26.1292412Z [3960/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/PySideWrapper.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/PySideWrapper.py +2026-01-27T23:56:26.1349178Z [3961/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/select_toolbar_dialog.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/select_toolbar_dialog.ui +2026-01-27T23:56:26.1521705Z [3962/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/toolbar_button.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/toolbar_button.ui +2026-01-27T23:56:26.1531788Z [3963/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/TestAddonManagerApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/TestAddonManagerApp.py +2026-01-27T23:56:26.1538162Z [3964/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/TestAddonManagerGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/TestAddonManagerGui.py +2026-01-27T23:56:26.1707431Z [3965/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/__init__.py +2026-01-27T23:56:26.1744846Z [3966/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/update_all_progress.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/update_all_progress.ui +2026-01-27T23:56:26.1751775Z [3967/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/update_all.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/update_all.ui +2026-01-27T23:56:26.1887516Z [3968/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_colors.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_colors.py +2026-01-27T23:56:26.1979642Z [3969/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py +2026-01-27T23:56:26.1988532Z [3970/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_utility_dialogs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_utility_dialogs.py +2026-01-27T23:56:26.2054616Z [3971/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py +2026-01-27T23:56:26.2208976Z [3972/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py +2026-01-27T23:56:26.2215434Z [3973/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py +2026-01-27T23:56:26.2220375Z [3974/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_package_details_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_package_details_view.py +2026-01-27T23:56:26.2393827Z [3975/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_view_control_bar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_view_control_bar.py +2026-01-27T23:56:26.2432826Z [3976/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_readme_browser.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_readme_browser.py +2026-01-27T23:56:26.2441709Z [3977/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_search.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_search.py +2026-01-27T23:56:26.2554600Z [3978/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py +2026-01-27T23:56:26.2664454Z [3979/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Widgets/spinner.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Widgets/spinner.py +2026-01-27T23:56:26.2672589Z [3980/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/addon_manager.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/addon_manager.svg +2026-01-27T23:56:26.2734122Z [3981/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/addon_manager_with_warning.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/addon_manager_with_warning.svg +2026-01-27T23:56:26.2900518Z [3982/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/compact_view.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/compact_view.svg +2026-01-27T23:56:26.2908054Z [3983/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/button_left.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/button_left.svg +2026-01-27T23:56:26.2913703Z [3984/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/button_valid.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/button_valid.svg +2026-01-27T23:56:26.3078407Z [3985/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/document-package.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/document-package.svg +2026-01-27T23:56:26.3124841Z [3986/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/composite_view.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/composite_view.svg +2026-01-27T23:56:26.3133811Z [3987/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/debug-stop.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/debug-stop.svg +2026-01-27T23:56:26.3237078Z [3988/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/document-python.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/document-python.svg +2026-01-27T23:56:26.3335338Z [3989/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/expanded_view.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/expanded_view.svg +2026-01-27T23:56:26.3374850Z [3990/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/gear.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/gear.svg +2026-01-27T23:56:26.3425505Z [3991/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/list-add.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/list-add.svg +2026-01-27T23:56:26.3547410Z [3992/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/list-remove.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/list-remove.svg +2026-01-27T23:56:26.3584311Z [3993/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/process-stop.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/process-stop.svg +2026-01-27T23:56:26.3603150Z [3994/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/preferences-addon_manager.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/preferences-addon_manager.svg +2026-01-27T23:56:26.3781165Z [3995/6735] Building CXX object tests/src/Mod/PartDesign/App/CMakeFiles/PartDesign_tests_run.dir/BackwardCompatibility.cpp.o +2026-01-27T23:56:26.3788419Z [3996/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/regex_ok.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/regex_ok.svg +2026-01-27T23:56:26.3793873Z [3997/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/regex_bad.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/regex_bad.svg +2026-01-27T23:56:26.3860436Z [3998/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/sort_ascending.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/sort_ascending.svg +2026-01-27T23:56:26.3956927Z [3999/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/view-refresh.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/view-refresh.svg +2026-01-27T23:56:26.3999540Z [4000/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/sort_descending.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/sort_descending.svg +2026-01-27T23:56:26.4007893Z [4001/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/icons/spinner.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/icons/spinner.svg +2026-01-27T23:56:26.4084887Z [4002/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/Apache-2.0.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/Apache-2.0.txt +2026-01-27T23:56:26.4113263Z [4003/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/BSD-2-Clause.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/BSD-2-Clause.txt +2026-01-27T23:56:26.4221986Z [4004/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/BSD-3-Clause.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/BSD-3-Clause.txt +2026-01-27T23:56:26.4280962Z [4005/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/CC0-1.0.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/CC0-1.0.txt +2026-01-27T23:56:26.4284384Z [4006/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/GPL-3.0-or-later.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/GPL-3.0-or-later.txt +2026-01-27T23:56:26.4312213Z [4007/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/GPL-2.0-or-later.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/GPL-2.0-or-later.txt +2026-01-27T23:56:26.4455325Z [4008/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/MIT.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/MIT.txt +2026-01-27T23:56:26.4481003Z [4009/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/LGPL-2.1-or-later.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/LGPL-2.1-or-later.txt +2026-01-27T23:56:26.4499697Z [4010/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/LGPL-3.0-or-later.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/LGPL-3.0-or-later.txt +2026-01-27T23:56:26.4546551Z [4011/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/MPL-2.0.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/MPL-2.0.txt +2026-01-27T23:56:26.4630122Z [4012/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/licenses/spdx.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/licenses/spdx.json +2026-01-27T23:56:26.4715559Z [4013/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_be.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_be.qm +2026-01-27T23:56:26.4730060Z [4014/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_ca.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_ca.qm +2026-01-27T23:56:26.4779020Z [4015/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_cs.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_cs.qm +2026-01-27T23:56:26.4886792Z [4016/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_da.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_da.qm +2026-01-27T23:56:26.4889099Z [4017/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_de.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_de.qm +2026-01-27T23:56:26.4959776Z [4018/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_el.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_el.qm +2026-01-27T23:56:26.4966298Z [4019/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_es-AR.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_es-AR.qm +2026-01-27T23:56:26.5064895Z [4020/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_es-CO.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_es-CO.qm +2026-01-27T23:56:26.5108513Z [4021/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_es-ES.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_es-ES.qm +2026-01-27T23:56:26.5132103Z [4022/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_es-VE.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_es-VE.qm +2026-01-27T23:56:26.5186849Z [4023/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_eu.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_eu.qm +2026-01-27T23:56:26.5285414Z [4024/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_hu.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_hu.qm +2026-01-27T23:56:26.5320053Z [4025/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_fr.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_fr.qm +2026-01-27T23:56:26.5330793Z [4026/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_hr.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_hr.qm +2026-01-27T23:56:26.5406453Z [4027/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_it.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_it.qm +2026-01-27T23:56:26.5518453Z [4028/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_ja.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_ja.qm +2026-01-27T23:56:26.5525405Z [4029/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_pl.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_pl.qm +2026-01-27T23:56:26.5537969Z [4030/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_ka.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_ka.qm +2026-01-27T23:56:26.5613994Z [4031/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_pt-BR.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_pt-BR.qm +2026-01-27T23:56:26.5733943Z [4032/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_pt-PT.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_pt-PT.qm +2026-01-27T23:56:26.5741066Z [4033/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_ru.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_ru.qm +2026-01-27T23:56:26.5757286Z [4034/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_sr-CS.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_sr-CS.qm +2026-01-27T23:56:26.5775629Z [4035/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_sr-SP.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_sr-SP.qm +2026-01-27T23:56:26.5933360Z [4036/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Init.py +2026-01-27T23:56:26.5957683Z [4037/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_zh-CN.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_zh-CN.qm +2026-01-27T23:56:26.5965472Z [4038/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_uk.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_uk.qm +2026-01-27T23:56:26.5971855Z [4039/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/AddonManager/Resources/translations/AddonManager_zh-TW.qm to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/AddonManager/Resources/translations/AddonManager_zh-TW.qm +2026-01-27T23:56:26.6093895Z [4040/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/InitGui.py +2026-01-27T23:56:26.6192475Z [4041/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchIFC.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchIFC.py +2026-01-27T23:56:26.6200522Z [4042/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchComponent.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchComponent.py +2026-01-27T23:56:26.6206921Z [4043/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchIFCView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchIFCView.py +2026-01-27T23:56:26.6288915Z [4044/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchIFCSchema.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchIFCSchema.py +2026-01-27T23:56:26.6418735Z [4045/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchProject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchProject.py +2026-01-27T23:56:26.6427231Z [4046/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchWall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchWall.py +2026-01-27T23:56:26.6434304Z [4047/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Arch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Arch.py +2026-01-27T23:56:26.6532108Z [4048/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSite.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSite.py +2026-01-27T23:56:26.6650134Z [4049/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchCommands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchCommands.py +2026-01-27T23:56:26.6656864Z [4050/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSectionPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSectionPlane.py +2026-01-27T23:56:26.6693295Z [4051/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchStructure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchStructure.py +2026-01-27T23:56:26.6697308Z [4052/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchWindow.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchWindow.py +2026-01-27T23:56:26.6871116Z [4053/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchAxisSystem.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchAxisSystem.py +2026-01-27T23:56:26.6883429Z [4054/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchAxis.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchAxis.py +2026-01-27T23:56:26.6883856Z [4055/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchWindowPresets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchWindowPresets.py +2026-01-27T23:56:26.6944766Z [4056/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchGrid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchGrid.py +2026-01-27T23:56:26.7036583Z [4057/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchVRM.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchVRM.py +2026-01-27T23:56:26.7095983Z [4058/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchRoof.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchRoof.py +2026-01-27T23:56:26.7137179Z [4059/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchStairs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchStairs.py +2026-01-27T23:56:26.7183880Z [4060/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSpace.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSpace.py +2026-01-27T23:56:26.7232934Z [4061/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchRebar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchRebar.py +2026-01-27T23:56:26.7335008Z [4062/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchFrame.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchFrame.py +2026-01-27T23:56:26.7341948Z [4063/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchPanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchPanel.py +2026-01-27T23:56:26.7453634Z [4064/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchEquipment.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchEquipment.py +2026-01-27T23:56:26.7454516Z [4065/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchCutPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchCutPlane.py +2026-01-27T23:56:26.7532578Z [4066/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchMaterial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchMaterial.py +2026-01-27T23:56:26.7552726Z [4067/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSchedule.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSchedule.py +2026-01-27T23:56:26.7599158Z [4068/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchProfile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchProfile.py +2026-01-27T23:56:26.7668608Z [4069/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchPrecast.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchPrecast.py +2026-01-27T23:56:26.7760762Z [4070/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchBuildingPart.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchBuildingPart.py +2026-01-27T23:56:26.7769744Z [4071/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchNesting.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchNesting.py +2026-01-27T23:56:26.7781750Z [4072/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchPipe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchPipe.py +2026-01-27T23:56:26.7861497Z [4073/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchReference.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchReference.py +2026-01-27T23:56:26.7977501Z [4074/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchFence.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchFence.py +2026-01-27T23:56:26.8001501Z [4075/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchTruss.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchTruss.py +2026-01-27T23:56:26.8002130Z [4076/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/OfflineRenderingUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/OfflineRenderingUtils.py +2026-01-27T23:56:26.8051867Z [4077/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchCurtainWall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchCurtainWall.py +2026-01-27T23:56:26.8188676Z [4078/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/TestArch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/TestArch.py +2026-01-27T23:56:26.8209756Z [4079/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSketchObject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSketchObject.py +2026-01-27T23:56:26.8218755Z [4080/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/BimSelect.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/BimSelect.py +2026-01-27T23:56:26.8225345Z [4081/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/BimStatus.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/BimStatus.py +2026-01-27T23:56:26.8408184Z [4082/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/TestArchGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/TestArchGui.py +2026-01-27T23:56:26.8445492Z [4083/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchSql.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchSql.py +2026-01-27T23:56:26.8451592Z [4084/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/ArchReport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/ArchReport.py +2026-01-27T23:56:26.8545951Z [4085/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Dice3DS/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Dice3DS/__init__.py +2026-01-27T23:56:26.8672226Z [4086/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Dice3DS/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Dice3DS/util.py +2026-01-27T23:56:26.8707807Z [4087/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/profiles.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/profiles.csv +2026-01-27T23:56:26.8712914Z [4088/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Dice3DS/dom3ds.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Dice3DS/dom3ds.py +2026-01-27T23:56:26.8876851Z [4089/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_products_IFC2X3.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_products_IFC2X3.json +2026-01-27T23:56:26.8900248Z [4090/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/pset_definitions.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/pset_definitions.csv +2026-01-27T23:56:26.8949594Z [4091/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/qto_definitions.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/qto_definitions.csv +2026-01-27T23:56:26.9011659Z [4092/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/BIM/Arch_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/Arch_rc.py +2026-01-27T23:56:26.9042369Z [4093/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_products_IFC4.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_products_IFC4.json +2026-01-27T23:56:26.9125523Z [4094/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_types_IFC2X3.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_types_IFC2X3.json +2026-01-27T23:56:26.9184881Z [4095/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_types_IFC4.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_types_IFC4.json +2026-01-27T23:56:26.9194187Z [4096/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_contexts_IFC4.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_contexts_IFC4.json +2026-01-27T23:56:26.9244331Z [4097/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ifc_contexts_IFC2X3.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ifc_contexts_IFC2X3.json +2026-01-27T23:56:26.9342694Z [4098/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/properties_conversion.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/properties_conversion.csv +2026-01-27T23:56:26.9357818Z [4099/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ArchReport/QueryPresets/all_walls.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ArchReport/QueryPresets/all_walls.json +2026-01-27T23:56:26.9442479Z [4100/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ArchReport/QueryPresets/all_spaces.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ArchReport/QueryPresets/all_spaces.json +2026-01-27T23:56:26.9458873Z [4101/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ArchReport/QueryPresets/count_by_ifc_class.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ArchReport/QueryPresets/count_by_ifc_class.json +2026-01-27T23:56:26.9520564Z [4102/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ArchReport/ReportPresets/wall_quantities.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ArchReport/ReportPresets/wall_quantities.json +2026-01-27T23:56:26.9579569Z [4103/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Presets/ArchReport/ReportPresets/room_schedule.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Presets/ArchReport/ReportPresets/room_schedule.json +2026-01-27T23:56:26.9683828Z [4104/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importIFClegacy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importIFClegacy.py +2026-01-27T23:56:26.9700276Z [4105/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/__init__.py +2026-01-27T23:56:26.9731829Z [4106/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importIFC.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importIFC.py +2026-01-27T23:56:26.9832241Z [4107/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importIFCHelper.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importIFCHelper.py +2026-01-27T23:56:26.9863325Z [4108/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importIFCmulticore.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importIFCmulticore.py +2026-01-27T23:56:26.9912524Z [4109/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importDAE.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importDAE.py +2026-01-27T23:56:26.9919449Z [4110/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importOBJ.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importOBJ.py +2026-01-27T23:56:27.0073385Z [4111/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importWebGL.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importWebGL.py +2026-01-27T23:56:27.0101392Z [4112/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importJSON.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importJSON.py +2026-01-27T23:56:27.0143820Z [4113/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importSH3D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importSH3D.py +2026-01-27T23:56:27.0151114Z [4114/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importSH3DHelper.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importSH3DHelper.py +2026-01-27T23:56:27.0268290Z [4115/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/import3DS.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/import3DS.py +2026-01-27T23:56:27.0360357Z [4116/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importGBXML.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importGBXML.py +2026-01-27T23:56:27.0369076Z [4117/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/importSHP.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/importSHP.py +2026-01-27T23:56:27.0375647Z [4118/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/exportIFCStructuralTools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/exportIFCStructuralTools.py +2026-01-27T23:56:27.0435654Z [4119/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/exportIFC.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/exportIFC.py +2026-01-27T23:56:27.0592452Z [4120/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/exportIFCHelper.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/exportIFCHelper.py +2026-01-27T23:56:27.0596693Z [4121/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/importers/samples/Sample.sh3d to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/importers/samples/Sample.sh3d +2026-01-27T23:56:27.0602184Z [4122/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimAxis.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimAxis.py +2026-01-27T23:56:27.0607117Z [4123/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimArchUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimArchUtils.py +2026-01-27T23:56:27.0776411Z [4124/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimBox.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimBox.py +2026-01-27T23:56:27.0817391Z [4125/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimBackground.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimBackground.py +2026-01-27T23:56:27.0829464Z [4126/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimBuilder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimBuilder.py +2026-01-27T23:56:27.0854618Z [4127/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimBeam.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimBeam.py +2026-01-27T23:56:27.0951755Z [4128/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimBuildingPart.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimBuildingPart.py +2026-01-27T23:56:27.1055728Z [4129/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimClone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimClone.py +2026-01-27T23:56:27.1063307Z [4130/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimClassification.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimClassification.py +2026-01-27T23:56:27.1069745Z [4131/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimColumn.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimColumn.py +2026-01-27T23:56:27.1135948Z [4132/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCommon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCommon.py +2026-01-27T23:56:27.1284286Z [4133/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCompound.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCompound.py +2026-01-27T23:56:27.1294639Z [4134/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimConvert.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimConvert.py +2026-01-27T23:56:27.1308346Z [4135/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCopy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCopy.py +2026-01-27T23:56:27.1385327Z [4136/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCurtainwall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCurtainwall.py +2026-01-27T23:56:27.1515483Z [4137/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCutPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCutPlane.py +2026-01-27T23:56:27.1520280Z [4138/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimCut.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimCut.py +2026-01-27T23:56:27.1524115Z [4139/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimDiff.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimDiff.py +2026-01-27T23:56:27.1562349Z [4140/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimDimensions.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimDimensions.py +2026-01-27T23:56:27.1730533Z [4141/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimEquipment.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimEquipment.py +2026-01-27T23:56:27.1738194Z [4142/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimDoor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimDoor.py +2026-01-27T23:56:27.1743807Z [4143/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimDrawingView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimDrawingView.py +2026-01-27T23:56:27.1749487Z [4144/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimEmptyTrash.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimEmptyTrash.py +2026-01-27T23:56:27.1924654Z [4145/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimFrame.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimFrame.py +2026-01-27T23:56:27.1946483Z [4146/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimExamples.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimExamples.py +2026-01-27T23:56:27.1953458Z [4147/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimFence.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimFence.py +2026-01-27T23:56:27.1979634Z [4148/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimExtrude.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimExtrude.py +2026-01-27T23:56:27.2110983Z [4149/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimFuse.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimFuse.py +2026-01-27T23:56:27.2176597Z [4150/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimGlue.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimGlue.py +2026-01-27T23:56:27.2181507Z [4151/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimHelp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimHelp.py +2026-01-27T23:56:27.2202797Z [4152/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimIfcElements.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimIfcElements.py +2026-01-27T23:56:27.2304875Z [4153/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimIfcExplorer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimIfcExplorer.py +2026-01-27T23:56:27.2373583Z [4154/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimImagePlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimImagePlane.py +2026-01-27T23:56:27.2392980Z [4155/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimIfcProperties.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimIfcProperties.py +2026-01-27T23:56:27.2397114Z [4156/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimIfcQuantities.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimIfcQuantities.py +2026-01-27T23:56:27.2514818Z [4157/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimLayers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimLayers.py +2026-01-27T23:56:27.2554001Z [4158/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimLeader.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimLeader.py +2026-01-27T23:56:27.2617270Z [4159/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimLibrary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimLibrary.py +2026-01-27T23:56:27.2619947Z [4160/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimMaterial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimMaterial.py +2026-01-27T23:56:27.2663439Z [4161/6735] Building CXX object tests/src/zipios++/CMakeFiles/Zipios_tests_run.dir/collectioncollection.cpp.o +2026-01-27T23:56:27.2738639Z [4162/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimMoveView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimMoveView.py +2026-01-27T23:56:27.2809094Z [4163/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimPanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimPanel.py +2026-01-27T23:56:27.2858418Z [4164/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimNudge.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimNudge.py +2026-01-27T23:56:27.2863892Z [4165/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimOffset.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimOffset.py +2026-01-27T23:56:27.2866645Z [4166/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimPipe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimPipe.py +2026-01-27T23:56:27.2935105Z [4167/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimPreflight.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimPreflight.py +2026-01-27T23:56:27.3038264Z [4168/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimProjectManager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimProjectManager.py +2026-01-27T23:56:27.3077163Z [4169/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimProfile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimProfile.py +2026-01-27T23:56:27.3083007Z [4170/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimProject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimProject.py +2026-01-27T23:56:27.3088646Z [4171/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimReextrude.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimReextrude.py +2026-01-27T23:56:27.3134244Z [4172/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimRebar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimRebar.py +2026-01-27T23:56:27.3236685Z [4173/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimReorder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimReorder.py +2026-01-27T23:56:27.3294636Z [4174/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimReference.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimReference.py +2026-01-27T23:56:27.3298296Z [4175/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimRoof.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimRoof.py +2026-01-27T23:56:27.3315047Z [4176/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimRewire.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimRewire.py +2026-01-27T23:56:27.3320325Z [4177/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimResetCloneColors.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimResetCloneColors.py +2026-01-27T23:56:27.3413278Z [4178/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSchedule.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSchedule.py +2026-01-27T23:56:27.3486203Z [4179/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSimpleCopy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSimpleCopy.py +2026-01-27T23:56:27.3506951Z [4180/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSetup.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSetup.py +2026-01-27T23:56:27.3569419Z [4181/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSectionPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSectionPlane.py +2026-01-27T23:56:27.3569880Z [4182/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimShape2DView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimShape2DView.py +2026-01-27T23:56:27.3572520Z [4183/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSite.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSite.py +2026-01-27T23:56:27.3650638Z [4184/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSketch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSketch.py +2026-01-27T23:56:27.3731611Z [4185/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTDPage.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTDPage.py +2026-01-27T23:56:27.3749735Z [4186/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSlab.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSlab.py +2026-01-27T23:56:27.3757269Z [4187/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimSpace.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimSpace.py +2026-01-27T23:56:27.3767761Z [4188/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimStairs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimStairs.py +2026-01-27T23:56:27.3856079Z [4189/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTDView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTDView.py +2026-01-27T23:56:27.3951577Z [4190/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimText.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimText.py +2026-01-27T23:56:27.3974088Z [4191/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTrash.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTrash.py +2026-01-27T23:56:27.3981448Z [4192/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTogglePanels.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTogglePanels.py +2026-01-27T23:56:27.4018672Z [4193/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTruss.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTruss.py +2026-01-27T23:56:27.4078916Z [4194/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimTutorial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimTutorial.py +2026-01-27T23:56:27.4183943Z [4195/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimUnclone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimUnclone.py +2026-01-27T23:56:27.4193809Z [4196/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimUngroup.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimUngroup.py +2026-01-27T23:56:27.4229399Z [4197/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimWall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimWall.py +2026-01-27T23:56:27.4233963Z [4198/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimViews.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimViews.py +2026-01-27T23:56:27.4299304Z [4199/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimWelcome.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimWelcome.py +2026-01-27T23:56:27.4406451Z [4200/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimWindow.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimWindow.py +2026-01-27T23:56:27.4412387Z [4201/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimWindows.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimWindows.py +2026-01-27T23:56:27.4448310Z [4202/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimReport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimReport.py +2026-01-27T23:56:27.4455173Z [4203/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/BimWPCommands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/BimWPCommands.py +2026-01-27T23:56:27.4519399Z [4204/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimcommands/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimcommands/__init__.py +2026-01-27T23:56:27.4632423Z [4205/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchAxis.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchAxis.py +2026-01-27T23:56:27.4639319Z [4206/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchBase.py +2026-01-27T23:56:27.4662315Z [4207/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchBaseGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchBaseGui.py +2026-01-27T23:56:27.4729669Z [4208/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchComponent.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchComponent.py +2026-01-27T23:56:27.4761553Z [4209/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchBuildingPart.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchBuildingPart.py +2026-01-27T23:56:27.4843296Z [4210/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchWall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchWall.py +2026-01-27T23:56:27.4867115Z [4211/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchRoof.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchRoof.py +2026-01-27T23:56:27.4931846Z [4212/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchSpace.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchSpace.py +2026-01-27T23:56:27.4963402Z [4213/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchWallGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchWallGui.py +2026-01-27T23:56:27.4971764Z [4214/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchMaterial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchMaterial.py +2026-01-27T23:56:27.5015939Z [4215/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchPanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchPanel.py +2026-01-27T23:56:27.5063508Z [4216/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchWindow.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchWindow.py +2026-01-27T23:56:27.5117106Z [4217/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchStairs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchStairs.py +2026-01-27T23:56:27.5172770Z [4218/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchCurtainWall.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchCurtainWall.py +2026-01-27T23:56:27.5181081Z [4219/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchStructure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchStructure.py +2026-01-27T23:56:27.5185742Z [4220/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchPipe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchPipe.py +2026-01-27T23:56:27.5283674Z [4221/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchProfile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchProfile.py +2026-01-27T23:56:27.5364245Z [4222/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchSectionPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchSectionPlane.py +2026-01-27T23:56:27.5372437Z [4223/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchProject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchProject.py +2026-01-27T23:56:27.5396629Z [4224/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchRebar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchRebar.py +2026-01-27T23:56:27.5402997Z [4225/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchGrid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchGrid.py +2026-01-27T23:56:27.5496247Z [4226/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchFence.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchFence.py +2026-01-27T23:56:27.5544160Z [4227/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchFrame.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchFrame.py +2026-01-27T23:56:27.5614498Z [4228/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchEquipment.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchEquipment.py +2026-01-27T23:56:27.5620434Z [4229/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchSchedule.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchSchedule.py +2026-01-27T23:56:27.5625925Z [4230/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchReference.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchReference.py +2026-01-27T23:56:27.5711725Z [4231/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchTruss.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchTruss.py +2026-01-27T23:56:27.5718669Z [4232/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchSiteGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchSiteGui.py +2026-01-27T23:56:27.5812130Z [4233/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestWebGLExportGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestWebGLExportGui.py +2026-01-27T23:56:27.5841092Z [4234/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestWebGLExport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestWebGLExport.py +2026-01-27T23:56:27.5845020Z [4235/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchImportersGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchImportersGui.py +2026-01-27T23:56:27.5928963Z [4236/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchBuildingPartGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchBuildingPartGui.py +2026-01-27T23:56:27.5939029Z [4237/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchReport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchReport.py +2026-01-27T23:56:27.6052091Z [4238/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/TestArchReportGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/TestArchReportGui.py +2026-01-27T23:56:27.6052995Z [4239/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/fixtures/FC_site_simple-102.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/fixtures/FC_site_simple-102.FCStd +2026-01-27T23:56:27.6057056Z [4240/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/fixtures/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/fixtures/__init__.py +2026-01-27T23:56:27.6100378Z [4241/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/bimtests/fixtures/BimFixtures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/bimtests/fixtures/BimFixtures.py +2026-01-27T23:56:27.6159730Z [4242/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_commands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_commands.py +2026-01-27T23:56:27.6267507Z [4243/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_diff.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_diff.py +2026-01-27T23:56:27.6273216Z [4244/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_generator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_generator.py +2026-01-27T23:56:27.6276906Z [4245/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_geometry.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_geometry.py +2026-01-27T23:56:27.6282165Z [4246/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_import.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_import.py +2026-01-27T23:56:27.6379465Z [4247/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_layers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_layers.py +2026-01-27T23:56:27.6441912Z [4248/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_objects.py +2026-01-27T23:56:27.6486507Z [4249/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_materials.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_materials.py +2026-01-27T23:56:27.6531829Z [4250/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_observer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_observer.py +2026-01-27T23:56:27.6532473Z [4251/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_performance_test.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_performance_test.py +2026-01-27T23:56:27.6598240Z [4252/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_psets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_psets.py +2026-01-27T23:56:27.6603389Z [4253/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_selftest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_selftest.py +2026-01-27T23:56:27.6764813Z [4254/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_status.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_status.py +2026-01-27T23:56:27.6765606Z [4255/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_tools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_tools.py +2026-01-27T23:56:27.6765815Z [4256/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_tree.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_tree.py +2026-01-27T23:56:27.6768830Z [4257/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/__init__.py +2026-01-27T23:56:27.6813904Z [4258/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_viewproviders.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_viewproviders.py +2026-01-27T23:56:27.6877126Z [4259/6735] Building CXX object tests/src/zipios++/CMakeFiles/Zipios_tests_run.dir/zipfile.cpp.o +2026-01-27T23:56:27.6919579Z [4260/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_openshell.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_openshell.py +2026-01-27T23:56:27.6925871Z [4261/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_types.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_types.py +2026-01-27T23:56:27.6932553Z [4262/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_classification.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_classification.py +2026-01-27T23:56:27.6981329Z [4263/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/nativeifc/ifc_export.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/BIM/nativeifc/ifc_export.py +2026-01-27T23:56:27.7040703Z [4264/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Resources/icons/BIMWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Resources/icons/BIMWorkbench.svg +2026-01-27T23:56:27.7097324Z [4265/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/BIM/Resources/templates/webgl_export_template.html to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/BIM/Resources/templates/webgl_export_template.html +2026-01-27T23:56:27.7137947Z [4266/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyTests/TestCommandInsertLink.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyTests/TestCommandInsertLink.py +2026-01-27T23:56:27.7146026Z [4267/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyTests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyTests/__init__.py +2026-01-27T23:56:27.7208143Z [4268/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyTests/TestCore.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyTests/TestCore.py +2026-01-27T23:56:27.7263474Z [4269/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyTests/mocks/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyTests/mocks/__init__.py +2026-01-27T23:56:27.7299874Z [4270/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Assembly/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/Assembly/__init__.py +2026-01-27T23:56:27.7316340Z [4271/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyTests/mocks/MockGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyTests/mocks/MockGui.py +2026-01-27T23:56:27.7355692Z [4272/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/Init.py +2026-01-27T23:56:27.7425596Z [4273/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandCreateAssembly.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandCreateAssembly.py +2026-01-27T23:56:27.7472554Z [4274/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandInsertLink.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandInsertLink.py +2026-01-27T23:56:27.7477369Z [4275/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandCreateBom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandCreateBom.py +2026-01-27T23:56:27.7527166Z [4276/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandInsertNewPart.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandInsertNewPart.py +2026-01-27T23:56:27.7587354Z [4277/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandSolveAssembly.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandSolveAssembly.py +2026-01-27T23:56:27.7656608Z [4278/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandCreateJoint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandCreateJoint.py +2026-01-27T23:56:27.7660814Z [4279/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandCreateView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandCreateView.py +2026-01-27T23:56:27.7664993Z [4280/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandCreateSimulation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandCreateSimulation.py +2026-01-27T23:56:27.7745060Z [4281/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/CommandExportASMT.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/CommandExportASMT.py +2026-01-27T23:56:27.7804638Z [4282/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/Preferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/Preferences.py +2026-01-27T23:56:27.7812022Z [4283/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/AssemblyImport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/AssemblyImport.py +2026-01-27T23:56:27.7855605Z [4284/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/TestAssemblyWorkbench.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/TestAssemblyWorkbench.py +2026-01-27T23:56:27.7866974Z [4285/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/JointObject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/JointObject.py +2026-01-27T23:56:27.7963322Z [4286/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/SoSwitchMarker.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/SoSwitchMarker.py +2026-01-27T23:56:27.7979809Z [4287/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/UtilsAssembly.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/UtilsAssembly.py +2026-01-27T23:56:27.7984871Z [4288/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Assembly/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Assembly/InitGui.py +2026-01-27T23:56:27.8110122Z [4289/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/Init.py +2026-01-27T23:56:27.8151637Z [4290/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/InitGui.py +2026-01-27T23:56:27.8159390Z [4291/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/Draft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/Draft.py +2026-01-27T23:56:27.8217704Z [4292/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/DraftTools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/DraftTools.py +2026-01-27T23:56:27.8322793Z [4293/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/DraftGeomUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/DraftGeomUtils.py +2026-01-27T23:56:27.8326827Z [4294/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/DraftVecUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/DraftVecUtils.py +2026-01-27T23:56:27.8337888Z [4295/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/DraftGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/DraftGui.py +2026-01-27T23:56:27.8432299Z [4296/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/WorkingPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/WorkingPlane.py +2026-01-27T23:56:27.8496901Z [4297/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/TestDraft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/TestDraft.py +2026-01-27T23:56:27.8510299Z [4298/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/importAirfoilDAT.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/importAirfoilDAT.py +2026-01-27T23:56:27.8714836Z [4299/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/TestDraftGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/TestDraftGui.py +2026-01-27T23:56:27.8979208Z [4300/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/importDXF.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/importDXF.py +2026-01-27T23:56:27.9041905Z [4301/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/importDWG.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/importDWG.py +2026-01-27T23:56:27.9173045Z [4302/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/importOCA.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/importOCA.py +2026-01-27T23:56:27.9178695Z [4303/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/DxfImportDialog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/DxfImportDialog.py +2026-01-27T23:56:27.9289046Z [4304/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/SVGPath.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/SVGPath.py +2026-01-27T23:56:27.9311188Z [4305/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/importSVG.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/importSVG.py +2026-01-27T23:56:27.9336096Z [4306/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/general.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/general.py +2026-01-27T23:56:27.9494823Z [4307/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/__init__.py +2026-01-27T23:56:27.9582383Z [4308/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/edges.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/edges.py +2026-01-27T23:56:27.9617378Z [4309/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/intersections.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/intersections.py +2026-01-27T23:56:27.9741078Z [4310/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/sort_edges.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/sort_edges.py +2026-01-27T23:56:27.9745870Z [4311/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/faces.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/faces.py +2026-01-27T23:56:27.9844962Z [4312/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/geometry.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/geometry.py +2026-01-27T23:56:27.9976608Z [4313/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/wires.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/wires.py +2026-01-27T23:56:27.9984102Z [4314/6735] Linking CXX shared library Mod/Assembly/AssemblyGui.so +2026-01-27T23:56:27.9998102Z [4315/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/geo_arrays.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/geo_arrays.py +2026-01-27T23:56:28.0093083Z [4316/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/arcs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/arcs.py +2026-01-27T23:56:28.0205036Z [4317/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/linear_algebra.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/linear_algebra.py +2026-01-27T23:56:28.0214605Z [4318/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/fillets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/fillets.py +2026-01-27T23:56:28.0241455Z [4319/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/cuboids.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/cuboids.py +2026-01-27T23:56:28.0246527Z [4320/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/offsets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/offsets.py +2026-01-27T23:56:28.0249676Z [4321/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/circles.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/circles.py +2026-01-27T23:56:28.0386959Z [4322/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/__init__.py +2026-01-27T23:56:28.0424069Z [4323/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/circle_inversion.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/circle_inversion.py +2026-01-27T23:56:28.0430473Z [4324/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/circles_apollonius.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/circles_apollonius.py +2026-01-27T23:56:28.0435502Z [4325/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftgeoutils/circles_incomplete.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftgeoutils/circles_incomplete.py +2026-01-27T23:56:28.0499965Z [4326/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/auxiliary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/auxiliary.py +2026-01-27T23:56:28.0546872Z [4327/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/draft_test_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/draft_test_objects.py +2026-01-27T23:56:28.0651630Z [4328/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_array.py +2026-01-27T23:56:28.0656076Z [4329/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_base.py +2026-01-27T23:56:28.0659463Z [4330/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_airfoildat.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_airfoildat.py +2026-01-27T23:56:28.0698002Z [4331/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_draftgeomutils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_draftgeomutils.py +2026-01-27T23:56:28.0725897Z [4332/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_creation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_creation.py +2026-01-27T23:56:28.0843901Z [4333/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_dwg.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_dwg.py +2026-01-27T23:56:28.0850831Z [4334/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_import_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_import_gui.py +2026-01-27T23:56:28.0950731Z [4335/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_import_tools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_import_tools.py +2026-01-27T23:56:28.1014564Z [4336/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_dxf.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_dxf.py +2026-01-27T23:56:28.1019330Z [4337/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_import.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_import.py +2026-01-27T23:56:28.1022221Z [4338/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_modification.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_modification.py +2026-01-27T23:56:28.1062580Z [4339/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_oca.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_oca.py +2026-01-27T23:56:28.1172250Z [4340/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/Issue24314.dxf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/Issue24314.dxf +2026-01-27T23:56:28.1184476Z [4341/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_pivy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_pivy.py +2026-01-27T23:56:28.1242558Z [4342/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/README.md +2026-01-27T23:56:28.1283982Z [4343/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttests/test_svg.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttests/test_svg.py +2026-01-27T23:56:28.1296971Z [4344/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/__init__.py +2026-01-27T23:56:28.1356716Z [4345/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/grid_observer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/grid_observer.py +2026-01-27T23:56:28.1411688Z [4346/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/groups.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/groups.py +2026-01-27T23:56:28.1426810Z [4347/6735] Generating Arch SQL parser... +2026-01-27T23:56:28.1427250Z Generating standalone parser from 'ArchSql.lark' to 'generated_sql_parser.py'... +2026-01-27T23:56:28.1427522Z Parser generation complete. +2026-01-27T23:56:28.1466841Z [4348/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/gui_utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/gui_utils.py +2026-01-27T23:56:28.1503511Z [4349/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/init_tools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/init_tools.py +2026-01-27T23:56:28.1508883Z [4350/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/init_draft_statusbar.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/init_draft_statusbar.py +2026-01-27T23:56:28.1514730Z [4351/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/messages.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/messages.py +2026-01-27T23:56:28.1628994Z [4352/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/params.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/params.py +2026-01-27T23:56:28.1658606Z [4353/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/todo.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/todo.py +2026-01-27T23:56:28.1664373Z [4354/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/units.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/units.py +2026-01-27T23:56:28.1721903Z [4355/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/translate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/translate.py +2026-01-27T23:56:28.1723050Z [4356/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/README.md +2026-01-27T23:56:28.1729826Z [4357/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftutils/utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftutils/utils.py +2026-01-27T23:56:28.1809037Z [4358/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/array.py +2026-01-27T23:56:28.1873335Z [4359/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/__init__.py +2026-01-27T23:56:28.1882779Z [4360/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/cut.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/cut.py +2026-01-27T23:56:28.1956046Z [4361/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/downgrade.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/downgrade.py +2026-01-27T23:56:28.1956726Z [4362/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/draftify.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/draftify.py +2026-01-27T23:56:28.1961728Z [4363/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/dxf.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/dxf.py +2026-01-27T23:56:28.1975737Z [4364/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/extrude.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/extrude.py +2026-01-27T23:56:28.2111123Z [4365/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/heal.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/heal.py +2026-01-27T23:56:28.2115142Z [4366/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/fuse.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/fuse.py +2026-01-27T23:56:28.2131540Z [4367/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/offset.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/offset.py +2026-01-27T23:56:28.2141650Z [4368/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/join.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/join.py +2026-01-27T23:56:28.2175614Z [4369/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/move.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/move.py +2026-01-27T23:56:28.2182347Z [4370/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/mirror.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/mirror.py +2026-01-27T23:56:28.2295683Z [4371/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/svg.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/svg.py +2026-01-27T23:56:28.2326088Z [4372/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/rotate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/rotate.py +2026-01-27T23:56:28.2344727Z [4373/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/scale.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/scale.py +2026-01-27T23:56:28.2350354Z [4374/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/split.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/split.py +2026-01-27T23:56:28.2398551Z [4375/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/svgshapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/svgshapes.py +2026-01-27T23:56:28.2403843Z [4376/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/svgtext.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/svgtext.py +2026-01-27T23:56:28.2450997Z [4377/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/upgrade.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/upgrade.py +2026-01-27T23:56:28.2571834Z [4378/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_arc_3points.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_arc_3points.py +2026-01-27T23:56:28.2577193Z [4379/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftfunctions/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftfunctions/README.md +2026-01-27T23:56:28.2580221Z [4380/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/__init__.py +2026-01-27T23:56:28.2621299Z [4381/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_array.py +2026-01-27T23:56:28.2629846Z [4382/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_bezcurve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_bezcurve.py +2026-01-27T23:56:28.2805790Z [4383/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_block.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_block.py +2026-01-27T23:56:28.2829182Z [4384/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_circle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_circle.py +2026-01-27T23:56:28.2854083Z [4385/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_circulararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_circulararray.py +2026-01-27T23:56:28.2924518Z [4386/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_bspline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_bspline.py +2026-01-27T23:56:28.2960973Z [4387/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_clone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_clone.py +2026-01-27T23:56:28.2968583Z [4388/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_copy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_copy.py +2026-01-27T23:56:28.3039000Z [4389/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_dimension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_dimension.py +2026-01-27T23:56:28.3099848Z [4390/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_ellipse.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_ellipse.py +2026-01-27T23:56:28.3106357Z [4391/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_fillet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_fillet.py +2026-01-27T23:56:28.3131710Z [4392/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_facebinder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_facebinder.py +2026-01-27T23:56:28.3185333Z [4393/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_line.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_line.py +2026-01-27T23:56:28.3196364Z [4394/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_layer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_layer.py +2026-01-27T23:56:28.3293261Z [4395/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_label.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_label.py +2026-01-27T23:56:28.3293916Z [4396/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_patharray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_patharray.py +2026-01-27T23:56:28.3339116Z [4397/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_orthoarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_orthoarray.py +2026-01-27T23:56:28.3352224Z [4398/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_point.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_point.py +2026-01-27T23:56:28.3356263Z [4399/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_pointarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_pointarray.py +2026-01-27T23:56:28.3431218Z [4400/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_polararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_polararray.py +2026-01-27T23:56:28.3494571Z [4401/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_rectangle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_rectangle.py +2026-01-27T23:56:28.3512606Z [4402/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_sketch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_sketch.py +2026-01-27T23:56:28.3518262Z [4403/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_polygon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_polygon.py +2026-01-27T23:56:28.3571773Z [4404/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_shape2dview.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_shape2dview.py +2026-01-27T23:56:28.3615732Z [4405/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_shapestring.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_shapestring.py +2026-01-27T23:56:28.3633784Z [4406/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_text.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_text.py +2026-01-27T23:56:28.3695592Z [4407/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_hatch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_hatch.py +2026-01-27T23:56:28.3721967Z [4408/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_wpproxy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_wpproxy.py +2026-01-27T23:56:28.3728647Z [4409/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/make_wire.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/make_wire.py +2026-01-27T23:56:28.3776699Z [4410/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/__init__.py +2026-01-27T23:56:28.3816630Z [4411/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftmake/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftmake/README.md +2026-01-27T23:56:28.3857485Z [4412/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/array.py +2026-01-27T23:56:28.3876402Z [4413/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/bezcurve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/bezcurve.py +2026-01-27T23:56:28.3913835Z [4414/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/base.py +2026-01-27T23:56:28.3924535Z [4415/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/bspline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/bspline.py +2026-01-27T23:56:28.3957870Z [4416/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/block.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/block.py +2026-01-27T23:56:28.4000301Z [4417/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/circle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/circle.py +2026-01-27T23:56:28.4030671Z [4418/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/ellipse.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/ellipse.py +2026-01-27T23:56:28.4071067Z [4419/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/clone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/clone.py +2026-01-27T23:56:28.4145025Z [4420/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/draft_annotation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/draft_annotation.py +2026-01-27T23:56:28.4153356Z [4421/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/facebinder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/facebinder.py +2026-01-27T23:56:28.4164865Z [4422/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/draftlink.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/draftlink.py +2026-01-27T23:56:28.4192165Z [4423/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/fillet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/fillet.py +2026-01-27T23:56:28.4209199Z [4424/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/label.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/label.py +2026-01-27T23:56:28.4292064Z [4425/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/layer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/layer.py +2026-01-27T23:56:28.4349227Z [4426/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/pathtwistedarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/pathtwistedarray.py +2026-01-27T23:56:28.4355686Z [4427/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/point.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/point.py +2026-01-27T23:56:28.4379049Z [4428/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/dimension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/dimension.py +2026-01-27T23:56:28.4385561Z [4429/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/pointarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/pointarray.py +2026-01-27T23:56:28.4394009Z [4430/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/patharray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/patharray.py +2026-01-27T23:56:28.4507935Z [4431/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/shapestring.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/shapestring.py +2026-01-27T23:56:28.4538018Z [4432/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/polygon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/polygon.py +2026-01-27T23:56:28.4538885Z [4433/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/rectangle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/rectangle.py +2026-01-27T23:56:28.4540292Z [4434/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/shape2dview.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/shape2dview.py +2026-01-27T23:56:28.4611884Z [4435/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/wire.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/wire.py +2026-01-27T23:56:28.4655085Z [4436/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/text.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/text.py +2026-01-27T23:56:28.4690658Z [4437/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/wpproxy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/wpproxy.py +2026-01-27T23:56:28.4694812Z [4438/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/__init__.py +2026-01-27T23:56:28.4768462Z [4439/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/README.md +2026-01-27T23:56:28.4769000Z [4440/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftobjects/hatch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftobjects/hatch.py +2026-01-27T23:56:28.4818962Z [4441/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_array.py +2026-01-27T23:56:28.4824295Z [4442/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_base.py +2026-01-27T23:56:28.4846387Z [4443/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_bezcurve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_bezcurve.py +2026-01-27T23:56:28.4879696Z [4444/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_bspline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_bspline.py +2026-01-27T23:56:28.5012346Z [4445/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_circulararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_circulararray.py +2026-01-27T23:56:28.5013110Z [4446/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_clone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_clone.py +2026-01-27T23:56:28.5022016Z [4447/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_facebinder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_facebinder.py +2026-01-27T23:56:28.5043503Z [4448/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_polararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_polararray.py +2026-01-27T23:56:28.5048503Z [4449/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_orthoarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_orthoarray.py +2026-01-27T23:56:28.5056459Z [4450/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_draft_annotation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_draft_annotation.py +2026-01-27T23:56:28.5205178Z [4451/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_label.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_label.py +2026-01-27T23:56:28.5206115Z [4452/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_dimension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_dimension.py +2026-01-27T23:56:28.5209761Z [4453/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_fillet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_fillet.py +2026-01-27T23:56:28.5212504Z [4454/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_point.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_point.py +2026-01-27T23:56:28.5250069Z [4455/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_draftlink.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_draftlink.py +2026-01-27T23:56:28.5267925Z [4456/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_layer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_layer.py +2026-01-27T23:56:28.5341236Z [4457/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_rectangle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_rectangle.py +2026-01-27T23:56:28.5392887Z [4458/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_hatch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_hatch.py +2026-01-27T23:56:28.5399523Z [4459/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_text.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_text.py +2026-01-27T23:56:28.5424866Z [4460/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_wire.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_wire.py +2026-01-27T23:56:28.5482442Z [4461/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_wpproxy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_wpproxy.py +2026-01-27T23:56:28.5498175Z [4462/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/view_shapestring.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/view_shapestring.py +2026-01-27T23:56:28.5549360Z [4463/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftviewproviders/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftviewproviders/README.md +2026-01-27T23:56:28.5593242Z [4464/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/__init__.py +2026-01-27T23:56:28.5653397Z [4465/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_annotationstyleeditor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_annotationstyleeditor.py +2026-01-27T23:56:28.5657868Z [4466/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_base.py +2026-01-27T23:56:28.5720815Z [4467/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_tool_utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_tool_utils.py +2026-01-27T23:56:28.5747817Z [4468/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_selectplane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_selectplane.py +2026-01-27T23:56:28.5752162Z [4469/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_base_original.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_base_original.py +2026-01-27T23:56:28.5769135Z [4470/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_planeproxy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_planeproxy.py +2026-01-27T23:56:28.5873318Z [4471/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_snapper.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_snapper.py +2026-01-27T23:56:28.5918281Z [4472/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_snaps.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_snaps.py +2026-01-27T23:56:28.5938089Z [4473/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit_arch_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit_arch_objects.py +2026-01-27T23:56:28.5946347Z [4474/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_trackers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_trackers.py +2026-01-27T23:56:28.5966929Z [4475/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit_draft_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit_draft_objects.py +2026-01-27T23:56:28.5984881Z [4476/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit_base_object.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit_base_object.py +2026-01-27T23:56:28.6090683Z [4477/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit_part_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit_part_objects.py +2026-01-27T23:56:28.6146241Z [4478/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit.py +2026-01-27T23:56:28.6174339Z [4479/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_togglemodes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_togglemodes.py +2026-01-27T23:56:28.6180146Z [4480/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py +2026-01-27T23:56:28.6196210Z [4481/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_grid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_grid.py +2026-01-27T23:56:28.6223280Z [4482/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_groups.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_groups.py +2026-01-27T23:56:28.6294859Z [4483/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_heal.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_heal.py +2026-01-27T23:56:28.6417226Z [4484/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_dimension_ops.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_dimension_ops.py +2026-01-27T23:56:28.6422420Z [4485/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_layers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_layers.py +2026-01-27T23:56:28.6426608Z [4486/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_lineslope.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_lineslope.py +2026-01-27T23:56:28.6434515Z [4487/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_setstyle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_setstyle.py +2026-01-27T23:56:28.6458963Z [4488/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_lines.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_lines.py +2026-01-27T23:56:28.6476261Z [4489/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_hyperlink.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_hyperlink.py +2026-01-27T23:56:28.6617243Z [4490/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_arcs.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_arcs.py +2026-01-27T23:56:28.6653110Z [4491/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_fillets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_fillets.py +2026-01-27T23:56:28.6658957Z [4492/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_beziers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_beziers.py +2026-01-27T23:56:28.6664506Z [4493/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_rectangles.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_rectangles.py +2026-01-27T23:56:28.6696554Z [4494/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_splines.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_splines.py +2026-01-27T23:56:28.6738128Z [4495/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_circles.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_circles.py +2026-01-27T23:56:28.6816991Z [4496/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_polygons.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_polygons.py +2026-01-27T23:56:28.6879415Z [4497/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_ellipses.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_ellipses.py +2026-01-27T23:56:28.6891757Z [4498/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_texts.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_texts.py +2026-01-27T23:56:28.6928734Z [4499/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_dimensions.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_dimensions.py +2026-01-27T23:56:28.6929439Z [4500/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_shapestrings.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_shapestrings.py +2026-01-27T23:56:28.6966201Z [4501/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_points.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_points.py +2026-01-27T23:56:28.7050087Z [4502/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_facebinders.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_facebinders.py +2026-01-27T23:56:28.7087562Z [4503/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_hatch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_hatch.py +2026-01-27T23:56:28.7134606Z [4504/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_labels.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_labels.py +2026-01-27T23:56:28.7138880Z [4505/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_subelements.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_subelements.py +2026-01-27T23:56:28.7145244Z [4506/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_move.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_move.py +2026-01-27T23:56:28.7174505Z [4507/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_styles.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_styles.py +2026-01-27T23:56:28.7287821Z [4508/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_rotate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_rotate.py +2026-01-27T23:56:28.7306487Z [4509/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_offset.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_offset.py +2026-01-27T23:56:28.7329320Z [4510/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_upgrade.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_upgrade.py +2026-01-27T23:56:28.7367887Z [4511/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_join.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_join.py +2026-01-27T23:56:28.7372100Z [4512/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_stretch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_stretch.py +2026-01-27T23:56:28.7398262Z [4513/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_split.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_split.py +2026-01-27T23:56:28.7513924Z [4514/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_scale.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_scale.py +2026-01-27T23:56:28.7515396Z [4515/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_downgrade.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_downgrade.py +2026-01-27T23:56:28.7542373Z [4516/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_trimex.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_trimex.py +2026-01-27T23:56:28.7609980Z [4517/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_shape2dview.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_shape2dview.py +2026-01-27T23:56:28.7637483Z [4518/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_wire2spline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_wire2spline.py +2026-01-27T23:56:28.7641304Z [4519/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_draft2sketch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_draft2sketch.py +2026-01-27T23:56:28.7668310Z [4520/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_arrays.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_arrays.py +2026-01-27T23:56:28.7740036Z [4521/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_circulararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_circulararray.py +2026-01-27T23:56:28.7765649Z [4522/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_orthoarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_orthoarray.py +2026-01-27T23:56:28.7820995Z [4523/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_polararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_polararray.py +2026-01-27T23:56:28.7844959Z [4524/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_pathtwistedarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_pathtwistedarray.py +2026-01-27T23:56:28.7851067Z [4525/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_patharray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_patharray.py +2026-01-27T23:56:28.7895011Z [4526/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_pointarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_pointarray.py +2026-01-27T23:56:28.7977838Z [4527/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_clone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_clone.py +2026-01-27T23:56:28.7978500Z [4528/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/README.md +2026-01-27T23:56:28.7986959Z [4529/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/draftguitools/gui_mirror.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/draftguitools/gui_mirror.py +2026-01-27T23:56:28.8081965Z [4530/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/__init__.py +2026-01-27T23:56:28.8115325Z [4531/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_circulararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_circulararray.py +2026-01-27T23:56:28.8119729Z [4532/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_orthoarray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_orthoarray.py +2026-01-27T23:56:28.8200701Z [4533/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_polararray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_polararray.py +2026-01-27T23:56:28.8213948Z [4534/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_selectplane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_selectplane.py +2026-01-27T23:56:28.8214437Z [4535/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_scale.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_scale.py +2026-01-27T23:56:28.8315877Z [4536/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/task_shapestring.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/task_shapestring.py +2026-01-27T23:56:28.8321249Z [4537/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/drafttaskpanels/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/drafttaskpanels/README.md +2026-01-27T23:56:28.8437355Z [4538/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Draft/Resources/icons/DraftWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Draft/Resources/icons/DraftWorkbench.svg +2026-01-27T23:56:28.8442369Z [4539/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/coding_conventions.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/coding_conventions.md +2026-01-27T23:56:28.8559204Z [4540/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/InitGui.py +2026-01-27T23:56:28.8559885Z [4541/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Init.py +2026-01-27T23:56:28.8679238Z [4542/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/ObjectsFem.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/ObjectsFem.py +2026-01-27T23:56:28.8736659Z [4543/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/TestFemApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/TestFemApp.py +2026-01-27T23:56:28.8764084Z [4544/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Draft/Draft_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Draft/Draft_rc.py +2026-01-27T23:56:28.8769924Z [4545/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femcommands/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femcommands/__init__.py +2026-01-27T23:56:28.8822000Z [4546/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/CreateLabels.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/CreateLabels.py +2026-01-27T23:56:28.9053221Z [4547/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femcommands/commands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femcommands/commands.py +2026-01-27T23:56:28.9250553Z [4548/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/__init__.py +2026-01-27T23:56:28.9362875Z [4549/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/boxanalysis_static.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/boxanalysis_static.py +2026-01-27T23:56:28.9384785Z [4550/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femcommands/manager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femcommands/manager.py +2026-01-27T23:56:28.9418586Z [4551/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/boxanalysis_base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/boxanalysis_base.py +2026-01-27T23:56:28.9518658Z [4552/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/boxanalysis_frequency.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/boxanalysis_frequency.py +2026-01-27T23:56:28.9722266Z [4553/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/buckling_platebuckling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/buckling_platebuckling.py +2026-01-27T23:56:28.9743041Z [4554/6735] Linking CXX shared library Mod/Draft/DraftUtils.so +2026-01-27T23:56:28.9754639Z [4555/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py +2026-01-27T23:56:28.9797032Z [4556/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_base_edge.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_base_edge.py +2026-01-27T23:56:28.9855301Z [4557/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py +2026-01-27T23:56:28.9876343Z [4558/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_base_face.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_base_face.py +2026-01-27T23:56:28.9965436Z [4559/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_base_solid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_base_solid.py +2026-01-27T23:56:28.9980266Z [4560/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_beam_pipe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_beam_pipe.py +2026-01-27T23:56:29.0015010Z [4561/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_beam_circle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_beam_circle.py +2026-01-27T23:56:29.0038172Z [4562/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py +2026-01-27T23:56:29.0074035Z [4563/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_hexa20.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_hexa20.py +2026-01-27T23:56:29.0093504Z [4564/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_quad4.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_quad4.py +2026-01-27T23:56:29.0212429Z [4565/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_quad8.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_quad8.py +2026-01-27T23:56:29.0238171Z [4566/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_tetra4.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_tetra4.py +2026-01-27T23:56:29.0294074Z [4567/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_tria3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_tria3.py +2026-01-27T23:56:29.0299541Z [4568/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_tria6.py +2026-01-27T23:56:29.0303790Z [4569/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_seg2.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_seg2.py +2026-01-27T23:56:29.0347347Z [4570/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_ele_seg3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_ele_seg3.py +2026-01-27T23:56:29.0407544Z [4571/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_nodeload.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_nodeload.py +2026-01-27T23:56:29.0476332Z [4572/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_faceload.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_faceload.py +2026-01-27T23:56:29.0511555Z [4573/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_disc_cyclic_symm_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_disc_cyclic_symm_centrif.py +2026-01-27T23:56:29.0518561Z [4574/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_cantilever_prescribeddisplacement.py +2026-01-27T23:56:29.0524005Z [4575/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_rigid_body.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_rigid_body.py +2026-01-27T23:56:29.0568047Z [4576/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_centrif.py +2026-01-27T23:56:29.0584532Z [4577/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/ccx_pipe_pressure_2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/ccx_pipe_pressure_2D.py +2026-01-27T23:56:29.0704408Z [4578/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_contact_shell_shell.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_contact_shell_shell.py +2026-01-27T23:56:29.0720406Z [4579/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_tie.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_tie.py +2026-01-27T23:56:29.0750816Z [4580/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_contact_solid_solid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_contact_solid_solid.py +2026-01-27T23:56:29.0754225Z [4581/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_section_print.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_section_print.py +2026-01-27T23:56:29.0762793Z [4582/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_selfweight_cantilever.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_selfweight_cantilever.py +2026-01-27T23:56:29.0826111Z [4583/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_transform_beam_hinged.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_transform_beam_hinged.py +2026-01-27T23:56:29.0963914Z [4584/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/elmer_nonguitutorial01_eigenvalue_of_elastic_beam.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/elmer_nonguitutorial01_eigenvalue_of_elastic_beam.py +2026-01-27T23:56:29.0983949Z [4585/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/constraint_transform_torque.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/constraint_transform_torque.py +2026-01-27T23:56:29.0991457Z [4586/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_deformation_spring_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_deformation_spring_elmer.py +2026-01-27T23:56:29.1000481Z [4587/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/examplesgui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/examplesgui.py +2026-01-27T23:56:29.1020833Z [4588/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls.py +2026-01-27T23:56:29.1038298Z [4589/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls_ccx.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_electrostatics_capacitance_two_balls_ccx.py +2026-01-27T23:56:29.1213852Z [4590/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_flow_elmer_2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_flow_elmer_2D.py +2026-01-27T23:56:29.1251440Z [4591/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_electrostatics_electricforce_elmer_nongui6.py +2026-01-27T23:56:29.1257816Z [4592/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_flow_turbulent_elmer_2D.py +2026-01-27T23:56:29.1261951Z [4593/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_magnetodynamics_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_magnetodynamics_elmer.py +2026-01-27T23:56:29.1291991Z [4594/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_flux_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_flux_elmer.py +2026-01-27T23:56:29.1292613Z [4595/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_flow_initial_elmer_2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_flow_initial_elmer_2D.py +2026-01-27T23:56:29.1468556Z [4596/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_magnetostatics_2D_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_magnetostatics_2D_elmer.py +2026-01-27T23:56:29.1477489Z [4597/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/frequency_beamsimple.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/frequency_beamsimple.py +2026-01-27T23:56:29.1484194Z [4598/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_magnetodynamics_2D_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_magnetodynamics_2D_elmer.py +2026-01-27T23:56:29.1490695Z [4599/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/magnetic_shielding_2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/magnetic_shielding_2D.py +2026-01-27T23:56:29.1514016Z [4600/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/manager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/manager.py +2026-01-27T23:56:29.1533374Z [4601/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/equation_staticcurrent_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/equation_staticcurrent_elmer.py +2026-01-27T23:56:29.1706128Z [4602/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py +2026-01-27T23:56:29.1711751Z [4603/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py +2026-01-27T23:56:29.1716794Z [4604/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py +2026-01-27T23:56:29.1722591Z [4605/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/material_nl_platewithhole.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/material_nl_platewithhole.py +2026-01-27T23:56:29.1748153Z [4606/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/mystran_plate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/mystran_plate.py +2026-01-27T23:56:29.1772894Z [4607/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/rc_wall_2d.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/rc_wall_2d.py +2026-01-27T23:56:29.1886533Z [4608/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py +2026-01-27T23:56:29.1944107Z [4609/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/thermomech_bimetal.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/thermomech_bimetal.py +2026-01-27T23:56:29.1953125Z [4610/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py +2026-01-27T23:56:29.1963987Z [4611/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg2.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg2.py +2026-01-27T23:56:29.2012973Z [4612/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/truss_3d_cs_circle_ele_seg3.py +2026-01-27T23:56:29.2020065Z [4613/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/__init__.py +2026-01-27T23:56:29.2113883Z [4614/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_beamsimple_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_beamsimple_tetra10.py +2026-01-27T23:56:29.2170596Z [4615/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py +2026-01-27T23:56:29.2184931Z [4616/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py +2026-01-27T23:56:29.2230653Z [4617/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_buckling_ibeam_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_buckling_ibeam_tria6.py +2026-01-27T23:56:29.2249400Z [4618/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py +2026-01-27T23:56:29.2263629Z [4619/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_buckling_plate_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_buckling_plate_tria6.py +2026-01-27T23:56:29.2307144Z [4620/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_quad4.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_quad4.py +2026-01-27T23:56:29.2401925Z [4621/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_quad8.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_quad8.py +2026-01-27T23:56:29.2408047Z [4622/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_seg2.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_seg2.py +2026-01-27T23:56:29.2469853Z [4623/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_seg3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_seg3.py +2026-01-27T23:56:29.2493843Z [4624/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py +2026-01-27T23:56:29.2501317Z [4625/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tria3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_tria3.py +2026-01-27T23:56:29.2512852Z [4626/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_canticcx_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_canticcx_tria6.py +2026-01-27T23:56:29.2632355Z [4627/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_capacitance_two_balls_tetra10.py +2026-01-27T23:56:29.2638320Z [4628/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_constraint_centrif_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_constraint_centrif_tetra10.py +2026-01-27T23:56:29.2723324Z [4629/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py +2026-01-27T23:56:29.2741841Z [4630/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py +2026-01-27T23:56:29.2758480Z [4631/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py +2026-01-27T23:56:29.2763333Z [4632/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_eigenvalue_of_elastic_beam_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_eigenvalue_of_elastic_beam_tetra10.py +2026-01-27T23:56:29.2851836Z [4633/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_flexural_buckling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_flexural_buckling.py +2026-01-27T23:56:29.2885395Z [4634/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_electricforce_elmer_nongui6_tetra10.py +2026-01-27T23:56:29.2962988Z [4635/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tetra10.py +2026-01-27T23:56:29.2978044Z [4636/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_multibodybeam_tria6.py +2026-01-27T23:56:29.2982669Z [4637/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_plate_mystran_quad4.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_plate_mystran_quad4.py +2026-01-27T23:56:29.3017071Z [4638/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py +2026-01-27T23:56:29.3082383Z [4639/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py +2026-01-27T23:56:29.3109032Z [4640/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_section_print_tetra10.py +2026-01-27T23:56:29.3193281Z [4641/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_selfweight_cantilever_tetra10.py +2026-01-27T23:56:29.3200110Z [4642/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_square_pipe_end_twisted_tria6.py +2026-01-27T23:56:29.3206749Z [4643/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetal_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetal_tetra10.py +2026-01-27T23:56:29.3270934Z [4644/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_transform_beam_hinged_tetra10.py +2026-01-27T23:56:29.3296844Z [4645/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_transform_torque_tetra10.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_transform_torque_tetra10.py +2026-01-27T23:56:29.3372311Z [4646/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg2.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg2.py +2026-01-27T23:56:29.3420135Z [4647/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femexamples/meshes/mesh_truss_crane_seg3.py +2026-01-27T23:56:29.3429341Z [4648/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/__init__.py +2026-01-27T23:56:29.3432174Z [4649/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/convert2TetGen.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/convert2TetGen.py +2026-01-27T23:56:29.3497259Z [4650/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importCcxDatResults.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importCcxDatResults.py +2026-01-27T23:56:29.3504609Z [4651/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/exportNastranMesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/exportNastranMesh.py +2026-01-27T23:56:29.3608259Z [4652/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importCcxFrdResults.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importCcxFrdResults.py +2026-01-27T23:56:29.3644592Z [4653/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importFenicsMesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importFenicsMesh.py +2026-01-27T23:56:29.3662156Z [4654/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importPyMesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importPyMesh.py +2026-01-27T23:56:29.3662789Z [4655/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importInpMesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importInpMesh.py +2026-01-27T23:56:29.3703218Z [4656/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importToolsFem.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importToolsFem.py +2026-01-27T23:56:29.3759362Z [4657/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importVTKResults.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importVTKResults.py +2026-01-27T23:56:29.3831320Z [4658/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importYamlJsonMesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importYamlJsonMesh.py +2026-01-27T23:56:29.3872672Z [4659/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importZ88Mesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importZ88Mesh.py +2026-01-27T23:56:29.3890463Z [4660/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/importZ88O2Results.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/importZ88O2Results.py +2026-01-27T23:56:29.3898278Z [4661/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/readFenicsXDMF.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/readFenicsXDMF.py +2026-01-27T23:56:29.3925244Z [4662/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/readFenicsXML.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/readFenicsXML.py +2026-01-27T23:56:29.3996968Z [4663/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/writeFenicsXDMF.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/writeFenicsXDMF.py +2026-01-27T23:56:29.4064839Z [4664/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/feminout/writeFenicsXML.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/feminout/writeFenicsXML.py +2026-01-27T23:56:29.4096485Z [4665/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/__init__.py +2026-01-27T23:56:29.4124090Z [4666/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/gmshtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/gmshtools.py +2026-01-27T23:56:29.4162424Z [4667/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/femmesh2mesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/femmesh2mesh.py +2026-01-27T23:56:29.4204974Z [4668/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/meshsetsgetter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/meshsetsgetter.py +2026-01-27T23:56:29.4217494Z [4669/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/netgentools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/netgentools.py +2026-01-27T23:56:29.4229425Z [4670/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femmesh/meshtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femmesh/meshtools.py +2026-01-27T23:56:29.4313423Z [4671/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/__init__.py +2026-01-27T23:56:29.4402372Z [4672/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/base_femelement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/base_femelement.py +2026-01-27T23:56:29.4415516Z [4673/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/base_femmeshelement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/base_femmeshelement.py +2026-01-27T23:56:29.4428637Z [4674/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_bodyheatsource.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_bodyheatsource.py +2026-01-27T23:56:29.4429187Z [4675/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/base_fempythonobject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/base_fempythonobject.py +2026-01-27T23:56:29.4433518Z [4676/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constant_vacuumpermittivity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constant_vacuumpermittivity.py +2026-01-27T23:56:29.4534425Z [4677/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_centrif.py +2026-01-27T23:56:29.4597961Z [4678/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_initialflowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_initialflowvelocity.py +2026-01-27T23:56:29.4638669Z [4679/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_flowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_flowvelocity.py +2026-01-27T23:56:29.4646600Z [4680/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_currentdensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_currentdensity.py +2026-01-27T23:56:29.4647839Z [4681/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_electrostaticpotential.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_electrostaticpotential.py +2026-01-27T23:56:29.4732088Z [4682/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_electricchargedensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_electricchargedensity.py +2026-01-27T23:56:29.4752017Z [4683/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_initialpressure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_initialpressure.py +2026-01-27T23:56:29.4797130Z [4684/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_magnetization.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_magnetization.py +2026-01-27T23:56:29.4850203Z [4685/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_sectionprint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_sectionprint.py +2026-01-27T23:56:29.4862825Z [4686/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_tie.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_tie.py +2026-01-27T23:56:29.4876588Z [4687/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/constraint_selfweight.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/constraint_selfweight.py +2026-01-27T23:56:29.4891536Z [4688/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/element_fluid1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/element_fluid1D.py +2026-01-27T23:56:29.4997111Z [4689/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/element_geometry1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/element_geometry1D.py +2026-01-27T23:56:29.5004386Z [4690/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/element_rotation1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/element_rotation1D.py +2026-01-27T23:56:29.5030535Z [4691/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/element_geometry2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/element_geometry2D.py +2026-01-27T23:56:29.5098534Z [4692/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/material_common.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/material_common.py +2026-01-27T23:56:29.5102603Z [4693/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/material_mechanicalnonlinear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/material_mechanicalnonlinear.py +2026-01-27T23:56:29.5114984Z [4694/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/material_reinforced.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/material_reinforced.py +2026-01-27T23:56:29.5168415Z [4695/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_gmsh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_gmsh.py +2026-01-27T23:56:29.5243075Z [4696/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_boundarylayer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_boundarylayer.py +2026-01-27T23:56:29.5246666Z [4697/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_group.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_group.py +2026-01-27T23:56:29.5323766Z [4698/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_netgen.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_netgen.py +2026-01-27T23:56:29.5333784Z [4699/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_region.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_region.py +2026-01-27T23:56:29.5412490Z [4700/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/mesh_result.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/mesh_result.py +2026-01-27T23:56:29.5414196Z [4701/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/solver_ccxtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/solver_ccxtools.py +2026-01-27T23:56:29.5422098Z [4702/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/result_mechanical.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/result_mechanical.py +2026-01-27T23:56:29.5442411Z [4703/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/solver_calculix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/solver_calculix.py +2026-01-27T23:56:29.5563984Z [4704/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/base_fempostextractors.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/base_fempostextractors.py +2026-01-27T23:56:29.5579207Z [4705/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/solver_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/solver_elmer.py +2026-01-27T23:56:29.5609986Z [4706/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_glyphfilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_glyphfilter.py +2026-01-27T23:56:29.5691874Z [4707/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/base_fempostvisualizations.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/base_fempostvisualizations.py +2026-01-27T23:56:29.5770884Z [4708/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_extract2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_extract2D.py +2026-01-27T23:56:29.5780813Z [4709/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_extract1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_extract1D.py +2026-01-27T23:56:29.5814579Z [4710/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_histogram.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_histogram.py +2026-01-27T23:56:29.5848368Z [4711/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_lineplot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_lineplot.py +2026-01-27T23:56:29.5879783Z [4712/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femobjects/post_table.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femobjects/post_table.py +2026-01-27T23:56:29.5886377Z [4713/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femresult/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femresult/__init__.py +2026-01-27T23:56:29.6006597Z [4714/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femresult/resulttools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femresult/resulttools.py +2026-01-27T23:56:29.6055152Z [4715/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/__init__.py +2026-01-27T23:56:29.6058365Z [4716/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/equationbase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/equationbase.py +2026-01-27T23:56:29.6082616Z [4717/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/report.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/report.py +2026-01-27T23:56:29.6115061Z [4718/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/reportdialog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/reportdialog.py +2026-01-27T23:56:29.6124404Z [4719/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/run.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/run.py +2026-01-27T23:56:29.6240513Z [4720/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/settings.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/settings.py +2026-01-27T23:56:29.6286318Z [4721/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/signal.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/signal.py +2026-01-27T23:56:29.6294763Z [4722/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/solver_taskpanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/solver_taskpanel.py +2026-01-27T23:56:29.6322655Z [4723/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/solverbase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/solverbase.py +2026-01-27T23:56:29.6345771Z [4724/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/task.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/task.py +2026-01-27T23:56:29.6384308Z [4725/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/writerbase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/writerbase.py +2026-01-27T23:56:29.6468454Z [4726/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/__init__.py +2026-01-27T23:56:29.6506154Z [4727/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/calculixtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/calculixtools.py +2026-01-27T23:56:29.6532802Z [4728/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/solver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/solver.py +2026-01-27T23:56:29.6577052Z [4729/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/tasks.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/tasks.py +2026-01-27T23:56:29.6581594Z [4730/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_bodyheatsource.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_bodyheatsource.py +2026-01-27T23:56:29.6623336Z [4731/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_centrif.py +2026-01-27T23:56:29.6695650Z [4732/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_contact.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_contact.py +2026-01-27T23:56:29.6721026Z [4733/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_displacement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_displacement.py +2026-01-27T23:56:29.6748197Z [4734/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_electricchargedensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_electricchargedensity.py +2026-01-27T23:56:29.6794178Z [4735/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_electrostatic.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_electrostatic.py +2026-01-27T23:56:29.6819311Z [4736/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_fixed.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_fixed.py +2026-01-27T23:56:29.6854262Z [4737/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_fluidsection.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_fluidsection.py +2026-01-27T23:56:29.6928373Z [4738/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_force.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_force.py +2026-01-27T23:56:29.6965617Z [4739/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_initialtemperature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_initialtemperature.py +2026-01-27T23:56:29.6973388Z [4740/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_heatflux.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_heatflux.py +2026-01-27T23:56:29.7060218Z [4741/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_finaltemperature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_finaltemperature.py +2026-01-27T23:56:29.7060928Z [4742/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_planerotation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_planerotation.py +2026-01-27T23:56:29.7084563Z [4743/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_pressure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_pressure.py +2026-01-27T23:56:29.7160681Z [4744/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_rigidbody.py +2026-01-27T23:56:29.7187827Z [4745/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_rigidbody_step.py +2026-01-27T23:56:29.7202082Z [4746/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_sectionprint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_sectionprint.py +2026-01-27T23:56:29.7280869Z [4747/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_selfweight.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_selfweight.py +2026-01-27T23:56:29.7285549Z [4748/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_temperature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_temperature.py +2026-01-27T23:56:29.7321247Z [4749/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_tie.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_tie.py +2026-01-27T23:56:29.7386495Z [4750/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_constraint_transform.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_constraint_transform.py +2026-01-27T23:56:29.7411731Z [4751/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_femelement_geometry.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_femelement_geometry.py +2026-01-27T23:56:29.7449923Z [4752/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_femelement_material.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_femelement_material.py +2026-01-27T23:56:29.7506876Z [4753/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_femelement_matgeosets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_femelement_matgeosets.py +2026-01-27T23:56:29.7512278Z [4754/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_amplitude.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_amplitude.py +2026-01-27T23:56:29.7558274Z [4755/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_footer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_footer.py +2026-01-27T23:56:29.7609273Z [4756/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_mesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_mesh.py +2026-01-27T23:56:29.7624461Z [4757/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_step_equation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_step_equation.py +2026-01-27T23:56:29.7696768Z [4758/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/write_step_output.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/write_step_output.py +2026-01-27T23:56:29.7733307Z [4759/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/calculix/writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/calculix/writer.py +2026-01-27T23:56:29.7738006Z [4760/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/__init__.py +2026-01-27T23:56:29.7825995Z [4761/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/sifio.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/sifio.py +2026-01-27T23:56:29.7826742Z [4762/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/writer.py +2026-01-27T23:56:29.7852937Z [4763/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/elmertools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/elmertools.py +2026-01-27T23:56:29.7965990Z [4764/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/__init__.py +2026-01-27T23:56:29.7966892Z [4765/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/deformation_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/deformation_writer.py +2026-01-27T23:56:29.7967335Z [4766/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/deformation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/deformation.py +2026-01-27T23:56:29.8037547Z [4767/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/elasticity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/elasticity.py +2026-01-27T23:56:29.8045546Z [4768/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/elasticity_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/elasticity_writer.py +2026-01-27T23:56:29.8077122Z [4769/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/electricforce.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/electricforce.py +2026-01-27T23:56:29.8153384Z [4770/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/electricforce_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/electricforce_writer.py +2026-01-27T23:56:29.8163447Z [4771/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/electrostatic.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/electrostatic.py +2026-01-27T23:56:29.8180159Z [4772/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/electrostatic_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/electrostatic_writer.py +2026-01-27T23:56:29.8268714Z [4773/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/equation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/equation.py +2026-01-27T23:56:29.8269419Z [4774/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/flow.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/flow.py +2026-01-27T23:56:29.8309094Z [4775/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/flow_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/flow_writer.py +2026-01-27T23:56:29.8392070Z [4776/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/flux.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/flux.py +2026-01-27T23:56:29.8396547Z [4777/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/flux_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/flux_writer.py +2026-01-27T23:56:29.8410403Z [4778/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/heat.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/heat.py +2026-01-27T23:56:29.8499053Z [4779/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/heat_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/heat_writer.py +2026-01-27T23:56:29.8502486Z [4780/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/linear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/linear.py +2026-01-27T23:56:29.8519334Z [4781/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/magnetodynamic.py +2026-01-27T23:56:29.8630686Z [4782/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/magnetodynamic_writer.py +2026-01-27T23:56:29.8638308Z [4783/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D.py +2026-01-27T23:56:29.8643834Z [4784/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/magnetodynamic2D_writer.py +2026-01-27T23:56:29.8722114Z [4785/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/nonlinear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/nonlinear.py +2026-01-27T23:56:29.8759197Z [4786/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/staticcurrent.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/staticcurrent.py +2026-01-27T23:56:29.8759803Z [4787/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/elmer/equations/staticcurrent_writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/elmer/equations/staticcurrent_writer.py +2026-01-27T23:56:29.8853042Z [4788/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/fenics/fenics_tools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/fenics/fenics_tools.py +2026-01-27T23:56:29.8859835Z [4789/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/fenics/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/fenics/__init__.py +2026-01-27T23:56:29.8865243Z [4790/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/__init__.py +2026-01-27T23:56:29.8960815Z [4791/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_con_fixed.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_con_fixed.py +2026-01-27T23:56:29.8964678Z [4792/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_femelement_geometry.py +2026-01-27T23:56:29.8974397Z [4793/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_con_force.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_con_force.py +2026-01-27T23:56:29.9081085Z [4794/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_mesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_mesh.py +2026-01-27T23:56:29.9090365Z [4795/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_femelement_material.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_femelement_material.py +2026-01-27T23:56:29.9105209Z [4796/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/add_solver_control.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/add_solver_control.py +2026-01-27T23:56:29.9184501Z [4797/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/solver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/solver.py +2026-01-27T23:56:29.9191958Z [4798/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/tasks.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/tasks.py +2026-01-27T23:56:29.9259603Z [4799/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/mystran/writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/mystran/writer.py +2026-01-27T23:56:29.9322245Z [4800/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/z88/solver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/z88/solver.py +2026-01-27T23:56:29.9328864Z [4801/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/z88/tasks.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/z88/tasks.py +2026-01-27T23:56:29.9336401Z [4802/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/z88/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/z88/__init__.py +2026-01-27T23:56:29.9415814Z [4803/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femsolver/z88/writer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femsolver/z88/writer.py +2026-01-27T23:56:29.9423155Z [4804/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/__init__.py +2026-01-27T23:56:29.9492228Z [4805/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/test_commands.sh to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/test_commands.sh +2026-01-27T23:56:29.9572836Z [4806/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/test_information.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/test_information.md +2026-01-27T23:56:29.9578803Z [4807/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/__init__.py +2026-01-27T23:56:29.9584818Z [4808/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/support_utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/support_utils.py +2026-01-27T23:56:29.9648956Z [4809/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_ccxtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_ccxtools.py +2026-01-27T23:56:29.9656878Z [4810/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_common.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_common.py +2026-01-27T23:56:29.9705304Z [4811/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_femimport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_femimport.py +2026-01-27T23:56:29.9800349Z [4812/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_material.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_material.py +2026-01-27T23:56:29.9810482Z [4813/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_object.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_object.py +2026-01-27T23:56:29.9838384Z [4814/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_mesh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_mesh.py +2026-01-27T23:56:29.9878486Z [4815/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_result.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_result.py +2026-01-27T23:56:29.9886253Z [4816/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_open.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_open.py +2026-01-27T23:56:29.9941383Z [4817/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_solver_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_solver_elmer.py +2026-01-27T23:56:30.0047277Z [4818/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/__init__.py +2026-01-27T23:56:30.0058294Z [4819/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_solver_z88.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_solver_z88.py +2026-01-27T23:56:30.0100935Z [4820/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/app/test_solver_mystran.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/app/test_solver_mystran.py +2026-01-27T23:56:30.0108445Z [4821/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_frequency.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_frequency.inp +2026-01-27T23:56:30.0116166Z [4822/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/__init__.py +2026-01-27T23:56:30.0174745Z [4823/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_frequency.dat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_frequency.dat +2026-01-27T23:56:30.0276630Z [4824/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_frequency.frd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_frequency.frd +2026-01-27T23:56:30.0297007Z [4825/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_frequency_expected_values to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_frequency_expected_values +2026-01-27T23:56:30.0332517Z [4826/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_static.dat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_static.dat +2026-01-27T23:56:30.0340574Z [4827/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_frequency.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_frequency.FCStd +2026-01-27T23:56:30.0347125Z [4828/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_static.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_static.inp +2026-01-27T23:56:30.0407727Z [4829/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_static.frd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_static.frd +2026-01-27T23:56:30.0503911Z [4830/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_static_expected_values to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_static_expected_values +2026-01-27T23:56:30.0536780Z [4831/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box_static.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box_static.FCStd +2026-01-27T23:56:30.0570177Z [4832/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.dat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.dat +2026-01-27T23:56:30.0589473Z [4833/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/box.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/box.FCStd +2026-01-27T23:56:30.0605084Z [4834/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_buckling_flexuralbuckling.inp +2026-01-27T23:56:30.0638798Z [4835/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp +2026-01-27T23:56:30.0719957Z [4836/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp +2026-01-27T23:56:30.0831707Z [4837/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp +2026-01-27T23:56:30.0834563Z [4838/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp +2026-01-27T23:56:30.0853100Z [4839/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad8.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad8.inp +2026-01-27T23:56:30.0867836Z [4840/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad4.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_quad4.inp +2026-01-27T23:56:30.0883224Z [4841/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg2.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg2.inp +2026-01-27T23:56:30.0972819Z [4842/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp +2026-01-27T23:56:30.1049745Z [4843/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria3.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria3.inp +2026-01-27T23:56:30.1055565Z [4844/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria6.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_tria6.inp +2026-01-27T23:56:30.1082243Z [4845/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_faceload.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_faceload.inp +2026-01-27T23:56:30.1087524Z [4846/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_nodeload.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_nodeload.inp +2026-01-27T23:56:30.1118506Z [4847/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/ccx_cantilever_prescribeddisplacement.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/ccx_cantilever_prescribeddisplacement.inp +2026-01-27T23:56:30.1167445Z [4848/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_centrif.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_centrif.inp +2026-01-27T23:56:30.1300157Z [4849/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.FCStd +2026-01-27T23:56:30.1311484Z [4850/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp +2026-01-27T23:56:30.1320340Z [4851/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp +2026-01-27T23:56:30.1330598Z [4852/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.FCStd +2026-01-27T23:56:30.1343257Z [4853/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp +2026-01-27T23:56:30.1384701Z [4854/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp +2026-01-27T23:56:30.1573133Z [4855/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_transform_torque.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_transform_torque.inp +2026-01-27T23:56:30.1579496Z [4856/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/frequency_beamsimple.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/frequency_beamsimple.inp +2026-01-27T23:56:30.1583440Z [4857/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_transform_beam_hinged.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_transform_beam_hinged.inp +2026-01-27T23:56:30.1662242Z [4858/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp +2026-01-27T23:56:30.1663027Z [4859/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/constraint_tie.inp +2026-01-27T23:56:30.1663361Z [4860/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp +2026-01-27T23:56:30.1793903Z [4861/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp +2026-01-27T23:56:30.1800180Z [4862/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp +2026-01-27T23:56:30.1815478Z [4863/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/material_nonlinear.inp +2026-01-27T23:56:30.1859931Z [4864/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp +2026-01-27T23:56:30.1865712Z [4865/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/calculix/thermomech_bimetal.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/calculix/thermomech_bimetal.inp +2026-01-27T23:56:30.1870658Z [4866/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/__init__.py +2026-01-27T23:56:30.2028765Z [4867/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_1_si.sif +2026-01-27T23:56:30.2057487Z [4868/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/box_static_0_mm.sif +2026-01-27T23:56:30.2060564Z [4869/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/ccxcantilever_faceload_0_mm.sif +2026-01-27T23:56:30.2083674Z [4870/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/ccxcantilever_nodeload_0_mm.sif +2026-01-27T23:56:30.2091861Z [4871/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/ccxcantilever_prescribeddisplacement_0_mm.sif +2026-01-27T23:56:30.2098506Z [4872/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/group_mesh.geo to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/group_mesh.geo +2026-01-27T23:56:30.2275603Z [4873/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO +2026-01-27T23:56:30.2282871Z [4874/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp +2026-01-27T23:56:30.2290698Z [4875/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/__init__.py +2026-01-27T23:56:30.2312123Z [4876/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv +2026-01-27T23:56:30.2315084Z [4877/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk +2026-01-27T23:56:30.2372336Z [4878/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml +2026-01-27T23:56:30.2503215Z [4879/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/__init__.py +2026-01-27T23:56:30.2511863Z [4880/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88 to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88 +2026-01-27T23:56:30.2519080Z [4881/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_quad4.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_quad4.bdf +2026-01-27T23:56:30.2534386Z [4882/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_seg2.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_seg2.bdf +2026-01-27T23:56:30.2539940Z [4883/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_tria3.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/ccx_cantilever_ele_tria3.bdf +2026-01-27T23:56:30.2549292Z [4884/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_faceload.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/ccx_cantilever_faceload.bdf +2026-01-27T23:56:30.2730307Z [4885/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/ccx_cantilever_nodeload.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/ccx_cantilever_nodeload.bdf +2026-01-27T23:56:30.2742896Z [4886/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/mystran/mystran_plate.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/mystran/mystran_plate.bdf +2026-01-27T23:56:30.2748035Z [4887/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/open/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/open/__init__.py +2026-01-27T23:56:30.2764370Z [4888/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd +2026-01-27T23:56:30.2768986Z [4889/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/__init__.py +2026-01-27T23:56:30.2812707Z [4890/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/51.txt +2026-01-27T23:56:30.2951767Z [4891/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88elp.txt +2026-01-27T23:56:30.2973723Z [4892/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88.dyn +2026-01-27T23:56:30.2979249Z [4893/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i2.txt +2026-01-27T23:56:30.2985911Z [4894/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i1.txt +2026-01-27T23:56:30.3016600Z [4895/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88i5.txt +2026-01-27T23:56:30.3017289Z [4896/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/planegcs/Constraints.cpp.o +2026-01-27T23:56:30.3037434Z [4897/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88int.txt +2026-01-27T23:56:30.3180883Z [4898/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88man.txt +2026-01-27T23:56:30.3192829Z [4899/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88.dyn +2026-01-27T23:56:30.3200515Z [4900/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_faceload/z88mat.txt +2026-01-27T23:56:30.3204197Z [4901/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/51.txt +2026-01-27T23:56:30.3210122Z [4902/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88elp.txt +2026-01-27T23:56:30.3243524Z [4903/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i1.txt +2026-01-27T23:56:30.3261418Z [4904/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i2.txt +2026-01-27T23:56:30.3451975Z [4905/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/51.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/51.txt +2026-01-27T23:56:30.3452746Z [4906/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88i5.txt +2026-01-27T23:56:30.3453083Z [4907/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88int.txt +2026-01-27T23:56:30.3453429Z [4908/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88man.txt +2026-01-27T23:56:30.3497721Z [4909/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_hexa20/z88mat.txt +2026-01-27T23:56:30.3498444Z [4910/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88.dyn to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88.dyn +2026-01-27T23:56:30.3498763Z [4911/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88elp.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88elp.txt +2026-01-27T23:56:30.3637775Z [4912/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i2.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i2.txt +2026-01-27T23:56:30.3642970Z [4913/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i1.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i1.txt +2026-01-27T23:56:30.3649061Z [4914/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i5.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88i5.txt +2026-01-27T23:56:30.3660302Z [4915/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88int.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88int.txt +2026-01-27T23:56:30.3697050Z [4916/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88man.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88man.txt +2026-01-27T23:56:30.3697987Z [4917/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/51.txt +2026-01-27T23:56:30.3720843Z [4918/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88mat.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_ele_tria6/z88mat.txt +2026-01-27T23:56:30.3890504Z [4919/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i1.txt +2026-01-27T23:56:30.3891532Z [4920/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88.dyn +2026-01-27T23:56:30.3892001Z [4921/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88elp.txt +2026-01-27T23:56:30.3892362Z [4922/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i2.txt +2026-01-27T23:56:30.3892903Z [4923/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88int.txt +2026-01-27T23:56:30.3995943Z [4924/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88man.txt +2026-01-27T23:56:30.4041585Z [4925/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88i5.txt +2026-01-27T23:56:30.4072528Z [4926/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/data/z88/ccx_cantilever_nodeload/z88mat.txt +2026-01-27T23:56:30.4076289Z [4927/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/__init__.py +2026-01-27T23:56:30.4097176Z [4928/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/constants.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/constants.py +2026-01-27T23:56:30.4101551Z [4929/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/checksanalysis.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/checksanalysis.py +2026-01-27T23:56:30.4105555Z [4930/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/ccxtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/ccxtools.py +2026-01-27T23:56:30.4223330Z [4931/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/errors.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/errors.py +2026-01-27T23:56:30.4286253Z [4932/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/geomtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/geomtools.py +2026-01-27T23:56:30.4333187Z [4933/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/membertools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/membertools.py +2026-01-27T23:56:30.4339483Z [4934/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/femutils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/femutils.py +2026-01-27T23:56:30.4346694Z [4935/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/migrate_app.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/migrate_app.py +2026-01-27T23:56:30.4351155Z [4936/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtools/tokrules.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtools/tokrules.py +2026-01-27T23:56:30.4360981Z [4937/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/TestFemGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/TestFemGui.py +2026-01-27T23:56:30.4466528Z [4938/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiobjects/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiobjects/__init__.py +2026-01-27T23:56:30.4493460Z [4939/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiobjects/readme.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiobjects/readme.md +2026-01-27T23:56:30.4560003Z [4940/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/base_femlogtaskpanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/base_femlogtaskpanel.py +2026-01-27T23:56:30.4566610Z [4941/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/__init__.py +2026-01-27T23:56:30.4570836Z [4942/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/base_femtaskpanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/base_femtaskpanel.py +2026-01-27T23:56:30.4582425Z [4943/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/base_fempostpanel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/base_fempostpanel.py +2026-01-27T23:56:30.4583552Z [4944/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_bodyheatsource.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_bodyheatsource.py +2026-01-27T23:56:30.4681435Z [4945/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_centrif.py +2026-01-27T23:56:30.4775524Z [4946/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_currentdensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_currentdensity.py +2026-01-27T23:56:30.4787737Z [4947/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_initialflowvelocity.py +2026-01-27T23:56:30.4792035Z [4948/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_electrostaticpotential.py +2026-01-27T23:56:30.4803975Z [4949/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_initialpressure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_initialpressure.py +2026-01-27T23:56:30.4817412Z [4950/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_flowvelocity.py +2026-01-27T23:56:30.4818032Z [4951/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_electricchargedensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_electricchargedensity.py +2026-01-27T23:56:30.4900419Z [4952/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_magnetization.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_magnetization.py +2026-01-27T23:56:30.5010123Z [4953/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_sectionprint.py +2026-01-27T23:56:30.5010829Z [4954/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_constraint_tie.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_constraint_tie.py +2026-01-27T23:56:30.5021217Z [4955/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_element_fluid1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_element_fluid1D.py +2026-01-27T23:56:30.5025994Z [4956/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_element_geometry1D.py +2026-01-27T23:56:30.5030117Z [4957/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_element_geometry2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_element_geometry2D.py +2026-01-27T23:56:30.5059397Z [4958/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_element_rotation1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_element_rotation1D.py +2026-01-27T23:56:30.5120080Z [4959/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_material_common.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_material_common.py +2026-01-27T23:56:30.5232699Z [4960/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_material_reinforced.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_material_reinforced.py +2026-01-27T23:56:30.5237423Z [4961/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_mesh_boundarylayer.py +2026-01-27T23:56:30.5245898Z [4962/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_mesh_group.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_mesh_group.py +2026-01-27T23:56:30.5246382Z [4963/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_mesh_gmsh.py +2026-01-27T23:56:30.5249644Z [4964/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_mesh_region.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_mesh_region.py +2026-01-27T23:56:30.5317031Z [4965/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_mesh_netgen.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_mesh_netgen.py +2026-01-27T23:56:30.5342385Z [4966/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_result_mechanical.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_result_mechanical.py +2026-01-27T23:56:30.5458308Z [4967/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_solver_calculix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_solver_calculix.py +2026-01-27T23:56:30.5459000Z [4968/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_solver_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_solver_elmer.py +2026-01-27T23:56:30.5462602Z [4969/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_solver_ccxtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_solver_ccxtools.py +2026-01-27T23:56:30.5474644Z [4970/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_post_glyphfilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_post_glyphfilter.py +2026-01-27T23:56:30.5532424Z [4971/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_post_histogram.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_post_histogram.py +2026-01-27T23:56:30.5557004Z [4972/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_post_lineplot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_post_lineplot.py +2026-01-27T23:56:30.5571465Z [4973/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_post_table.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_post_table.py +2026-01-27T23:56:30.5665627Z [4974/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtaskpanels/task_post_extractor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtaskpanels/task_post_extractor.py +2026-01-27T23:56:30.5670800Z [4975/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/gui/__init__.py +2026-01-27T23:56:30.5674987Z [4976/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femtest/gui/test_open.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femtest/gui/test_open.py +2026-01-27T23:56:30.5691889Z [4977/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/__init__.py +2026-01-27T23:56:30.5737136Z [4978/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/disambiguate_solid_selection.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/disambiguate_solid_selection.py +2026-01-27T23:56:30.5784966Z [4979/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/migrate_gui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/migrate_gui.py +2026-01-27T23:56:30.5788591Z [4980/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/selection_widgets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/selection_widgets.py +2026-01-27T23:56:30.5877362Z [4981/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/vtk_module_handling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/vtk_module_handling.py +2026-01-27T23:56:30.5888360Z [4982/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/vtk_table_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/vtk_table_view.py +2026-01-27T23:56:30.5904882Z [4983/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/data_extraction.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/data_extraction.py +2026-01-27T23:56:30.5913284Z [4984/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/extract_link_view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/extract_link_view.py +2026-01-27T23:56:30.5982075Z [4985/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femguiutils/post_visualization.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femguiutils/post_visualization.py +2026-01-27T23:56:30.5996399Z [4986/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/__init__.py +2026-01-27T23:56:30.6055418Z [4987/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_femconstraint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_femconstraint.py +2026-01-27T23:56:30.6059355Z [4988/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_femmaterial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_femmaterial.py +2026-01-27T23:56:30.6068546Z [4989/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_femmeshelement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_femmeshelement.py +2026-01-27T23:56:30.6122888Z [4990/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_femelement.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_femelement.py +2026-01-27T23:56:30.6128992Z [4991/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_femobject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_femobject.py +2026-01-27T23:56:30.6213678Z [4992/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py +2026-01-27T23:56:30.6221835Z [4993/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constant_vacuumpermittivity.py +2026-01-27T23:56:30.6233386Z [4994/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_centrif.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_centrif.py +2026-01-27T23:56:30.6282026Z [4995/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_currentdensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_currentdensity.py +2026-01-27T23:56:30.6325444Z [4996/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py +2026-01-27T23:56:30.6362615Z [4997/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py +2026-01-27T23:56:30.6370454Z [4998/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_electricchargedensity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_electricchargedensity.py +2026-01-27T23:56:30.6433827Z [4999/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py +2026-01-27T23:56:30.6460357Z [5000/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_magnetization.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_magnetization.py +2026-01-27T23:56:30.6466746Z [5001/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_initialpressure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_initialpressure.py +2026-01-27T23:56:30.6474312Z [5002/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_selfweight.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_selfweight.py +2026-01-27T23:56:30.6504874Z [5003/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_sectionprint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_sectionprint.py +2026-01-27T23:56:30.6607789Z [5004/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_element_fluid1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_element_fluid1D.py +2026-01-27T23:56:30.6608459Z [5005/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_element_geometry2D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_element_geometry2D.py +2026-01-27T23:56:30.6651638Z [5006/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_element_geometry1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_element_geometry1D.py +2026-01-27T23:56:30.6671947Z [5007/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_constraint_tie.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_constraint_tie.py +2026-01-27T23:56:30.6682389Z [5008/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_element_rotation1D.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_element_rotation1D.py +2026-01-27T23:56:30.6689320Z [5009/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_material_common.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_material_common.py +2026-01-27T23:56:30.6725758Z [5010/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py +2026-01-27T23:56:30.6836839Z [5011/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_material_reinforced.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_material_reinforced.py +2026-01-27T23:56:30.6837722Z [5012/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py +2026-01-27T23:56:30.6892892Z [5013/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_gmsh.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_gmsh.py +2026-01-27T23:56:30.6916540Z [5014/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_netgen.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_netgen.py +2026-01-27T23:56:30.6944843Z [5015/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_region.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_region.py +2026-01-27T23:56:30.6955691Z [5016/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_result.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_result.py +2026-01-27T23:56:30.6992864Z [5017/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_mesh_group.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_mesh_group.py +2026-01-27T23:56:30.7021622Z [5018/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_result_mechanical.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_result_mechanical.py +2026-01-27T23:56:30.7031301Z [5019/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_solver_calculix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_solver_calculix.py +2026-01-27T23:56:30.7136646Z [5020/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_solver_ccxtools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_solver_ccxtools.py +2026-01-27T23:56:30.7176410Z [5021/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_fempostextractors.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_fempostextractors.py +2026-01-27T23:56:30.7187020Z [5022/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_base_fempostvisualization.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_base_fempostvisualization.py +2026-01-27T23:56:30.7213766Z [5023/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_post_glyphfilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_post_glyphfilter.py +2026-01-27T23:56:30.7234644Z [5024/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_solver_elmer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_solver_elmer.py +2026-01-27T23:56:30.7243809Z [5025/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_post_histogram.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_post_histogram.py +2026-01-27T23:56:30.7255679Z [5026/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_post_lineplot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_post_lineplot.py +2026-01-27T23:56:30.7361076Z [5027/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/femviewprovider/view_post_table.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/femviewprovider/view_post_table.py +2026-01-27T23:56:30.7492734Z [5028/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/fempreferencepages/dlg_settings_netgen.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/fempreferencepages/dlg_settings_netgen.py +2026-01-27T23:56:30.7493503Z [5029/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/fempreferencepages/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/fempreferencepages/__init__.py +2026-01-27T23:56:30.7494062Z [5030/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/BodyHeatSource.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/BodyHeatSource.ui +2026-01-27T23:56:30.7494414Z [5031/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ConstraintCentrif.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ConstraintCentrif.ui +2026-01-27T23:56:30.7581719Z [5032/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ConstraintSectionPrint.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ConstraintSectionPrint.ui +2026-01-27T23:56:30.7588721Z [5033/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/DlgSettingsNetgen.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/DlgSettingsNetgen.ui +2026-01-27T23:56:30.7599703Z [5034/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ConstraintTie.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ConstraintTie.ui +2026-01-27T23:56:30.7670258Z [5035/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/CurrentDensity.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/CurrentDensity.ui +2026-01-27T23:56:30.7677777Z [5036/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElectricChargeDensity.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElectricChargeDensity.ui +2026-01-27T23:56:30.7683199Z [5037/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElectrostaticPotential.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElectrostaticPotential.ui +2026-01-27T23:56:30.7735709Z [5038/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElementGeometry1D.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElementGeometry1D.ui +2026-01-27T23:56:30.7814740Z [5039/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElementFluid1D.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElementFluid1D.ui +2026-01-27T23:56:30.7885555Z [5040/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElementRotation1D.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElementRotation1D.ui +2026-01-27T23:56:30.7890926Z [5041/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/FlowVelocity.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/FlowVelocity.ui +2026-01-27T23:56:30.7896639Z [5042/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/InitialFlowVelocity.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/InitialFlowVelocity.ui +2026-01-27T23:56:30.7902085Z [5043/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ElementGeometry2D.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ElementGeometry2D.ui +2026-01-27T23:56:30.7909323Z [5044/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/InitialPressure.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/InitialPressure.ui +2026-01-27T23:56:30.8209665Z [5045/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/Magnetization.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/Magnetization.ui +2026-01-27T23:56:30.8371574Z [5046/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/Material.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/Material.ui +2026-01-27T23:56:30.8456513Z [5047/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MaterialReinforcement.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MaterialReinforcement.ui +2026-01-27T23:56:30.8466086Z [5048/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshBoundaryLayer.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshBoundaryLayer.ui +2026-01-27T23:56:30.8498077Z [5049/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshGmsh.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshGmsh.ui +2026-01-27T23:56:30.8508485Z [5050/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshGroup.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshGroup.ui +2026-01-27T23:56:30.8614769Z [5051/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshGroupXDMFExport.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshGroupXDMFExport.ui +2026-01-27T23:56:30.8766090Z [5052/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshNetgen.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshNetgen.ui +2026-01-27T23:56:30.8861084Z [5053/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/MeshRegion.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/MeshRegion.ui +2026-01-27T23:56:30.8877902Z [5054/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ResultShow.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ResultShow.ui +2026-01-27T23:56:30.8912088Z [5055/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/SolverCalculiX.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/SolverCalculiX.ui +2026-01-27T23:56:30.8931826Z [5056/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/ResultHints.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/ResultHints.ui +2026-01-27T23:56:30.9157890Z [5057/6735] Building CXX object tests/src/Mod/PartDesign/App/CMakeFiles/PartDesign_tests_run.dir/Pad.cpp.o +2026-01-27T23:56:30.9220298Z [5058/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/SolverCcxTools.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/SolverCcxTools.ui +2026-01-27T23:56:30.9233311Z [5059/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/SolverElmer.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/SolverElmer.ui +2026-01-27T23:56:30.9256810Z [5060/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/TaskPostGlyph.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/TaskPostGlyph.ui +2026-01-27T23:56:30.9303224Z [5061/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/TaskPostExtraction.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/TaskPostExtraction.ui +2026-01-27T23:56:30.9336118Z [5062/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/TaskPostHistogram.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/TaskPostHistogram.ui +2026-01-27T23:56:30.9415733Z [5063/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/TaskPostLineplot.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/TaskPostLineplot.ui +2026-01-27T23:56:30.9626509Z [5064/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostHistogramFieldAppEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostHistogramFieldAppEdit.ui +2026-01-27T23:56:30.9676134Z [5065/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostHistogramIndexAppEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostHistogramIndexAppEdit.ui +2026-01-27T23:56:30.9698366Z [5066/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostLineplotFieldAppEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostLineplotFieldAppEdit.ui +2026-01-27T23:56:30.9729256Z [5067/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostHistogramFieldViewEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostHistogramFieldViewEdit.ui +2026-01-27T23:56:30.9736508Z [5068/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostTableFieldViewEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostTableFieldViewEdit.ui +2026-01-27T23:56:30.9742132Z [5069/6735] Linking CXX shared library Mod/Fem/FemGui.so +2026-01-27T23:56:30.9761089Z [5070/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostLineplotFieldViewEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostLineplotFieldViewEdit.ui +2026-01-27T23:56:30.9768350Z [5071/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Fem/Gui/Resources/ui/PostLineplotIndexAppEdit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Fem/Resources/ui/PostLineplotIndexAppEdit.ui +2026-01-27T23:56:30.9865015Z [5072/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Help/Help_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Help/Help_rc.py +2026-01-27T23:56:30.9870992Z [5073/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Help/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Help/InitGui.py +2026-01-27T23:56:30.9877575Z [5074/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Help/dlgPreferencesHelp.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Help/dlgPreferencesHelp.ui +2026-01-27T23:56:30.9900941Z [5075/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Help/default.css to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Help/default.css +2026-01-27T23:56:30.9963679Z [5076/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Help/Help.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Help/Help.py +2026-01-27T23:56:30.9965742Z [5077/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Init.py +2026-01-27T23:56:30.9972077Z [5078/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idf.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idf.py +2026-01-27T23:56:31.0028654Z [5079/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/0603_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/0603_SMD.stp +2026-01-27T23:56:31.0132223Z [5080/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/0805_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/0805_SMD.stp +2026-01-27T23:56:31.0134424Z [5081/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/1206_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/1206_SMD.stp +2026-01-27T23:56:31.0138380Z [5082/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/1210_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/1210_SMD.stp +2026-01-27T23:56:31.0169308Z [5083/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/License.txt to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/License.txt +2026-01-27T23:56:31.0179003Z [5084/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp +2026-01-27T23:56:31.0198674Z [5085/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/2225_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/2225_SMD.stp +2026-01-27T23:56:31.0254552Z [5086/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/1812_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/1812_SMD.stp +2026-01-27T23:56:31.0255199Z [5087/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/2512_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/2512_SMD.stp +2026-01-27T23:56:31.0289576Z [5088/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/I22_2_5_16.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/I22_2_5_16.stp +2026-01-27T23:56:31.0352688Z [5089/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp +2026-01-27T23:56:31.0357497Z [5090/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/footprints_models.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/footprints_models.csv +2026-01-27T23:56:31.0414887Z [5091/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/EPL22_6_16.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/EPL22_6_16.stp +2026-01-27T23:56:31.0422261Z [5092/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/RLF_12545.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/RLF_12545.stp +2026-01-27T23:56:31.0434219Z [5093/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/RLF_7030.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/RLF_7030.stp +2026-01-27T23:56:31.0439591Z [5094/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SMC_DO_214AB.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SMC_DO_214AB.stp +2026-01-27T23:56:31.0455645Z [5095/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/MSOP_10.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/MSOP_10.stp +2026-01-27T23:56:31.0529544Z [5096/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SMB_DO_214AA.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SMB_DO_214AA.stp +2026-01-27T23:56:31.0574196Z [5097/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOD_323.igs to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOD_323.igs +2026-01-27T23:56:31.0644590Z [5098/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT428_DPAK.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT428_DPAK.stp +2026-01-27T23:56:31.0658365Z [5099/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOD_323.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOD_323.stp +2026-01-27T23:56:31.0672079Z [5100/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT23.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT23.stp +2026-01-27T23:56:31.0677425Z [5101/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT404.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT404.stp +2026-01-27T23:56:31.0683795Z [5102/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOD_523.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOD_523.stp +2026-01-27T23:56:31.0694371Z [5103/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT_323_3.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT_323_3.stp +2026-01-27T23:56:31.0809308Z [5104/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT_96.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT_96.stp +2026-01-27T23:56:31.0825567Z [5105/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/TCMT1107_4.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/TCMT1107_4.stp +2026-01-27T23:56:31.0907258Z [5106/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp +2026-01-27T23:56:31.0913563Z [5107/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/VC0603_SMD.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/VC0603_SMD.stp +2026-01-27T23:56:31.0918071Z [5108/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp +2026-01-27T23:56:31.1013626Z [5109/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/RLF_12545.igs to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/RLF_12545.igs +2026-01-27T23:56:31.1045546Z [5110/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/Init.py +2026-01-27T23:56:31.1046179Z [5111/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/TSS0P_8.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/TSS0P_8.stp +2026-01-27T23:56:31.1046501Z [5112/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT23.igs to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT23.igs +2026-01-27T23:56:31.1052847Z [5113/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Idf/Idflibs/SOT404.igs to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Idf/Idflibs/SOT404.igs +2026-01-27T23:56:31.1057305Z [5114/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/TestImportGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/TestImportGui.py +2026-01-27T23:56:31.1063312Z [5115/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/stepZ.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/stepZ.py +2026-01-27T23:56:31.1123752Z [5116/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/InitGui.py +2026-01-27T23:56:31.1135336Z [5117/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/classes14.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/classes14.rub +2026-01-27T23:56:31.1146706Z [5118/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/blocks112.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/blocks112.rub +2026-01-27T23:56:31.1150784Z [5119/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/blocks114.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/blocks114.rub +2026-01-27T23:56:31.1174522Z [5120/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/entities0.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/entities0.rub +2026-01-27T23:56:31.1180977Z [5121/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/entities12.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/entities12.rub +2026-01-27T23:56:31.1186455Z [5122/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/entities14.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/entities14.rub +2026-01-27T23:56:31.1214252Z [5123/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/blocks10.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/blocks10.rub +2026-01-27T23:56:31.1233828Z [5124/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/objects14.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/objects14.rub +2026-01-27T23:56:31.1249361Z [5125/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/header12.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/header12.rub +2026-01-27T23:56:31.1261422Z [5126/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/header14.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/header14.rub +2026-01-27T23:56:31.1299177Z [5127/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables10.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables10.rub +2026-01-27T23:56:31.1305994Z [5128/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables112.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables112.rub +2026-01-27T23:56:31.1311854Z [5129/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables114.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables114.rub +2026-01-27T23:56:31.1318796Z [5130/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/header0.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/header0.rub +2026-01-27T23:56:31.1372562Z [5131/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables212.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables212.rub +2026-01-27T23:56:31.1374796Z [5132/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables20.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables20.rub +2026-01-27T23:56:31.1379319Z [5133/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/DxfPlate/tables214.rub to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Import/DxfPlate/tables214.rub +2026-01-27T23:56:31.1383477Z [5134/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/__init__.py +2026-01-27T23:56:31.1419551Z [5135/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/AggregationDataTypes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/AggregationDataTypes.py +2026-01-27T23:56:31.1453080Z [5136/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/BaseType.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/BaseType.py +2026-01-27T23:56:31.1457825Z [5137/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Builtin.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Builtin.py +2026-01-27T23:56:31.1462840Z [5138/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/ConstructedDataTypes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/ConstructedDataTypes.py +2026-01-27T23:56:31.1492566Z [5139/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/essa_par.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/essa_par.py +2026-01-27T23:56:31.1497508Z [5140/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Part21.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Part21.py +2026-01-27T23:56:31.1505866Z [5141/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Rules.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Rules.py +2026-01-27T23:56:31.1532618Z [5142/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/SCLBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/SCLBase.py +2026-01-27T23:56:31.1540118Z [5143/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Model.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Model.py +2026-01-27T23:56:31.1580369Z [5144/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/TypeChecker.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/TypeChecker.py +2026-01-27T23:56:31.1583616Z [5145/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/SimpleDataTypes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/SimpleDataTypes.py +2026-01-27T23:56:31.1590167Z [5146/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Utils.py +2026-01-27T23:56:31.1614499Z [5147/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/SimpleReader.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/SimpleReader.py +2026-01-27T23:56:31.1622971Z [5148/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Aufspannung.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Aufspannung.stp +2026-01-27T23:56:31.1625781Z [5149/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/gasket1.p21 to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/gasket1.p21 +2026-01-27T23:56:31.1666471Z [5150/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL/Product1.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL/Product1.stp +2026-01-27T23:56:31.1673555Z [5151/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/PlmXmlParser.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/PlmXmlParser.py +2026-01-27T23:56:31.1687403Z [5152/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL_output/ifc2x3.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL_output/ifc2x3.py +2026-01-27T23:56:31.1702177Z [5153/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL_output/automotive_design.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL_output/automotive_design.py +2026-01-27T23:56:31.1721961Z [5154/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Import/App/SCL_output/ifc4.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Import/SCL_output/ifc4.py +2026-01-27T23:56:31.1742364Z [5155/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/TestModels.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/TestModels.py +2026-01-27T23:56:31.1747899Z [5156/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/__init__.py +2026-01-27T23:56:31.1774527Z [5157/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/TestMaterials.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/TestMaterials.py +2026-01-27T23:56:31.1788362Z [5158/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/TestMaterialFilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/TestMaterialFilter.py +2026-01-27T23:56:31.1803177Z [5159/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/TestMaterialDocument.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/TestMaterialDocument.py +2026-01-27T23:56:31.1813590Z [5160/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/TestMaterialCreation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/TestMaterialCreation.py +2026-01-27T23:56:31.1842109Z [5161/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/Materials/TestAcrylicLegacy.FCMat +2026-01-27T23:56:31.1866700Z [5162/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/Materials/TestAluminumAppearance.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/Materials/TestAluminumAppearance.FCMat +2026-01-27T23:56:31.1890445Z [5163/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/Materials/TestAluminumPhysical.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/Materials/TestAluminumPhysical.FCMat +2026-01-27T23:56:31.1907729Z [5164/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/Materials/TestAluminumMixed.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/Materials/TestAluminumMixed.FCMat +2026-01-27T23:56:31.1915610Z [5165/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtests/Materials/TestBrassAppearance.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtests/Materials/TestBrassAppearance.FCMat +2026-01-27T23:56:31.1925565Z [5166/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/importFCMat.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/importFCMat.py +2026-01-27T23:56:31.1930572Z [5167/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/InitGui.py +2026-01-27T23:56:31.1974787Z [5168/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/Init.py +2026-01-27T23:56:31.1987897Z [5169/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/TestMaterialsApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/TestMaterialsApp.py +2026-01-27T23:56:31.1993176Z [5170/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/MaterialEditor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/MaterialEditor.py +2026-01-27T23:56:31.2013277Z [5171/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtools/__init__.py +2026-01-27T23:56:31.2065360Z [5172/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/TestMaterialsGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/TestMaterialsGui.py +2026-01-27T23:56:31.2077306Z [5173/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Templatematerial.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/Templatematerial.yml +2026-01-27T23:56:31.2107551Z [5174/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtools/cardutils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtools/cardutils.py +2026-01-27T23:56:31.2108198Z [5175/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/materialtools/MaterialModels.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/materialtools/MaterialModels.py +2026-01-27T23:56:31.2108386Z [5176/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Default.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Default.FCMat +2026-01-27T23:56:31.2173810Z [5177/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-EN-C35_45.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-EN-C35_45.FCMat +2026-01-27T23:56:31.2180902Z [5178/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Carbon/Graphite.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Carbon/Graphite.FCMat +2026-01-27T23:56:31.2185392Z [5179/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Aggregate/Concrete-Generic.FCMat +2026-01-27T23:56:31.2191223Z [5180/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Aggregate/Reinforcement-FIB-B500.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Aggregate/Reinforcement-FIB-B500.FCMat +2026-01-27T23:56:31.2196126Z [5181/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Glass/Glass-E-GlassFibre.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-E-GlassFibre.FCMat +2026-01-27T23:56:31.2225224Z [5182/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Glass/Glass-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-Generic.FCMat +2026-01-27T23:56:31.2243748Z [5183/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Glass/Glass-S2-GlassFibre.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Glass/Glass-S2-GlassFibre.FCMat +2026-01-27T23:56:31.2316002Z [5184/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-6061-T6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-6061-T6.FCMat +2026-01-27T23:56:31.2372933Z [5185/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Alloys/Invar-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Alloys/Invar-Generic.FCMat +2026-01-27T23:56:31.2383670Z [5186/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMg3F24.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMg3F24.FCMat +2026-01-27T23:56:31.2394461Z [5187/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMgSi1F31.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlMgSi1F31.FCMat +2026-01-27T23:56:31.2462434Z [5188/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Copper/Copper-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Copper/Copper-Generic.FCMat +2026-01-27T23:56:31.2573652Z [5189/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-7075-T6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-7075-T6.FCMat +2026-01-27T23:56:31.2589557Z [5190/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-17CrNiMo6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-17CrNiMo6.FCMat +2026-01-27T23:56:31.2603014Z [5191/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlZn4-5Mg1F35.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/AlZn4-5Mg1F35.FCMat +2026-01-27T23:56:31.2616847Z [5192/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Iron/Iron-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Iron/Iron-Generic.FCMat +2026-01-27T23:56:31.2761174Z [5193/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/CalculiX-Steel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/CalculiX-Steel.FCMat +2026-01-27T23:56:31.2761876Z [5194/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-15CrNi6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-15CrNi6.FCMat +2026-01-27T23:56:31.2804655Z [5195/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C35.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C35.FCMat +2026-01-27T23:56:31.2861723Z [5196/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C22.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C22.FCMat +2026-01-27T23:56:31.2912922Z [5197/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C45.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C45.FCMat +2026-01-27T23:56:31.2914434Z [5198/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C60.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-1C60.FCMat +2026-01-27T23:56:31.2948236Z [5199/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Aluminum/Aluminum-Generic.FCMat +2026-01-27T23:56:31.2949380Z [5200/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-28Mn6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-28Mn6.FCMat +2026-01-27T23:56:31.2964815Z [5201/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-20NiCrMo2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-20NiCrMo2.FCMat +2026-01-27T23:56:31.2975928Z [5202/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-2C10.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-2C10.FCMat +2026-01-27T23:56:31.3030159Z [5203/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-30CrNiMo8.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-30CrNiMo8.FCMat +2026-01-27T23:56:31.3083350Z [5204/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-34CrNiMo6.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-34CrNiMo6.FCMat +2026-01-27T23:56:31.3099574Z [5205/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36CrNiMo4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36CrNiMo4.FCMat +2026-01-27T23:56:31.3132070Z [5206/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C15.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C15.FCMat +2026-01-27T23:56:31.3155659Z [5207/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C22.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C22.FCMat +2026-01-27T23:56:31.3201038Z [5208/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36NiCrMo16.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-36NiCrMo16.FCMat +2026-01-27T23:56:31.3238644Z [5209/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3V45.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3V45.FCMat +2026-01-27T23:56:31.3295681Z [5210/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C15.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C15.FCMat +2026-01-27T23:56:31.3301025Z [5211/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C35.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-3C35.FCMat +2026-01-27T23:56:31.3347042Z [5212/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C10.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C10.FCMat +2026-01-27T23:56:31.3387969Z [5213/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C22E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C22E.FCMat +2026-01-27T23:56:31.3392065Z [5214/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C25E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C25E.FCMat +2026-01-27T23:56:31.3416894Z [5215/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C40E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C40E.FCMat +2026-01-27T23:56:31.3421727Z [5216/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C30E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C30E.FCMat +2026-01-27T23:56:31.3500318Z [5217/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C55E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C55E.FCMat +2026-01-27T23:56:31.3539804Z [5218/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C60E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C60E.FCMat +2026-01-27T23:56:31.3546673Z [5219/6735] Linking CXX shared library Mod/Import/ImportGui.so +2026-01-27T23:56:31.3594594Z [5220/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C50E.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-C50E.FCMat +2026-01-27T23:56:31.3599238Z [5221/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335.FCMat +2026-01-27T23:56:31.3603894Z [5222/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295-GC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295-GC.FCMat +2026-01-27T23:56:31.3652508Z [5223/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E295.FCMat +2026-01-27T23:56:31.3653253Z [5224/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360-GC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360-GC.FCMat +2026-01-27T23:56:31.3654423Z [5225/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335-GC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E335-GC.FCMat +2026-01-27T23:56:31.3691653Z [5226/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-E360.FCMat +2026-01-27T23:56:31.3719030Z [5227/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-100.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-100.FCMat +2026-01-27T23:56:31.3723321Z [5228/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-150.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-150.FCMat +2026-01-27T23:56:31.3734740Z [5229/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-200.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-200.FCMat +2026-01-27T23:56:31.3737301Z [5230/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-300.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-300.FCMat +2026-01-27T23:56:31.3741578Z [5231/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-250.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-250.FCMat +2026-01-27T23:56:31.3758222Z [5232/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-350.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJL-350.FCMat +2026-01-27T23:56:31.3839300Z [5233/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-550-4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-550-4.FCMat +2026-01-27T23:56:31.3845077Z [5234/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-350-10.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-350-10.FCMat +2026-01-27T23:56:31.3851979Z [5235/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-350-4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-350-4.FCMat +2026-01-27T23:56:31.3857558Z [5236/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-650-2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMB-650-2.FCMat +2026-01-27T23:56:31.3863336Z [5237/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-360-12.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-360-12.FCMat +2026-01-27T23:56:31.3891986Z [5238/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-400-5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-400-5.FCMat +2026-01-27T23:56:31.3892682Z [5239/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-450-7.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJMW-450-7.FCMat +2026-01-27T23:56:31.3956743Z [5240/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-400-15.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-400-15.FCMat +2026-01-27T23:56:31.3975342Z [5241/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-700-2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-700-2.FCMat +2026-01-27T23:56:31.3976856Z [5242/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-800-1.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-800-1.FCMat +2026-01-27T23:56:31.3981412Z [5243/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-500-7.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-500-7.FCMat +2026-01-27T23:56:31.3995139Z [5244/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-600-3.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-EN-GJS-600-3.FCMat +2026-01-27T23:56:31.4009088Z [5245/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G16Mn5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G16Mn5.FCMat +2026-01-27T23:56:31.4084034Z [5246/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G230.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G230.FCMat +2026-01-27T23:56:31.4094009Z [5247/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G200.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G200.FCMat +2026-01-27T23:56:31.4099961Z [5248/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G20Mn5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G20Mn5.FCMat +2026-01-27T23:56:31.4105730Z [5249/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G260.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G260.FCMat +2026-01-27T23:56:31.4111400Z [5250/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G300.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G300.FCMat +2026-01-27T23:56:31.4136731Z [5251/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G30Mn5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-G30Mn5.FCMat +2026-01-27T23:56:31.4146095Z [5252/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-Generic.FCMat +2026-01-27T23:56:31.4207554Z [5253/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S185.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S185.FCMat +2026-01-27T23:56:31.4212698Z [5254/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JR.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JR.FCMat +2026-01-27T23:56:31.4253326Z [5255/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JRG1.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JRG1.FCMat +2026-01-27T23:56:31.4268027Z [5256/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JO.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JO.FCMat +2026-01-27T23:56:31.4297467Z [5257/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JO.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S235JO.FCMat +2026-01-27T23:56:31.4303401Z [5258/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S260NC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S260NC.FCMat +2026-01-27T23:56:31.4303861Z [5259/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JR.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275JR.FCMat +2026-01-27T23:56:31.4343133Z [5260/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275N.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S275N.FCMat +2026-01-27T23:56:31.4348336Z [5261/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JO.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JO.FCMat +2026-01-27T23:56:31.4411907Z [5262/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335N.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335N.FCMat +2026-01-27T23:56:31.4461751Z [5263/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JR.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S335JR.FCMat +2026-01-27T23:56:31.4557445Z [5264/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460MC.FCMat +2026-01-27T23:56:31.4561763Z [5265/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420N.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420N.FCMat +2026-01-27T23:56:31.4574222Z [5266/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S380MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S380MC.FCMat +2026-01-27T23:56:31.4685208Z [5267/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S500MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S500MC.FCMat +2026-01-27T23:56:31.4736918Z [5268/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S340MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S340MC.FCMat +2026-01-27T23:56:31.4795792Z [5269/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S420MC.FCMat +2026-01-27T23:56:31.4836437Z [5270/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460N.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S460N.FCMat +2026-01-27T23:56:31.4843008Z [5271/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S355J2G3.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S355J2G3.FCMat +2026-01-27T23:56:31.4848304Z [5272/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S550MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S550MC.FCMat +2026-01-27T23:56:31.4853393Z [5273/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S690MC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-S690MC.FCMat +2026-01-27T23:56:31.4899951Z [5274/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-37-2K.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-37-2K.FCMat +2026-01-27T23:56:31.4976048Z [5275/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-255.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-255.FCMat +2026-01-27T23:56:31.5004416Z [5276/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-315.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-315.FCMat +2026-01-27T23:56:31.5047786Z [5277/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-460.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-460.FCMat +2026-01-27T23:56:31.5052454Z [5278/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-500.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-500.FCMat +2026-01-27T23:56:31.5056859Z [5279/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-380.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-St-E-380.FCMat +2026-01-27T23:56:31.5079314Z [5280/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiMoN17-13-3.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiMoN17-13-3.FCMat +2026-01-27T23:56:31.5173967Z [5281/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X39CrMo17-1.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X39CrMo17-1.FCMat +2026-01-27T23:56:31.5205825Z [5282/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Titanium/Ti-6Al-4V.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Titanium/Ti-6Al-4V.FCMat +2026-01-27T23:56:31.5214466Z [5283/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNiMo17-12-2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNiMo17-12-2.FCMat +2026-01-27T23:56:31.5290651Z [5284/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNi18-10.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X5CrNi18-10.FCMat +2026-01-27T23:56:31.5336741Z [5285/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiN24-4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X2CrNiN24-4.FCMat +2026-01-27T23:56:31.5345358Z [5286/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X3CrNiMo13-14.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X3CrNiMo13-14.FCMat +2026-01-27T23:56:31.5387771Z [5287/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X6CrNiTi18-10.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Metal/Steel/Steel-X6CrNiTi18-10.FCMat +2026-01-27T23:56:31.5422991Z [5288/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/ABS-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/ABS-Generic.FCMat +2026-01-27T23:56:31.5486302Z [5289/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PET-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PET-Generic.FCMat +2026-01-27T23:56:31.5498668Z [5290/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PA6-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PA6-Generic.FCMat +2026-01-27T23:56:31.5505004Z [5291/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/Acrylic-Glass-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/Acrylic-Glass-Generic.FCMat +2026-01-27T23:56:31.5545386Z [5292/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PEEK-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PEEK-Generic.FCMat +2026-01-27T23:56:31.5558666Z [5293/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Homopolymer-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Homopolymer-Generic.FCMat +2026-01-27T23:56:31.5564356Z [5294/6735] Linking CXX shared library Mod/Inspection/InspectionGui.so +2026-01-27T23:56:31.5600303Z [5295/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PLA-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PLA-Generic.FCMat +2026-01-27T23:56:31.5653533Z [5296/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PMMA-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PMMA-Generic.FCMat +2026-01-27T23:56:31.5659825Z [5297/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Copolymer-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/POM-Copolymer-Generic.FCMat +2026-01-27T23:56:31.5663762Z [5298/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PP-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PP-Generic.FCMat +2026-01-27T23:56:31.5675809Z [5299/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PTFE-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PTFE-Generic.FCMat +2026-01-27T23:56:31.5676387Z [5300/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PVC-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PVC-Generic.FCMat +2026-01-27T23:56:31.5687138Z [5301/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Thermoplast/PC-Molded.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Thermoplast/PC-Molded.FCMat +2026-01-27T23:56:31.5701409Z [5302/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Standard/Wood/Wood-Generic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Standard/Wood/Wood-Generic.FCMat +2026-01-27T23:56:31.5706328Z [5303/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/None.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/None.FCMat +2026-01-27T23:56:31.5788183Z [5304/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/Carbon Dioxide.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/Carbon Dioxide.FCMat +2026-01-27T23:56:31.5806778Z [5305/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/Argon.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/Argon.FCMat +2026-01-27T23:56:31.5812631Z [5306/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/Air.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/Air.FCMat +2026-01-27T23:56:31.5816316Z [5307/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/Nitrogen.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/Nitrogen.FCMat +2026-01-27T23:56:31.5820594Z [5308/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Fluid/Water.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Fluid/Water.FCMat +2026-01-27T23:56:31.5825588Z [5309/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Aluminum.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Aluminum.FCMat +2026-01-27T23:56:31.5829499Z [5310/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Bronze.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Bronze.FCMat +2026-01-27T23:56:31.5851784Z [5311/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Brass.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Brass.FCMat +2026-01-27T23:56:31.5917569Z [5312/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Chrome.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Chrome.FCMat +2026-01-27T23:56:31.5925294Z [5313/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Copper.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Copper.FCMat +2026-01-27T23:56:31.5940124Z [5314/6735] Building CXX object tests/src/Mod/Start/App/CMakeFiles/Start_tests_run.dir/ThumbnailSource.cpp.o +2026-01-27T23:56:31.5944785Z [5315/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Default.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Default.FCMat +2026-01-27T23:56:31.5950740Z [5316/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Emerald.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Emerald.FCMat +2026-01-27T23:56:31.5955558Z [5317/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Jade.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Jade.FCMat +2026-01-27T23:56:31.5963653Z [5318/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Metalized.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Metalized.FCMat +2026-01-27T23:56:31.5965209Z [5319/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Neon GNC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Neon GNC.FCMat +2026-01-27T23:56:31.5979850Z [5320/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Gold.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Gold.FCMat +2026-01-27T23:56:31.6049574Z [5321/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Neon PHC.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Neon PHC.FCMat +2026-01-27T23:56:31.6057173Z [5322/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Obsidian.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Obsidian.FCMat +2026-01-27T23:56:31.6070565Z [5323/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Pewter.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Pewter.FCMat +2026-01-27T23:56:31.6072386Z [5324/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Ruby.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Ruby.FCMat +2026-01-27T23:56:31.6078471Z [5325/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Plaster.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Plaster.FCMat +2026-01-27T23:56:31.6132179Z [5326/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Shiny Plastic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Shiny Plastic.FCMat +2026-01-27T23:56:31.6132905Z [5327/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Silver.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Silver.FCMat +2026-01-27T23:56:31.6135590Z [5328/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Plastic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Plastic.FCMat +2026-01-27T23:56:31.6141633Z [5329/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Satin.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Satin.FCMat +2026-01-27T23:56:31.6181211Z [5330/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Stone.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Stone.FCMat +2026-01-27T23:56:31.6189045Z [5331/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Steel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Steel.FCMat +2026-01-27T23:56:31.6195170Z [5332/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Appearance/Wood.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Appearance/Wood.FCMat +2026-01-27T23:56:31.6210049Z [5333/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal4.FCMat +2026-01-27T23:56:31.6221591Z [5334/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Diagonal5.FCMat +2026-01-27T23:56:31.6225322Z [5335/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Diamond.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond.FCMat +2026-01-27T23:56:31.6242637Z [5336/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Diamond2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond2.FCMat +2026-01-27T23:56:31.6266762Z [5337/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Diamond4.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Diamond4.FCMat +2026-01-27T23:56:31.6270990Z [5338/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Horizontal5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Horizontal5.FCMat +2026-01-27T23:56:31.6307115Z [5339/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Vertical5.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Vertical5.FCMat +2026-01-27T23:56:31.6320080Z [5340/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/PAT/Square.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/PAT/Square.FCMat +2026-01-27T23:56:31.6373303Z [5341/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/aluminum.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/aluminum.FCMat +2026-01-27T23:56:31.6379069Z [5342/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/brick01.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/brick01.FCMat +2026-01-27T23:56:31.6384131Z [5343/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/concrete.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/concrete.FCMat +2026-01-27T23:56:31.6386372Z [5344/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/cross.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/cross.FCMat +2026-01-27T23:56:31.6392193Z [5345/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal2.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal2.FCMat +2026-01-27T23:56:31.6416220Z [5346/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal1.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/diagonal1.FCMat +2026-01-27T23:56:31.6453655Z [5347/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/earth.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/earth.FCMat +2026-01-27T23:56:31.6460503Z [5348/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/general_steel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/general_steel.FCMat +2026-01-27T23:56:31.6468648Z [5349/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/cuprous.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/cuprous.FCMat +2026-01-27T23:56:31.6485420Z [5350/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/glass.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/glass.FCMat +2026-01-27T23:56:31.6496996Z [5351/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45L.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45L.FCMat +2026-01-27T23:56:31.6499541Z [5352/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45R.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hatch45R.FCMat +2026-01-27T23:56:31.6503773Z [5353/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/hbone.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/hbone.FCMat +2026-01-27T23:56:31.6534246Z [5354/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/line.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/line.FCMat +2026-01-27T23:56:31.6537506Z [5355/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/plastic.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/plastic.FCMat +2026-01-27T23:56:31.6571821Z [5356/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/plus.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/plus.FCMat +2026-01-27T23:56:31.6600559Z [5357/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/solid.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/solid.FCMat +2026-01-27T23:56:31.6606741Z [5358/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/simple.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/simple.FCMat +2026-01-27T23:56:31.6611938Z [5359/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/square.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/square.FCMat +2026-01-27T23:56:31.6616579Z [5360/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/steel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/steel.FCMat +2026-01-27T23:56:31.6621509Z [5361/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/titanium.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/titanium.FCMat +2026-01-27T23:56:31.6630327Z [5362/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/wood.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/wood.FCMat +2026-01-27T23:56:31.6660982Z [5363/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/woodgrain.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/woodgrain.FCMat +2026-01-27T23:56:31.6666945Z [5364/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Patterns/Pattern Files/zinc.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Patterns/Pattern Files/zinc.FCMat +2026-01-27T23:56:31.6688617Z [5365/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Test/Test Material.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Test/Test Material.FCMat +2026-01-27T23:56:31.6734382Z [5366/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/AluminumCastAlloy.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/AluminumCastAlloy.FCMat +2026-01-27T23:56:31.6738666Z [5367/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/AluminumWroughtAlloy.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/AluminumWroughtAlloy.FCMat +2026-01-27T23:56:31.6744500Z [5368/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/BalsaWood.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/BalsaWood.FCMat +2026-01-27T23:56:31.6772216Z [5369/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/AusteniticStainlessSteel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/AusteniticStainlessSteel.FCMat +2026-01-27T23:56:31.6772762Z [5370/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/GrayCastIron.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/GrayCastIron.FCMat +2026-01-27T23:56:31.6773152Z [5371/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/HardWood.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/HardWood.FCMat +2026-01-27T23:56:31.6779377Z [5372/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/MalleableCastIron.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/MalleableCastIron.FCMat +2026-01-27T23:56:31.6784783Z [5373/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/LowAlloySteel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/LowAlloySteel.FCMat +2026-01-27T23:56:31.6808311Z [5374/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/MildSteel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/MildSteel.FCMat +2026-01-27T23:56:31.6894047Z [5375/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/ParticleBoard.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/ParticleBoard.FCMat +2026-01-27T23:56:31.6899688Z [5376/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/SoftWood.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/SoftWood.FCMat +2026-01-27T23:56:31.6904041Z [5377/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/ToolSteel.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/ToolSteel.FCMat +2026-01-27T23:56:31.6911459Z [5378/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Architectural/Architectural.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Architectural/Architectural.yml +2026-01-27T23:56:31.6922569Z [5379/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Costs/Costs.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Costs/Costs.yml +2026-01-27T23:56:31.6923132Z [5380/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Electromagnetic/Electromagnetic.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Electromagnetic/Electromagnetic.yml +2026-01-27T23:56:31.6924424Z [5381/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Fluid/Fluid.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Fluid/Fluid.yml +2026-01-27T23:56:31.6976158Z [5382/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Materials/Machining/MDF.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Materials/Machining/MDF.FCMat +2026-01-27T23:56:31.6992738Z [5383/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Architectural/ArchitecturalRendering.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Architectural/ArchitecturalRendering.yml +2026-01-27T23:56:31.7013987Z [5384/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Legacy/Father.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Legacy/Father.yml +2026-01-27T23:56:31.7017263Z [5385/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Machining/Machinability.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Machining/Machinability.yml +2026-01-27T23:56:31.7025208Z [5386/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Legacy/MaterialStandard.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Legacy/MaterialStandard.yml +2026-01-27T23:56:31.7028036Z [5387/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/ArrudaBoyce.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/ArrudaBoyce.yml +2026-01-27T23:56:31.7032983Z [5388/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/Density.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/Density.yml +2026-01-27T23:56:31.7059987Z [5389/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/Hardness.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/Hardness.yml +2026-01-27T23:56:31.7078734Z [5390/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/IsotropicLinearElastic.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/IsotropicLinearElastic.yml +2026-01-27T23:56:31.7108386Z [5391/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/MooneyRivlin.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/MooneyRivlin.yml +2026-01-27T23:56:31.7113678Z [5392/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/LinearElastic.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/LinearElastic.yml +2026-01-27T23:56:31.7124843Z [5393/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/OgdenN2.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/OgdenN2.yml +2026-01-27T23:56:31.7138631Z [5394/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/NeoHooke.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/NeoHooke.yml +2026-01-27T23:56:31.7143243Z [5395/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/OgdenN1.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/OgdenN1.yml +2026-01-27T23:56:31.7171880Z [5396/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/OrthotropicLinearElastic.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/OrthotropicLinearElastic.yml +2026-01-27T23:56:31.7173283Z [5397/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/OgdenYld2004p18.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/OgdenYld2004p18.yml +2026-01-27T23:56:31.7216044Z [5398/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/PolynomialN2.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/PolynomialN2.yml +2026-01-27T23:56:31.7221146Z [5399/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/OgdenN3.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/OgdenN3.yml +2026-01-27T23:56:31.7227396Z [5400/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/PolynomialN3.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/PolynomialN3.yml +2026-01-27T23:56:31.7243066Z [5401/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN1.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN1.yml +2026-01-27T23:56:31.7256196Z [5402/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/PolynomialN1.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/PolynomialN1.yml +2026-01-27T23:56:31.7269849Z [5403/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN2.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN2.yml +2026-01-27T23:56:31.7270381Z [5404/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Patterns/PAT.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Patterns/PAT.yml +2026-01-27T23:56:31.7276775Z [5405/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN3.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/ReducedPolynomialN3.yml +2026-01-27T23:56:31.7281412Z [5406/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Mechanical/Yeoh.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Mechanical/Yeoh.yml +2026-01-27T23:56:31.7341117Z [5407/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderCarpaint.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderCarpaint.yml +2026-01-27T23:56:31.7347292Z [5408/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Patterns/Pattern File.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Patterns/Pattern File.yml +2026-01-27T23:56:31.7350000Z [5409/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderAppleseed.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderAppleseed.yml +2026-01-27T23:56:31.7362617Z [5410/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderCycles.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderCycles.yml +2026-01-27T23:56:31.7375988Z [5411/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderGlass.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderGlass.yml +2026-01-27T23:56:31.7382207Z [5412/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderDiffuse.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderDiffuse.yml +2026-01-27T23:56:31.7388157Z [5413/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderDisney.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderDisney.yml +2026-01-27T23:56:31.7404771Z [5414/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderLuxcore.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderLuxcore.yml +2026-01-27T23:56:31.7413652Z [5415/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderEmission.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderEmission.yml +2026-01-27T23:56:31.7452499Z [5416/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderPbrt.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderPbrt.yml +2026-01-27T23:56:31.7459805Z [5417/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderMixed.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderMixed.yml +2026-01-27T23:56:31.7465010Z [5418/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderOspray.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderOspray.yml +2026-01-27T23:56:31.7527876Z [5419/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderLuxrender.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderLuxrender.yml +2026-01-27T23:56:31.7534194Z [5420/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderPovray.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderPovray.yml +2026-01-27T23:56:31.7539784Z [5421/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderSubstancePBR.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderSubstancePBR.yml +2026-01-27T23:56:31.7544157Z [5422/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderTexture.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderTexture.yml +2026-01-27T23:56:31.7549463Z [5423/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Render Workbench/RenderWB.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Render Workbench/RenderWB.yml +2026-01-27T23:56:31.7566008Z [5424/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Rendering/AdvancedRendering.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Rendering/AdvancedRendering.yml +2026-01-27T23:56:31.7567959Z [5425/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Rendering/BasicRendering.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Rendering/BasicRendering.yml +2026-01-27T23:56:31.7581844Z [5426/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Rendering/TextureRendering.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Rendering/TextureRendering.yml +2026-01-27T23:56:31.7652113Z [5427/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Rendering/VectorRendering.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Rendering/VectorRendering.yml +2026-01-27T23:56:31.7652845Z [5428/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Test/Test Model.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Test/Test Model.yml +2026-01-27T23:56:31.7653319Z [5429/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/Resources/Models/Thermal/Thermal.yml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/Material/Resources/Models/Thermal/Thermal.yml +2026-01-27T23:56:31.7658058Z [5430/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/App/MaterialAPI/MaterialManagerExternal.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/MaterialAPI/MaterialManagerExternal.py +2026-01-27T23:56:31.7662619Z [5431/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Material/App/MaterialAPI/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Material/MaterialAPI/__init__.py +2026-01-27T23:56:31.7666414Z [5432/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/Init.py +2026-01-27T23:56:31.7694187Z [5433/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/BuildRegularGeoms.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/BuildRegularGeoms.py +2026-01-27T23:56:31.7699085Z [5434/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/MeshEnums.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/MeshEnums.py +2026-01-27T23:56:31.7717194Z [5435/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/App/MeshTestsApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/MeshTestsApp.py +2026-01-27T23:56:31.7746444Z [5436/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/InitGui.py +2026-01-27T23:56:31.7801119Z [5437/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CQUAD4.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CQUAD4.bdf +2026-01-27T23:56:31.7879744Z [5438/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/App/TestData/NASTRAN_Test_GRID_CTRIA3.bdf +2026-01-27T23:56:31.7880629Z [5439/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/App/TestData/NASTRAN_Test_Delimited_GRID_CQUAD4.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/App/TestData/NASTRAN_Test_Delimited_GRID_CQUAD4.bdf +2026-01-27T23:56:31.7884365Z [5440/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Mesh/App/TestData/NASTRAN_Test_GRIDSTAR_CQUAD4.bdf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Mesh/App/TestData/NASTRAN_Test_GRIDSTAR_CQUAD4.bdf +2026-01-27T23:56:31.7932009Z [5441/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/Init.py +2026-01-27T23:56:31.7932724Z [5442/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/InitGui.py +2026-01-27T23:56:31.7955215Z [5443/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCAD2Dgeom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCAD2Dgeom.py +2026-01-27T23:56:31.7991506Z [5444/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADFeatures.py +2026-01-27T23:56:31.8017085Z [5445/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADUtils.py +2026-01-27T23:56:31.8053069Z [5446/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/exportCSG.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/exportCSG.py +2026-01-27T23:56:31.8058170Z [5447/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/tokrules.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/tokrules.py +2026-01-27T23:56:31.8086645Z [5448/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADCommands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADCommands.py +2026-01-27T23:56:31.8116256Z [5449/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/importCSG.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/importCSG.py +2026-01-27T23:56:31.8153034Z [5450/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/colorcodeshapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/colorcodeshapes.py +2026-01-27T23:56:31.8178202Z [5451/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/expandplacements.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/expandplacements.py +2026-01-27T23:56:31.8195369Z [5452/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/OpenSCAD/OpenSCAD_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCAD_rc.py +2026-01-27T23:56:31.8226985Z [5453/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/replaceobj.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/replaceobj.py +2026-01-27T23:56:31.8264513Z [5454/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/TestOpenSCADApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/TestOpenSCADApp.py +2026-01-27T23:56:31.8270356Z [5455/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/TestOpenSCADGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/TestOpenSCADGui.py +2026-01-27T23:56:31.8344591Z [5456/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/__init__.py +2026-01-27T23:56:31.8387090Z [5457/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/test_information.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/test_information.md +2026-01-27T23:56:31.8426241Z [5458/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg +2026-01-27T23:56:31.8494943Z [5459/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/app/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/app/__init__.py +2026-01-27T23:56:31.8665735Z [5460/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/__init__.py +2026-01-27T23:56:31.8725100Z [5461/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/app/test_importCSG.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/app/test_importCSG.py +2026-01-27T23:56:31.8776134Z [5462/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/CSG.scad to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/CSG.scad +2026-01-27T23:56:31.8816235Z [5463/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/CSG.csg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/CSG.csg +2026-01-27T23:56:31.8904571Z [5464/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/Cube.stl to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/Cube.stl +2026-01-27T23:56:31.8910738Z [5465/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/Surface2.dat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/Surface2.dat +2026-01-27T23:56:31.8939720Z [5466/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/Square.dxf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/Square.dxf +2026-01-27T23:56:31.9037294Z [5467/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/Surface.dat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/Surface.dat +2026-01-27T23:56:31.9055198Z [5468/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/Init.py +2026-01-27T23:56:31.9060115Z [5469/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/JoinFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/JoinFeatures.py +2026-01-27T23:56:31.9137710Z [5470/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/gui/test_dummy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/gui/test_dummy.py +2026-01-27T23:56:31.9147759Z [5471/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/data/Surface.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/data/Surface.png +2026-01-27T23:56:31.9152732Z [5472/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/MakeBottle.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/MakeBottle.py +2026-01-27T23:56:31.9197595Z [5473/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/OpenSCAD/OpenSCADTest/gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/OpenSCAD/OpenSCADTest/gui/__init__.py +2026-01-27T23:56:31.9205475Z [5474/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/InitGui.py +2026-01-27T23:56:31.9214089Z [5475/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/TestPartApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/TestPartApp.py +2026-01-27T23:56:31.9234467Z [5476/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/TestPartGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/TestPartGui.py +2026-01-27T23:56:31.9285086Z [5477/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/AttachmentEditor/Commands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/AttachmentEditor/Commands.py +2026-01-27T23:56:31.9295971Z [5478/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/PartEnums.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/PartEnums.py +2026-01-27T23:56:31.9333347Z [5479/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/AttachmentEditor/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/AttachmentEditor/__init__.py +2026-01-27T23:56:31.9339115Z [5480/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui +2026-01-27T23:56:31.9344134Z [5481/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/__init__.py +2026-01-27T23:56:31.9354008Z [5482/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/Shapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/Shapes.py +2026-01-27T23:56:31.9389602Z [5483/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/AttachmentEditor/FrozenClass.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/AttachmentEditor/FrozenClass.py +2026-01-27T23:56:31.9469299Z [5484/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/ShapeContent.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/ShapeContent.py +2026-01-27T23:56:31.9477924Z [5485/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/Utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/Utils.py +2026-01-27T23:56:31.9483018Z [5486/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py +2026-01-27T23:56:31.9500755Z [5487/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/ViewProviderShapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/ViewProviderShapes.py +2026-01-27T23:56:31.9506001Z [5488/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/CommandShapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/CommandShapes.py +2026-01-27T23:56:31.9511654Z [5489/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BasicShapes/TaskTube.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BasicShapes/TaskTube.ui +2026-01-27T23:56:31.9516913Z [5490/6735] Linking CXX shared library Mod/MeshPart/flatmesh.so +2026-01-27T23:56:31.9535194Z [5491/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/BOPFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/BOPFeatures.py +2026-01-27T23:56:31.9563330Z [5492/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/GeneralFuseResult.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/GeneralFuseResult.py +2026-01-27T23:56:31.9574222Z [5493/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/__init__.py +2026-01-27T23:56:31.9605713Z [5494/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/JoinAPI.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/JoinAPI.py +2026-01-27T23:56:31.9612289Z [5495/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/JoinFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/JoinFeatures.py +2026-01-27T23:56:31.9629212Z [5496/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/ShapeMerge.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/ShapeMerge.py +2026-01-27T23:56:31.9631696Z [5497/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/SplitAPI.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/SplitAPI.py +2026-01-27T23:56:31.9650829Z [5498/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/SplitFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/SplitFeatures.py +2026-01-27T23:56:31.9651717Z [5499/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/ToleranceFeatures.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/ToleranceFeatures.py +2026-01-27T23:56:31.9653615Z [5500/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/BOPTools/Utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/BOPTools/Utils.py +2026-01-27T23:56:31.9698423Z [5501/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/CompoundTools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/CompoundTools/__init__.py +2026-01-27T23:56:31.9738108Z [5502/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/CompoundTools/_CommandCompoundFilter.py +2026-01-27T23:56:31.9744973Z [5503/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/BRep_tests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/BRep_tests.py +2026-01-27T23:56:31.9748414Z [5504/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/CompoundTools/_CommandExplodeCompound.py +2026-01-27T23:56:31.9753479Z [5505/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/CompoundTools/CompoundFilter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/CompoundTools/CompoundFilter.py +2026-01-27T23:56:31.9759039Z [5506/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/CompoundTools/Explode.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/CompoundTools/Explode.py +2026-01-27T23:56:31.9791511Z [5507/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/__init__.py +2026-01-27T23:56:31.9792177Z [5508/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/Geom2d_tests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/Geom2d_tests.py +2026-01-27T23:56:31.9815894Z [5509/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/part_test_objects.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/part_test_objects.py +2026-01-27T23:56:31.9839878Z [5510/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/ColorPerFaceTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/ColorPerFaceTest.py +2026-01-27T23:56:31.9855865Z [5511/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/regression_tests.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/regression_tests.py +2026-01-27T23:56:31.9861183Z [5512/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/TopoShapeListTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/TopoShapeListTest.py +2026-01-27T23:56:31.9866493Z [5513/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/ColorTransparencyTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/ColorTransparencyTest.py +2026-01-27T23:56:31.9886863Z [5514/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/TopoShapeTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/TopoShapeTest.py +2026-01-27T23:56:31.9898461Z [5515/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Part/parttests/TestTangentMode3-0.21.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Part/parttests/TestTangentMode3-0.21.FCStd +2026-01-27T23:56:31.9930638Z [5516/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/__init__.py +2026-01-27T23:56:31.9937126Z [5517/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Init.py +2026-01-27T23:56:31.9962874Z [5518/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/TestPartDesignApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/TestPartDesignApp.py +2026-01-27T23:56:31.9972931Z [5519/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/InitGui.py +2026-01-27T23:56:31.9982272Z [5520/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/InvoluteGearFeature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/InvoluteGearFeature.py +2026-01-27T23:56:31.9987497Z [5521/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/TestPartDesignGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/TestPartDesignGui.py +2026-01-27T23:56:32.0008366Z [5522/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/InvoluteGearFeature.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/InvoluteGearFeature.ui +2026-01-27T23:56:32.0016017Z [5523/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/SprocketFeature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/SprocketFeature.py +2026-01-27T23:56:32.0093341Z [5524/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/SprocketFeature.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/SprocketFeature.ui +2026-01-27T23:56:32.0107105Z [5525/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/__init__.py +2026-01-27T23:56:32.0109600Z [5526/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/Epitrochoid.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/Epitrochoid.py +2026-01-27T23:56:32.0115045Z [5527/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/DistanceBolt.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/DistanceBolt.py +2026-01-27T23:56:32.0118723Z [5528/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/FilletArc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/FilletArc.py +2026-01-27T23:56:32.0139964Z [5529/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/Gear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/Gear.py +2026-01-27T23:56:32.0140492Z [5530/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/Parallelepiped.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/Parallelepiped.py +2026-01-27T23:56:32.0148134Z [5531/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/RadialCopy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/RadialCopy.py +2026-01-27T23:56:32.0232696Z [5532/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestDatum.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestDatum.py +2026-01-27T23:56:32.0242512Z [5533/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestShapeBinder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestShapeBinder.py +2026-01-27T23:56:32.0265896Z [5534/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestActiveObject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestActiveObject.py +2026-01-27T23:56:32.0294883Z [5535/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/__init__.py +2026-01-27T23:56:32.0339559Z [5536/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Scripts/Spring.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/Scripts/Spring.py +2026-01-27T23:56:32.0378949Z [5537/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestPocket.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestPocket.py +2026-01-27T23:56:32.0531956Z [5538/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestPad.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestPad.py +2026-01-27T23:56:32.0532800Z [5539/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestHelix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestHelix.py +2026-01-27T23:56:32.0538578Z [5540/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestLoft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestLoft.py +2026-01-27T23:56:32.0581158Z [5541/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestHole.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestHole.py +2026-01-27T23:56:32.0647877Z [5542/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestLinearPattern.py +2026-01-27T23:56:32.0654934Z [5543/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestMirrored.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestMirrored.py +2026-01-27T23:56:32.0658261Z [5544/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestRevolve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestRevolve.py +2026-01-27T23:56:32.0719605Z [5545/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestPipe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestPipe.py +2026-01-27T23:56:32.0814732Z [5546/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestMultiTransform.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestMultiTransform.py +2026-01-27T23:56:32.0856786Z [5547/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestPrimitive.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestPrimitive.py +2026-01-27T23:56:32.0861572Z [5548/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestBoolean.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestBoolean.py +2026-01-27T23:56:32.0885490Z [5549/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestPolarPattern.py +2026-01-27T23:56:32.0893466Z [5550/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestFillet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestFillet.py +2026-01-27T23:56:32.0901594Z [5551/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestDraft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestDraft.py +2026-01-27T23:56:32.0913886Z [5552/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestThickness.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestThickness.py +2026-01-27T23:56:32.0965960Z [5553/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestChamfer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestChamfer.py +2026-01-27T23:56:32.1040654Z [5554/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestInvoluteGear.py +2026-01-27T23:56:32.1041453Z [5555/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestMaterial.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestMaterial.py +2026-01-27T23:56:32.1041955Z [5556/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/Fixtures/InvoluteGear_v0-20.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/Fixtures/InvoluteGear_v0-20.FCStd +2026-01-27T23:56:32.1098701Z [5557/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py +2026-01-27T23:56:32.1127846Z [5558/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/TestSketch.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/TestSketch.py +2026-01-27T23:56:32.1138093Z [5559/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcgear/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcgear/__init__.py +2026-01-27T23:56:32.1190463Z [5560/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcgear/svggear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcgear/svggear.py +2026-01-27T23:56:32.1258247Z [5561/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/PartDesignTests/Fixtures/InternalInvoluteGear_v0-20.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/PartDesignTests/Fixtures/InternalInvoluteGear_v0-20.FCStd +2026-01-27T23:56:32.1264011Z [5562/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcsprocket/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcsprocket/__init__.py +2026-01-27T23:56:32.1286095Z [5563/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcgear/involute.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcgear/involute.py +2026-01-27T23:56:32.1294800Z [5564/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcgear/fcgear.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcgear/fcgear.py +2026-01-27T23:56:32.1400970Z [5565/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/din7984.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/din7984.json +2026-01-27T23:56:32.1406418Z [5566/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcsprocket/sprocket.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcsprocket/sprocket.py +2026-01-27T23:56:32.1423859Z [5567/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcsprocket/fcsprocket.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcsprocket/fcsprocket.py +2026-01-27T23:56:32.1428437Z [5568/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/fcsprocket/fcsprocketdialog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/fcsprocket/fcsprocketdialog.py +2026-01-27T23:56:32.1459915Z [5569/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso12474-fine.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso12474-fine.json +2026-01-27T23:56:32.1465464Z [5570/6735] Linking CXX shared library Mod/MeshPart/MeshPartGui.so +2026-01-27T23:56:32.1483419Z [5571/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso14583.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso14583.json +2026-01-27T23:56:32.1499388Z [5572/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso10642.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso10642.json +2026-01-27T23:56:32.1504128Z [5573/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso10642-fine.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso10642-fine.json +2026-01-27T23:56:32.1519895Z [5574/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso2009.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso2009.json +2026-01-27T23:56:32.1537040Z [5575/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso14583part.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso14583part.json +2026-01-27T23:56:32.1543038Z [5576/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso4762_7089.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso4762_7089.json +2026-01-27T23:56:32.1573249Z [5577/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso4762.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso4762.json +2026-01-27T23:56:32.1577947Z [5578/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso4762-fine.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso4762-fine.json +2026-01-27T23:56:32.1583079Z [5579/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/Resources/Hole/iso7046.json to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/PartDesign/Resources/Hole/iso7046.json +2026-01-27T23:56:32.1699429Z [5580/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/WizardShaft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/WizardShaft.py +2026-01-27T23:56:32.1715218Z [5581/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/WizardShaft.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/WizardShaft.svg +2026-01-27T23:56:32.1726179Z [5582/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/WizardShaftTable.py +2026-01-27T23:56:32.1742265Z [5583/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/ShaftFeature.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/ShaftFeature.py +2026-01-27T23:56:32.1755088Z [5584/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/Shaft.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/Shaft.py +2026-01-27T23:56:32.1786273Z [5585/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/__init__.py +2026-01-27T23:56:32.1799120Z [5586/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/SegmentFunction.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/SegmentFunction.py +2026-01-27T23:56:32.1814637Z [5587/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/PartDesign/WizardShaft/ShaftDiagram.py +2026-01-27T23:56:32.1915514Z [5588/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathScripts/PathUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathScripts/PathUtils.py +2026-01-27T23:56:32.1918741Z [5589/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathScripts/PathUtilsGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathScripts/PathUtilsGui.py +2026-01-27T23:56:32.1951390Z [5590/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathScripts/PathPropertyBag.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathScripts/PathPropertyBag.py +2026-01-27T23:56:32.1958606Z [5591/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathScripts/PathPropertyBagGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathScripts/PathPropertyBagGui.py +2026-01-27T23:56:32.1975661Z [5592/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/__init__.py +2026-01-27T23:56:32.2013164Z [5593/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathScripts/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathScripts/__init__.py +2026-01-27T23:56:32.2019869Z [5594/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Log.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Log.py +2026-01-27T23:56:32.2030647Z [5595/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Geom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Geom.py +2026-01-27T23:56:32.2172025Z [5596/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Preferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Preferences.py +2026-01-27T23:56:32.2172747Z [5597/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/GuiInit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/GuiInit.py +2026-01-27T23:56:32.2173071Z [5598/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/FeedRate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/FeedRate.py +2026-01-27T23:56:32.2177112Z [5599/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/__init__.py +2026-01-27T23:56:32.2212885Z [5600/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Drillable.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Drillable.py +2026-01-27T23:56:32.2229840Z [5601/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/MachineState.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/MachineState.py +2026-01-27T23:56:32.2243365Z [5602/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Language.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Language.py +2026-01-27T23:56:32.2249067Z [5603/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Property.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Property.py +2026-01-27T23:56:32.2331559Z [5604/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/PropertyBag.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/PropertyBag.py +2026-01-27T23:56:32.2426561Z [5605/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/__init__.py +2026-01-27T23:56:32.2428088Z [5606/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/SetupSheet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/SetupSheet.py +2026-01-27T23:56:32.2496275Z [5607/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/SetupSheetOpPrototype.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/SetupSheetOpPrototype.py +2026-01-27T23:56:32.2564053Z [5608/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/GetPoint.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/GetPoint.py +2026-01-27T23:56:32.2649445Z [5609/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/PreferencesAdvanced.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/PreferencesAdvanced.py +2026-01-27T23:56:32.2687131Z [5610/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/IconViewProvider.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/IconViewProvider.py +2026-01-27T23:56:32.2750454Z [5611/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Util.py +2026-01-27T23:56:32.2854484Z [5612/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/PropertyEditor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/PropertyEditor.py +2026-01-27T23:56:32.2901281Z [5613/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/PropertyBag.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/PropertyBag.py +2026-01-27T23:56:32.2973417Z [5614/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/SetupSheet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/SetupSheet.py +2026-01-27T23:56:32.3039720Z [5615/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/SetupSheetOpPrototype.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/SetupSheetOpPrototype.py +2026-01-27T23:56:32.3083529Z [5616/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Gui/Util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Gui/Util.py +2026-01-27T23:56:32.3127281Z [5617/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/drill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/drill.py +2026-01-27T23:56:32.3172935Z [5618/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/facing_common.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/facing_common.py +2026-01-27T23:56:32.3241962Z [5619/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/directional_facing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/directional_facing.py +2026-01-27T23:56:32.3280072Z [5620/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/dogboneII.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/dogboneII.py +2026-01-27T23:56:32.3320465Z [5621/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/spiral_facing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/spiral_facing.py +2026-01-27T23:56:32.3411465Z [5622/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/helix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/helix.py +2026-01-27T23:56:32.3455900Z [5623/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/zigzag_facing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/zigzag_facing.py +2026-01-27T23:56:32.3461766Z [5624/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/linking.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/linking.py +2026-01-27T23:56:32.3511843Z [5625/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/bidirectional_facing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/bidirectional_facing.py +2026-01-27T23:56:32.3519469Z [5626/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/rotation.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/rotation.py +2026-01-27T23:56:32.3626775Z [5627/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/threadmilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/threadmilling.py +2026-01-27T23:56:32.3688204Z [5628/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/tapping.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/tapping.py +2026-01-27T23:56:32.3777410Z [5629/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Base/Generator/toolchange.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Base/Generator/toolchange.py +2026-01-27T23:56:32.3781987Z [5630/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Utils.py +2026-01-27T23:56:32.3790104Z [5631/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Array.py +2026-01-27T23:56:32.3797572Z [5632/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/__init__.py +2026-01-27T23:56:32.3832001Z [5633/6735] Linking CXX shared library Mod/PartDesign/PartDesignGui.so +2026-01-27T23:56:32.3854438Z [5634/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Boundary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Boundary.py +2026-01-27T23:56:32.3897918Z [5635/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Tags.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Tags.py +2026-01-27T23:56:32.3960474Z [5636/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/DogboneII.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/DogboneII.py +2026-01-27T23:56:32.3985722Z [5637/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/AxisMap.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/AxisMap.py +2026-01-27T23:56:32.3995843Z [5638/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/__init__.py +2026-01-27T23:56:32.4001398Z [5639/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Array.py +2026-01-27T23:56:32.4005232Z [5640/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Dogbone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Dogbone.py +2026-01-27T23:56:32.4018531Z [5641/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/DogboneII.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/DogboneII.py +2026-01-27T23:56:32.4046765Z [5642/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/LeadInOut.py +2026-01-27T23:56:32.4074877Z [5643/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Dragknife.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Dragknife.py +2026-01-27T23:56:32.4129151Z [5644/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Boundary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Boundary.py +2026-01-27T23:56:32.4171516Z [5645/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Tags.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Tags.py +2026-01-27T23:56:32.4178937Z [5646/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/Preferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/Preferences.py +2026-01-27T23:56:32.4251859Z [5647/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/RampEntry.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/RampEntry.py +2026-01-27T23:56:32.4252621Z [5648/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Job.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Job.py +2026-01-27T23:56:32.4252956Z [5649/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/TagPreferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/TagPreferences.py +2026-01-27T23:56:32.4253293Z [5650/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Dressup/Gui/ZCorrect.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Dressup/Gui/ZCorrect.py +2026-01-27T23:56:32.4253692Z [5651/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/__init__.py +2026-01-27T23:56:32.4287482Z [5652/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Stock.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Stock.py +2026-01-27T23:56:32.4345917Z [5653/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Editor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Editor.py +2026-01-27T23:56:32.4351508Z [5654/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/__init__.py +2026-01-27T23:56:32.4367491Z [5655/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Inspect.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Inspect.py +2026-01-27T23:56:32.4403365Z [5656/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Camotics.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Camotics.py +2026-01-27T23:56:32.4425669Z [5657/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Fixture.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Fixture.py +2026-01-27T23:56:32.4432136Z [5658/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Job.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Job.py +2026-01-27T23:56:32.4446484Z [5659/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/JobCmd.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/JobCmd.py +2026-01-27T23:56:32.4461265Z [5660/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/JobDlg.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/JobDlg.py +2026-01-27T23:56:32.4512368Z [5661/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/Simulator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/Simulator.py +2026-01-27T23:56:32.4516011Z [5662/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/PreferencesJob.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/PreferencesJob.py +2026-01-27T23:56:32.4521323Z [5663/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/SimulatorGL.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/SimulatorGL.py +2026-01-27T23:56:32.4596597Z [5664/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Gui/SanityCmd.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Gui/SanityCmd.py +2026-01-27T23:56:32.4627966Z [5665/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/Sanity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/Sanity.py +2026-01-27T23:56:32.4638790Z [5666/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/ImageBuilder.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/ImageBuilder.py +2026-01-27T23:56:32.4654574Z [5667/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/ReportGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/ReportGenerator.py +2026-01-27T23:56:32.4684755Z [5668/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/HTMLTemplate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/HTMLTemplate.py +2026-01-27T23:56:32.4708483Z [5669/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/Sanity_Note.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/Sanity_Note.svg +2026-01-27T23:56:32.4721919Z [5670/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/Sanity_Caution.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/Sanity_Caution.svg +2026-01-27T23:56:32.4726281Z [5671/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/Sanity_Warning.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/Sanity_Warning.svg +2026-01-27T23:56:32.4778023Z [5672/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Main/Sanity/Sanity_Bulb.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Main/Sanity/Sanity_Bulb.svg +2026-01-27T23:56:32.4864069Z [5673/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Adaptive.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Adaptive.py +2026-01-27T23:56:32.4874973Z [5674/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/__init__.py +2026-01-27T23:56:32.4881274Z [5675/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Area.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Area.py +2026-01-27T23:56:32.4885935Z [5676/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Base.py +2026-01-27T23:56:32.4916530Z [5677/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/CircularHoleBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/CircularHoleBase.py +2026-01-27T23:56:32.4922163Z [5678/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Engrave.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Engrave.py +2026-01-27T23:56:32.4930086Z [5679/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Custom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Custom.py +2026-01-27T23:56:32.4957084Z [5680/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Deburr.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Deburr.py +2026-01-27T23:56:32.4972323Z [5681/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/EngraveBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/EngraveBase.py +2026-01-27T23:56:32.5093928Z [5682/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/FeatureExtension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/FeatureExtension.py +2026-01-27T23:56:32.5099483Z [5683/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Drilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Drilling.py +2026-01-27T23:56:32.5103601Z [5684/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Helix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Helix.py +2026-01-27T23:56:32.5108588Z [5685/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/MillFace.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/MillFace.py +2026-01-27T23:56:32.5152833Z [5686/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Pocket.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Pocket.py +2026-01-27T23:56:32.5158835Z [5687/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/MillFacing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/MillFacing.py +2026-01-27T23:56:32.5166306Z [5688/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/PocketBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/PocketBase.py +2026-01-27T23:56:32.5186424Z [5689/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/PocketShape.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/PocketShape.py +2026-01-27T23:56:32.5251969Z [5690/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Probe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Probe.py +2026-01-27T23:56:32.5255786Z [5691/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Profile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Profile.py +2026-01-27T23:56:32.5296214Z [5692/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/SurfaceSupport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/SurfaceSupport.py +2026-01-27T23:56:32.5312516Z [5693/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Slot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Slot.py +2026-01-27T23:56:32.5338753Z [5694/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Surface.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Surface.py +2026-01-27T23:56:32.5374166Z [5695/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Tapping.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Tapping.py +2026-01-27T23:56:32.5378918Z [5696/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/ThreadMilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/ThreadMilling.py +2026-01-27T23:56:32.5386621Z [5697/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Util.py +2026-01-27T23:56:32.5399431Z [5698/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Waterline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Waterline.py +2026-01-27T23:56:32.5404730Z [5699/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Vcarve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Vcarve.py +2026-01-27T23:56:32.5423369Z [5700/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/__init__.py +2026-01-27T23:56:32.5482395Z [5701/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Adaptive.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Adaptive.py +2026-01-27T23:56:32.5551811Z [5702/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Comment.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Comment.py +2026-01-27T23:56:32.5559376Z [5703/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Array.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Array.py +2026-01-27T23:56:32.5563378Z [5704/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Base.py +2026-01-27T23:56:32.5610462Z [5705/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/CircularHoleBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/CircularHoleBase.py +2026-01-27T23:56:32.5620271Z [5706/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Custom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Custom.py +2026-01-27T23:56:32.5624607Z [5707/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Deburr.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Deburr.py +2026-01-27T23:56:32.5629259Z [5708/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Drilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Drilling.py +2026-01-27T23:56:32.5633501Z [5709/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Copy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Copy.py +2026-01-27T23:56:32.5696546Z [5710/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Engrave.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Engrave.py +2026-01-27T23:56:32.5780939Z [5711/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/MillFace.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/MillFace.py +2026-01-27T23:56:32.5785105Z [5712/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/FeatureExtension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/FeatureExtension.py +2026-01-27T23:56:32.5796657Z [5713/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Helix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Helix.py +2026-01-27T23:56:32.5851972Z [5714/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/PocketBase.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/PocketBase.py +2026-01-27T23:56:32.5852937Z [5715/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/MillFacing.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/MillFacing.py +2026-01-27T23:56:32.5857998Z [5716/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/PathShapeTC.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/PathShapeTC.py +2026-01-27T23:56:32.5870579Z [5717/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Pocket.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Pocket.py +2026-01-27T23:56:32.5875442Z [5718/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/PocketShape.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/PocketShape.py +2026-01-27T23:56:32.5959006Z [5719/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Probe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Probe.py +2026-01-27T23:56:32.6024116Z [5720/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Selection.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Selection.py +2026-01-27T23:56:32.6029316Z [5721/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/SimpleCopy.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/SimpleCopy.py +2026-01-27T23:56:32.6051835Z [5722/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Profile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Profile.py +2026-01-27T23:56:32.6052424Z [5723/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Slot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Slot.py +2026-01-27T23:56:32.6052854Z [5724/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/ThreadMilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/ThreadMilling.py +2026-01-27T23:56:32.6070111Z [5725/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Stop.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Stop.py +2026-01-27T23:56:32.6080823Z [5726/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Surface.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Surface.py +2026-01-27T23:56:32.6091118Z [5727/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Tapping.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Tapping.py +2026-01-27T23:56:32.6186014Z [5728/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Vcarve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Vcarve.py +2026-01-27T23:56:32.6251779Z [5729/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/Processor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/Processor.py +2026-01-27T23:56:32.6261754Z [5730/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/PostList.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/PostList.py +2026-01-27T23:56:32.6268067Z [5731/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Op/Gui/Waterline.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Op/Gui/Waterline.py +2026-01-27T23:56:32.6271686Z [5732/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/__init__.py +2026-01-27T23:56:32.6278417Z [5733/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/Command.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/Command.py +2026-01-27T23:56:32.6332426Z [5734/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/UtilsArguments.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/UtilsArguments.py +2026-01-27T23:56:32.6333214Z [5735/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/Utils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/Utils.py +2026-01-27T23:56:32.6333534Z [5736/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/UtilsExport.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/UtilsExport.py +2026-01-27T23:56:32.6397092Z [5737/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/UtilsParse.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/UtilsParse.py +2026-01-27T23:56:32.6413980Z [5738/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/__init__.py +2026-01-27T23:56:32.6457012Z [5739/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/dynapath_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/dynapath_post.py +2026-01-27T23:56:32.6482002Z [5740/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/centroid_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/centroid_post.py +2026-01-27T23:56:32.6487522Z [5741/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/centroid_legacy_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/centroid_legacy_post.py +2026-01-27T23:56:32.6499046Z [5742/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/dxf_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/dxf_post.py +2026-01-27T23:56:32.6504750Z [5743/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/dynapath_4060_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/dynapath_4060_post.py +2026-01-27T23:56:32.6519574Z [5744/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/fablin_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/fablin_post.py +2026-01-27T23:56:32.6532136Z [5745/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/estlcam_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/estlcam_post.py +2026-01-27T23:56:32.6612306Z [5746/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/gcode_pre.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/gcode_pre.py +2026-01-27T23:56:32.6614303Z [5747/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/fanuc_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/fanuc_post.py +2026-01-27T23:56:32.6673888Z [5748/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/fangling_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/fangling_post.py +2026-01-27T23:56:32.6709851Z [5749/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/grbl_legacy_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/grbl_legacy_post.py +2026-01-27T23:56:32.6716826Z [5750/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/generic_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/generic_post.py +2026-01-27T23:56:32.6726281Z [5751/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/heidenhain_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/heidenhain_post.py +2026-01-27T23:56:32.6739255Z [5752/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py +2026-01-27T23:56:32.6742956Z [5753/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/linuxcnc_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/linuxcnc_post.py +2026-01-27T23:56:32.6747121Z [5754/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/jtech_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/jtech_post.py +2026-01-27T23:56:32.6769555Z [5755/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/mach3_mach4_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/mach3_mach4_post.py +2026-01-27T23:56:32.6822490Z [5756/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/linuxcnc_legacy_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/linuxcnc_legacy_post.py +2026-01-27T23:56:32.6886407Z [5757/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/nccad_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/nccad_post.py +2026-01-27T23:56:32.6917728Z [5758/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/mach3_mach4_legacy_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/mach3_mach4_legacy_post.py +2026-01-27T23:56:32.6932878Z [5759/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/masso_g3_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/masso_g3_post.py +2026-01-27T23:56:32.6937975Z [5760/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/marlin_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/marlin_post.py +2026-01-27T23:56:32.6940442Z [5761/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/grbl_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/grbl_post.py +2026-01-27T23:56:32.6956321Z [5762/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/opensbp_pre.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/opensbp_pre.py +2026-01-27T23:56:32.6959185Z [5763/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/opensbp_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/opensbp_post.py +2026-01-27T23:56:32.7011972Z [5764/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/philips_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/philips_post.py +2026-01-27T23:56:32.7033289Z [5765/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/test_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/test_post.py +2026-01-27T23:56:32.7040595Z [5766/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/rrf_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/rrf_post.py +2026-01-27T23:56:32.7046943Z [5767/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/rml_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/rml_post.py +2026-01-27T23:56:32.7090433Z [5768/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/snapmaker_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/snapmaker_post.py +2026-01-27T23:56:32.7135276Z [5769/6735] Building CXX object tests/src/Mod/Start/App/CMakeFiles/Start_tests_run.dir/FileUtilities.cpp.o +2026-01-27T23:56:32.7141900Z [5770/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/slic3r_pre.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/slic3r_pre.py +2026-01-27T23:56:32.7148968Z [5771/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/smoothie_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/smoothie_post.py +2026-01-27T23:56:32.7164814Z [5772/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/svg_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/svg_post.py +2026-01-27T23:56:32.7212057Z [5773/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/uccnc_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/uccnc_post.py +2026-01-27T23:56:32.7212689Z [5774/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/__init__.py +2026-01-27T23:56:32.7213005Z [5775/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Post/scripts/wedm_post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Post/scripts/wedm_post.py +2026-01-27T23:56:32.7213658Z [5776/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/Controller.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/Controller.py +2026-01-27T23:56:32.7236127Z [5777/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/__init__.py +2026-01-27T23:56:32.7265652Z [5778/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/camassets.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/camassets.py +2026-01-27T23:56:32.7338269Z [5779/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/migration/migration.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/migration/migration.py +2026-01-27T23:56:32.7356827Z [5780/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/manager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/manager.py +2026-01-27T23:56:32.7363557Z [5781/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/asset.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/asset.py +2026-01-27T23:56:32.7451659Z [5782/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/cache.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/cache.py +2026-01-27T23:56:32.7452486Z [5783/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/serializer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/serializer.py +2026-01-27T23:56:32.7452812Z [5784/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/store/base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/store/base.py +2026-01-27T23:56:32.7453463Z [5785/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/migration/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/migration/__init__.py +2026-01-27T23:56:32.7453780Z [5786/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/uri.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/uri.py +2026-01-27T23:56:32.7454156Z [5787/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/store/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/store/__init__.py +2026-01-27T23:56:32.7483217Z [5788/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/store/filestore.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/store/filestore.py +2026-01-27T23:56:32.7489278Z [5789/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/store/memory.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/store/memory.py +2026-01-27T23:56:32.7567066Z [5790/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/models/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/models/__init__.py +2026-01-27T23:56:32.7576133Z [5791/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/ui/filedialog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/ui/filedialog.py +2026-01-27T23:56:32.7581137Z [5792/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/ui/__init__.py +2026-01-27T23:56:32.7585771Z [5793/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/ui/preferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/ui/preferences.py +2026-01-27T23:56:32.7613821Z [5794/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/assets/ui/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/assets/ui/util.py +2026-01-27T23:56:32.7629882Z [5795/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/__init__.py +2026-01-27T23:56:32.7662551Z [5796/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/models/docobject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/models/docobject.py +2026-01-27T23:56:32.7672197Z [5797/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/ui/__init__.py +2026-01-27T23:56:32.7718501Z [5798/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/ui/property.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/ui/property.py +2026-01-27T23:56:32.7722601Z [5799/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/docobject/ui/docobject.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/docobject/ui/docobject.py +2026-01-27T23:56:32.7752914Z [5800/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/Gui/Controller.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/Gui/Controller.py +2026-01-27T23:56:32.7784658Z [5801/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/__init__.py +2026-01-27T23:56:32.7790000Z [5802/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/Gui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/Gui/__init__.py +2026-01-27T23:56:32.7793976Z [5803/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/doc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/doc.py +2026-01-27T23:56:32.7814638Z [5804/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/util.py +2026-01-27T23:56:32.7817898Z [5805/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/__init__.py +2026-01-27T23:56:32.7863942Z [5806/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/base.py +2026-01-27T23:56:32.7895591Z [5807/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/ballend.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/ballend.py +2026-01-27T23:56:32.7922093Z [5808/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/bullnose.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/bullnose.py +2026-01-27T23:56:32.7926595Z [5809/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/chamfer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/chamfer.py +2026-01-27T23:56:32.8019475Z [5810/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/custom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/custom.py +2026-01-27T23:56:32.8020194Z [5811/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/drill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/drill.py +2026-01-27T23:56:32.8020531Z [5812/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/radius.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/radius.py +2026-01-27T23:56:32.8043238Z [5813/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/probe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/probe.py +2026-01-27T23:56:32.8051479Z [5814/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/dovetail.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/dovetail.py +2026-01-27T23:56:32.8057604Z [5815/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/endmill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/endmill.py +2026-01-27T23:56:32.8060721Z [5816/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/icon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/icon.py +2026-01-27T23:56:32.8151002Z [5817/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/slittingsaw.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/slittingsaw.py +2026-01-27T23:56:32.8157565Z [5818/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/reamer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/reamer.py +2026-01-27T23:56:32.8163782Z [5819/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/tap.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/tap.py +2026-01-27T23:56:32.8169626Z [5820/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/vbit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/vbit.py +2026-01-27T23:56:32.8189761Z [5821/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/taperedballnose.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/taperedballnose.py +2026-01-27T23:56:32.8196532Z [5822/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/models/threadmill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/models/threadmill.py +2026-01-27T23:56:32.8253148Z [5823/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/ui/__init__.py +2026-01-27T23:56:32.8257806Z [5824/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/ui/shapeselector.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/ui/shapeselector.py +2026-01-27T23:56:32.8271425Z [5825/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/ui/flowlayout.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/ui/flowlayout.py +2026-01-27T23:56:32.8275665Z [5826/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/ui/shapebutton.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/ui/shapebutton.py +2026-01-27T23:56:32.8379687Z [5827/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/util.py +2026-01-27T23:56:32.8392949Z [5828/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/shape/ui/shapewidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/shape/ui/shapewidget.py +2026-01-27T23:56:32.8397940Z [5829/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/__init__.py +2026-01-27T23:56:32.8400871Z [5830/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/migration.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/migration.py +2026-01-27T23:56:32.8460992Z [5831/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/mixins/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/mixins/__init__.py +2026-01-27T23:56:32.8461459Z [5832/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/mixins/rotary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/mixins/rotary.py +2026-01-27T23:56:32.8465385Z [5833/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/mixins/cutting.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/mixins/cutting.py +2026-01-27T23:56:32.8469067Z [5834/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/base.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/base.py +2026-01-27T23:56:32.8486839Z [5835/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/__init__.py +2026-01-27T23:56:32.8495798Z [5836/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/ballend.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/ballend.py +2026-01-27T23:56:32.8567326Z [5837/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/bullnose.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/bullnose.py +2026-01-27T23:56:32.8585924Z [5838/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/chamfer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/chamfer.py +2026-01-27T23:56:32.8612177Z [5839/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/dovetail.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/dovetail.py +2026-01-27T23:56:32.8612910Z [5840/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/probe.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/probe.py +2026-01-27T23:56:32.8654946Z [5841/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/custom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/custom.py +2026-01-27T23:56:32.8661955Z [5842/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/radius.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/radius.py +2026-01-27T23:56:32.8682218Z [5843/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/drill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/drill.py +2026-01-27T23:56:32.8695891Z [5844/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/endmill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/endmill.py +2026-01-27T23:56:32.8702206Z [5845/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/slittingsaw.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/slittingsaw.py +2026-01-27T23:56:32.8706489Z [5846/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/reamer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/reamer.py +2026-01-27T23:56:32.8776499Z [5847/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/tap.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/tap.py +2026-01-27T23:56:32.8793083Z [5848/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/vbit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/vbit.py +2026-01-27T23:56:32.8809428Z [5849/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/taperedballnose.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/taperedballnose.py +2026-01-27T23:56:32.8829769Z [5850/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/models/threadmill.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/models/threadmill.py +2026-01-27T23:56:32.8846192Z [5851/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/serializers/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/serializers/__init__.py +2026-01-27T23:56:32.8874176Z [5852/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/serializers/camotics.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/serializers/camotics.py +2026-01-27T23:56:32.8907165Z [5853/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/serializers/yaml.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/serializers/yaml.py +2026-01-27T23:56:32.8914941Z [5854/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/serializers/fctb.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/serializers/fctb.py +2026-01-27T23:56:32.8921625Z [5855/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/__init__.py +2026-01-27T23:56:32.8929608Z [5856/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/cmd.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/cmd.py +2026-01-27T23:56:32.8932805Z [5857/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/editor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/editor.py +2026-01-27T23:56:32.9000274Z [5858/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/browser.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/browser.py +2026-01-27T23:56:32.9053400Z [5859/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/file.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/file.py +2026-01-27T23:56:32.9057994Z [5860/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/panel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/panel.py +2026-01-27T23:56:32.9062331Z [5861/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/selector.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/selector.py +2026-01-27T23:56:32.9066586Z [5862/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/tablecell.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/tablecell.py +2026-01-27T23:56:32.9069067Z [5863/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/toollist.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/toollist.py +2026-01-27T23:56:32.9136742Z [5864/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/view.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/view.py +2026-01-27T23:56:32.9139428Z [5865/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/toolbit/ui/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/toolbit/ui/util.py +2026-01-27T23:56:32.9143385Z [5866/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/__init__.py +2026-01-27T23:56:32.9241043Z [5867/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/util.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/util.py +2026-01-27T23:56:32.9246930Z [5868/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/models/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/models/__init__.py +2026-01-27T23:56:32.9251972Z [5869/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/serializers/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/serializers/__init__.py +2026-01-27T23:56:32.9293625Z [5870/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/serializers/linuxcnc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/serializers/linuxcnc.py +2026-01-27T23:56:32.9303332Z [5871/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/models/library.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/models/library.py +2026-01-27T23:56:32.9309922Z [5872/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/serializers/fctl.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/serializers/fctl.py +2026-01-27T23:56:32.9338061Z [5873/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/serializers/camotics.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/serializers/camotics.py +2026-01-27T23:56:32.9359807Z [5874/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/__init__.py +2026-01-27T23:56:32.9366178Z [5875/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/browser.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/browser.py +2026-01-27T23:56:32.9372016Z [5876/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/cmd.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/cmd.py +2026-01-27T23:56:32.9439859Z [5877/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/dock.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/dock.py +2026-01-27T23:56:32.9492897Z [5878/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/editor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/editor.py +2026-01-27T23:56:32.9502331Z [5879/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Tool/library/ui/properties.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Tool/library/ui/properties.py +2026-01-27T23:56:32.9527515Z [5880/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Machine/ui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Machine/ui/__init__.py +2026-01-27T23:56:32.9530711Z [5881/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Machine/models/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Machine/models/__init__.py +2026-01-27T23:56:32.9571869Z [5882/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Machine/models/machine.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Machine/models/machine.py +2026-01-27T23:56:32.9572603Z [5883/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Machine/ui/editor/machine_editor.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Machine/ui/editor/machine_editor.py +2026-01-27T23:56:32.9574925Z [5884/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Path/Machine/ui/editor/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Path/Machine/ui/editor/__init__.py +2026-01-27T23:56:32.9605739Z [5885/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathPythonGui/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathPythonGui/__init__.py +2026-01-27T23:56:32.9636164Z [5886/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathPythonGui/simple_edit_panel.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathPythonGui/simple_edit_panel.py +2026-01-27T23:56:32.9676049Z [5887/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/README.md to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/README.md +2026-01-27T23:56:32.9731991Z [5888/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/45degree_chamfer.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/45degree_chamfer.fctb +2026-01-27T23:56:32.9732636Z [5889/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/30degree_Vbit.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/30degree_Vbit.fctb +2026-01-27T23:56:32.9732926Z [5890/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/3.175mm_Endmill.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/3.175mm_Endmill.fctb +2026-01-27T23:56:32.9773665Z [5891/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/375-16_Tap.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/375-16_Tap.fctb +2026-01-27T23:56:32.9778171Z [5892/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/45degree_Vbit.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/45degree_Vbit.fctb +2026-01-27T23:56:32.9783539Z [5893/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/5mm-thread-cutter.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/5mm-thread-cutter.fctb +2026-01-27T23:56:32.9789139Z [5894/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/5mm_Drill.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/5mm_Drill.fctb +2026-01-27T23:56:32.9816878Z [5895/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/60degree_Vbit.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/60degree_Vbit.fctb +2026-01-27T23:56:32.9848842Z [5896/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/5mm_Endmill.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/5mm_Endmill.fctb +2026-01-27T23:56:32.9931987Z [5897/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/6mm_Ball_End.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/6mm_Ball_End.fctb +2026-01-27T23:56:32.9933002Z [5898/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/6mm_Bullnose.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/6mm_Bullnose.fctb +2026-01-27T23:56:32.9938481Z [5899/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/probe.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/probe.fctb +2026-01-27T23:56:32.9975635Z [5900/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/90degree_Vbit.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/90degree_Vbit.fctb +2026-01-27T23:56:32.9987278Z [5901/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Library/Default.fctl to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Library/Default.fctl +2026-01-27T23:56:32.9999645Z [5902/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/ballend.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/ballend.fcstd +2026-01-27T23:56:33.0004016Z [5903/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/bullnose.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/bullnose.fcstd +2026-01-27T23:56:33.0013281Z [5904/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/ballend.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/ballend.svg +2026-01-27T23:56:33.0074164Z [5905/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Bit/slittingsaw.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Bit/slittingsaw.fctb +2026-01-27T23:56:33.0088664Z [5906/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/bullnose.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/bullnose.svg +2026-01-27T23:56:33.0109846Z [5907/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/chamfer.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/chamfer.fcstd +2026-01-27T23:56:33.0168284Z [5908/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/drill.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/drill.svg +2026-01-27T23:56:33.0174655Z [5909/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/chamfer.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/chamfer.svg +2026-01-27T23:56:33.0177502Z [5910/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/dovetail.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/dovetail.fcstd +2026-01-27T23:56:33.0189353Z [5911/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/dovetail.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/dovetail.svg +2026-01-27T23:56:33.0205820Z [5912/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/drill.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/drill.fcstd +2026-01-27T23:56:33.0210123Z [5913/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/endmill.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/endmill.fcstd +2026-01-27T23:56:33.0223390Z [5914/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/endmill.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/endmill.svg +2026-01-27T23:56:33.0293155Z [5915/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/radius.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/radius.fcstd +2026-01-27T23:56:33.0320503Z [5916/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/probe.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/probe.fcstd +2026-01-27T23:56:33.0395462Z [5917/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/radius.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/radius.svg +2026-01-27T23:56:33.0396197Z [5918/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/reamer.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/reamer.svg +2026-01-27T23:56:33.0396538Z [5919/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/slittingsaw.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/slittingsaw.fcstd +2026-01-27T23:56:33.0396856Z [5920/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/probe.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/probe.svg +2026-01-27T23:56:33.0397131Z [5921/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/reamer.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/reamer.fcstd +2026-01-27T23:56:33.0406350Z [5922/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/tap.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/tap.svg +2026-01-27T23:56:33.0433743Z [5923/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/slittingsaw.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/slittingsaw.svg +2026-01-27T23:56:33.0437256Z [5924/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/tap.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/tap.fcstd +2026-01-27T23:56:33.0499182Z [5925/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/taperedballnose.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/taperedballnose.fcstd +2026-01-27T23:56:33.0530936Z [5926/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/taperedballnose.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/taperedballnose.svg +2026-01-27T23:56:33.0592095Z [5927/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/imperial-internal-2B.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/imperial-internal-2B.csv +2026-01-27T23:56:33.0611593Z [5928/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/thread-mill.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/thread-mill.fcstd +2026-01-27T23:56:33.0618422Z [5929/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/thread-mill.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/thread-mill.svg +2026-01-27T23:56:33.0622484Z [5930/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/v-bit.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/v-bit.fcstd +2026-01-27T23:56:33.0627129Z [5931/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Images/Ops/chamfer.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Images/Ops/chamfer.svg +2026-01-27T23:56:33.0649666Z [5932/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/imperial-external-2A.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/imperial-external-2A.csv +2026-01-27T23:56:33.0650376Z [5933/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Tools/Shape/v-bit.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Tools/Shape/v-bit.svg +2026-01-27T23:56:33.0680103Z [5934/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/imperial-external-3A.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/imperial-external-3A.csv +2026-01-27T23:56:33.0757020Z [5935/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/imperial-internal-3B.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/imperial-internal-3B.csv +2026-01-27T23:56:33.0757905Z [5936/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/metric-external-4G6G.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/metric-external-4G6G.csv +2026-01-27T23:56:33.0852044Z [5937/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/metric-internal-6H.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/metric-internal-6H.csv +2026-01-27T23:56:33.0852902Z [5938/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Init.py +2026-01-27T23:56:33.0853326Z [5939/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/TestCAMApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/TestCAMApp.py +2026-01-27T23:56:33.0853673Z [5940/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/Data/Threads/metric-external-6G.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/Data/Threads/metric-external-6G.csv +2026-01-27T23:56:33.0853985Z [5941/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/PathCommands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/PathCommands.py +2026-01-27T23:56:33.0854347Z [5942/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/TestCAMGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/TestCAMGui.py +2026-01-27T23:56:33.0858880Z [5943/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/InitGui.py +2026-01-27T23:56:33.0865867Z [5944/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/__init__.py +2026-01-27T23:56:33.0944859Z [5945/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/boxtest.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/boxtest.fcstd +2026-01-27T23:56:33.0970578Z [5946/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/Drilling_1.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/Drilling_1.FCStd +2026-01-27T23:56:33.0975463Z [5947/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/dressuptest.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/dressuptest.FCStd +2026-01-27T23:56:33.1013542Z [5948/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/test_adaptive.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/test_adaptive.fcstd +2026-01-27T23:56:33.1018496Z [5949/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/test_holes00.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/test_holes00.fcstd +2026-01-27T23:56:33.1040324Z [5950/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/FilePathTestUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/FilePathTestUtils.py +2026-01-27T23:56:33.1051884Z [5951/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/PathTestUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/PathTestUtils.py +2026-01-27T23:56:33.1057419Z [5952/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/PostTestMocks.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/PostTestMocks.py +2026-01-27T23:56:33.1070214Z [5953/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/test_profile.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/test_profile.fcstd +2026-01-27T23:56:33.1080268Z [5954/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/test_geomop.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/test_geomop.fcstd +2026-01-27T23:56:33.1161819Z [5955/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestCentroidPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestCentroidPost.py +2026-01-27T23:56:33.1170866Z [5956/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestFanucPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestFanucPost.py +2026-01-27T23:56:33.1180670Z [5957/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestCAMSanity.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestCAMSanity.py +2026-01-27T23:56:33.1181052Z [5958/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestGenericPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestGenericPost.py +2026-01-27T23:56:33.1211773Z [5959/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestCentroidLegacyPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestCentroidLegacyPost.py +2026-01-27T23:56:33.1265581Z [5960/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestGrblPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestGrblPost.py +2026-01-27T23:56:33.1269066Z [5961/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestLinkingGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestLinkingGenerator.py +2026-01-27T23:56:33.1306336Z [5962/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestGrblLegacyPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestGrblLegacyPost.py +2026-01-27T23:56:33.1335031Z [5963/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestMachine.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestMachine.py +2026-01-27T23:56:33.1374533Z [5964/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestMach3Mach4Post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestMach3Mach4Post.py +2026-01-27T23:56:33.1385793Z [5965/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestLinuxCNCPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestLinuxCNCPost.py +2026-01-27T23:56:33.1391569Z [5966/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestMach3Mach4LegacyPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestMach3Mach4LegacyPost.py +2026-01-27T23:56:33.1398542Z [5967/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestMassoG3Post.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestMassoG3Post.py +2026-01-27T23:56:33.1399127Z [5968/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathAdaptive.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathAdaptive.py +2026-01-27T23:56:33.1417970Z [5969/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathCommandAnnotations.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathCommandAnnotations.py +2026-01-27T23:56:33.1492481Z [5970/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDepthParams.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDepthParams.py +2026-01-27T23:56:33.1495149Z [5971/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathCore.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathCore.py +2026-01-27T23:56:33.1535973Z [5972/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDressupDogbone.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDressupDogbone.py +2026-01-27T23:56:33.1536629Z [5973/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDressupArray.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDressupArray.py +2026-01-27T23:56:33.1592175Z [5974/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDressupHoldingTags.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDressupHoldingTags.py +2026-01-27T23:56:33.1598632Z [5975/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDressupDogboneII.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDressupDogboneII.py +2026-01-27T23:56:33.1609149Z [5976/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDrillable.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDrillable.py +2026-01-27T23:56:33.1621533Z [5977/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathFacingGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathFacingGenerator.py +2026-01-27T23:56:33.1653446Z [5978/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathDrillGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathDrillGenerator.py +2026-01-27T23:56:33.1659451Z [5979/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathGeneratorDogboneII.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathGeneratorDogboneII.py +2026-01-27T23:56:33.1662233Z [5980/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathGeom.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathGeom.py +2026-01-27T23:56:33.1687562Z [5981/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathHelixGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathHelixGenerator.py +2026-01-27T23:56:33.1725067Z [5982/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathHelix.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathHelix.py +2026-01-27T23:56:33.1730553Z [5983/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathHelpers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathHelpers.py +2026-01-27T23:56:33.1818026Z [5984/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathLanguage.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathLanguage.py +2026-01-27T23:56:33.1818901Z [5985/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathLog.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathLog.py +2026-01-27T23:56:33.1819642Z [5986/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathPreferences.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathPreferences.py +2026-01-27T23:56:33.1826566Z [5987/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathOpDeburr.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathOpDeburr.py +2026-01-27T23:56:33.1831352Z [5988/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathOpUtil.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathOpUtil.py +2026-01-27T23:56:33.1859553Z [5989/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathProfile.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathProfile.py +2026-01-27T23:56:33.1868569Z [5990/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathPost.py +2026-01-27T23:56:33.1899625Z [5991/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathSetupSheet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathSetupSheet.py +2026-01-27T23:56:33.1971957Z [5992/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathPropertyBag.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathPropertyBag.py +2026-01-27T23:56:33.1972707Z [5993/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathStock.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathStock.py +2026-01-27T23:56:33.1973157Z [5994/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathRotationGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathRotationGenerator.py +2026-01-27T23:56:33.2013813Z [5995/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathTapGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathTapGenerator.py +2026-01-27T23:56:33.2032917Z [5996/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathThreadMillingGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathThreadMillingGenerator.py +2026-01-27T23:56:33.2078533Z [5997/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolChangeGenerator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolChangeGenerator.py +2026-01-27T23:56:33.2080791Z [5998/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathThreadMilling.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathThreadMilling.py +2026-01-27T23:56:33.2086985Z [5999/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolAsset.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolAsset.py +2026-01-27T23:56:33.2092241Z [6000/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolAssetUri.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolAssetUri.py +2026-01-27T23:56:33.2132064Z [6001/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolAssetCache.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolAssetCache.py +2026-01-27T23:56:33.2155254Z [6002/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolAssetStore.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolAssetStore.py +2026-01-27T23:56:33.2161584Z [6003/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolAssetManager.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolAssetManager.py +2026-01-27T23:56:33.2167915Z [6004/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBit.py +2026-01-27T23:56:33.2196305Z [6005/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBitSerializer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBitSerializer.py +2026-01-27T23:56:33.2292052Z [6006/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBitEditorWidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBitEditorWidget.py +2026-01-27T23:56:33.2292699Z [6007/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBitBrowserWidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBitBrowserWidget.py +2026-01-27T23:56:33.2314427Z [6008/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolDocumentObjectEditorWidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolDocumentObjectEditorWidget.py +2026-01-27T23:56:33.2320313Z [6009/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBitListWidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBitListWidget.py +2026-01-27T23:56:33.2345834Z [6010/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolBitPropertyEditorWidget.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolBitPropertyEditorWidget.py +2026-01-27T23:56:33.2351891Z [6011/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolShapeClasses.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolShapeClasses.py +2026-01-27T23:56:33.2371697Z [6012/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolShapeDoc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolShapeDoc.py +2026-01-27T23:56:33.2380745Z [6013/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolShapeIcon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolShapeIcon.py +2026-01-27T23:56:33.2415858Z [6014/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolLibrary.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolLibrary.py +2026-01-27T23:56:33.2423935Z [6015/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolLibrarySerializer.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolLibrarySerializer.py +2026-01-27T23:56:33.2472794Z [6016/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathUtil.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathUtil.py +2026-01-27T23:56:33.2483815Z [6017/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathToolController.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathToolController.py +2026-01-27T23:56:33.2531701Z [6018/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathVoronoi.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathVoronoi.py +2026-01-27T23:56:33.2584051Z [6019/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPathVcarve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPathVcarve.py +2026-01-27T23:56:33.2591757Z [6020/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestTestPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestTestPost.py +2026-01-27T23:56:33.2603251Z [6021/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestLinuxCNCLegacyPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestLinuxCNCLegacyPost.py +2026-01-27T23:56:33.2603833Z [6022/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPostGCodes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPostGCodes.py +2026-01-27T23:56:33.2626283Z [6023/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestDressupPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestDressupPost.py +2026-01-27T23:56:33.2635394Z [6024/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestPostMCodes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestPostMCodes.py +2026-01-27T23:56:33.2640788Z [6025/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestSnapmakerPost.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestSnapmakerPost.py +2026-01-27T23:56:33.2646140Z [6026/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/TestTSPSolver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/TestTSPSolver.py +2026-01-27T23:56:33.2780303Z [6027/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/Tools/Bit/test-path-tool-bit-bit-00.fctb to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/Tools/Bit/test-path-tool-bit-bit-00.fctb +2026-01-27T23:56:33.2812405Z [6028/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/Tools/Library/test-path-tool-bit-library-00.fctl to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/Tools/Library/test-path-tool-bit-library-00.fctl +2026-01-27T23:56:33.2813534Z [6029/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/ReverseEngineering/InitGui.py +2026-01-27T23:56:33.2814170Z [6030/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/ReverseEngineering/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/ReverseEngineering/Init.py +2026-01-27T23:56:33.2814643Z [6031/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/Tools/Shape/test-path-tool-bit-shape-00.fcstd +2026-01-27T23:56:33.2845201Z [6032/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Plot/Plot.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Plot/Plot.py +2026-01-27T23:56:33.2850256Z [6033/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/pointscommands/commands.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Points/pointscommands/commands.py +2026-01-27T23:56:33.2862668Z [6034/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/Init.py +2026-01-27T23:56:33.2863134Z [6035/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/CAM/CAMTests/Fixtures/OpHelix_v0-21.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/CAM/CAMTests/Fixtures/OpHelix_v0-21.FCStd +2026-01-27T23:56:33.2864918Z [6036/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Points/pointscommands/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Points/pointscommands/__init__.py +2026-01-27T23:56:33.2921555Z [6037/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/KukaExporter.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/KukaExporter.py +2026-01-27T23:56:33.2930343Z [6038/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py +2026-01-27T23:56:33.2940736Z [6039/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/RobotExample.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/RobotExample.py +2026-01-27T23:56:33.2944931Z [6040/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/InitGui.py +2026-01-27T23:56:33.2983855Z [6041/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Robot/MovieTool.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Robot/MovieTool.py +2026-01-27T23:56:33.3132220Z [6042/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/DepGraphTools.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/DepGraphTools.py +2026-01-27T23:56:33.3144211Z [6043/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/TVObserver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/TVObserver.py +2026-01-27T23:56:33.3177756Z [6044/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/__init__.py +2026-01-27T23:56:33.3186506Z [6045/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetail.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetail.py +2026-01-27T23:56:33.3191192Z [6046/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/mTempoVis.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/mTempoVis.py +2026-01-27T23:56:33.3195738Z [6047/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/TVStack.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/TVStack.py +2026-01-27T23:56:33.3199862Z [6048/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/ShowUtils.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/ShowUtils.py +2026-01-27T23:56:33.3243504Z [6049/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/Containers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/Containers.py +2026-01-27T23:56:33.3305064Z [6050/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/__init__.py +2026-01-27T23:56:33.3374955Z [6051/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/Camera.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/Camera.py +2026-01-27T23:56:33.3439534Z [6052/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/TestSketcherApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/TestSketcherApp.py +2026-01-27T23:56:33.3440102Z [6053/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/Init.py +2026-01-27T23:56:33.3454034Z [6054/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/ClipPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/ClipPlane.py +2026-01-27T23:56:33.3479687Z [6055/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/ObjectClipPlane.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/ObjectClipPlane.py +2026-01-27T23:56:33.3486690Z [6056/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherExample.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherExample.py +2026-01-27T23:56:33.3505344Z [6057/6735] Linking CXX shared library Mod/CAM/tsp_solver.so +2026-01-27T23:56:33.3553311Z [6058/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/Pickability.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/Pickability.py +2026-01-27T23:56:33.3565813Z [6059/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/VProperty.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/VProperty.py +2026-01-27T23:56:33.3573313Z [6060/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/ProfileLib/Hexagon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/ProfileLib/Hexagon.py +2026-01-27T23:56:33.3579444Z [6061/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Show/SceneDetails/Workbench.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Show/SceneDetails/Workbench.py +2026-01-27T23:56:33.3581461Z [6062/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/TestSketcherGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/TestSketcherGui.py +2026-01-27T23:56:33.3656956Z [6063/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/Profiles.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/Profiles.py +2026-01-27T23:56:33.3658639Z [6064/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/ProfileLib/RegularPolygon.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/ProfileLib/RegularPolygon.py +2026-01-27T23:56:33.3659127Z [6065/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/InitGui.py +2026-01-27T23:56:33.3665130Z [6066/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/ProfileLib/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/ProfileLib/__init__.py +2026-01-27T23:56:33.3678966Z [6067/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/__init__.py +2026-01-27T23:56:33.3690157Z [6068/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketchFillet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketchFillet.py +2026-01-27T23:56:33.3724991Z [6069/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketcherSolver.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketcherSolver.py +2026-01-27T23:56:33.3732502Z [6070/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketchExpression.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketchExpression.py +2026-01-27T23:56:33.3735219Z [6071/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketchValidateCoincidents.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketchValidateCoincidents.py +2026-01-27T23:56:33.3740900Z [6072/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketchCarbonCopyReverseMapping.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketchCarbonCopyReverseMapping.py +2026-01-27T23:56:33.3849545Z [6073/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestSketchCarbonCopyReverseMapping.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestSketchCarbonCopyReverseMapping.FCStd +2026-01-27T23:56:33.3850463Z [6074/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Spreadsheet/Init.py +2026-01-27T23:56:33.3850808Z [6075/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Sketcher/SketcherTests/TestPlacementUpdate.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Sketcher/SketcherTests/TestPlacementUpdate.py +2026-01-27T23:56:33.3851117Z [6076/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/TestSpreadsheet.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Spreadsheet/TestSpreadsheet.py +2026-01-27T23:56:33.3851998Z [6077/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/importXLSX.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Spreadsheet/importXLSX.py +2026-01-27T23:56:33.3852297Z [6078/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Spreadsheet/InitGui.py +2026-01-27T23:56:33.3852568Z [6079/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Spreadsheet/test_importXLSX.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Spreadsheet/test_importXLSX.py +2026-01-27T23:56:33.3856127Z [6080/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Start/Init.py +2026-01-27T23:56:33.3890545Z [6081/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Start/InitGui.py +2026-01-27T23:56:33.3916147Z [6082/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/TestSurfaceApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Surface/TestSurfaceApp.py +2026-01-27T23:56:33.3923361Z [6083/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Surface/Init.py +2026-01-27T23:56:33.3972855Z [6084/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Surface/InitGui.py +2026-01-27T23:56:33.3973699Z [6085/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Start/StartMigrator.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Start/StartMigrator.py +2026-01-27T23:56:33.3980647Z [6086/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/SurfaceTests/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Surface/SurfaceTests/__init__.py +2026-01-27T23:56:33.4009542Z [6087/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Measure/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Measure/Init.py +2026-01-27T23:56:33.4025886Z [6088/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Measure/UtilsMeasure.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Measure/UtilsMeasure.py +2026-01-27T23:56:33.4080608Z [6089/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Measure/MeasureCOM.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Measure/MeasureCOM.py +2026-01-27T23:56:33.4111012Z [6090/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Surface/SurfaceTests/TestBlendCurve.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Surface/SurfaceTests/TestBlendCurve.py +2026-01-27T23:56:33.4112091Z [6091/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/Init.py +2026-01-27T23:56:33.4188661Z [6092/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Measure/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Measure/InitGui.py +2026-01-27T23:56:33.4203554Z [6093/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TestTechDrawGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TestTechDrawGui.py +2026-01-27T23:56:33.4228047Z [6094/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TestTechDrawApp.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TestTechDrawApp.py +2026-01-27T23:56:33.4308331Z [6095/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/InitGui.py +2026-01-27T23:56:33.4360121Z [6096/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.ElementDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.ElementDef.csv +2026-01-27T23:56:33.4366233Z [6097/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/PAT/FCPAT.pat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/PAT/FCPAT.pat +2026-01-27T23:56:33.4467435Z [6098/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/CSVdata/FillTemplateFields.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/CSVdata/FillTemplateFields.csv +2026-01-27T23:56:33.4476996Z [6099/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ISO.128.20.1996.ElementDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ISO.128.20.1996.ElementDef.csv +2026-01-27T23:56:33.4507179Z [6100/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ISO.128.20.1996.LineDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ISO.128.20.1996.LineDef.csv +2026-01-27T23:56:33.4558563Z [6101/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandMoveView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandMoveView.py +2026-01-27T23:56:33.4579729Z [6102/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.LineDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.LineDef.csv +2026-01-27T23:56:33.4622470Z [6103/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/LineGroup.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/LineGroup.csv +2026-01-27T23:56:33.4715571Z [6104/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.LineDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ANSI.Y14.2M.1992.LineDef.csv +2026-01-27T23:56:33.4738298Z [6105/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.ElementDef.csv to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Mod/TechDraw/LineGroup/ASME.Y14.2.2008.ElementDef.csv +2026-01-27T23:56:33.4776535Z [6106/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/__init__.py +2026-01-27T23:56:33.4781309Z [6107/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandShareView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandShareView.py +2026-01-27T23:56:33.4785137Z [6108/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandPositionSectionView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandPositionSectionView.py +2026-01-27T23:56:33.4789563Z [6109/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py +2026-01-27T23:56:33.4801066Z [6110/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandAxoLengthDimension.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandAxoLengthDimension.py +2026-01-27T23:56:33.4934670Z [6111/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandVertexCreations.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandVertexCreations.py +2026-01-27T23:56:33.4941726Z [6112/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TaskMoveView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TaskMoveView.py +2026-01-27T23:56:33.4948172Z [6113/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TaskShareView.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TaskShareView.py +2026-01-27T23:56:33.4959398Z [6114/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TDToolsUtil.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TDToolsUtil.py +2026-01-27T23:56:33.4974436Z [6115/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TaskAddOffsetVertex.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TaskAddOffsetVertex.py +2026-01-27T23:56:33.5018268Z [6116/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/CommandHoleShaftFit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/CommandHoleShaftFit.py +2026-01-27T23:56:33.5023749Z [6117/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TaskFillTemplateFields.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TaskFillTemplateFields.py +2026-01-27T23:56:33.5066328Z [6118/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py +2026-01-27T23:56:33.5074345Z [6119/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TechDrawTools/TDToolsMovers.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/TDToolsMovers.py +2026-01-27T23:56:33.5142721Z [6120/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/TaskHoleShaftFit.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/Gui/TaskHoleShaftFit.ui +2026-01-27T23:56:33.5157151Z [6121/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/TaskMoveView.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/Gui/TaskMoveView.ui +2026-01-27T23:56:33.5214642Z [6122/6735] Linking CXX shared library Mod/CAM/area.so +2026-01-27T23:56:33.5219384Z [6123/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/TaskAddOffsetVertex.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/Gui/TaskAddOffsetVertex.ui +2026-01-27T23:56:33.5222148Z [6124/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/Gui/DlgPageChooser.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TechDrawTools/Gui/DlgPageChooser.ui +2026-01-27T23:56:33.5281903Z [6125/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawHatchTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawHatchTest.py +2026-01-27T23:56:33.5301575Z [6126/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/__init__.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/__init__.py +2026-01-27T23:56:33.5304541Z [6127/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawProjectionGroupTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawProjectionGroupTest.py +2026-01-27T23:56:33.5309545Z [6128/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewAnnotationTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewAnnotationTest.py +2026-01-27T23:56:33.5345733Z [6129/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewImageTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewImageTest.py +2026-01-27T23:56:33.5369233Z [6130/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewSymbolTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewSymbolTest.py +2026-01-27T23:56:33.5413725Z [6131/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewDimensionTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewDimensionTest.py +2026-01-27T23:56:33.5441328Z [6132/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewSectionTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewSectionTest.py +2026-01-27T23:56:33.5458263Z [6133/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewPartTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewPartTest.py +2026-01-27T23:56:33.5524404Z [6134/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TestSymbol.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TestSymbol.svg +2026-01-27T23:56:33.5534588Z [6135/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewBalloonTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewBalloonTest.py +2026-01-27T23:56:33.5534968Z [6136/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TechDrawTestUtilities.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TechDrawTestUtilities.py +2026-01-27T23:56:33.5538269Z [6137/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TestHatch.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TestHatch.svg +2026-01-27T23:56:33.5573201Z [6138/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/DrawViewDetailTest.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/DrawViewDetailTest.py +2026-01-27T23:56:33.5582456Z [6139/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TestImage.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TestImage.png +2026-01-27T23:56:33.5642122Z [6140/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TestNonAsciiSymbol.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TestNonAsciiSymbol.svg +2026-01-27T23:56:33.5653395Z [6141/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/src/Mod/Tux/Tux_rc.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Tux/Tux_rc.py +2026-01-27T23:56:33.5659957Z [6142/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Web/Init.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Web/Init.py +2026-01-27T23:56:33.5665788Z [6143/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/TechDraw/TDTest/TestTemplate.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/TechDraw/TDTest/TestTemplate.svg +2026-01-27T23:56:33.5697225Z [6144/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Tux/InitGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Tux/InitGui.py +2026-01-27T23:56:33.5751493Z [6145/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Tux/NavigationIndicatorGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Tux/NavigationIndicatorGui.py +2026-01-27T23:56:33.5763045Z [6146/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Tux/PersistentToolbarsGui.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Tux/PersistentToolbarsGui.py +2026-01-27T23:56:33.5812144Z [6147/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Mod/Tux/PersistentToolbars.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Mod/Tux/PersistentToolbars.py +2026-01-27T23:56:33.5812934Z [6148/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/3Dconnexion/3DConnexion.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/3Dconnexion/3DConnexion.xml +2026-01-27T23:56:33.5856827Z [6149/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/RemoteDebugger.ui to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Ext/freecad/gui/RemoteDebugger.ui +2026-01-27T23:56:33.5862690Z [6150/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/RemoteDebugger.py to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/Ext/freecad/gui/RemoteDebugger.py +2026-01-27T23:56:33.5930339Z [6151/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/FreeCAD.qss to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/FreeCAD.qss +2026-01-27T23:56:33.5985941Z [6152/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/KindredCreate.qss to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/KindredCreate.qss +2026-01-27T23:56:33.6008969Z [6153/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/defaults.qss to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/defaults.qss +2026-01-27T23:56:33.6055482Z [6154/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/parameters/FreeCAD Light.yaml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/parameters/FreeCAD Light.yaml +2026-01-27T23:56:33.6086012Z [6155/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg +2026-01-27T23:56:33.6235263Z [6156/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg +2026-01-27T23:56:33.6372249Z [6157/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg +2026-01-27T23:56:33.6377209Z [6158/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/background_freecad.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/background_freecad.svg +2026-01-27T23:56:33.6412762Z [6159/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/parameters/FreeCAD Dark.yaml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/parameters/FreeCAD Dark.yaml +2026-01-27T23:56:33.6417463Z [6160/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg +2026-01-27T23:56:33.6430385Z [6161/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg +2026-01-27T23:56:33.6435175Z [6162/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg +2026-01-27T23:56:33.6441283Z [6163/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg +2026-01-27T23:56:33.6474207Z [6164/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg +2026-01-27T23:56:33.6531995Z [6165/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg +2026-01-27T23:56:33.6683858Z [6166/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/background_freecad_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/background_freecad_light.svg +2026-01-27T23:56:33.6774911Z [6167/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_light.svg +2026-01-27T23:56:33.6780988Z [6168/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg +2026-01-27T23:56:33.6788483Z [6169/6735] Linking CXX shared library Mod/CAM/PathSimulator.so +2026-01-27T23:56:33.6795728Z [6170/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_dark.svg +2026-01-27T23:56:33.6801680Z [6171/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg +2026-01-27T23:56:33.6853074Z [6172/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg +2026-01-27T23:56:33.6857218Z [6173/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg +2026-01-27T23:56:33.6861878Z [6174/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg +2026-01-27T23:56:33.6866025Z [6175/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg +2026-01-27T23:56:33.6924370Z [6176/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_dark.svg +2026-01-27T23:56:33.7014839Z [6177/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_light.svg +2026-01-27T23:56:33.7029031Z [6178/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg +2026-01-27T23:56:33.7046469Z [6179/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg +2026-01-27T23:56:33.7050359Z [6180/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_vline_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_vline_light.svg +2026-01-27T23:56:33.7054196Z [6181/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/check_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/check_light.svg +2026-01-27T23:56:33.7060027Z [6182/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg +2026-01-27T23:56:33.7074045Z [6183/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/check_dark_disabled.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/check_dark_disabled.svg +2026-01-27T23:56:33.7079370Z [6184/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/check_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/check_dark.svg +2026-01-27T23:56:33.7119109Z [6185/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/check_light_disabled.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/check_light_disabled.svg +2026-01-27T23:56:33.7227980Z [6186/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_dark.svg +2026-01-27T23:56:33.7233418Z [6187/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_checked_disabled.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_checked_disabled.svg +2026-01-27T23:56:33.7267826Z [6188/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_dark.svg +2026-01-27T23:56:33.7288417Z [6189/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_light.svg +2026-01-27T23:56:33.7291766Z [6190/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg +2026-01-27T23:56:33.7297393Z [6191/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_light_hover.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_light_hover.svg +2026-01-27T23:56:33.7301268Z [6192/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_unchecked_disabled.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_disabled.svg +2026-01-27T23:56:33.7313152Z [6193/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_unchecked_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_dark.svg +2026-01-27T23:56:33.7313682Z [6194/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_dark_hover.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_dark_hover.svg +2026-01-27T23:56:33.7523364Z [6195/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_dark.svg +2026-01-27T23:56:33.7524120Z [6196/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_hover_light.svg +2026-01-27T23:56:33.7524416Z [6197/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/close_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/close_light.svg +2026-01-27T23:56:33.7571976Z [6198/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/checkbox_unchecked_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/checkbox_unchecked_light.svg +2026-01-27T23:56:33.7572735Z [6199/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/close_red.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/close_red.svg +2026-01-27T23:56:33.7616203Z [6200/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg +2026-01-27T23:56:33.7702431Z [6201/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg +2026-01-27T23:56:33.7706792Z [6202/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg +2026-01-27T23:56:33.7800583Z [6203/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/close_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/close_dark.svg +2026-01-27T23:56:33.7922932Z [6204/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_light.svg +2026-01-27T23:56:33.7946080Z [6205/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg +2026-01-27T23:56:33.8003864Z [6206/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg +2026-01-27T23:56:33.8058220Z [6207/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg +2026-01-27T23:56:33.8063638Z [6208/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg +2026-01-27T23:56:33.8069510Z [6209/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg +2026-01-27T23:56:33.8132806Z [6210/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg +2026-01-27T23:56:33.8169795Z [6211/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_light.svg +2026-01-27T23:56:33.8198646Z [6212/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg +2026-01-27T23:56:33.8268487Z [6213/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/more_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/more_dark.svg +2026-01-27T23:56:33.8275249Z [6214/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/more_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/more_arrow_light.svg +2026-01-27T23:56:33.8285356Z [6215/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/more_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/more_arrow_dark.svg +2026-01-27T23:56:33.8291124Z [6216/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/more_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/more_light.svg +2026-01-27T23:56:33.8337145Z [6217/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg +2026-01-27T23:56:33.8345233Z [6218/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/radiobutton_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/radiobutton_light.svg +2026-01-27T23:56:33.8429128Z [6219/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg +2026-01-27T23:56:33.8510328Z [6220/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg +2026-01-27T23:56:33.8575233Z [6221/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg +2026-01-27T23:56:33.8619459Z [6222/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg +2026-01-27T23:56:33.8663099Z [6223/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg +2026-01-27T23:56:33.8699077Z [6224/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg +2026-01-27T23:56:33.8701813Z [6225/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg +2026-01-27T23:56:33.8710813Z [6226/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg +2026-01-27T23:56:33.8751107Z [6227/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/right_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/right_arrow_light.svg +2026-01-27T23:56:33.8757434Z [6228/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg +2026-01-27T23:56:33.8775777Z [6229/6735] Linking CXX shared library Mod/CAM/CAMSimulator.so +2026-01-27T23:56:33.8806967Z [6230/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/sizegrip_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/sizegrip_light.svg +2026-01-27T23:56:33.8815685Z [6231/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/transparent.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/transparent.svg +2026-01-27T23:56:33.8850180Z [6232/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg +2026-01-27T23:56:33.8897050Z [6233/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/undock_blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/undock_blue.svg +2026-01-27T23:56:33.8921030Z [6234/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg +2026-01-27T23:56:33.8926396Z [6235/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/undock_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/undock_light.svg +2026-01-27T23:56:33.8940643Z [6236/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/undock_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/undock_dark.svg +2026-01-27T23:56:33.9049034Z [6237/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg +2026-01-27T23:56:33.9070012Z [6238/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg +2026-01-27T23:56:33.9071101Z [6239/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg +2026-01-27T23:56:33.9091978Z [6240/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg +2026-01-27T23:56:33.9135408Z [6241/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg +2026-01-27T23:56:33.9143931Z [6242/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg +2026-01-27T23:56:33.9155543Z [6243/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg +2026-01-27T23:56:33.9161764Z [6244/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg +2026-01-27T23:56:33.9217859Z [6245/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg +2026-01-27T23:56:33.9280792Z [6246/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_light.svg +2026-01-27T23:56:33.9288552Z [6247/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg +2026-01-27T23:56:33.9295776Z [6248/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-black.png +2026-01-27T23:56:33.9335060Z [6249/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-black.svg +2026-01-27T23:56:33.9337258Z [6250/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.png +2026-01-27T23:56:33.9343507Z [6251/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-blue.svg +2026-01-27T23:56:33.9390017Z [6252/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.png +2026-01-27T23:56:33.9407603Z [6253/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-darkgray.svg +2026-01-27T23:56:33.9456263Z [6254/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.png +2026-01-27T23:56:33.9542719Z [6255/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-white.png +2026-01-27T23:56:33.9591144Z [6256/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-lightgray.svg +2026-01-27T23:56:33.9597532Z [6257/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-leftright-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-leftright-white.svg +2026-01-27T23:56:33.9690959Z [6258/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-black.png +2026-01-27T23:56:33.9691965Z [6259/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-black.svg +2026-01-27T23:56:33.9692323Z [6260/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-blue.png +2026-01-27T23:56:33.9848188Z [6261/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-blue.svg +2026-01-27T23:56:33.9898195Z [6262/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.svg +2026-01-27T23:56:33.9980874Z [6263/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.svg +2026-01-27T23:56:33.9989300Z [6264/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-white.png +2026-01-27T23:56:34.0029920Z [6265/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-darkgray.png +2026-01-27T23:56:34.0038888Z [6266/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-lightgray.png +2026-01-27T23:56:34.0131943Z [6267/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-double-updown-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-double-updown-white.svg +2026-01-27T23:56:34.0136575Z [6268/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-black.png +2026-01-27T23:56:34.0184802Z [6269/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-black.svg +2026-01-27T23:56:34.0239613Z [6270/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-blue.svg +2026-01-27T23:56:34.0262412Z [6271/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-blue.png +2026-01-27T23:56:34.0311241Z [6272/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-lightgray.png +2026-01-27T23:56:34.0354410Z [6273/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-darkgray.png +2026-01-27T23:56:34.0368763Z [6274/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-lightgray.svg +2026-01-27T23:56:34.0375814Z [6275/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-white.png +2026-01-27T23:56:34.0381409Z [6276/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-darkgray.svg +2026-01-27T23:56:34.0453977Z [6277/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-black.png +2026-01-27T23:56:34.0476850Z [6278/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-down-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-down-white.svg +2026-01-27T23:56:34.0532121Z [6279/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-black.svg +2026-01-27T23:56:34.0536156Z [6280/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-blue.png +2026-01-27T23:56:34.0635372Z [6281/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-lightgray.svg +2026-01-27T23:56:34.0643232Z [6282/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-blue.svg +2026-01-27T23:56:34.0670904Z [6283/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-darkgray.svg +2026-01-27T23:56:34.0719546Z [6284/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-lightgray.png +2026-01-27T23:56:34.0782924Z [6285/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-darkgray.png +2026-01-27T23:56:34.0809193Z [6286/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-white.png +2026-01-27T23:56:34.0854765Z [6287/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-left-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-left-white.svg +2026-01-27T23:56:34.0859355Z [6288/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-black.png +2026-01-27T23:56:34.0881707Z [6289/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-blue.svg +2026-01-27T23:56:34.0938765Z [6290/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-black.svg +2026-01-27T23:56:34.0943349Z [6291/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.png +2026-01-27T23:56:34.0951268Z [6292/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-darkgray.svg +2026-01-27T23:56:34.1021066Z [6293/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.svg +2026-01-27T23:56:34.1040589Z [6294/6735] Linking CXX shared library Mod/CAM/PathGui.so +2026-01-27T23:56:34.1091341Z [6295/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-white.png +2026-01-27T23:56:34.1102925Z [6296/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-blue.png +2026-01-27T23:56:34.1115920Z [6297/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-lightgray.png +2026-01-27T23:56:34.1137074Z [6298/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-blue.svg +2026-01-27T23:56:34.1149654Z [6299/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-blue.png +2026-01-27T23:56:34.1158111Z [6300/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-black.png +2026-01-27T23:56:34.1183390Z [6301/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-leftdown-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-leftdown-white.svg +2026-01-27T23:56:34.1184059Z [6302/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-darkgray.png +2026-01-27T23:56:34.1208667Z [6303/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-black.svg +2026-01-27T23:56:34.1283687Z [6304/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-darkgray.svg +2026-01-27T23:56:34.1354698Z [6305/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-lightgray.png +2026-01-27T23:56:34.1355469Z [6306/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-lightgray.svg +2026-01-27T23:56:34.1357439Z [6307/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-black.png +2026-01-27T23:56:34.1382353Z [6308/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-black.svg +2026-01-27T23:56:34.1387399Z [6309/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-white.png +2026-01-27T23:56:34.1399459Z [6310/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-blue.png +2026-01-27T23:56:34.1400070Z [6311/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-right-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-right-white.svg +2026-01-27T23:56:34.1491965Z [6312/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-blue.svg +2026-01-27T23:56:34.1492690Z [6313/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.png +2026-01-27T23:56:34.1556393Z [6314/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-darkgray.svg +2026-01-27T23:56:34.1561250Z [6315/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-white.png +2026-01-27T23:56:34.1593220Z [6316/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-black.svg +2026-01-27T23:56:34.1673237Z [6317/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-black.png +2026-01-27T23:56:34.1759077Z [6318/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-white.svg +2026-01-27T23:56:34.1772306Z [6319/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-blue.png +2026-01-27T23:56:34.1808898Z [6320/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.png +2026-01-27T23:56:34.1814983Z [6321/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-blue.svg +2026-01-27T23:56:34.1848504Z [6322/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-rightdown-lightgray.svg +2026-01-27T23:56:34.1942724Z [6323/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-lightgray.png +2026-01-27T23:56:34.2101404Z [6324/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-darkgray.png +2026-01-27T23:56:34.2137396Z [6325/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-darkgray.svg +2026-01-27T23:56:34.2177878Z [6326/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-lightgray.svg +2026-01-27T23:56:34.2182067Z [6327/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-white.png +2026-01-27T23:56:34.2192926Z [6328/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/arrow-up-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/arrow-up-white.svg +2026-01-27T23:56:34.2193451Z [6329/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-black.svg +2026-01-27T23:56:34.2195848Z [6330/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-black.png +2026-01-27T23:56:34.2243745Z [6331/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-blue.png +2026-01-27T23:56:34.2373350Z [6332/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-blue.svg +2026-01-27T23:56:34.2395984Z [6333/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-darkgray.svg +2026-01-27T23:56:34.2449159Z [6334/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-darkgray.png +2026-01-27T23:56:34.2465013Z [6335/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-lightgray.svg +2026-01-27T23:56:34.2469190Z [6336/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-white.svg +2026-01-27T23:56:34.2478958Z [6337/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad.png +2026-01-27T23:56:34.2496495Z [6338/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-lightgray.png +2026-01-27T23:56:34.2501004Z [6339/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/autohide-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/autohide-white.png +2026-01-27T23:56:34.2616093Z [6340/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad.svg +2026-01-27T23:56:34.2697154Z [6341/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad_dark.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad_dark.png +2026-01-27T23:56:34.2744404Z [6342/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad_dark.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad_dark.svg +2026-01-27T23:56:34.2799652Z [6343/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-black.svg +2026-01-27T23:56:34.2806737Z [6344/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-blue.svg +2026-01-27T23:56:34.2812925Z [6345/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-black.png +2026-01-27T23:56:34.2824677Z [6346/6735] Linking CXX shared library Mod/Points/PointsGui.so +2026-01-27T23:56:34.2829754Z [6347/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad_light.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad_light.png +2026-01-27T23:56:34.2844123Z [6348/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-blue.png +2026-01-27T23:56:34.2850297Z [6349/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-darkgray.png +2026-01-27T23:56:34.2856111Z [6350/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/background_freecad_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/background_freecad_light.svg +2026-01-27T23:56:34.2902665Z [6351/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-darkgray.svg +2026-01-27T23:56:34.2968325Z [6352/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-lightgray.png +2026-01-27T23:56:34.3022769Z [6353/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-white.svg +2026-01-27T23:56:34.3029336Z [6354/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-lightgray.svg +2026-01-27T23:56:34.3034879Z [6355/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/check-mark-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/check-mark-white.png +2026-01-27T23:56:34.3059854Z [6356/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-black.png +2026-01-27T23:56:34.3091760Z [6357/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-black.svg +2026-01-27T23:56:34.3097883Z [6358/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-blue.png +2026-01-27T23:56:34.3103573Z [6359/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-blue.svg +2026-01-27T23:56:34.3117385Z [6360/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.png +2026-01-27T23:56:34.3207287Z [6361/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-darkgray.svg +2026-01-27T23:56:34.3228001Z [6362/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-white.png +2026-01-27T23:56:34.3241755Z [6363/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.svg +2026-01-27T23:56:34.3248161Z [6364/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-lightgray.png +2026-01-27T23:56:34.3324113Z [6365/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-checked-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-checked-white.svg +2026-01-27T23:56:34.3333194Z [6366/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-black.png +2026-01-27T23:56:34.3339092Z [6367/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-black.svg +2026-01-27T23:56:34.3343817Z [6368/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-blue.png +2026-01-27T23:56:34.3348516Z [6369/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-blue.svg +2026-01-27T23:56:34.3436253Z [6370/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.png +2026-01-27T23:56:34.3452144Z [6371/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.png +2026-01-27T23:56:34.3456670Z [6372/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-darkgray.svg +2026-01-27T23:56:34.3469044Z [6373/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-lightgray.svg +2026-01-27T23:56:34.3550947Z [6374/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-white.png +2026-01-27T23:56:34.3621442Z [6375/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-empty-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-empty-white.svg +2026-01-27T23:56:34.3628344Z [6376/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.png +2026-01-27T23:56:34.3632489Z [6377/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-black.svg +2026-01-27T23:56:34.3635101Z [6378/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.png +2026-01-27T23:56:34.3804834Z [6379/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-blue.svg +2026-01-27T23:56:34.3824300Z [6380/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.png +2026-01-27T23:56:34.3898430Z [6381/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-darkgray.svg +2026-01-27T23:56:34.3938633Z [6382/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.png +2026-01-27T23:56:34.4031401Z [6383/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.png +2026-01-27T23:56:34.4066233Z [6384/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-white.svg +2026-01-27T23:56:34.4175759Z [6385/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/checkbox-indeterminate-lightgray.svg +2026-01-27T23:56:34.4292938Z [6386/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-black.svg +2026-01-27T23:56:34.4295872Z [6387/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-blue.png +2026-01-27T23:56:34.4336446Z [6388/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-black.png +2026-01-27T23:56:34.4395703Z [6389/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkerred.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkerred.png +2026-01-27T23:56:34.4421637Z [6390/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-blue.svg +2026-01-27T23:56:34.4427035Z [6391/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkerred.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkerred.svg +2026-01-27T23:56:34.4528943Z [6392/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkgray.svg +2026-01-27T23:56:34.4574776Z [6393/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkgray.png +2026-01-27T23:56:34.4665600Z [6394/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkred.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkred.png +2026-01-27T23:56:34.4698461Z [6395/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-lightred.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-lightred.svg +2026-01-27T23:56:34.4708246Z [6396/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-lightgray.svg +2026-01-27T23:56:34.4712284Z [6397/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-darkred.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-darkred.svg +2026-01-27T23:56:34.4719051Z [6398/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-lightred.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-lightred.png +2026-01-27T23:56:34.4773094Z [6399/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-lightgray.png +2026-01-27T23:56:34.4777980Z [6400/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-red.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-red.png +2026-01-27T23:56:34.4843555Z [6401/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-red.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-red.svg +2026-01-27T23:56:34.4887203Z [6402/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-white.svg +2026-01-27T23:56:34.4899978Z [6403/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-blue.png +2026-01-27T23:56:34.4913219Z [6404/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-blue.svg +2026-01-27T23:56:34.4922792Z [6405/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-black.svg +2026-01-27T23:56:34.4953806Z [6406/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-black.png +2026-01-27T23:56:34.4966390Z [6407/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-darkgray.png +2026-01-27T23:56:34.5033330Z [6408/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/close-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/close-white.png +2026-01-27T23:56:34.5036511Z [6409/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-lightgray.svg +2026-01-27T23:56:34.5091958Z [6410/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-darkgray.svg +2026-01-27T23:56:34.5128712Z [6411/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-white.png +2026-01-27T23:56:34.5150434Z [6412/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-black.svg +2026-01-27T23:56:34.5205748Z [6413/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-black.png +2026-01-27T23:56:34.5228351Z [6414/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-lightgray.png +2026-01-27T23:56:34.5255993Z [6415/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-darkgray.svg +2026-01-27T23:56:34.5269053Z [6416/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/edithide-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/edithide-white.svg +2026-01-27T23:56:34.5298243Z [6417/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-blue.png +2026-01-27T23:56:34.5304864Z [6418/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-blue.svg +2026-01-27T23:56:34.5422378Z [6419/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-darkgray.png +2026-01-27T23:56:34.5482612Z [6420/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-lightgray.png +2026-01-27T23:56:34.5537929Z [6421/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-lightgray.svg +2026-01-27T23:56:34.5542485Z [6422/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-white.png +2026-01-27T23:56:34.5639708Z [6423/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-black.svg +2026-01-27T23:56:34.5687431Z [6424/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/editshow-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/editshow-white.svg +2026-01-27T23:56:34.5766346Z [6425/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-black.png +2026-01-27T23:56:34.5772579Z [6426/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-blue.svg +2026-01-27T23:56:34.5777439Z [6427/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-darkgray.png +2026-01-27T23:56:34.5853141Z [6428/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-lightgray.png +2026-01-27T23:56:34.5934915Z [6429/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-blue.png +2026-01-27T23:56:34.5945576Z [6430/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-darkgray.svg +2026-01-27T23:56:34.5949807Z [6431/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-lightgray.svg +2026-01-27T23:56:34.5953367Z [6432/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-white.png +2026-01-27T23:56:34.5957894Z [6433/6735] Linking CXX shared library Mod/ReverseEngineering/ReverseEngineeringGui.so +2026-01-27T23:56:34.5974393Z [6434/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-black.svg +2026-01-27T23:56:34.5984037Z [6435/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/float-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/float-white.svg +2026-01-27T23:56:34.6008522Z [6436/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-black.png +2026-01-27T23:56:34.6015049Z [6437/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-blue.png +2026-01-27T23:56:34.6122271Z [6438/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-blue.svg +2026-01-27T23:56:34.6129054Z [6439/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-white.png +2026-01-27T23:56:34.6176052Z [6440/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.png +2026-01-27T23:56:34.6193507Z [6441/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.png +2026-01-27T23:56:34.6198239Z [6442/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-darkgray.svg +2026-01-27T23:56:34.6203278Z [6443/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-lightgray.svg +2026-01-27T23:56:34.6218898Z [6444/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hmovetoolbar-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hmovetoolbar-white.svg +2026-01-27T23:56:34.6235087Z [6445/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-black.svg +2026-01-27T23:56:34.6249171Z [6446/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-black.png +2026-01-27T23:56:34.6336264Z [6447/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-blue.png +2026-01-27T23:56:34.6338660Z [6448/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-blue.svg +2026-01-27T23:56:34.6386232Z [6449/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.svg +2026-01-27T23:56:34.6419654Z [6450/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.svg +2026-01-27T23:56:34.6438122Z [6451/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-darkgray.png +2026-01-27T23:56:34.6455154Z [6452/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-lightgray.png +2026-01-27T23:56:34.6458659Z [6453/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-white.png +2026-01-27T23:56:34.6462369Z [6454/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/hsepartoolbar-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/hsepartoolbar-white.svg +2026-01-27T23:56:34.6493250Z [6455/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/icons classic.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/icons classic.svg +2026-01-27T23:56:34.6547450Z [6456/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-black.png +2026-01-27T23:56:34.6559610Z [6457/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-blue.png +2026-01-27T23:56:34.6576407Z [6458/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-black.svg +2026-01-27T23:56:34.6628381Z [6459/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.svg +2026-01-27T23:56:34.6675093Z [6460/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-blue.svg +2026-01-27T23:56:34.6680450Z [6461/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-darkgray.png +2026-01-27T23:56:34.6698847Z [6462/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.png +2026-01-27T23:56:34.6744205Z [6463/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-white.png +2026-01-27T23:56:34.6802197Z [6464/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-black.png +2026-01-27T23:56:34.6822231Z [6465/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-white.svg +2026-01-27T23:56:34.6838330Z [6466/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/indeterminate-mark-lightgray.svg +2026-01-27T23:56:34.7056551Z [6467/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-blue.svg +2026-01-27T23:56:34.7120012Z [6468/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-black.svg +2026-01-27T23:56:34.7120730Z [6469/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-blue.png +2026-01-27T23:56:34.7210894Z [6470/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-lightgray.svg +2026-01-27T23:56:34.7304986Z [6471/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-darkgray.png +2026-01-27T23:56:34.7309584Z [6472/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-darkgray.svg +2026-01-27T23:56:34.7335474Z [6473/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-lightgray.png +2026-01-27T23:56:34.7413053Z [6474/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-white.svg +2026-01-27T23:56:34.7418418Z [6475/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/mode-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/mode-white.png +2026-01-27T23:56:34.7456467Z [6476/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-black-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-black-lightgray.svg +2026-01-27T23:56:34.7573845Z [6477/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-black.png +2026-01-27T23:56:34.7657844Z [6478/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-black-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-black-lightgray.png +2026-01-27T23:56:34.7659155Z [6479/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-black.svg +2026-01-27T23:56:34.7659655Z [6480/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-darkgray.png +2026-01-27T23:56:34.7684345Z [6481/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-blue.png +2026-01-27T23:56:34.7690583Z [6482/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-blue.svg +2026-01-27T23:56:34.7844667Z [6483/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-hack.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-hack.svg +2026-01-27T23:56:34.7845752Z [6484/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-hack.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-hack.png +2026-01-27T23:56:34.7879671Z [6485/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-white.png +2026-01-27T23:56:34.7909928Z [6486/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-white.svg +2026-01-27T23:56:34.7943090Z [6487/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/more-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/more-darkgray.svg +2026-01-27T23:56:34.7943745Z [6488/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-blue.png +2026-01-27T23:56:34.8040636Z [6489/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-blue.svg +2026-01-27T23:56:34.8060011Z [6490/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-black.png +2026-01-27T23:56:34.8087462Z [6491/6735] Linking CXX shared library Mod/Robot/RobotGui.so +2026-01-27T23:56:34.8095254Z [6492/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-black.svg +2026-01-27T23:56:34.8135234Z [6493/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-lightgray.png +2026-01-27T23:56:34.8138475Z [6494/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-white.png +2026-01-27T23:56:34.8162225Z [6495/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-lightgray.svg +2026-01-27T23:56:34.8168471Z [6496/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay_lighter.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay_lighter.png +2026-01-27T23:56:34.8262626Z [6497/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay-white.svg +2026-01-27T23:56:34.8263629Z [6498/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_black.png +2026-01-27T23:56:34.8274476Z [6499/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/overlay_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/overlay_lighter.svg +2026-01-27T23:56:34.8280924Z [6500/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_blue-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-blue.png +2026-01-27T23:56:34.8329457Z [6501/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_blue-dark.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-dark.png +2026-01-27T23:56:34.8366305Z [6502/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_blue-light.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_blue-light.png +2026-01-27T23:56:34.8389973Z [6503/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_darkgray.png +2026-01-27T23:56:34.8398668Z [6504/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_lightgray.png +2026-01-27T23:56:34.8492123Z [6505/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_fold_white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_fold_white.png +2026-01-27T23:56:34.8493064Z [6506/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-blue.png +2026-01-27T23:56:34.8499443Z [6507/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_black.png +2026-01-27T23:56:34.8504547Z [6508/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-light.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-light.png +2026-01-27T23:56:34.8561333Z [6509/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-dark.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_foldover_blue-dark.png +2026-01-27T23:56:34.8574263Z [6510/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-blue.png +2026-01-27T23:56:34.8618066Z [6511/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-light.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-light.png +2026-01-27T23:56:34.8631349Z [6512/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_darkgray.png +2026-01-27T23:56:34.8684618Z [6513/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_lightgray.png +2026-01-27T23:56:34.8741242Z [6514/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-dark.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_blue-dark.png +2026-01-27T23:56:34.8746090Z [6515/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfold_white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfold_white.png +2026-01-27T23:56:34.8776174Z [6516/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-blue.png +2026-01-27T23:56:34.8782381Z [6517/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-dark.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-dark.png +2026-01-27T23:56:34.8897576Z [6518/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-light.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/qsint_header_unfoldover_blue-light.png +2026-01-27T23:56:34.8972299Z [6519/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-black.png +2026-01-27T23:56:34.9000066Z [6520/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-black.svg +2026-01-27T23:56:34.9021371Z [6521/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-blue.png +2026-01-27T23:56:34.9146134Z [6522/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-darkgray.png +2026-01-27T23:56:34.9222106Z [6523/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-darkgray.svg +2026-01-27T23:56:34.9229166Z [6524/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-blue.svg +2026-01-27T23:56:34.9255067Z [6525/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-white.png +2026-01-27T23:56:34.9262348Z [6526/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-lightgray.svg +2026-01-27T23:56:34.9288636Z [6527/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-white.svg +2026-01-27T23:56:34.9340432Z [6528/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checkedmark-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checkedmark-black.svg +2026-01-27T23:56:34.9343361Z [6529/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checkedmark-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checkedmark-blue.svg +2026-01-27T23:56:34.9356972Z [6530/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checked-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checked-lightgray.png +2026-01-27T23:56:34.9490416Z [6531/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checkedmark-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checkedmark-white.svg +2026-01-27T23:56:34.9497980Z [6532/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-black.png +2026-01-27T23:56:34.9587461Z [6533/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checkedmark-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checkedmark-darkgray.svg +2026-01-27T23:56:34.9589749Z [6534/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-checkedmark-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-checkedmark-lightgray.svg +2026-01-27T23:56:34.9620829Z [6535/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-black.svg +2026-01-27T23:56:34.9664620Z [6536/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-blue.svg +2026-01-27T23:56:34.9696349Z [6537/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-lightgray.png +2026-01-27T23:56:34.9769278Z [6538/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-blue.png +2026-01-27T23:56:34.9776888Z [6539/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-lightgray.svg +2026-01-27T23:56:34.9782242Z [6540/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-white.png +2026-01-27T23:56:34.9792822Z [6541/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-mark-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-mark-white.svg +2026-01-27T23:56:34.9793280Z [6542/6735] Linking CXX shared library Mod/Start/StartGui.so +2026-01-27T23:56:34.9860886Z [6543/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.png +2026-01-27T23:56:34.9886368Z [6544/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-blue.png +2026-01-27T23:56:34.9932277Z [6545/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-black.svg +2026-01-27T23:56:34.9942121Z [6546/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-black.png +2026-01-27T23:56:34.9969339Z [6547/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-white.png +2026-01-27T23:56:35.0012327Z [6548/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-blue.svg +2026-01-27T23:56:35.0020787Z [6549/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-darkgray.svg +2026-01-27T23:56:35.0024111Z [6550/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.png +2026-01-27T23:56:35.0030268Z [6551/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-lightgray.svg +2026-01-27T23:56:35.0115923Z [6552/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/radio-unchecked-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/radio-unchecked-white.svg +2026-01-27T23:56:35.0119632Z [6553/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-black.png +2026-01-27T23:56:35.0132490Z [6554/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-black.svg +2026-01-27T23:56:35.0136058Z [6555/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-blue.png +2026-01-27T23:56:35.0231294Z [6556/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-blue.svg +2026-01-27T23:56:35.0239451Z [6557/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-darkgray.png +2026-01-27T23:56:35.0253421Z [6558/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-lightgray.png +2026-01-27T23:56:35.0262846Z [6559/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-lightgray.svg +2026-01-27T23:56:35.0267862Z [6560/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-darkgray.svg +2026-01-27T23:56:35.0306444Z [6561/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-black.png +2026-01-27T23:56:35.0317773Z [6562/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-white.png +2026-01-27T23:56:35.0329762Z [6563/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-black.svg +2026-01-27T23:56:35.0365997Z [6564/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/sizegrip-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/sizegrip-white.svg +2026-01-27T23:56:35.0417963Z [6565/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-blue.png +2026-01-27T23:56:35.0489674Z [6566/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-blue.svg +2026-01-27T23:56:35.0497569Z [6567/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.png +2026-01-27T23:56:35.0572176Z [6568/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.png +2026-01-27T23:56:35.0577010Z [6569/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-darkgray.svg +2026-01-27T23:56:35.0580467Z [6570/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-white.png +2026-01-27T23:56:35.0585318Z [6571/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-white.svg +2026-01-27T23:56:35.0592849Z [6572/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-black.svg +2026-01-27T23:56:35.0619305Z [6573/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_horizontal-lightgray.svg +2026-01-27T23:56:35.0688227Z [6574/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-black.png +2026-01-27T23:56:35.0884831Z [6575/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.png +2026-01-27T23:56:35.0936319Z [6576/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-blue.png +2026-01-27T23:56:35.1015062Z [6577/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-blue.svg +2026-01-27T23:56:35.1020829Z [6578/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.png +2026-01-27T23:56:35.1024857Z [6579/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-darkgray.svg +2026-01-27T23:56:35.1065959Z [6580/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-white.png +2026-01-27T23:56:35.1164632Z [6581/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-white.svg +2026-01-27T23:56:35.1174501Z [6582/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-black.png +2026-01-27T23:56:35.1177335Z [6583/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/splitter_vertical-lightgray.svg +2026-01-27T23:56:35.1247007Z [6584/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-darkgray.png +2026-01-27T23:56:35.1296292Z [6585/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-blue.png +2026-01-27T23:56:35.1353413Z [6586/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-black.svg +2026-01-27T23:56:35.1458495Z [6587/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-blue.svg +2026-01-27T23:56:35.1471131Z [6588/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-white.png +2026-01-27T23:56:35.1479456Z [6589/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-lightgray.svg +2026-01-27T23:56:35.1488851Z [6590/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-darkgray.svg +2026-01-27T23:56:35.1495477Z [6591/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-white.svg +2026-01-27T23:56:35.1502318Z [6592/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/taskshow-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/taskshow-lightgray.png +2026-01-27T23:56:35.1656830Z [6593/6735] Building CXX object tests/src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet_tests_run.dir/RenameProperty.cpp.o +2026-01-27T23:56:35.1699504Z [6594/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-darkgray.svg +2026-01-27T23:56:35.1735432Z [6595/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-black.png +2026-01-27T23:56:35.1752707Z [6596/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-black.svg +2026-01-27T23:56:35.1769874Z [6597/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-darkgray.png +2026-01-27T23:56:35.1785738Z [6598/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-blue.png +2026-01-27T23:56:35.1798082Z [6599/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-lightgray.png +2026-01-27T23:56:35.1806128Z [6600/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-blue.svg +2026-01-27T23:56:35.1822827Z [6601/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-white.png +2026-01-27T23:56:35.1827131Z [6602/6735] Linking CXX shared library Mod/Surface/SurfaceGui.so +2026-01-27T23:56:35.1834471Z [6603/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-lightgray.svg +2026-01-27T23:56:35.1942561Z [6604/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent.svg +2026-01-27T23:56:35.1948255Z [6605/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent-white.svg +2026-01-27T23:56:35.1951718Z [6606/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/transparent.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/transparent.png +2026-01-27T23:56:35.1962071Z [6607/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-black-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-black-lightgray.svg +2026-01-27T23:56:35.2015057Z [6608/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-black-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-black-lightgray.png +2026-01-27T23:56:35.2019688Z [6609/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-black.png +2026-01-27T23:56:35.2037216Z [6610/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-blue.png +2026-01-27T23:56:35.2042633Z [6611/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-black.svg +2026-01-27T23:56:35.2047479Z [6612/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-blue.svg +2026-01-27T23:56:35.2132019Z [6613/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-darkgray.png +2026-01-27T23:56:35.2156632Z [6614/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-darkgray.svg +2026-01-27T23:56:35.2172358Z [6615/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-white.png +2026-01-27T23:56:35.2178629Z [6616/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/undock-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/undock-white.svg +2026-01-27T23:56:35.2184275Z [6617/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-black.png +2026-01-27T23:56:35.2189760Z [6618/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-blue.png +2026-01-27T23:56:35.2245197Z [6619/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-black.svg +2026-01-27T23:56:35.2252916Z [6620/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-blue.svg +2026-01-27T23:56:35.2263479Z [6621/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.svg +2026-01-27T23:56:35.2277419Z [6622/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-darkgray.png +2026-01-27T23:56:35.2298247Z [6623/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.png +2026-01-27T23:56:35.2352624Z [6624/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-lightgray.svg +2026-01-27T23:56:35.2375007Z [6625/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-black.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-black.png +2026-01-27T23:56:35.2396443Z [6626/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-white.png +2026-01-27T23:56:35.2402962Z [6627/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vmovetoolbar-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vmovetoolbar-white.svg +2026-01-27T23:56:35.2448983Z [6628/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-black.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-black.svg +2026-01-27T23:56:35.2498858Z [6629/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-blue.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-blue.png +2026-01-27T23:56:35.2541080Z [6630/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-blue.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-blue.svg +2026-01-27T23:56:35.2619870Z [6631/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.png +2026-01-27T23:56:35.2637930Z [6632/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-darkgray.svg +2026-01-27T23:56:35.2642431Z [6633/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.png +2026-01-27T23:56:35.2647222Z [6634/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-lightgray.svg +2026-01-27T23:56:35.2722590Z [6635/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-white.png to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-white.png +2026-01-27T23:56:35.2807476Z [6636/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/images_classic/vsepartoolbar-white.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/images_classic/vsepartoolbar-white.svg +2026-01-27T23:56:35.2808404Z [6637/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/Freecad Overlay.qss to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/Freecad Overlay.qss +2026-01-27T23:56:35.2811938Z [6638/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/autohide.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/autohide.svg +2026-01-27T23:56:35.3015593Z [6639/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/autohide_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/autohide_light.svg +2026-01-27T23:56:35.3051910Z [6640/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/autohide_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/autohide_lighter.svg +2026-01-27T23:56:35.3175339Z [6641/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/close_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/close_light.svg +2026-01-27T23:56:35.3181526Z [6642/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/autohide_lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/autohide_lightgray.svg +2026-01-27T23:56:35.3192959Z [6643/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/close.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/close.svg +2026-01-27T23:56:35.3204602Z [6644/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/close_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/close_lighter.svg +2026-01-27T23:56:35.3212772Z [6645/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/close_red.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/close_red.svg +2026-01-27T23:56:35.3264149Z [6646/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/edithide_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/edithide_lighter.svg +2026-01-27T23:56:35.3307244Z [6647/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/edithide.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/edithide.svg +2026-01-27T23:56:35.3309710Z [6648/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/edithide_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/edithide_light.svg +2026-01-27T23:56:35.3373159Z [6649/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/edithide_lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/edithide_lightgray.svg +2026-01-27T23:56:35.3378055Z [6650/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/editshow.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/editshow.svg +2026-01-27T23:56:35.3456162Z [6651/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/editshow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/editshow_lighter.svg +2026-01-27T23:56:35.3526013Z [6652/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/editshow_lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/editshow_lightgray.svg +2026-01-27T23:56:35.3590625Z [6653/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/float.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/float.svg +2026-01-27T23:56:35.3616835Z [6654/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/editshow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/editshow_light.svg +2026-01-27T23:56:35.3633113Z [6655/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/float_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/float_light.svg +2026-01-27T23:56:35.3665219Z [6656/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/mode.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/mode.svg +2026-01-27T23:56:35.3671168Z [6657/6735] Linking CXX shared library Mod/Measure/MeasureGui.so +2026-01-27T23:56:35.3682287Z [6658/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/mode_lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/mode_lightgray.svg +2026-01-27T23:56:35.3731944Z [6659/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/mode_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/mode_light.svg +2026-01-27T23:56:35.3744667Z [6660/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/float_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/float_lighter.svg +2026-01-27T23:56:35.3801767Z [6661/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/overlay.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/overlay.svg +2026-01-27T23:56:35.3821157Z [6662/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/taskshow_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/taskshow_light.svg +2026-01-27T23:56:35.3829497Z [6663/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/mode_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/mode_lighter.svg +2026-01-27T23:56:35.3834110Z [6664/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/overlay_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/overlay_lighter.svg +2026-01-27T23:56:35.3854688Z [6665/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/taskshow.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/taskshow.svg +2026-01-27T23:56:35.3917110Z [6666/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/overlay_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/overlay_light.svg +2026-01-27T23:56:35.3975357Z [6667/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/transparent.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/transparent.svg +2026-01-27T23:56:35.3979011Z [6668/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/transparent_light.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/transparent_light.svg +2026-01-27T23:56:35.3992105Z [6669/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/transparent_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/transparent_lighter.svg +2026-01-27T23:56:35.3996698Z [6670/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/taskshow_lightgray.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/taskshow_lightgray.svg +2026-01-27T23:56:35.4010503Z [6671/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/Stylesheets/overlay/icons/taskshow_lighter.svg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/Stylesheets/overlay/icons/taskshow_lighter.svg +2026-01-27T23:56:35.4041742Z [6672/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/Dark behave to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/Dark behave +2026-01-27T23:56:35.4048799Z [6673/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/package.xml to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/package.xml +2026-01-27T23:56:35.4054407Z [6674/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/KindredCreate to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/KindredCreate +2026-01-27T23:56:35.4060306Z [6675/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/FreeCAD Classic to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/FreeCAD Classic +2026-01-27T23:56:35.4065052Z [6676/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/FreeCAD Light to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/FreeCAD Light +2026-01-27T23:56:35.4199596Z [6677/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePacks/FreeCAD Dark to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePacks/FreeCAD Dark +2026-01-27T23:56:35.4220833Z [6678/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Draft_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Draft_Colors.cfg +2026-01-27T23:56:35.4235748Z [6679/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Arch_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Arch_Colors.cfg +2026-01-27T23:56:35.4240302Z [6680/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Editor_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Editor_Colors.cfg +2026-01-27T23:56:35.4254112Z [6681/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Shortcuts.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Shortcuts.cfg +2026-01-27T23:56:35.4291905Z [6682/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Console_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Console_Colors.cfg +2026-01-27T23:56:35.4292389Z [6683/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Main_window_layout.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Main_window_layout.cfg +2026-01-27T23:56:35.4292664Z [6684/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Editor_Font.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Editor_Font.cfg +2026-01-27T23:56:35.4292864Z [6685/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Path_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Path_Colors.cfg +2026-01-27T23:56:35.4300848Z [6686/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Part_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Part_Colors.cfg +2026-01-27T23:56:35.4472573Z [6687/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/Schenkel.stp to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/Schenkel.stp +2026-01-27T23:56:35.4479466Z [6688/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/TechDraw_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/TechDraw_Colors.cfg +2026-01-27T23:56:35.4537101Z [6689/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Sketcher_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Sketcher_Colors.cfg +2026-01-27T23:56:35.4580021Z [6690/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/View.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/View.cfg +2026-01-27T23:56:35.4591974Z [6691/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/EngineBlock.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/EngineBlock.FCStd +2026-01-27T23:56:35.4616974Z [6692/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/draft_test_objects.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/draft_test_objects.FCStd +2026-01-27T23:56:35.4659252Z [6693/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/src/Gui/PreferencePackTemplates/Window_Colors.cfg to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/Gui/PreferencePackTemplates/Window_Colors.cfg +2026-01-27T23:56:35.4698061Z [6694/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/BIMExample.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/BIMExample.FCStd +2026-01-27T23:56:35.4739176Z [6695/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/FEMExample.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/FEMExample.FCStd +2026-01-27T23:56:35.4776440Z [6696/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/PartDesignExample.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/PartDesignExample.FCStd +2026-01-27T23:56:35.4856523Z [6697/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Material/App/Materials/TestAcrylicLegacy.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/Materials/TestAcrylicLegacy.FCMat +2026-01-27T23:56:35.4941327Z [6698/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Material/App/Materials/TestAluminumAppearance.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/Materials/TestAluminumAppearance.FCMat +2026-01-27T23:56:35.4976570Z [6699/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Material/App/Materials/TestAluminumPhysical.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/Materials/TestAluminumPhysical.FCMat +2026-01-27T23:56:35.5078506Z [6700/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Material/App/Materials/TestAluminumMixed.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/Materials/TestAluminumMixed.FCMat +2026-01-27T23:56:35.5090001Z [6701/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Material/App/Materials/TestBrassAppearance.FCMat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/Materials/TestBrassAppearance.FCMat +2026-01-27T23:56:35.5121495Z [6702/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Part/App/brepfiles/cylinder1.brep to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/brepfiles/cylinder1.brep +2026-01-27T23:56:35.5142103Z [6703/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/osifont.license to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/osifont.license +2026-01-27T23:56:35.5142889Z [6704/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/AssemblyExample.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/AssemblyExample.FCStd +2026-01-27T23:56:35.5170567Z [6705/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/ArchDetail.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/ArchDetail.FCStd +2026-01-27T23:56:35.5179580Z [6706/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Part/App/brepfiles/helix1.brep to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/brepfiles/helix1.brep +2026-01-27T23:56:35.5183671Z [6707/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/PartDesign/App/TestModels/ModelFromV021.FCStd to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/tests/TestModels/ModelFromV021.FCStd +2026-01-27T23:56:35.5190314Z [6708/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/FCPAT.pat to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/FCPAT.pat +2026-01-27T23:56:35.5191085Z [6709/6735] Copying /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/data/examples/osifont-lgpl3fe.ttf to /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/build/release/share/examples/osifont-lgpl3fe.ttf +2026-01-27T23:56:35.5677421Z [6710/6735] Linking CXX shared library Mod/TechDraw/TechDrawGui.so +2026-01-27T23:56:35.6918686Z [6711/6735] Linking CXX shared library Mod/Test/QtUnitGui.so +2026-01-27T23:56:35.7260537Z [6712/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/SketcherTestHelpers.cpp.o +2026-01-27T23:56:35.7786098Z [6713/6735] Linking CXX shared library Mod/Web/Web.so +2026-01-27T23:56:35.8740384Z [6714/6735] Linking CXX executable tests/Base_tests_run +2026-01-27T23:56:35.9277096Z [6715/6735] Building CXX object tests/src/Mod/Part/App/CMakeFiles/Part_tests_run.dir/TopoShapeExpansion.cpp.o +2026-01-27T23:56:35.9707777Z [6716/6735] Linking CXX executable tests/src/Base/InventorBuilder_Tests_run +2026-01-27T23:56:36.0633525Z [6717/6735] Building CXX object tests/src/Mod/Spreadsheet/App/CMakeFiles/Spreadsheet_tests_run.dir/PropertySheet.cpp.o +2026-01-27T23:56:36.0667505Z [6718/6735] Linking CXX executable tests/App_tests_run +2026-01-27T23:56:36.1713421Z [6719/6735] Linking CXX executable tests/Gui_tests_run +2026-01-27T23:56:36.2784081Z [6720/6735] Linking CXX executable tests/src/Gui/QuantitySpinBox_Tests_run +2026-01-27T23:56:36.3559812Z [6721/6735] Linking CXX executable tests/Misc_tests_run +2026-01-27T23:56:36.4658835Z [6722/6735] Linking CXX executable tests/Assembly_tests_run +2026-01-27T23:56:36.5594140Z [6723/6735] Linking CXX executable tests/Material_tests_run +2026-01-27T23:56:36.6658703Z [6724/6735] Linking CXX executable tests/Measure_tests_run +2026-01-27T23:56:36.7712627Z [6725/6735] Linking CXX executable tests/Mesh_tests_run +2026-01-27T23:56:36.8964958Z [6726/6735] Linking CXX executable tests/MeshPart_tests_run +2026-01-27T23:56:37.0350636Z [6727/6735] Linking CXX executable tests/Part_tests_run +2026-01-27T23:56:37.1563761Z [6728/6735] Linking CXX executable tests/PartDesign_tests_run +2026-01-27T23:56:37.2801344Z [6729/6735] Linking CXX executable tests/Points_tests_run +2026-01-27T23:56:37.3957358Z [6730/6735] Linking CXX executable tests/Spreadsheet_tests_run +2026-01-27T23:56:37.5008323Z [6731/6735] Linking CXX executable tests/Start_tests_run +2026-01-27T23:56:37.6141429Z [6732/6735] Linking CXX executable tests/Zipios_tests_run +2026-01-27T23:56:39.6102239Z [6733/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/SketchObjectChanges.cpp.o +2026-01-27T23:56:39.6110093Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Sketcher/App/SketchObjectChanges.cpp:23:9: warning: unused variable 'numboxes' [-Wunused-variable] +2026-01-27T23:56:39.6110684Z 23 | int numboxes = doc->countObjectsOfType(); +2026-01-27T23:56:39.6110963Z | ^~~~~~~~ +2026-01-27T23:56:39.6111256Z /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/tests/src/Mod/Sketcher/App/SketchObjectChanges.cpp:77:9: warning: unused variable 'res' [-Wunused-variable] +2026-01-27T23:56:39.6111616Z 77 | int res = getObject()->delExternal(Sketcher::GeoEnum::RefExt); +2026-01-27T23:56:39.6111958Z | ^~~ +2026-01-27T23:56:39.6112231Z 2 warnings generated. +2026-01-27T23:56:39.7274603Z [6734/6735] Building CXX object tests/src/Mod/Sketcher/App/CMakeFiles/Sketcher_tests_run.dir/SketchObject.cpp.o +2026-01-27T23:56:39.8749708Z [6735/6735] Linking CXX executable tests/Sketcher_tests_run +2026-01-27T23:56:41.0803361Z ⠁ ⠁ activating environment ⠁ activating environment ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment Cacheable calls: 2573 / 2573 (100.0%) +2026-01-27T23:56:41.0805479Z Hits: 0 / 2573 ( 0.00%) +2026-01-27T23:56:41.0805776Z Direct: 0 +2026-01-27T23:56:41.0806090Z Preprocessed: 0 +2026-01-27T23:56:41.0806326Z Misses: 2573 / 2573 (100.0%) +2026-01-27T23:56:41.0806645Z Local storage: +2026-01-27T23:56:41.0806905Z Cache size (GB): 1.3 / 4.0 (33.13%) +2026-01-27T23:56:41.0807140Z Hits: 0 / 2573 ( 0.00%) +2026-01-27T23:56:41.0807452Z Misses: 2573 / 2573 (100.0%) +2026-01-27T23:56:42.3690120Z ⠁ ⠁ activating environment ⠁ activating environment ⠉ activating environment ⠙ activating environment ⠚ activating environment ⠒ activating environment ⠂ activating environment ⠂ activating environment ⠒ activating environment ⠲ activating environment ⠴ activating environment xvfb-run: command not found +2026-01-27T23:56:42.3692899Z +2026-01-27T23:56:42.3693232Z Available tasks: +2026-01-27T23:56:42.3693502Z build +2026-01-27T23:56:42.3693757Z build-debug +2026-01-27T23:56:42.3693998Z build-release +2026-01-27T23:56:42.3694225Z configure +2026-01-27T23:56:42.3694448Z configure-debug +2026-01-27T23:56:42.3694691Z configure-release +2026-01-27T23:56:42.3694917Z freecad +2026-01-27T23:56:42.3695143Z freecad-debug +2026-01-27T23:56:42.3695363Z freecad-release +2026-01-27T23:56:42.3695599Z initialize +2026-01-27T23:56:42.3695816Z install +2026-01-27T23:56:42.3696039Z install-debug +2026-01-27T23:56:42.3696256Z install-release +2026-01-27T23:56:42.3696592Z test +2026-01-27T23:56:42.3696835Z test-debug +2026-01-27T23:56:42.3729051Z test-release +2026-01-27T23:56:42.3729910Z ========================================== +2026-01-27T23:56:42.3730212Z TESTS FAILED - Exit code: 127 +2026-01-27T23:56:42.3730785Z ========================================== +2026-01-27T23:56:42.3731080Z +2026-01-27T23:56:42.3732075Z === Failed tests === +2026-01-27T23:56:42.3761851Z No LastTestsFailed.log found +2026-01-27T23:56:42.3762443Z +2026-01-27T23:56:42.3762873Z === Last test log (last 100 lines) === +2026-01-27T23:56:42.3795559Z No LastTest.log found +2026-01-27T23:56:42.3799319Z ❌ Failure - Main Run C++ unit tests +2026-01-27T23:56:42.3804920Z exit status 127 +2026-01-27T23:56:42.3815116Z evaluating expression 'always()' +2026-01-27T23:56:42.3815832Z expression 'always()' evaluated to 'true' +2026-01-27T23:56:42.3816276Z ⭐ Run Post Checkout repository +2026-01-27T23:56:42.3820497Z run post step for 'Checkout repository' +2026-01-27T23:56:42.3822156Z executing remote job container: [node /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/act/actions/d94af866dd637745fe6f23e16ffbf152912f54df9e0692a2d84e40c04ae4525a/dist/index.js] +2026-01-27T23:56:42.6962709Z [command]/usr/bin/git version +2026-01-27T23:56:42.7089228Z git version 2.47.3 +2026-01-27T23:56:42.7181541Z *** +2026-01-27T23:56:42.7212793Z Copying '/var/lib/gitea-runner/.gitconfig' to '/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/tmp/52fa831c-22e6-46ce-97f5-1845100c24f7/.gitconfig' +2026-01-27T23:56:42.7252803Z Temporarily overriding HOME='/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/tmp/52fa831c-22e6-46ce-97f5-1845100c24f7' before making global git config changes +2026-01-27T23:56:42.7254849Z Adding repository directory to the temporary git global config as a safe directory +2026-01-27T23:56:42.7273900Z [command]/usr/bin/git config --global --add safe.directory /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor +2026-01-27T23:56:42.7381140Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-01-27T23:56:42.7500024Z [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' || :" +2026-01-27T23:56:42.8189846Z Entering 'mods/silo' +2026-01-27T23:56:42.8318173Z Entering 'mods/ztools' +2026-01-27T23:56:42.8443639Z Entering 'src/3rdParty/GSL' +2026-01-27T23:56:42.8570691Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:56:42.8704750Z Entering 'src/Mod/AddonManager' +2026-01-27T23:56:42.8833687Z Entering 'tests/lib' +2026-01-27T23:56:42.9003646Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.kindred\.internal\/\.extraheader +2026-01-27T23:56:42.9062795Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:42.9094754Z [command]/usr/bin/git config --local --unset-all http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:42.9183720Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.kindred\.internal\/\.extraheader' && git config --local --unset-all 'http.https://gitea.kindred.internal/.extraheader' || :" +2026-01-27T23:56:42.9846603Z Entering 'mods/silo' +2026-01-27T23:56:42.9919455Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0014268Z Entering 'mods/ztools' +2026-01-27T23:56:43.0085356Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0179653Z Entering 'src/3rdParty/GSL' +2026-01-27T23:56:43.0250165Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0346924Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:56:43.0422960Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0524995Z Entering 'src/Mod/AddonManager' +2026-01-27T23:56:43.0599094Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0703483Z Entering 'tests/lib' +2026-01-27T23:56:43.0777329Z http.https://gitea.kindred.internal/.extraheader +2026-01-27T23:56:43.0918628Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.1009904Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-01-27T23:56:43.1653316Z Entering 'mods/silo' +2026-01-27T23:56:43.1705576Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/silo/config remote.origin.url +2026-01-27T23:56:43.1756320Z Entering 'mods/ztools' +2026-01-27T23:56:43.1809058Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/ztools/config remote.origin.url +2026-01-27T23:56:43.1861514Z Entering 'src/3rdParty/GSL' +2026-01-27T23:56:43.1919861Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/GSL/config remote.origin.url +2026-01-27T23:56:43.1974107Z Entering 'src/3rdParty/OndselSolver' +2026-01-27T23:56:43.2030639Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/OndselSolver/config remote.origin.url +2026-01-27T23:56:43.2085547Z Entering 'src/Mod/AddonManager' +2026-01-27T23:56:43.2141162Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/Mod/AddonManager/config remote.origin.url +2026-01-27T23:56:43.2193117Z Entering 'tests/lib' +2026-01-27T23:56:43.2246056Z file:/var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/tests/lib/config remote.origin.url +2026-01-27T23:56:43.2342958Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/silo/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2425646Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/mods/ztools/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2502338Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/GSL/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2578789Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/3rdParty/OndselSolver/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2653704Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/src/Mod/AddonManager/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2726473Z [command]/usr/bin/git config --file /var/lib/gitea-runner/.cache/act/7516d1cc2448e124/hostexecutor/.git/modules/tests/lib/config --name-only --get-regexp ^includeIf\.gitdir: +2026-01-27T23:56:43.2961591Z ✅ Success - Post Checkout repository +2026-01-27T23:56:43.2966500Z Cleaning up container for job build +2026-01-27T23:56:51.3122153Z 🏁 Job failed +2026-01-27T23:56:51.3124092Z Job 'build' failed