Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c18b' (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/9154357 Version: 1.3 PID: 4598 Logging PID: 4599 Task: {'appstream': False, 'background': False, 'build_id': 9154357, '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': '9154357'} Running: git clone https://github.com/FreeCAD/FreeCAD /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/FreeCAD/FreeCAD', '/var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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-6en5wezb/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-6en5wezb/FreeCAD/src/3rdParty/GSL'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD/src/3rdParty/OndselSolver'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD/src/Mod/AddonManager'... Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD/tests/lib'... Running: git checkout main -- cmd: ['git', 'checkout', 'main', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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-6en5wezb/.config/rpkg.conf Running: rpkg srpm --outdir /var/lib/copr-rpmbuild/results --spec /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD/package/fedora/freecad.spec cmd: ['rpkg', 'srpm', '--outdir', '/var/lib/copr-rpmbuild/results', '--spec', '/var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD/package/fedora/freecad.spec'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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_42142.src.rpm stderr: git_repo_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/FreeCAD: commit 775194b5b94e9ea96631f7428962c0817e4e9308 (HEAD -> main, origin/main, origin/HEAD) Author: Luz Paz Date: Wed Jun 11 15:10:48 2025 -0400 TechDraw: fix typo in comment git_repo_pack: Wrote: /var/lib/copr-rpmbuild/results/FreeCAD-775194b5.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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-775194b5.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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-775194b5.tar.gz git_pack: archiving /var/lib/copr-rpmbuild/workspace/workdir-6en5wezb/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-775194b5.tar.gz Output: ['freecad-1.1.0-pre_42142.src.rpm', 'AddonManager-775194b5.tar.gz', 'freecad.spec', 'OndselSolver-775194b5.tar.gz', 'GSL-775194b5.tar.gz', 'FreeCAD-775194b5.tar.gz'] Running SRPMResults tool Package info: { "name": "freecad", "epoch": 1, "version": "1.1.0", "release": "pre_42142", "exclusivearch": [], "excludearch": [] } SRPMResults finished