+ dnf clean all
0 files removed
+ dnf makecache --verbose
Loaded plugins: builddep, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repograph, repomanage, reposync
DNF version: 2.7.5
cachedir: /var/cache/dnf
Making cache files for all metadata files.
local: has expired and will be refreshed.
Local RPMS                                      1.8 MB/s |  32 MB     00:18    
not found deltainfo for: Local RPMS
not found updateinfo for: Local RPMS
local: using metadata from Mon Mar  5 22:55:00 2018.
Last metadata expiration check: 0:05:47 ago on Mon Mar  5 22:55:14 2018.
Missing file *modules.yaml in metadata cache dir: /var/cache/dnf/local-5521bc1e6d885b81
Completion plugin: Generating completion cache...
Metadata cache created.
+ useradd -d /builddir mockbuild
+ su -c 'mkdir /builddir/build' mockbuild
+ echo '%_topdir /builddir/build'
+ su -c 'rpm -i /var/tmp/hardlink-1.3-3.fc27.src.rpm' mockbuild
+ dnf -y builddep /builddir/build/SPECS/hardlink.spec --define '_topdir /builddir/build'
Last metadata expiration check: 0:09:14 ago on Mon Mar  5 22:55:14 2018.
Dependencies resolved.
================================================================================
 Package           Arch          Version                      Repository   Size
================================================================================
Installing:
 pcre2-devel       riscv64       10.31-0.3.RC1.fc28.1         local       587 k
Installing dependencies:
 pcre2-utf16       riscv64       10.31-0.3.RC1.fc28.1         local       296 k
 pcre2-utf32       riscv64       10.31-0.3.RC1.fc28.1         local       290 k

Transaction Summary
================================================================================
Install  3 Packages

Total download size: 1.1 M
Installed size: 3.8 M
Downloading Packages:
(1/3): pcre2-utf16-10.31-0.3.RC1.fc28.1.riscv64 402 kB/s | 296 kB     00:00    
(2/3): pcre2-utf32-10.31-0.3.RC1.fc28.1.riscv64 362 kB/s | 290 kB     00:00    
(3/3): pcre2-devel-10.31-0.3.RC1.fc28.1.riscv64 485 kB/s | 587 kB     00:01    
--------------------------------------------------------------------------------
Total                                           837 kB/s | 1.1 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : pcre2-utf32-10.31-0.3.RC1.fc28.1.riscv64               1/3 
  Installing       : pcre2-utf16-10.31-0.3.RC1.fc28.1.riscv64               2/3 
  Installing       : pcre2-devel-10.31-0.3.RC1.fc28.1.riscv64               3/3 
  Running scriptlet: pcre2-devel-10.31-0.3.RC1.fc28.1.riscv64               3/3 
  Verifying        : pcre2-devel-10.31-0.3.RC1.fc28.1.riscv64               1/3 
  Verifying        : pcre2-utf16-10.31-0.3.RC1.fc28.1.riscv64               2/3 
  Verifying        : pcre2-utf32-10.31-0.3.RC1.fc28.1.riscv64               3/3 

Installed:
  pcre2-devel.riscv64 10.31-0.3.RC1.fc28.1                                      
  pcre2-utf16.riscv64 10.31-0.3.RC1.fc28.1                                      
  pcre2-utf32.riscv64 10.31-0.3.RC1.fc28.1                                      

Complete!
+ dnf -y update --best
Last metadata expiration check: 0:11:20 ago on Mon Mar  5 22:55:14 2018.
Dependencies resolved.
================================================================================
 Package          Arch              Version               Repository       Size
================================================================================
Upgrading:
 grubby           riscv64           8.40-7.fc28           local            69 k

Transaction Summary
================================================================================
Upgrade  1 Package

Total download size: 69 k
Downloading Packages:
grubby-8.40-7.fc28.riscv64.rpm                  449 kB/s |  69 kB     00:00    
--------------------------------------------------------------------------------
Total                                           266 kB/s |  69 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Upgrading        : grubby-8.40-7.fc28.riscv64                             1/2 
  Cleanup          : grubby-8.40-3.fc28.riscv64                             2/2 
  Running scriptlet: grubby-8.40-3.fc28.riscv64                             2/2 
  Verifying        : grubby-8.40-7.fc28.riscv64                             1/2 
  Verifying        : grubby-8.40-3.fc28.riscv64                             2/2 

Upgraded:
  grubby.riscv64 8.40-7.fc28                                                    

Complete!
+ dnf -y group install buildsys-build
Last metadata expiration check: 0:12:38 ago on Mon Mar  5 22:55:14 2018.
Group 'Buildsystem building group' is already installed.
No match for group package "gcc-c++"
No match for group package "gcc"
Dependencies resolved.
Nothing to do.
Complete!
+ dnf -y install hack-gcc glibc-devel
Last metadata expiration check: 0:13:41 ago on Mon Mar  5 22:55:14 2018.
Package hack-gcc-7.3.1-0.5.riscv64 is already installed, skipping.
Package glibc-devel-2.27.9000-7.fc28.riscv64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
+ exec