Warning: Permanently added '54.226.75.111' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9151398 Version: 1.3 PID: 8692 Logging PID: 8693 Task: {'appstream': False, 'background': False, 'build_id': 9151398, 'chroot': None, 'package_name': 'freecad', 'project_dirname': 'nightly', 'project_name': 'nightly', 'project_owner': '@freecad', 'repos': [], 'sandbox': '@freecad/nightly--przemof', 'source_json': {'clone_url': 'https://github.com/FreeCAD/FreeCAD', 'committish': 'main', 'fedora_review': True, 'spec': 'freecad.spec', 'srpm_build_method': 'rpkg', 'subdirectory': 'package/fedora/', 'type': 'git'}, 'source_type': 8, 'submitter': 'przemof', 'task_id': '9151398'} Running: git clone https://github.com/FreeCAD/FreeCAD /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/FreeCAD/FreeCAD', '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: Submodule path 'src/3rdParty/GSL': checked out '2828399820ef4928cc89b65605dca5dc68efca6e' Submodule path 'src/3rdParty/OndselSolver': checked out '09d6175a2ba69e7016fcecc4f384946a2f84f92d' Submodule path 'src/Mod/AddonManager': checked out '69a6e0dc7b8f5fe17547f4d1234df1617b78c45e' Submodule path 'tests/lib': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD'... Updating files: 100% (12074/12074), done. Submodule 'src/3rdParty/GSL' (https://github.com/microsoft/GSL) registered for path 'src/3rdParty/GSL' Submodule 'src/3rdParty/OndselSolver' (https://github.com/FreeCAD/OndselSolver.git) registered for path 'src/3rdParty/OndselSolver' Submodule 'src/Mod/AddonManager' (https://github.com/FreeCAD/AddonManager.git) registered for path 'src/Mod/AddonManager' Submodule 'tests/lib' (https://github.com/google/googletest) registered for path 'tests/lib' Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/3rdParty/GSL'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/3rdParty/OndselSolver'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/Mod/AddonManager'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/tests/lib'... Running: git checkout main -- cmd: ['git', 'checkout', 'main', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD rc: 0 stdout: Your branch is up to date with 'origin/main'. stderr: Already on 'main' Generated rpkg config: [rpkg] preprocess_spec = True [git] anon_clone_url = https://github.com/%(repo_path)s [lookaside] download_url = https://${git_props:remote_netloc}/repo/pkgs/%(repo_path)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s Writing config into /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/package/fedora/freecad.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/package/fedora/freecad.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/package/fedora rc: 0 stdout: Wrote: /var/lib/copr-rpmbuild/results/freecad.spec setting SOURCE_DATE_EPOCH=1741564800 Wrote: /var/lib/copr-rpmbuild/results/freecad-1.1.0-pre_42139.src.rpm stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD: commit 7388758ad938b610957d3274228b9811e9ff39ae (HEAD -> main, origin/main, origin/HEAD) Author: wandererfan Date: Tue Jun 10 14:08:01 2025 -0400 [TD]fix bad element name in Vertex::Restore git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/FreeCAD-7388758a.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/3rdParty/OndselSolver/: commit 09d6175a2ba69e7016fcecc4f384946a2f84f92d (HEAD, origin/main, origin/HEAD, main) Author: Benjamin Nauck Date: Tue Jan 21 19:40:11 2025 +0100 Remove warning about unused variables (#87) git_pack: Wrote: /var/lib/copr-rpmbuild/results/OndselSolver-7388758a.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/3rdParty/GSL/: commit 2828399820ef4928cc89b65605dca5dc68efca6e (HEAD, tag: v4.2.0) Author: Werner Henze <34543625+beinhaerter@users.noreply.github.com> Date: Fri Feb 28 15:53:25 2025 +0100 replace BYTE_TYPE with a solution based on namespaces (#1201) - A macro with the very generic name `BYTE_TYPE` is likely to collide with existing code, so get rid of the macro. - The new solution is to provide a non-deprecated `byte` in the namespace `gsl::impl`. - Users of GSL should use `gsl::byte`, which is still deprecated when mapped to a `std::std::byte`. - GSL types and functions need to use `gsl::impl::byte` so they do not trigger the deprecation warning. - The `gsl::impl::byte` return type in an exported function is not nice, it might mislead users to use that type in their own declarations. But the `BYTE_TYPE` solution is not better in this respect. Co-authored-by: Werner Henze git_pack: Wrote: /var/lib/copr-rpmbuild/results/GSL-7388758a.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-_un5gbwy/FreeCAD/src/Mod/AddonManager/: commit 69a6e0dc7b8f5fe17547f4d1234df1617b78c45e (HEAD, origin/main, origin/HEAD, main) Merge: bc9ca40 ff2a155 Author: Chris Hennes Date: Sat Jun 7 18:38:56 2025 -0400 Merge pull request #101 from chennes/fixCMakeInstallation Correct installation of Resources files git_pack: Wrote: /var/lib/copr-rpmbuild/results/AddonManager-7388758a.tar.gz Output: ['GSL-7388758a.tar.gz', 'freecad.spec', 'freecad-1.1.0-pre_42139.src.rpm', 'FreeCAD-7388758a.tar.gz', 'OndselSolver-7388758a.tar.gz', 'AddonManager-7388758a.tar.gz'] Running SRPMResults tool Package info: { "name": "freecad", "epoch": 1, "version": "1.1.0", "release": "pre_42139", "exclusivearch": [], "excludearch": [] } SRPMResults finished