actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
868 stars 87 forks source link

[sytemd dynamic users] Crash when manually selecting packages on installation of new package with deps #491

Open felixwiemuth opened 4 years ago

felixwiemuth commented 4 years ago
pikaur -Vq

Pikaur v1.6.10
Pacman v5.2.1 - libalpm v12.0.1

Pikaur crashes with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' after doing the following:

$ pikaur -Syu --needed slack-desktop
:: Synchronizing package databases...
...

:: Starting full AUR upgrade...
Reading repository package databases...
Reading local package database...
Reading AUR packages info...
:: warning: Following packages cannot be found in AUR:
    [some unrelated packages]
:: Ignoring package update [some unrelated package]
Resolving AUR dependencies...

:: Repository packages will be installed:
[some unrelated packages]

:: AUR packages will be installed:
 slack-desktop                                              -> 4.4.3-1
[unrelated packages P1 and P2]

:: Proceed with installation? [Y/n] 
:: [v]iew package details   [m]anually select packages
>> m
[Here I removed P1 and P2]

Reading AUR packages info...
:: warning: Following packages cannot be found in AUR:
[some unrelated packages]
:: Ignoring package update [some unrelated package]
:: Ignoring package update [P1]
:: Ignoring package update [P2]
Resolving AUR dependencies...

:: Repository packages will be installed:
// All unrelated packages
:: AUR package will be installed:
 slack-desktop                                              -> 4.4.3-1

:: Proceed with installation? [Y/n] 
:: [v]iew package details   [m]anually select packages
>> Y
:: warning: Some build deps removed for slack-desktop package: libsecret, xdg-utils, libxtst, libxss, nss, alsa-lib, gtk3
Reading AUR packages info...
:: warning: Following packages cannot be found in AUR:
[same as above]
:: Ignoring package update [same as above]

Traceback (most recent call last):
  File "/usr/bin/pikaur", line 9, in <module>
    main()
  File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 435, in main
    cli_entry_point()
  File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 321, in cli_entry_point
    pikaur_operation()
  File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages
    InstallPackagesCLI()
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__
    self.main_sequence()
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence
    self.get_package_builds()
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds
    self._find_extra_aur_build_deps(
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps
    self.main_sequence()
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 168, in main_sequence
    self.get_all_packages_info()
  File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 246, in get_all_packages_info
    self.install_info = InstallInfoFetcher(
  File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 67, in __init__
    self.get_all_packages_info()
  File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 166, in get_all_packages_info
    self.get_info_from_pkgbuilds()
  File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 425, in get_info_from_pkgbuilds
    aur_pkg = AURPackageInfo.from_srcinfo(srcinfo)
  File "/usr/lib/python3.8/site-packages/pikaur/aur.py", line 58, in from_srcinfo
    version=srcinfo.get_value('pkgver') + '-' + srcinfo.get_value('pkgrel'),
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

The installation succeeded successfully when first doing pikaur -Syu --needed and then pikaur -Syu --needed slack-desktop, both times deselecting the same packages as above, where the error occurred.

The following warning already seems suspicious to me: :: warning: Some build deps removed for slack-desktop package: libsecret, xdg-utils, libxtst, libxss, nss, alsa-lib, gtk3, suggesting that the dependencies are not listed in the file for manually selecting packages and not added afterwards.

I am not sure whether I can reproduce it now, maybe this is already enough to find the error.

actionless commented 4 years ago

does that happens with slack-desktop package, or what exactly should i do to catch it?

without knowing more info (and without full logs with --pikaur-debug flag) i could only guess what PKGBUILD is corrupted and missing pkgver or pkgrel value

felixwiemuth commented 4 years ago

It happened with the slack-desktop package, yes. I don't think its PKGBUILD is corrupted as I could install successfully afterwards and others apparently use it as well (https://aur.archlinux.org/packages/slack-desktop/). I installed the package for the first time.

I tried to reproduce it, but couldn't (I uninstalled and tried to reinstall, but this time there were no other updates to install, so same situation as where it eventually worked above).

In the above case where it fails, the warning about "build deps" being removed actually lists all normal dependencies of the package (see PKGBUILD): libsecret, xdg-utils, libxtst, libxss, nss, alsa-lib, gtk3. None of these packages were upgraded recently, they were all installed already.

actionless commented 4 years ago

I tried to reproduce it, but couldn't (I uninstalled and tried to reinstall, but this time there were no other updates to install, so same situation as where it eventually worked above).

i couldn't neither without having a reproducible sequence

In the above case where it fails, the warning about "build deps" being removed actually lists all normal dependencies of the package (see PKGBUILD):

compare aur RPC reply and pkgbuild - the message about it

felixwiemuth commented 4 years ago

compare aur RPC reply and pkgbuild - the message about it

I'm not sure what you want to say with this, could you explain further?

I will try to observe this further, and when I have more information or can reproduce it, I'll let you know.

actionless commented 4 years ago

this: https://wiki.archlinux.org/index.php/Aurweb_RPC_interface

lectrode commented 4 years ago

I believe I reproduced this error. I'm not sure exactly what is needed to reproduce it yet, but I have a VM whose state I can revert to consistently produce it at will.

The VM is solely for testing purposes and does not have any important information on it. If it would help, I can probably compress and upload the VM. It'd probably be about 5-6GB.

Reproduced with:

$ pikaur -Vq
Pikaur v1.6.10.r9.g31e1605
Pacman v5.2.1 - libalpm v12.0.1
Crash log with --pikaur-debug ``` # pikaur -Sau --needed --noconfirm --pikaur-debug => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=libc%2B%2B&arg[]=libc%2B%2Babi&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 10.0.0-1>, 10.0.0-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest clang cmake llvm libunwind ninja python => pacman --color=always --sync --print-format=%% llvm clang cmake ninja => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --deptest gcc-libs clang cmake llvm libunwind ninja python => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --deptest libc++abi=10.0.0-1 clang cmake llvm libunwind ninja python => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync clang --print-format %r/%n => pacman --color=always --sync cmake --print-format %r/%n => pacman --color=always --sync llvm --print-format %r/%n => pacman --color=always --sync ninja --print-format %r/%n => pacman --color=always --deptest gcc-libs clang cmake llvm libunwind ninja python => pacman --color=always --sync ninja --print-format %r/%n => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm cmake ninja nasm clang cmake ninja llvm llvm gendesk clang --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/chromium-widevine.git /var/cache/pikaur/aur_repos/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/dxvk-bin.git /var/cache/pikaur/aur_repos/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/flashplayer-standalone.git /var/cache/pikaur/aur_repos/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/libc++.git /var/cache/pikaur/aur_repos/libc++ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/obsidian-2-theme.git /var/cache/pikaur/aur_repos/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/obsidian-icon-theme.git /var/cache/pikaur/aur_repos/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/p7zip-gui.git /var/cache/pikaur/aur_repos/p7zip-gui :: warning: Some build deps removed for flashplayer-standalone package: gendesk, nss, libgl, gtk2 :: debug: install_cli: discarding install info for pkg... flashplayer-standalone :: debug: install_info_fetcher: discarding canceled_pkg_name='flashplayer-standalone' :: debug: install_cli: discarded install info for pkg: flashplayer-standalone :: warning: Some build deps removed for libc++, libc++abi package: libunwind, llvm, clang, libc++abi=10.0.0-1, cmake, gcc-libs, python, ninja :: debug: install_cli: discarding install info for pkg... libc++ :: debug: install_info_fetcher: discarding canceled_pkg_name='libc++' :: debug: install_cli: discarded install info for pkg: libc++ :: debug: install_cli: discarding install info for pkg... libc++abi :: debug: install_info_fetcher: discarding canceled_pkg_name='libc++abi' :: debug: install_cli: discarded install info for pkg: libc++abi :: warning: Some build deps removed for p7zip-gui package: p7zip, wxgtk2, nasm, yasm, python :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/flashplayer-standalone/PKGBUILD': ['flashplayer-standalone'], '/var/cache/pikaur/aur_repos/libc++/PKGBUILD': ['libc++', 'libc++abi'], '/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['flashplayer-standalone', 'libc++', 'libc++abi', 'p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update flashplayer-standalone (32.0.0.314-1 => 32.0.0.387-1) :: Ignoring package update libc++ (8.0.1-1.0 => 10.0.0-1) :: Ignoring package update libc++abi (8.0.1-1.0 => 10.0.0-1) :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 2.11-1>, 4.11-1>] Traceback (most recent call last): File "/usr/bin/pikaur", line 9, in main() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 437, in main cli_entry_point() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 168, in main_sequence self.get_all_packages_info() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 246, in get_all_packages_info self.install_info = InstallInfoFetcher( File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 67, in __init__ self.get_all_packages_info() File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 166, in get_all_packages_info self.get_info_from_pkgbuilds() File "/usr/lib/python3.8/site-packages/pikaur/install_info_fetcher.py", line 427, in get_info_from_pkgbuilds aur_pkg = AURPackageInfo.from_srcinfo(srcinfo) File "/usr/lib/python3.8/site-packages/pikaur/aur.py", line 58, in from_srcinfo version=srcinfo.get_value('pkgver') + '-' + srcinfo.get_value('pkgrel'), TypeError: unsupported operand type(s) for +: 'NoneType' and 'str ```
lectrode commented 4 years ago

Further testing reveals something interesting: repeatedly running the command will eventually succeed. I ran the same command a total of 8 times before it succeeded (no other changes were made).

Attempt 1 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm nasm gendesk --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/chromium-widevine.git /var/cache/pikaur/aur_repos/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/dxvk-bin.git /var/cache/pikaur/aur_repos/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/flashplayer-standalone.git /var/cache/pikaur/aur_repos/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/obsidian-2-theme.git /var/cache/pikaur/aur_repos/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/obsidian-icon-theme.git /var/cache/pikaur/aur_repos/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/p7zip-gui.git /var/cache/pikaur/aur_repos/p7zip-gui => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --sync --noconfirm --needed gendesk yasm --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master Can't pull 'obsidian-2-theme' in '/var/cache/pikaur/aur_repos/obsidian-2-theme' from AUR: Running as unit: run-u90.service warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fatal: unpack-objects failed Finished with result: exit-code Main processes terminated with: code=exited/status=1 Service runtime: 1.090s ```
Attempt 2 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% yasm nasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm nasm gendesk --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync --noconfirm --needed yasm gendesk --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => pacman --color=always --deptest python yasm => pacman --color=always --deptest gendesk looking for conflicting AUR packages... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm Not showing diff for chromium-widevine package (--noconfirm) :: Skipping review of PKGBUILD for chromium-widevine package (--noconfirm) Not showing diff for obsidian-icon-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-icon-theme package (--noconfirm) Not showing diff for p7zip-gui package (--noconfirm) :: Skipping review of PKGBUILD for p7zip-gui package (--noconfirm) :: Skipping review of p7zip-gui.install for p7zip-gui package (--noconfirm) Not showing diff for dxvk-bin package (--noconfirm) :: Skipping review of PKGBUILD for dxvk-bin package (--noconfirm) Not showing diff for flashplayer-standalone package (--noconfirm) :: Skipping review of PKGBUILD for flashplayer-standalone package (--noconfirm) Not showing diff for obsidian-2-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-2-theme package (--noconfirm) => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/chromium-widevine/PKGBUILD /var/cache/private/pikaur/aur_repos/chromium-widevine/.SRCINFO /var/cache/private/pikaur/aur_repos/chromium-widevine/.gitignore /var/cache/private/pikaur/build/chromium-widevine/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-icon-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/p7zip-gui => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/p7zip-gui/7zFM.desktop /var/cache/private/pikaur/aur_repos/p7zip-gui/PKGBUILD /var/cache/private/pikaur/aur_repos/p7zip-gui/p7zip-gui.install /var/cache/private/pikaur/aur_repos/p7zip-gui/.SRCINFO /var/cache/private/pikaur/build/p7zip-gui/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/dxvk-bin/PKGBUILD /var/cache/private/pikaur/aur_repos/dxvk-bin/.SRCINFO /var/cache/private/pikaur/build/dxvk-bin/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/flashplayer-standalone/PKGBUILD /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.SRCINFO /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.gitignore /var/cache/private/pikaur/build/flashplayer-standalone/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-2-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-2-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-2-theme/ :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['dxvk-bin'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg Running as unit: run-u130.service Press ^] three times within 1s to disconnect TTY. ==> Making package: dxvk-bin 1.7-1 (Sun 14 Jun 2020 06:58:50 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading dxvk-1.7.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 628 100 628 0 0 1322 0 --:--:-- --:--:-- --:--:-- 1322 100 7553k 100 7553k 0 0 3887k 0 0:00:01 0:00:01 --:--:-- 5713k ==> Validating source files with sha256sums... dxvk-1.7.tar.gz ... Passed ==> Extracting sources... -> Extracting dxvk-1.7.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package_dxvk-bin()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "dxvk-bin"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: dxvk-bin 1.7-1 (Sun 14 Jun 2020 06:59:00 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 10.618s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['dxvk-bin'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['flashplayer-standalone'] => pacman --color=always --deptest gendesk Reading local package database... => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk :: Installing repository dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --sync --asdeps gendesk resolving dependencies... looking for conflicting packages... Packages (1) gendesk-1.0.5-2 Total Installed Size: 8.60 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg Running as unit: run-u135.service Press ^] three times within 1s to disconnect TTY. ==> Making package: flashplayer-standalone 32.0.0.387-1 (Sun 14 Jun 2020 06:59:03 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading flashplayer-standalone-32.0.0.387.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8314k 100 8314k 0 0 15.7M 0 --:--:-- --:--:-- --:--:-- 15.7M ==> Validating source files with sha256sums... flashplayer-standalone-32.0.0.387.tar.gz ... Passed ==> Extracting sources... -> Extracting flashplayer-standalone-32.0.0.387.tar.gz with bsdtar ==> Starting prepare()... [flashplayer-standalone] Generating desktop file... ok ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "flashplayer-standalone"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: flashplayer-standalone 32.0.0.387-1 (Sun 14 Jun 2020 06:59:12 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 9.841s Reading local package database... :: Removing already installed dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --remove gendesk checking dependencies... Packages (1) gendesk-1.0.5-2 Total Removed Size: 8.60 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['flashplayer-standalone'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['obsidian-2-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg Running as unit: run-u139.service Press ^] three times within 1s to disconnect TTY. ==> Making package: obsidian-2-theme 2.11-1 (Sun 14 Jun 2020 06:59:14 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading obsidian-2-theme-2.11.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 634 100 634 0 0 1605 0 --:--:-- --:--:-- --:--:-- 1601 100 1651k 100 1651k 0 0 1034k 0 0:00:01 0:00:01 --:--:-- 5452k ==> Validating source files with sha256sums... obsidian-2-theme-2.11.tar.xz ... Passed ==> Extracting sources... -> Extracting obsidian-2-theme-2.11.tar.xz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "obsidian-2-theme"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: obsidian-2-theme 2.11-1 (Sun 14 Jun 2020 06:59:39 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 25.363s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-2-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['chromium-widevine'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg Running as unit: run-u144.service Press ^] three times within 1s to disconnect TTY. Finished with result: success => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['chromium-widevine'], removing from queue => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg Running as unit: run-u147.service Press ^] three times within 1s to disconnect TTY. ==> Making package: obsidian-icon-theme 4.11-1 (Sun 14 Jun 2020 06:59:42 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading obsidian-icon-theme-4.11.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 133 100 133 0 0 354 0 --:--:-- --:--:-- --:--:-- 354 100 66.7M 0 66.7M 0 0 6252k 0 --:--:-- 0:00:10 --:--:-- 6124k ==> Validating source files with sha256sums... obsidian-icon-theme-4.11.tar.gz ... Passed ==> Extracting sources... -> Extracting obsidian-icon-theme-4.11.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "obsidian-icon-theme"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: obsidian-icon-theme 4.11-1 (Sun 14 Jun 2020 07:01:56 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 2min 14.516s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-icon-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['p7zip-gui'] => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm Reading local package database... => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: Installing repository dependencies for p7zip-gui: => pacman --color=always --noconfirm --sync --asdeps yasm resolving dependencies... looking for conflicting packages... Packages (1) yasm-1.3.0-4 Total Installed Size: 4.38 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg Running as unit: run-u154.service Press ^] three times within 1s to disconnect TTY. Finished with result: success Reading local package database... :: Removing already installed dependencies for p7zip-gui: => pacman --color=always --noconfirm --remove yasm checking dependencies... Packages (1) yasm-1.3.0-4 Total Removed Size: 4.38 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['p7zip-gui'], removing from queue Traceback (most recent call last): File "/usr/bin/pikaur", line 9, in main() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 437, in main cli_entry_point() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 180, in main_sequence self.install_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 994, in install_packages self.install_aur_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 954, in install_aur_packages aur_packages_to_install = { File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 955, in pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name] KeyError: 'chromium-widevine' ```
Attempt 3 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% yasm nasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed nasm gendesk yasm --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync --noconfirm --needed gendesk yasm --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master Can't pull 'chromium-widevine' in '/var/cache/pikaur/aur_repos/chromium-widevine' from AUR: Running as unit: run-u175.service warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. error: cannot open .git/FETCH_HEAD: Permission denied Finished with result: exit-code Main processes terminated with: code=exited/status=1 Service runtime: 42ms ```
Attempt 4 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed nasm gendesk yasm --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync --noconfirm --needed yasm gendesk --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master Can't pull 'chromium-widevine' in '/var/cache/pikaur/aur_repos/chromium-widevine' from AUR: Running as unit: run-u194.service warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. error: cannot open .git/FETCH_HEAD: Permission denied Finished with result: exit-code Main processes terminated with: code=exited/status=1 Service runtime: 54ms ```
Attempt 5 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm nasm gendesk --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --sync --noconfirm --needed gendesk yasm --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => pacman --color=always --deptest python yasm => pacman --color=always --deptest gendesk looking for conflicting AUR packages... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-2-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-2-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-2-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-2-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/chromium-widevine/PKGBUILD /var/cache/private/pikaur/aur_repos/chromium-widevine/last_installed.txt /var/cache/private/pikaur/aur_repos/chromium-widevine/.SRCINFO /var/cache/private/pikaur/aur_repos/chromium-widevine/.gitignore /var/cache/private/pikaur/build/chromium-widevine/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/flashplayer-standalone/PKGBUILD /var/cache/private/pikaur/aur_repos/flashplayer-standalone/last_installed.txt /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.SRCINFO /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.gitignore /var/cache/private/pikaur/build/flashplayer-standalone/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/p7zip-gui => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/p7zip-gui/7zFM.desktop /var/cache/private/pikaur/aur_repos/p7zip-gui/PKGBUILD /var/cache/private/pikaur/aur_repos/p7zip-gui/p7zip-gui.install /var/cache/private/pikaur/aur_repos/p7zip-gui/last_installed.txt /var/cache/private/pikaur/aur_repos/p7zip-gui/.SRCINFO /var/cache/private/pikaur/build/p7zip-gui/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-icon-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/dxvk-bin/PKGBUILD /var/cache/private/pikaur/aur_repos/dxvk-bin/last_installed.txt /var/cache/private/pikaur/aur_repos/dxvk-bin/.SRCINFO /var/cache/private/pikaur/build/dxvk-bin/ Not showing diff for obsidian-2-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-2-theme package (--noconfirm) Not showing diff for chromium-widevine package (--noconfirm) :: Skipping review of PKGBUILD for chromium-widevine package (--noconfirm) Not showing diff for flashplayer-standalone package (--noconfirm) :: Skipping review of PKGBUILD for flashplayer-standalone package (--noconfirm) Not showing diff for p7zip-gui package (--noconfirm) :: Skipping review of PKGBUILD for p7zip-gui package (--noconfirm) :: Skipping review of p7zip-gui.install for p7zip-gui package (--noconfirm) Not showing diff for obsidian-icon-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-icon-theme package (--noconfirm) Not showing diff for dxvk-bin package (--noconfirm) :: Skipping review of PKGBUILD for dxvk-bin package (--noconfirm) :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['dxvk-bin'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: Package dxvk-bin is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['dxvk-bin'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['chromium-widevine'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg Running as unit: run-u242.service Press ^] three times within 1s to disconnect TTY. ==> Making package: chromium-widevine 1:4.10.1679.0-1 (Sun 14 Jun 2020 07:16:17 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading google-chrome-stable_83.0.4103.97-1_amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 65.4M 100 65.4M 0 0 22.8M 0 0:00:02 0:00:02 --:--:-- 22.8M ==> Validating source files with sha256sums... google-chrome-stable_83.0.4103.97-1_amd64.deb ... Passed ==> Extracting sources... -> Extracting google-chrome-stable_83.0.4103.97-1_amd64.deb with bsdtar ==> Starting prepare()... ==> Starting pkgver()... ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "chromium-widevine"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: chromium-widevine 1:4.10.1679.0-1 (Sun 14 Jun 2020 07:16:31 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 14.532s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['chromium-widevine'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['p7zip-gui'] => pacman --color=always --deptest python yasm Reading local package database... => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: Installing repository dependencies for p7zip-gui: => pacman --color=always --noconfirm --sync --asdeps yasm resolving dependencies... looking for conflicting packages... Packages (1) yasm-1.3.0-4 Total Installed Size: 4.38 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg Running as unit: run-u246.service Press ^] three times within 1s to disconnect TTY. Finished with result: success Reading local package database... :: Removing already installed dependencies for p7zip-gui: => pacman --color=always --noconfirm --remove yasm checking dependencies... Packages (1) yasm-1.3.0-4 Total Removed Size: 4.38 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['p7zip-gui'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['obsidian-2-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: Package obsidian-2-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-2-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['obsidian-icon-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg Running as unit: run-u251.service Press ^] three times within 1s to disconnect TTY. ==> Making package: obsidian-icon-theme 4.11-1 (Sun 14 Jun 2020 07:16:38 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading obsidian-icon-theme-4.11.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 133 100 133 0 0 325 0 --:--:-- --:--:-- --:--:-- 324 100 66.7M 0 66.7M 0 0 5971k 0 --:--:-- 0:00:11 --:--:-- 5963k ==> Validating source files with sha256sums... obsidian-icon-theme-4.11.tar.gz ... Passed ==> Extracting sources... -> Extracting obsidian-icon-theme-4.11.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "obsidian-icon-theme"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: obsidian-icon-theme 4.11-1 (Sun 14 Jun 2020 07:18:52 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 2min 15.032s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-icon-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['flashplayer-standalone'] => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk Reading local package database... => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk :: Installing repository dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --sync --asdeps gendesk resolving dependencies... looking for conflicting packages... Packages (1) gendesk-1.0.5-2 Total Installed Size: 8.60 MiB :: Proceed with installation? [Y/n] Y0/1) checking keys in keyring [------------------------------------------------------------------] 0% (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: Package flashplayer-standalone is already built. Pass '--rebuild' flag to force the build. Reading local package database... :: Removing already installed dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --remove gendesk checking dependencies... Packages (1) gendesk-1.0.5-2 Total Removed Size: 8.60 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['flashplayer-standalone'], removing from queue Traceback (most recent call last): File "/usr/bin/pikaur", line 9, in main() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 437, in main cli_entry_point() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 180, in main_sequence self.install_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 994, in install_packages self.install_aur_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 954, in install_aur_packages aur_packages_to_install = { File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 955, in pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name] KeyError: 'p7zip-gui' ```
Attempt 6 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% yasm nasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm nasm gendesk --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --sync --noconfirm --needed yasm gendesk --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => pacman --color=always --deptest python yasm => pacman --color=always --deptest gendesk looking for conflicting AUR packages... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-2-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-2-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-2-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-2-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/chromium-widevine/PKGBUILD /var/cache/private/pikaur/aur_repos/chromium-widevine/last_installed.txt /var/cache/private/pikaur/aur_repos/chromium-widevine/.SRCINFO /var/cache/private/pikaur/aur_repos/chromium-widevine/.gitignore /var/cache/private/pikaur/build/chromium-widevine/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/flashplayer-standalone/PKGBUILD /var/cache/private/pikaur/aur_repos/flashplayer-standalone/last_installed.txt /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.SRCINFO /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.gitignore /var/cache/private/pikaur/build/flashplayer-standalone/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/p7zip-gui => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/p7zip-gui/7zFM.desktop /var/cache/private/pikaur/aur_repos/p7zip-gui/PKGBUILD /var/cache/private/pikaur/aur_repos/p7zip-gui/p7zip-gui.install /var/cache/private/pikaur/aur_repos/p7zip-gui/last_installed.txt /var/cache/private/pikaur/aur_repos/p7zip-gui/.SRCINFO /var/cache/private/pikaur/build/p7zip-gui/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-icon-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/dxvk-bin/PKGBUILD /var/cache/private/pikaur/aur_repos/dxvk-bin/last_installed.txt /var/cache/private/pikaur/aur_repos/dxvk-bin/.SRCINFO /var/cache/private/pikaur/build/dxvk-bin/ Not showing diff for obsidian-2-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-2-theme package (--noconfirm) Not showing diff for chromium-widevine package (--noconfirm) :: Skipping review of PKGBUILD for chromium-widevine package (--noconfirm) Not showing diff for flashplayer-standalone package (--noconfirm) :: Skipping review of PKGBUILD for flashplayer-standalone package (--noconfirm) Not showing diff for p7zip-gui package (--noconfirm) :: Skipping review of PKGBUILD for p7zip-gui package (--noconfirm) :: Skipping review of p7zip-gui.install for p7zip-gui package (--noconfirm) Not showing diff for obsidian-icon-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-icon-theme package (--noconfirm) Not showing diff for dxvk-bin package (--noconfirm) :: Skipping review of PKGBUILD for dxvk-bin package (--noconfirm) :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['p7zip-gui'] => pacman --color=always --deptest python yasm Reading local package database... => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: Installing repository dependencies for p7zip-gui: => pacman --color=always --noconfirm --sync --asdeps yasm resolving dependencies... looking for conflicting packages... Packages (1) yasm-1.3.0-4 Total Installed Size: 4.38 MiB :: Proceed with installation? [Y/n] Y0/1) checking keys in keyring [------------------------------------------------------------------] 0% (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg Running as unit: run-u296.service Press ^] three times within 1s to disconnect TTY. Finished with result: success Reading local package database... :: Removing already installed dependencies for p7zip-gui: => pacman --color=always --noconfirm --remove yasm checking dependencies... Packages (1) yasm-1.3.0-4 Total Removed Size: 4.38 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['p7zip-gui'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['obsidian-icon-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: Package obsidian-icon-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-icon-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['chromium-widevine'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: Package chromium-widevine is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['chromium-widevine'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['dxvk-bin'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: Package dxvk-bin is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['dxvk-bin'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['obsidian-2-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: Package obsidian-2-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-2-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['flashplayer-standalone'] => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk Reading local package database... => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk :: Installing repository dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --sync --asdeps gendesk resolving dependencies... looking for conflicting packages... Packages (1) gendesk-1.0.5-2 Total Installed Size: 8.60 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: Package flashplayer-standalone is already built. Pass '--rebuild' flag to force the build. Reading local package database... :: Removing already installed dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --remove gendesk checking dependencies... Packages (1) gendesk-1.0.5-2 Total Removed Size: 8.60 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['flashplayer-standalone'], removing from queue Traceback (most recent call last): File "/usr/bin/pikaur", line 9, in main() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 437, in main cli_entry_point() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 180, in main_sequence self.install_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 994, in install_packages self.install_aur_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 954, in install_aur_packages aur_packages_to_install = { File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 955, in pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name] KeyError: 'p7zip-gui' ```
Attempt 7 ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed nasm gendesk yasm --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --sync --noconfirm --needed yasm gendesk --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => pacman --color=always --deptest python yasm => pacman --color=always --deptest gendesk looking for conflicting AUR packages... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-2-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-2-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-2-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-2-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/chromium-widevine/PKGBUILD /var/cache/private/pikaur/aur_repos/chromium-widevine/last_installed.txt /var/cache/private/pikaur/aur_repos/chromium-widevine/.SRCINFO /var/cache/private/pikaur/aur_repos/chromium-widevine/.gitignore /var/cache/private/pikaur/build/chromium-widevine/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/flashplayer-standalone/PKGBUILD /var/cache/private/pikaur/aur_repos/flashplayer-standalone/last_installed.txt /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.SRCINFO /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.gitignore /var/cache/private/pikaur/build/flashplayer-standalone/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/p7zip-gui => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/p7zip-gui/7zFM.desktop /var/cache/private/pikaur/aur_repos/p7zip-gui/PKGBUILD /var/cache/private/pikaur/aur_repos/p7zip-gui/p7zip-gui.install /var/cache/private/pikaur/aur_repos/p7zip-gui/last_installed.txt /var/cache/private/pikaur/aur_repos/p7zip-gui/.SRCINFO /var/cache/private/pikaur/build/p7zip-gui/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-icon-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/dxvk-bin/PKGBUILD /var/cache/private/pikaur/aur_repos/dxvk-bin/last_installed.txt /var/cache/private/pikaur/aur_repos/dxvk-bin/.SRCINFO /var/cache/private/pikaur/build/dxvk-bin/ Not showing diff for obsidian-2-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-2-theme package (--noconfirm) Not showing diff for chromium-widevine package (--noconfirm) :: Skipping review of PKGBUILD for chromium-widevine package (--noconfirm) Not showing diff for flashplayer-standalone package (--noconfirm) :: Skipping review of PKGBUILD for flashplayer-standalone package (--noconfirm) Not showing diff for p7zip-gui package (--noconfirm) :: Skipping review of PKGBUILD for p7zip-gui package (--noconfirm) :: Skipping review of p7zip-gui.install for p7zip-gui package (--noconfirm) Not showing diff for obsidian-icon-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-icon-theme package (--noconfirm) Not showing diff for dxvk-bin package (--noconfirm) :: Skipping review of PKGBUILD for dxvk-bin package (--noconfirm) :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['obsidian-icon-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: Package obsidian-icon-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-icon-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['p7zip-gui'] => pacman --color=always --deptest python yasm Reading local package database... => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: Installing repository dependencies for p7zip-gui: => pacman --color=always --noconfirm --sync --asdeps yasm resolving dependencies... looking for conflicting packages... Packages (1) yasm-1.3.0-4 Total Installed Size: 4.38 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg Running as unit: run-u348.service Press ^] three times within 1s to disconnect TTY. Finished with result: success Reading local package database... :: Removing already installed dependencies for p7zip-gui: => pacman --color=always --noconfirm --remove yasm checking dependencies... Packages (1) yasm-1.3.0-4 Total Removed Size: 4.38 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['p7zip-gui'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['obsidian-2-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: Package obsidian-2-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-2-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['chromium-widevine'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: Package chromium-widevine is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['chromium-widevine'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['flashplayer-standalone'] => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk Reading local package database... => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk :: Installing repository dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --sync --asdeps gendesk resolving dependencies... looking for conflicting packages... Packages (1) gendesk-1.0.5-2 Total Installed Size: 8.60 MiB :: Proceed with installation? [Y/n] Y0/1) checking keys in keyring [------------------------------------------------------------------] 0% (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: Package flashplayer-standalone is already built. Pass '--rebuild' flag to force the build. Reading local package database... :: Removing already installed dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --remove gendesk checking dependencies... Packages (1) gendesk-1.0.5-2 Total Removed Size: 8.60 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['flashplayer-standalone'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['dxvk-bin'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: Package dxvk-bin is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['dxvk-bin'], removing from queue Traceback (most recent call last): File "/usr/bin/pikaur", line 9, in main() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 437, in main cli_entry_point() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/usr/lib/python3.8/site-packages/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 180, in main_sequence self.install_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 994, in install_packages self.install_aur_packages() File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 954, in install_aur_packages aur_packages_to_install = { File "/usr/lib/python3.8/site-packages/pikaur/install_cli.py", line 955, in pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name] KeyError: 'p7zip-gui' ```
lectrode commented 4 years ago
Attempt 8 (success) ``` [user-pc pikaur]# pikaur -Sau --pikaur-debug --needed --noconfirm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: Starting full AUR upgrade... :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] Reading repository package databases... Reading local package database... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=chromium-widevine&arg[]=dockbarx&arg[]=dxvk-bin&arg[]=electricsheep&arg[]=flam3&arg[]=flashplayer-standalone&arg[]=gksu-polkit&arg[]=glee&arg[]=joystickwake-git&arg[]=lightdm-flexiserver&arg[]=linux414-virtualbox-guest-modules&arg[]=obsidian-2-theme&arg[]=obsidian-icon-theme&arg[]=open-fuse-iso&arg[]=p7zip-gui&arg[]=pikaur-git&arg[]=python2-gconf&arg[]=python2-wnck&arg[]=python2-xlib-svn&arg[]=qwinff&arg[]=vlsub-git&arg[]=xdg-su&arg[]=xfce4-dockbarx-plugin-git :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gcc-libs glib2 glibc nspr nss => pacman --color=always --deptest vulkan-icd-loader wine>=3.10 lib32-vulkan-icd-loader => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync --print-format=%% nasm yasm => pacman --color=always --sync --print-format=%% gendesk => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => pacman --color=always --sync gendesk --print-format %r/%n => pacman --color=always --sync nasm --print-format %r/%n => pacman --color=always --sync yasm --print-format %r/%n => pacman --color=always --sync --noconfirm --needed yasm nasm gendesk --print-format %r/%n => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/p7zip-gui pull origin master => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: warning: Some build deps removed for p7zip-gui package: nasm :: debug: install_cli: discarding install info for pkg... p7zip-gui :: debug: install_info_fetcher: discarding canceled_pkg_name='p7zip-gui' :: debug: install_cli: discarded install info for pkg: p7zip-gui :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD': ['p7zip-gui']} manually_excluded_packages_names=['p7zip-gui'] :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} Reading AUR packages info... => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=gksu-polkit&arg[]=linux414-virtualbox-guest-modules :: warning: Following packages cannot be found in AUR: gksu-polkit linux414-virtualbox-guest-modules :: Ignoring package update p7zip-gui (16.02-4 => 16.02-5) :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>] :: debug: install_info_fetcher: got install info from PKGBUILDs... self.aur_updates_install_info=[ 1:4.10.1679.0-1>, 1.7-1>, 32.0.0.387-1>, 2.11-1>, 4.11-1>, 16.02-5>] Resolving AUR dependencies... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python yasm => pacman --color=always --sync --noconfirm --needed gendesk yasm --print-format %r/%n :: debug: Initializing build info for pkg_base='p7zip-gui', info.pkgbuild_path='/var/cache/pikaur/aur_repos/p7zip-gui/PKGBUILD', package_names=['p7zip-gui'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/chromium-widevine pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/dxvk-bin pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/flashplayer-standalone pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-2-theme pull origin master => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git -C /var/cache/pikaur/aur_repos/obsidian-icon-theme pull origin master => pacman --color=always --deptest python yasm => pacman --color=always --deptest gendesk looking for conflicting AUR packages... => pacman --color=always --deptest gtk2 libgl nss gendesk => pacman --color=always --deptest p7zip wxgtk2 python nasm yasm => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-2-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-2-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-2-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-2-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-2-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/chromium-widevine => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/chromium-widevine/PKGBUILD /var/cache/private/pikaur/aur_repos/chromium-widevine/last_installed.txt /var/cache/private/pikaur/aur_repos/chromium-widevine/.SRCINFO /var/cache/private/pikaur/aur_repos/chromium-widevine/.gitignore /var/cache/private/pikaur/build/chromium-widevine/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/flashplayer-standalone => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/flashplayer-standalone/PKGBUILD /var/cache/private/pikaur/aur_repos/flashplayer-standalone/last_installed.txt /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.SRCINFO /var/cache/private/pikaur/aur_repos/flashplayer-standalone/.gitignore /var/cache/private/pikaur/build/flashplayer-standalone/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/p7zip-gui => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/p7zip-gui/7zFM.desktop /var/cache/private/pikaur/aur_repos/p7zip-gui/PKGBUILD /var/cache/private/pikaur/aur_repos/p7zip-gui/p7zip-gui.install /var/cache/private/pikaur/aur_repos/p7zip-gui/last_installed.txt /var/cache/private/pikaur/aur_repos/p7zip-gui/.SRCINFO /var/cache/private/pikaur/build/p7zip-gui/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/obsidian-icon-theme => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/PKGBUILD /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/last_installed.txt /var/cache/private/pikaur/aur_repos/obsidian-icon-theme/.SRCINFO /var/cache/private/pikaur/build/obsidian-icon-theme/ => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/dxvk-bin => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/dxvk-bin/PKGBUILD /var/cache/private/pikaur/aur_repos/dxvk-bin/last_installed.txt /var/cache/private/pikaur/aur_repos/dxvk-bin/.SRCINFO /var/cache/private/pikaur/build/dxvk-bin/ Not showing diff for obsidian-2-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-2-theme package (--noconfirm) Not showing diff for chromium-widevine package (--noconfirm) :: Skipping review of PKGBUILD for chromium-widevine package (--noconfirm) Not showing diff for flashplayer-standalone package (--noconfirm) :: Skipping review of PKGBUILD for flashplayer-standalone package (--noconfirm) Not showing diff for p7zip-gui package (--noconfirm) :: Skipping review of PKGBUILD for p7zip-gui package (--noconfirm) :: Skipping review of p7zip-gui.install for p7zip-gui package (--noconfirm) Not showing diff for obsidian-icon-theme package (--noconfirm) :: Skipping review of PKGBUILD for obsidian-icon-theme package (--noconfirm) Not showing diff for dxvk-bin package (--noconfirm) :: Skipping review of PKGBUILD for dxvk-bin package (--noconfirm) :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['flashplayer-standalone'] => pacman --color=always --deptest gendesk Reading local package database... => pacman --color=always --deptest gtk2 libgl nss => pacman --color=always --deptest gendesk :: Installing repository dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --sync --asdeps gendesk resolving dependencies... looking for conflicting packages... Packages (1) gendesk-1.0.5-2 Total Installed Size: 8.60 MiB :: Proceed with installation? [Y/n] Y0/1) checking keys in keyring [------------------------------------------------------------------] 0% (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: Package flashplayer-standalone is already built. Pass '--rebuild' flag to force the build. Reading local package database... :: Removing already installed dependencies for flashplayer-standalone: => pacman --color=always --noconfirm --remove gendesk checking dependencies... Packages (1) gendesk-1.0.5-2 Total Removed Size: 8.60 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing gendesk [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/flashplayer-standalone makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['flashplayer-standalone'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } Reading local package database... :: debug: Gonna build pkg_build.package_names=['obsidian-2-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: Package obsidian-2-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-2-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-2-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['obsidian-icon-theme'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: Package obsidian-icon-theme is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/obsidian-icon-theme makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['obsidian-icon-theme'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['dxvk-bin'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg Running as unit: run-u401.service Press ^] three times within 1s to disconnect TTY. ==> Making package: dxvk-bin 1.7-1 (Sun 14 Jun 2020 07:20:42 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading dxvk-1.7.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 628 100 628 0 0 1491 0 --:--:-- --:--:-- --:--:-- 1491 100 7553k 100 7553k 0 0 3774k 0 0:00:02 0:00:02 --:--:-- 5066k ==> Validating source files with sha256sums... dxvk-1.7.tar.gz ... Passed ==> Extracting sources... -> Extracting dxvk-1.7.tar.gz with bsdtar ==> Entering fakeroot environment... ==> Starting package_dxvk-bin()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "dxvk-bin"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: dxvk-bin 1.7-1 (Sun 14 Jun 2020 07:20:52 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 11.150s => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/dxvk-bin makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['dxvk-bin'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['chromium-widevine'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: Package chromium-widevine is already built. Pass '--rebuild' flag to force the build. => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/chromium-widevine makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['chromium-widevine'], removing from queue :: debug: Gonna build self.package_builds_by_name={'p7zip-gui': , 'chromium-widevine': , 'dxvk-bin': , 'flashplayer-standalone': , 'obsidian-2-theme': , 'obsidian-icon-theme': } :: debug: Gonna build pkg_build.package_names=['p7zip-gui'] => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm Reading local package database... => pacman --color=always --deptest p7zip wxgtk2 => pacman --color=always --deptest python yasm :: Installing repository dependencies for p7zip-gui: => pacman --color=always --noconfirm --sync --asdeps yasm resolving dependencies... looking for conflicting packages... Packages (1) yasm-1.3.0-4 Total Installed Size: 4.38 MiB :: Proceed with installation? [Y/n] Y0/1) checking keys in keyring [------------------------------------------------------------------] 0% (1/1) checking keys in keyring [##################################################################] 100% (1/1) checking package integrity [##################################################################] 100% (1/1) loading package files [##################################################################] 100% (1/1) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/1) installing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg Running as unit: run-u408.service Press ^] three times within 1s to disconnect TTY. ==> Making package: p7zip-gui 16.02-5 (Sun 14 Jun 2020 07:20:57 PM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading p7zip_16.02_src_all.tar.bz2... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 359 100 359 0 0 1654 0 --:--:-- --:--:-- --:--:-- 1646 100 4140k 100 4140k 0 0 1190k 0 0:00:03 0:00:03 --:--:-- 1664k -> Downloading 14-Fix-g++-warning.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 828 100 828 0 0 1773 0 --:--:-- --:--:-- --:--:-- 1773 -> Downloading CVE-2016-9296.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 495 100 495 0 0 890 0 --:--:-- --:--:-- --:--:-- 888 -> Downloading CVE-2017-17969.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 822 100 822 0 0 1432 0 --:--:-- --:--:-- --:--:-- 1429 -> Downloading CVE-2018-5996.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6427 100 6427 0 0 10986 0 --:--:-- --:--:-- --:--:-- 10986 -> Downloading CVE-2018-10115.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8946 100 8946 0 0 11959 0 --:--:-- --:--:-- --:--:-- 11943 -> Downloading gcc10-conversion.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1527 100 1527 0 0 4050 0 --:--:-- --:--:-- --:--:-- 4061 -> Found 7zFM.desktop ==> Validating source files with sha256sums... p7zip_16.02_src_all.tar.bz2 ... Passed 14-Fix-g++-warning.patch ... Passed CVE-2016-9296.patch ... Passed CVE-2017-17969.patch ... Passed CVE-2018-5996.patch ... Passed CVE-2018-10115.patch ... Passed gcc10-conversion.patch ... Passed 7zFM.desktop ... Passed ==> Extracting sources... -> Extracting p7zip_16.02_src_all.tar.bz2 with bsdtar ==> Starting prepare()... patching file CPP/7zip/Archive/Wim/WimHandler.cpp patching file CPP/7zip/Archive/7z/7zIn.cpp patching file CPP/7zip/Compress/ShrinkDecoder.cpp patching file CPP/7zip/Compress/Rar1Decoder.cpp patching file CPP/7zip/Compress/Rar1Decoder.h patching file CPP/7zip/Compress/Rar2Decoder.cpp patching file CPP/7zip/Compress/Rar2Decoder.h patching file CPP/7zip/Compress/Rar3Decoder.cpp patching file CPP/7zip/Compress/Rar3Decoder.h patching file CPP/7zip/Compress/Rar1Decoder.cpp patching file CPP/7zip/Compress/Rar1Decoder.h patching file CPP/7zip/Compress/Rar2Decoder.cpp patching file CPP/7zip/Compress/Rar2Decoder.h patching file CPP/7zip/Compress/Rar3Decoder.cpp patching file CPP/7zip/Compress/Rar3Decoder.h patching file CPP/7zip/Compress/Rar5Decoder.cpp patching file CPP/7zip/Compress/Rar5Decoder.h patching file CPP/Windows/ErrorMsg.cpp ==> Starting build()... mkdir -p bin cd bin ; rm -f Lang ; ln -s ../GUI/Lang . mkdir -p bin/Codecs make -C CPP/7zip/Bundles/Format7zFree all make[1]: Entering directory '/var/cache/private/pikaur/build/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/Format7zFree' rm -f StdAfx.h.gch g++ -c -I. -I../../../../C -I../../../../CPP/myWindows -I../../../../CPP/include_windows -I../../../../CPP -m64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -D_7ZIP_ASM -fPIC -DRegisterArc=DllRegisterArc -DRegisterCodec=DllRegisterCodec -DEXTERNAL_CODECS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX -DBREAK_HANDLER -DUNICODE -D_UNICODE -DUNIX_USE_WIN_FILE ../../../myWindows/StdAfx.h -o StdAfx.h.gch cd bin ; rm -f help ; ln -s ../DOC/MANUAL help [--SNIP-Compiling-Output--] g++ -m64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -D_7ZIP_ASM `wx-config --unicode=yes --cxxflags` -DLANG -DNEW_FOLDER_INTERFACE -DEXTERNAL_CODECS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX -DBREAK_HANDLER -DUNICODE -D_UNICODE -DUNIX_USE_WIN_FILE -o ../../../../bin/7zFM -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now 7zCrc.o 7zCrcOpt_asm.o Alloc.o CpuArch.o Sha256.o Sort.o Threads.o OutStreamWithCRC.o CreateCoder.o FilePathAutoRename.o FileStreams.o FilterCoder.o LimitedStreams.o MethodProps.o ProgressUtils.o PropId.o StreamObjects.o StreamUtils.o UniqBlocks.o CopyCoder.o Agent.o AgentOut.o AgentProxy.o ArchiveFolder.o ArchiveFolderOpen.o ArchiveFolderOut.o UpdateCallbackAgent.o ArchiveExtractCallback.o ArchiveName.o ArchiveOpenCallback.o CompressCall.o DefaultName.o EnumDirItems.o ExtractingFilePath.o HashCalc.o LoadCodecs.o OpenArchive.o PropIDUtils.o SetProperties.o SortUtils.o UpdateAction.o UpdateCallback.o UpdatePair.o UpdateProduce.o WorkDir.o ZipRegistry.o App.o ClassDefs.o ComboDialog.o ComboDialog_rc.o CopyDialog.o CopyDialog_rc.o ExtractCallback.o FM.o FM_rc.o FSDrives.o FSFolder.o FSFolderCopy.o FileFolderPluginOpen.o FormatUtils.o LangUtils.o ListViewDialog.o ListViewDialog_rc.o MessagesDialog.o MessagesDialog_rc.o MyLoadMenu.o OpenCallback.o OverwriteDialog.o OverwriteDialog_rc.o Panel.o PanelCopy.o PanelCrc.o PanelFolderChange.o PanelItemOpen.o PanelItems.o PanelListNotify.o PanelMenu.o PanelOperations.o PanelSelect.o PanelSort.o PanelSplitFile.o PasswordDialog.o PasswordDialog_rc.o ProgramLocation.o ProgressDialog2.o ProgressDialog2_rc.o PropertyName.o RegistryUtils.o RootFolder.o SplitDialog.o SplitDialog_rc.o SplitUtils.o StringUtils.o SysIconUtils.o TextPairs.o UpdateCallback100.o ViewSettings.o wxFM.o HashGUI.o UpdateCallbackGUI2.o CRC.o CrcReg.o IntToString.o Lang.o MyString.o MyVector.o MyWindows.o NewHandler.o StringConvert.o StringToInt.o TextConfig.o UTFConvert.o Wildcard.o Clipboard.o Controls.o Dialog.o Window2.o DLL.o ErrorMsg.o FileDir.o FileFind.o FileIO.o FileName.o PropVariant.o PropVariantConv.o Registry.o Synchronization.o System.o TimeUtils.o Window.o wine_GetXXXDefaultLangID.o wine_date_and_time.o `wx-config --unicode=yes --libs` -lpthread -ldl make[1]: Leaving directory '/var/cache/private/pikaur/build/p7zip-gui/src/p7zip_16.02/CPP/7zip/UI/FileManager' ==> Entering fakeroot environment... ==> Starting package()... ./install.sh /usr/bin /usr/lib/p7zip /usr/share/man /usr/share/doc/p7zip /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/bin/7zG - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/bin/7zFM - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/lib/p7zip/7z.so - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/lib/p7zip/Codecs - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/man/man1/7z.1 - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/man/man1/7za.1 - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/man/man1/7zr.1 - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/doc/p7zip/README - installing /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/doc/p7zip/ChangeLog - installing HTML help in /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/share/doc/p7zip/DOC - installing Lang in /var/cache/private/pikaur/build/p7zip-gui/pkg/p7zip-gui/usr/lib/p7zip ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "p7zip-gui"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: p7zip-gui 16.02-5 (Sun 14 Jun 2020 07:22:41 PM PDT) Finished with result: success Main processes terminated with: code=exited/status=0 Service runtime: 1min 44.856s Reading local package database... :: Removing already installed dependencies for p7zip-gui: => pacman --color=always --noconfirm --remove yasm checking dependencies... Packages (1) yasm-1.3.0-4 Total Removed Size: 4.38 MiB :: Do you want to remove these packages? [Y/n] Y :: Processing package changes... (1/1) removing yasm [##################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/p7zip-gui makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['p7zip-gui'], removing from queue => pacman --color=always --upgrade --needed --noconfirm /var/cache/pikaur/pkg/chromium-widevine-1:4.10.1679.0-1-x86_64.pkg.tar.xz /var/cache/pikaur/pkg/dxvk-bin-1.7-1-x86_64.pkg.tar.xz /var/cache/pikaur/pkg/flashplayer-standalone-32.0.0.387-1-x86_64.pkg.tar.xz /var/cache/pikaur/pkg/obsidian-2-theme-2.11-1-any.pkg.tar.xz /var/cache/pikaur/pkg/obsidian-icon-theme-4.11-1-any.pkg.tar.xz /var/cache/pikaur/pkg/p7zip-gui-16.02-5-x86_64.pkg.tar.xz loading packages... resolving dependencies... looking for conflicting packages... Packages (6) chromium-widevine-1:4.10.1679.0-1 dxvk-bin-1.7-1 flashplayer-standalone-32.0.0.387-1 obsidian-2-theme-2.11-1 obsidian-icon-theme-4.11-1 p7zip-gui-16.02-5 Total Installed Size: 374.60 MiB Net Upgrade Size: 16.14 MiB :: Proceed with installation? [Y/n] (6/6) checking keys in keyring [##################################################################] 100% Y0/6) checking package integrity [------------------------------------------------------------------] 0% (6/6) checking package integrity [##################################################################] 100% (6/6) loading package files [##################################################################] 100% (6/6) checking for file conflicts [##################################################################] 100% :: Processing package changes... (1/6) upgrading chromium-widevine [##################################################################] 100% (2/6) upgrading dxvk-bin [##################################################################] 100% (3/6) upgrading flashplayer-standalone [##################################################################] 100% (4/6) upgrading obsidian-2-theme [##################################################################] 100% (5/6) upgrading obsidian-icon-theme [##################################################################] 100% (6/6) upgrading p7zip-gui [##################################################################] 100% >>> WARNING >>> As of version 15.09, upstream is considering 7zFM broken. >>> Use it only for viewing archives. Every manipulation of archives >>> using this tool can produce unpredictable results. :: Running post-transaction hooks... (1/3) Arming ConditionNeedsUpdate... (2/3) Updating icon theme caches... (3/3) Updating the desktop file MIME type cache... ```
actionless commented 4 years ago

thanks a lot, @lectrode !

i'll try to figure it out, first i'll start from inspecting pkgbuild/srcinfo files of the affected aur packages from your log, and next will think more

actionless commented 4 years ago

@lectrode could you please apply this patch to installed pikaur and next upload the file ~/.local/share/pikaur/aur_repos/<PKG_NAME>/.SRCINFO from the failed attempt?

diff --git a/pikaur/aur.py b/pikaur/aur.py
index d29b771..01d5653 100644
--- a/pikaur/aur.py
+++ b/pikaur/aur.py
@@ -53,6 +53,7 @@ class AURPackageInfo(DataType):

     @classmethod
     def from_srcinfo(cls, srcinfo) -> 'AURPackageInfo':
+        print(srcinfo.package_name)
+        print(srcinfo.get_value('pkgbase'))
         return cls(
             name=srcinfo.package_name,
             version=srcinfo.get_value('pkgver') + '-' + srcinfo.get_value('pkgrel'),
lectrode commented 4 years ago

It seems the version isn't always successfully retrieved from the AUR. I was able to reproduce it with just the following (but it doesn't happen every time).

crash log 1 ``` # python3 ./pikaur.py -S --rebuild --noconfirm --pikaur-debug pikaur-git => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=['pikaur-git'] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] :: debug: install_info_fetcher: Gonna get repo pkgs install info... Reading repository package databases... Reading local package database... => pacman --color=always --sync --noconfirm pikaur-git --print-format %r/%n :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=['pikaur-git'] self.aur_updates_install_info=[] aur_packages_names_to_versions={'pikaur-git': } => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=pikaur-git :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1.6.10-1>] Resolving AUR dependencies... => pacman --color=always --deptest pyalpm git => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/pikaur-git.git /var/cache/pikaur/aur_repos/pikaur-git :: warning: Some build deps removed for pikaur-git package: pyalpm, git :: debug: install_cli: discarding install info for pkg... pikaur-git :: debug: install_info_fetcher: discarding canceled_pkg_name='pikaur-git' :: debug: install_cli: discarded install info for pkg: pikaur-git :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=[] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={'/var/cache/pikaur/aur_repos/pikaur-git/PKGBUILD': ['pikaur-git']} manually_excluded_packages_names=['pikaur-git'] :: debug: install_info_fetcher: Gonna get repo pkgs install info... :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=[] self.aur_updates_install_info=[] aur_packages_names_to_versions={} :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[] :: debug: install_info_fetcher: gonna get install info from PKGBUILDs... self.aur_updates_install_info=[] pikaur-git None Traceback (most recent call last): File "./pikaur.py", line 9, in main() File "/home/user/pikaur/pikaur/main.py", line 437, in main cli_entry_point() File "/home/user/pikaur/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/home/user/pikaur/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/home/user/pikaur/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/home/user/pikaur/pikaur/install_cli.py", line 174, in main_sequence self.get_package_builds() File "/home/user/pikaur/pikaur/install_cli.py", line 519, in get_package_builds self._find_extra_aur_build_deps( File "/home/user/pikaur/pikaur/install_cli.py", line 486, in _find_extra_aur_build_deps self.main_sequence() File "/home/user/pikaur/pikaur/install_cli.py", line 168, in main_sequence self.get_all_packages_info() File "/home/user/pikaur/pikaur/install_cli.py", line 246, in get_all_packages_info self.install_info = InstallInfoFetcher( File "/home/user/pikaur/pikaur/install_info_fetcher.py", line 67, in __init__ self.get_all_packages_info() File "/home/user/pikaur/pikaur/install_info_fetcher.py", line 166, in get_all_packages_info self.get_info_from_pkgbuilds() File "/home/user/pikaur/pikaur/install_info_fetcher.py", line 427, in get_info_from_pkgbuilds aur_pkg = AURPackageInfo.from_srcinfo(srcinfo) File "/home/user/pikaur/pikaur/aur.py", line 60, in from_srcinfo version=srcinfo.get_value('pkgver') + '-' + srcinfo.get_value('pkgrel'), TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' ```
crash log 2 ``` # python3 ./pikaur.py -S --rebuild --noconfirm --pikaur-debug pikaur-git => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp true :: debug: install_info_fetcher: Gonna fetch install info for: install_package_names=['pikaur-git'] not_found_repo_pkgs_names=[] pkgbuilds_packagelists={} manually_excluded_packages_names=[] :: debug: install_info_fetcher: Gonna get repo pkgs install info... Reading repository package databases... Reading local package database... => pacman --color=always --sync --noconfirm pikaur-git --print-format %r/%n :: debug: install_info_fetcher: gonna get AUR pkgs install info for: aur_packages_versionmatchers=['pikaur-git'] self.aur_updates_install_info=[] aur_packages_names_to_versions={'pikaur-git': } => GET https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=pikaur-git :: debug: install_info_fetcher: got AUR pkgs install info: self.aur_updates_install_info=[ 1.6.10-1>] Resolving AUR dependencies... => pacman --color=always --deptest pyalpm git => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp git clone https://aur.archlinux.org/pikaur-git.git /var/cache/pikaur/aur_repos/pikaur-git looking for conflicting AUR packages... Not showing diff for pikaur-git package (--noconfirm) :: Skipping review of PKGBUILD for pikaur-git package (--noconfirm) :: debug: Gonna build self.package_builds_by_name={'pikaur-git': } :: debug: Gonna build pkg_build.package_names=['pikaur-git'] => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp mkdir -p /var/cache/private/pikaur/build/pikaur-git => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp cp -r /var/cache/private/pikaur/aur_repos/pikaur-git/CHANGELOG /var/cache/private/pikaur/aur_repos/pikaur-git/PKGBUILD /var/cache/private/pikaur/aur_repos/pikaur-git/.SRCINFO /var/cache/private/pikaur/build/pikaur-git/ :: Downloading the latest sources for a devel package pikaur-git... => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/pikaur-git makepkg --nobuild --noprepare --nocheck --nodeps => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/pikaur-git makepkg --printsrcinfo -p PKGBUILD => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/pikaur-git makepkg --packagelist :: Starting the build: => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/pikaur-git makepkg --force Running as unit: run-u118.service Press ^] three times within 1s to disconnect TTY. Finished with result: success => systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/pikaur/build/pikaur-git makepkg --packagelist :: debug: Build done for packages pkg_build.package_names=['pikaur-git'], removing from queue Traceback (most recent call last): File "./pikaur.py", line 9, in main() File "/home/user/pikaur/pikaur/main.py", line 437, in main cli_entry_point() File "/home/user/pikaur/pikaur/main.py", line 323, in cli_entry_point pikaur_operation() File "/home/user/pikaur/pikaur/main.py", line 135, in cli_install_packages InstallPackagesCLI() File "/home/user/pikaur/pikaur/install_cli.py", line 161, in __init__ self.main_sequence() File "/home/user/pikaur/pikaur/install_cli.py", line 180, in main_sequence self.install_packages() File "/home/user/pikaur/pikaur/install_cli.py", line 994, in install_packages self.install_aur_packages() File "/home/user/pikaur/pikaur/install_cli.py", line 954, in install_aur_packages aur_packages_to_install = { File "/home/user/pikaur/pikaur/install_cli.py", line 955, in pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name] KeyError: 'pikaur-git' ```

actionless commented 4 years ago
    print(srcinfo.package_name)
    print(srcinfo.get_value('pkgbase'))

pikaur-git None

what i can see so far is what srcinfo is empty for some reason

i'll try to figure out if it might be some sort of race condition

lectrode commented 4 years ago

Ok. Btw, The .SRCINFO and PKGBUILD located in /var/cache/pikaur/aur_repos/pikaur-git/ do not appear incomplete. They are identical to what is on aur.archlinux.org for both crashes (I deleted /var/cache/pikaur between attempts).

The crash logs appear to be different. They're both transient issues, but they have different crash traces. Not sure if the 2nd crash is a separate issue or another symptom of the same issue.

actionless commented 4 years ago

@lectrode also i see in your test runs you're always using root/dynamic_users

is it the same reproducible when running pikaur from unprivileged user without systemd dynamic users?

lectrode commented 4 years ago

I can confirm that this only appears to happen when run as root, or when alwaysusedynamicusers = yes. There were no issues when running it without dynamic_users.

actionless commented 1 year ago

i wonder if it's still reproducible?