Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-abstract-par.spec'], chrootPath='/var/lib/mock/f33-build-182615-45413/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-abstract-par.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Wrote: /builddir/build/SRPMS/ghc-abstract-par-0.3.3-9.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-abstract-par.spec'], chrootPath='/var/lib/mock/f33-build-182615-45413/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-abstract-par.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SEhBxf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf abstract-par-0.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/abstract-par-0.3.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd abstract-par-0.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VHBUVg + umask 022 + cd /builddir/build/BUILD + cd abstract-par-0.3.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed ' + '[' -f Setup.hs -o -f Setup.lhs ']' + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=C.utf8 + ./Setup --version Cabal library version 2.4.0.1 + '[' -x Setup ']' + LANG=C.utf8 ++ sed -e 's/ / -optc/g' ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection ++ echo ' -Wl,-z,relro' -Wl,--as-needed ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-abstract-par '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' '--libexecsubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --global '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-Wp,-D_GLIBCXX_ASSERTIONS -optc-fexceptions -optc-fstack-protector-strong -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -optc-fasynchronous-unwind-tables -optc-fstack-clash-protection -optl-Wl,-z,relro -optl-Wl,--as-needed' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/abstract-par-0.3.3 --global Configuring abstract-par-0.3.3... + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build Preprocessing library for abstract-par-0.3.3.. Building library for abstract-par-0.3.3.. [1 of 2] Compiling Control.Monad.Par.Class ( Control/Monad/Par/Class.hs, dist/build/Control/Monad/Par/Class.o ) Control/Monad/Par/Class.hs:122:1: warning: [-Wtabs] Tab character found here, and in three further locations. Please use spaces instead. | 122 | put_ v a | ^^^^^^^^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParChan_entry’: /tmp/ghc38553_0/ghc_4.hc:9:1: error: warning: label ‘_c5Nt’ defined but not used [-Wunused-label] 9 | _c5Nt: | ^~~~~ | 9 | _c5Nt: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Nq’: /tmp/ghc38553_0/ghc_4.hc:34:1: error: warning: label ‘_c5Nq’ defined but not used [-Wunused-label] 34 | _c5Nq: | ^~~~~ | 34 | _c5Nq: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newChan_entry’: /tmp/ghc38553_0/ghc_4.hc:50:1: error: warning: label ‘_c5NH’ defined but not used [-Wunused-label] 50 | _c5NH: | ^~~~~ | 50 | _c5NH: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5NE’: /tmp/ghc38553_0/ghc_4.hc:75:1: error: warning: label ‘_c5NE’ defined but not used [-Wunused-label] 75 | _c5NE: | ^~~~~ | 75 | _c5NE: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_recv_entry’: /tmp/ghc38553_0/ghc_4.hc:91:1: error: warning: label ‘_c5NV’ defined but not used [-Wunused-label] 91 | _c5NV: | ^~~~~ | 91 | _c5NV: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5NS’: /tmp/ghc38553_0/ghc_4.hc:116:1: error: warning: label ‘_c5NS’ defined but not used [-Wunused-label] 116 | _c5NS: | ^~~~~ | 116 | _c5NS: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_send_entry’: /tmp/ghc38553_0/ghc_4.hc:132:1: error: warning: label ‘_c5O9’ defined but not used [-Wunused-label] 132 | _c5O9: | ^~~~~ | 132 | _c5O9: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5O6’: /tmp/ghc38553_0/ghc_4.hc:157:1: error: warning: label ‘_c5O6’ defined but not used [-Wunused-label] 157 | _c5O6: | ^~~~~ | 157 | _c5O6: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParIVar_entry’: /tmp/ghc38553_0/ghc_4.hc:173:1: error: warning: label ‘_c5On’ defined but not used [-Wunused-label] 173 | _c5On: | ^~~~~ | 173 | _c5On: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Ok’: /tmp/ghc38553_0/ghc_4.hc:198:1: error: warning: label ‘_c5Ok’ defined but not used [-Wunused-label] 198 | _c5Ok: | ^~~~~ | 198 | _c5Ok: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_fork_entry’: /tmp/ghc38553_0/ghc_4.hc:214:1: error: warning: label ‘_c5OB’ defined but not used [-Wunused-label] 214 | _c5OB: | ^~~~~ | 214 | _c5OB: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Oy’: /tmp/ghc38553_0/ghc_4.hc:239:1: error: warning: label ‘_c5Oy’ defined but not used [-Wunused-label] 239 | _c5Oy: | ^~~~~ | 239 | _c5Oy: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_new_entry’: /tmp/ghc38553_0/ghc_4.hc:255:1: error: warning: label ‘_c5OP’ defined but not used [-Wunused-label] 255 | _c5OP: | ^~~~~ | 255 | _c5OP: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5OM’: /tmp/ghc38553_0/ghc_4.hc:280:1: error: warning: label ‘_c5OM’ defined but not used [-Wunused-label] 280 | _c5OM: | ^~~~~ | 280 | _c5OM: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_put_entry’: /tmp/ghc38553_0/ghc_4.hc:296:1: error: warning: label ‘_c5P3’ defined but not used [-Wunused-label] 296 | _c5P3: | ^~~~~ | 296 | _c5P3: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5P0’: /tmp/ghc38553_0/ghc_4.hc:321:1: error: warning: label ‘_c5P0’ defined but not used [-Wunused-label] 321 | _c5P0: | ^~~~~ | 321 | _c5P0: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_putzu_entry’: /tmp/ghc38553_0/ghc_4.hc:337:1: error: warning: label ‘_c5Ph’ defined but not used [-Wunused-label] 337 | _c5Ph: | ^~~~~ | 337 | _c5Ph: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Pe’: /tmp/ghc38553_0/ghc_4.hc:362:1: error: warning: label ‘_c5Pe’ defined but not used [-Wunused-label] 362 | _c5Pe: | ^~~~~ | 362 | _c5Pe: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFull_entry’: /tmp/ghc38553_0/ghc_4.hc:378:1: error: warning: label ‘_c5Pv’ defined but not used [-Wunused-label] 378 | _c5Pv: | ^~~~~ | 378 | _c5Pv: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Ps’: /tmp/ghc38553_0/ghc_4.hc:403:1: error: warning: label ‘_c5Ps’ defined but not used [-Wunused-label] 403 | _c5Ps: | ^~~~~ | 403 | _c5Ps: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFullzu_entry’: /tmp/ghc38553_0/ghc_4.hc:419:1: error: warning: label ‘_c5PJ’ defined but not used [-Wunused-label] 419 | _c5PJ: | ^~~~~ | 419 | _c5PJ: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5PG’: /tmp/ghc38553_0/ghc_4.hc:444:1: error: warning: label ‘_c5PG’ defined but not used [-Wunused-label] 444 | _c5PG: | ^~~~~ | 444 | _c5PG: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParFuture_entry’: /tmp/ghc38553_0/ghc_4.hc:460:1: error: warning: label ‘_c5PX’ defined but not used [-Wunused-label] 460 | _c5PX: | ^~~~~ | 460 | _c5PX: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5PU’: /tmp/ghc38553_0/ghc_4.hc:485:1: error: warning: label ‘_c5PU’ defined but not used [-Wunused-label] 485 | _c5PU: | ^~~~~ | 485 | _c5PU: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawn_entry’: /tmp/ghc38553_0/ghc_4.hc:501:1: error: warning: label ‘_c5Qb’ defined but not used [-Wunused-label] 501 | _c5Qb: | ^~~~~ | 501 | _c5Qb: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Q8’: /tmp/ghc38553_0/ghc_4.hc:526:1: error: warning: label ‘_c5Q8’ defined but not used [-Wunused-label] 526 | _c5Q8: | ^~~~~ | 526 | _c5Q8: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnzu_entry’: /tmp/ghc38553_0/ghc_4.hc:542:1: error: warning: label ‘_c5Qp’ defined but not used [-Wunused-label] 542 | _c5Qp: | ^~~~~ | 542 | _c5Qp: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Qm’: /tmp/ghc38553_0/ghc_4.hc:567:1: error: warning: label ‘_c5Qm’ defined but not used [-Wunused-label] 567 | _c5Qm: | ^~~~~ | 567 | _c5Qm: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_get_entry’: /tmp/ghc38553_0/ghc_4.hc:583:1: error: warning: label ‘_c5QD’ defined but not used [-Wunused-label] 583 | _c5QD: | ^~~~~ | 583 | _c5QD: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5QA’: /tmp/ghc38553_0/ghc_4.hc:608:1: error: warning: label ‘_c5QA’ defined but not used [-Wunused-label] 608 | _c5QA: | ^~~~~ | 608 | _c5QA: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnP_entry’: /tmp/ghc38553_0/ghc_4.hc:624:1: error: warning: label ‘_c5QR’ defined but not used [-Wunused-label] 624 | _c5QR: | ^~~~~ | 624 | _c5QR: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5QO’: /tmp/ghc38553_0/ghc_4.hc:649:1: error: warning: label ‘_c5QO’ defined but not used [-Wunused-label] 649 | _c5QO: | ^~~~~ | 649 | _c5QO: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5MS_entry’: /tmp/ghc38553_0/ghc_4.hc:664:1: error: warning: label ‘_c5Rl’ defined but not used [-Wunused-label] 664 | _c5Rl: | ^~~~~ | 664 | _c5Rl: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5MU_entry’: /tmp/ghc38553_0/ghc_4.hc:696:1: error: warning: label ‘_c5Ro’ defined but not used [-Wunused-label] 696 | _c5Ro: | ^~~~~ | 696 | _c5Ro: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5MQ_entry’: /tmp/ghc38553_0/ghc_4.hc:738:1: error: warning: label ‘_c5Rx’ defined but not used [-Wunused-label] 738 | _c5Rx: | ^~~~~ | 738 | _c5Rx: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFullzu_entry’: /tmp/ghc38553_0/ghc_4.hc:763:1: error: warning: label ‘_c5RA’ defined but not used [-Wunused-label] 763 | _c5RA: | ^~~~~ | 763 | _c5RA: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5R2’: /tmp/ghc38553_0/ghc_4.hc:791:1: error: warning: label ‘_c5R2’ defined but not used [-Wunused-label] 791 | _c5R2: | ^~~~~ | 791 | _c5R2: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5R6’: /tmp/ghc38553_0/ghc_4.hc:816:1: error: warning: label ‘_c5R6’ defined but not used [-Wunused-label] 816 | _c5R6: | ^~~~~ | 816 | _c5R6: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFull_entry’: /tmp/ghc38553_0/ghc_4.hc:852:1: error: warning: label ‘_c5RO’ defined but not used [-Wunused-label] 852 | _c5RO: | ^~~~~ | 852 | _c5RO: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5RM’: /tmp/ghc38553_0/ghc_4.hc:880:1: error: warning: label ‘_c5RM’ defined but not used [-Wunused-label] 880 | _c5RM: | ^~~~~ | 880 | _c5RM: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmput_entry’: /tmp/ghc38553_0/ghc_4.hc:895:1: error: warning: label ‘_c5S0’ defined but not used [-Wunused-label] 895 | _c5S0: | ^~~~~ | 895 | _c5S0: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5RY’: /tmp/ghc38553_0/ghc_4.hc:923:1: error: warning: label ‘_c5RY’ defined but not used [-Wunused-label] 923 | _c5RY: | ^~~~~ | 923 | _c5RY: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5N8_entry’: /tmp/ghc38553_0/ghc_4.hc:939:1: error: warning: label ‘_c5Sg’ defined but not used [-Wunused-label] 939 | _c5Sg: | ^~~~~ | 939 | _c5Sg: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Se’: /tmp/ghc38553_0/ghc_4.hc:964:1: error: warning: label ‘_c5Se’ defined but not used [-Wunused-label] 964 | _c5Se: | ^~~~~ | 964 | _c5Se: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawnP_entry’: /tmp/ghc38553_0/ghc_4.hc:983:1: error: warning: label ‘_c5Sm’ defined but not used [-Wunused-label] 983 | _c5Sm: | ^~~~~ | 983 | _c5Sm: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5Nk_entry’: /tmp/ghc38553_0/ghc_4.hc:1021:1: error: warning: label ‘_c5SK’ defined but not used [-Wunused-label] 1021 | _c5SK: | ^~~~~ | 1021 | _c5SK: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5SI’: /tmp/ghc38553_0/ghc_4.hc:1044:1: error: warning: label ‘_c5SI’ defined but not used [-Wunused-label] 1044 | _c5SI: | ^~~~~ | 1044 | _c5SI: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘s5Nl_entry’: /tmp/ghc38553_0/ghc_4.hc:1061:1: error: warning: label ‘_c5SQ’ defined but not used [-Wunused-label] 1061 | _c5SQ: | ^~~~~ | 1061 | _c5SQ: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘_c5Sz’: /tmp/ghc38553_0/ghc_4.hc:1090:1: error: warning: label ‘_c5Sz’ defined but not used [-Wunused-label] 1090 | _c5Sz: | ^~~~~ | 1090 | _c5Sz: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawn_entry’: /tmp/ghc38553_0/ghc_4.hc:1122:1: error: warning: label ‘_c5SW’ defined but not used [-Wunused-label] 1122 | _c5SW: | ^~~~~ | 1122 | _c5SW: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_entry’: /tmp/ghc38553_0/ghc_4.hc:1253:1: error: warning: label ‘_c5T6’ defined but not used [-Wunused-label] 1253 | _c5T6: | ^~~~~ | 1253 | _c5T6: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_slow’: /tmp/ghc38553_0/ghc_4.hc:1285:1: error: warning: label ‘_c5Tc’ defined but not used [-Wunused-label] 1285 | _c5Tc: | ^~~~~ | 1285 | _c5Tc: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_entry’: /tmp/ghc38553_0/ghc_4.hc:1294:1: error: warning: label ‘_c5Th’ defined but not used [-Wunused-label] 1294 | _c5Th: | ^~~~~ | 1294 | _c5Th: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_entry’: /tmp/ghc38553_0/ghc_4.hc:1331:1: error: warning: label ‘_c5Tr’ defined but not used [-Wunused-label] 1331 | _c5Tr: | ^~~~~ | 1331 | _c5Tr: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_con_entry’: /tmp/ghc38553_0/ghc_4.hc:1365:1: error: warning: label ‘_c5Tw’ defined but not used [-Wunused-label] 1365 | _c5Tw: | ^~~~~ | 1365 | _c5Tw: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_con_entry’: /tmp/ghc38553_0/ghc_4.hc:1379:1: error: warning: label ‘_c5Ty’ defined but not used [-Wunused-label] 1379 | _c5Ty: | ^~~~~ | 1379 | _c5Ty: | ^ /tmp/ghc38553_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_con_entry’: /tmp/ghc38553_0/ghc_4.hc:1393:1: error: warning: label ‘_c5TA’ defined but not used [-Wunused-label] 1393 | _c5TA: | ^~~~~ | 1393 | _c5TA: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParChan_entry’: /tmp/ghc38553_0/ghc_8.hc:9:1: error: warning: label ‘_c5Wr’ defined but not used [-Wunused-label] 9 | _c5Wr: | ^~~~~ | 9 | _c5Wr: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Wo’: /tmp/ghc38553_0/ghc_8.hc:34:1: error: warning: label ‘_c5Wo’ defined but not used [-Wunused-label] 34 | _c5Wo: | ^~~~~ | 34 | _c5Wo: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newChan_entry’: /tmp/ghc38553_0/ghc_8.hc:50:1: error: warning: label ‘_c5WF’ defined but not used [-Wunused-label] 50 | _c5WF: | ^~~~~ | 50 | _c5WF: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5WC’: /tmp/ghc38553_0/ghc_8.hc:75:1: error: warning: label ‘_c5WC’ defined but not used [-Wunused-label] 75 | _c5WC: | ^~~~~ | 75 | _c5WC: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_recv_entry’: /tmp/ghc38553_0/ghc_8.hc:91:1: error: warning: label ‘_c5WT’ defined but not used [-Wunused-label] 91 | _c5WT: | ^~~~~ | 91 | _c5WT: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5WQ’: /tmp/ghc38553_0/ghc_8.hc:116:1: error: warning: label ‘_c5WQ’ defined but not used [-Wunused-label] 116 | _c5WQ: | ^~~~~ | 116 | _c5WQ: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_send_entry’: /tmp/ghc38553_0/ghc_8.hc:132:1: error: warning: label ‘_c5X7’ defined but not used [-Wunused-label] 132 | _c5X7: | ^~~~~ | 132 | _c5X7: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5X4’: /tmp/ghc38553_0/ghc_8.hc:157:1: error: warning: label ‘_c5X4’ defined but not used [-Wunused-label] 157 | _c5X4: | ^~~~~ | 157 | _c5X4: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParIVar_entry’: /tmp/ghc38553_0/ghc_8.hc:173:1: error: warning: label ‘_c5Xl’ defined but not used [-Wunused-label] 173 | _c5Xl: | ^~~~~ | 173 | _c5Xl: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Xi’: /tmp/ghc38553_0/ghc_8.hc:198:1: error: warning: label ‘_c5Xi’ defined but not used [-Wunused-label] 198 | _c5Xi: | ^~~~~ | 198 | _c5Xi: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_fork_entry’: /tmp/ghc38553_0/ghc_8.hc:214:1: error: warning: label ‘_c5Xz’ defined but not used [-Wunused-label] 214 | _c5Xz: | ^~~~~ | 214 | _c5Xz: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Xw’: /tmp/ghc38553_0/ghc_8.hc:239:1: error: warning: label ‘_c5Xw’ defined but not used [-Wunused-label] 239 | _c5Xw: | ^~~~~ | 239 | _c5Xw: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_new_entry’: /tmp/ghc38553_0/ghc_8.hc:255:1: error: warning: label ‘_c5XN’ defined but not used [-Wunused-label] 255 | _c5XN: | ^~~~~ | 255 | _c5XN: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5XK’: /tmp/ghc38553_0/ghc_8.hc:280:1: error: warning: label ‘_c5XK’ defined but not used [-Wunused-label] 280 | _c5XK: | ^~~~~ | 280 | _c5XK: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_put_entry’: /tmp/ghc38553_0/ghc_8.hc:296:1: error: warning: label ‘_c5Y1’ defined but not used [-Wunused-label] 296 | _c5Y1: | ^~~~~ | 296 | _c5Y1: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5XY’: /tmp/ghc38553_0/ghc_8.hc:321:1: error: warning: label ‘_c5XY’ defined but not used [-Wunused-label] 321 | _c5XY: | ^~~~~ | 321 | _c5XY: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_putzu_entry’: /tmp/ghc38553_0/ghc_8.hc:337:1: error: warning: label ‘_c5Yf’ defined but not used [-Wunused-label] 337 | _c5Yf: | ^~~~~ | 337 | _c5Yf: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Yc’: /tmp/ghc38553_0/ghc_8.hc:362:1: error: warning: label ‘_c5Yc’ defined but not used [-Wunused-label] 362 | _c5Yc: | ^~~~~ | 362 | _c5Yc: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFull_entry’: /tmp/ghc38553_0/ghc_8.hc:378:1: error: warning: label ‘_c5Yt’ defined but not used [-Wunused-label] 378 | _c5Yt: | ^~~~~ | 378 | _c5Yt: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Yq’: /tmp/ghc38553_0/ghc_8.hc:403:1: error: warning: label ‘_c5Yq’ defined but not used [-Wunused-label] 403 | _c5Yq: | ^~~~~ | 403 | _c5Yq: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFullzu_entry’: /tmp/ghc38553_0/ghc_8.hc:419:1: error: warning: label ‘_c5YH’ defined but not used [-Wunused-label] 419 | _c5YH: | ^~~~~ | 419 | _c5YH: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5YE’: /tmp/ghc38553_0/ghc_8.hc:444:1: error: warning: label ‘_c5YE’ defined but not used [-Wunused-label] 444 | _c5YE: | ^~~~~ | 444 | _c5YE: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParFuture_entry’: /tmp/ghc38553_0/ghc_8.hc:460:1: error: warning: label ‘_c5YV’ defined but not used [-Wunused-label] 460 | _c5YV: | ^~~~~ | 460 | _c5YV: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5YS’: /tmp/ghc38553_0/ghc_8.hc:485:1: error: warning: label ‘_c5YS’ defined but not used [-Wunused-label] 485 | _c5YS: | ^~~~~ | 485 | _c5YS: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawn_entry’: /tmp/ghc38553_0/ghc_8.hc:501:1: error: warning: label ‘_c5Z9’ defined but not used [-Wunused-label] 501 | _c5Z9: | ^~~~~ | 501 | _c5Z9: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Z6’: /tmp/ghc38553_0/ghc_8.hc:526:1: error: warning: label ‘_c5Z6’ defined but not used [-Wunused-label] 526 | _c5Z6: | ^~~~~ | 526 | _c5Z6: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnzu_entry’: /tmp/ghc38553_0/ghc_8.hc:542:1: error: warning: label ‘_c5Zn’ defined but not used [-Wunused-label] 542 | _c5Zn: | ^~~~~ | 542 | _c5Zn: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Zk’: /tmp/ghc38553_0/ghc_8.hc:567:1: error: warning: label ‘_c5Zk’ defined but not used [-Wunused-label] 567 | _c5Zk: | ^~~~~ | 567 | _c5Zk: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_get_entry’: /tmp/ghc38553_0/ghc_8.hc:583:1: error: warning: label ‘_c5ZB’ defined but not used [-Wunused-label] 583 | _c5ZB: | ^~~~~ | 583 | _c5ZB: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5Zy’: /tmp/ghc38553_0/ghc_8.hc:608:1: error: warning: label ‘_c5Zy’ defined but not used [-Wunused-label] 608 | _c5Zy: | ^~~~~ | 608 | _c5Zy: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnP_entry’: /tmp/ghc38553_0/ghc_8.hc:624:1: error: warning: label ‘_c5ZP’ defined but not used [-Wunused-label] 624 | _c5ZP: | ^~~~~ | 624 | _c5ZP: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c5ZM’: /tmp/ghc38553_0/ghc_8.hc:649:1: error: warning: label ‘_c5ZM’ defined but not used [-Wunused-label] 649 | _c5ZM: | ^~~~~ | 649 | _c5ZM: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5VQ_entry’: /tmp/ghc38553_0/ghc_8.hc:664:1: error: warning: label ‘_c60j’ defined but not used [-Wunused-label] 664 | _c60j: | ^~~~~ | 664 | _c60j: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5VS_entry’: /tmp/ghc38553_0/ghc_8.hc:696:1: error: warning: label ‘_c60m’ defined but not used [-Wunused-label] 696 | _c60m: | ^~~~~ | 696 | _c60m: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5VO_entry’: /tmp/ghc38553_0/ghc_8.hc:738:1: error: warning: label ‘_c60v’ defined but not used [-Wunused-label] 738 | _c60v: | ^~~~~ | 738 | _c60v: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFullzu_entry’: /tmp/ghc38553_0/ghc_8.hc:763:1: error: warning: label ‘_c60y’ defined but not used [-Wunused-label] 763 | _c60y: | ^~~~~ | 763 | _c60y: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c600’: /tmp/ghc38553_0/ghc_8.hc:791:1: error: warning: label ‘_c600’ defined but not used [-Wunused-label] 791 | _c600: | ^~~~~ | 791 | _c600: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c604’: /tmp/ghc38553_0/ghc_8.hc:816:1: error: warning: label ‘_c604’ defined but not used [-Wunused-label] 816 | _c604: | ^~~~~ | 816 | _c604: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFull_entry’: /tmp/ghc38553_0/ghc_8.hc:852:1: error: warning: label ‘_c60M’ defined but not used [-Wunused-label] 852 | _c60M: | ^~~~~ | 852 | _c60M: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c60K’: /tmp/ghc38553_0/ghc_8.hc:880:1: error: warning: label ‘_c60K’ defined but not used [-Wunused-label] 880 | _c60K: | ^~~~~ | 880 | _c60K: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmput_entry’: /tmp/ghc38553_0/ghc_8.hc:895:1: error: warning: label ‘_c60Y’ defined but not used [-Wunused-label] 895 | _c60Y: | ^~~~~ | 895 | _c60Y: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c60W’: /tmp/ghc38553_0/ghc_8.hc:923:1: error: warning: label ‘_c60W’ defined but not used [-Wunused-label] 923 | _c60W: | ^~~~~ | 923 | _c60W: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5W6_entry’: /tmp/ghc38553_0/ghc_8.hc:939:1: error: warning: label ‘_c61e’ defined but not used [-Wunused-label] 939 | _c61e: | ^~~~~ | 939 | _c61e: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c61c’: /tmp/ghc38553_0/ghc_8.hc:964:1: error: warning: label ‘_c61c’ defined but not used [-Wunused-label] 964 | _c61c: | ^~~~~ | 964 | _c61c: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawnP_entry’: /tmp/ghc38553_0/ghc_8.hc:983:1: error: warning: label ‘_c61k’ defined but not used [-Wunused-label] 983 | _c61k: | ^~~~~ | 983 | _c61k: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5Wi_entry’: /tmp/ghc38553_0/ghc_8.hc:1021:1: error: warning: label ‘_c61I’ defined but not used [-Wunused-label] 1021 | _c61I: | ^~~~~ | 1021 | _c61I: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c61G’: /tmp/ghc38553_0/ghc_8.hc:1044:1: error: warning: label ‘_c61G’ defined but not used [-Wunused-label] 1044 | _c61G: | ^~~~~ | 1044 | _c61G: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘s5Wj_entry’: /tmp/ghc38553_0/ghc_8.hc:1061:1: error: warning: label ‘_c61O’ defined but not used [-Wunused-label] 1061 | _c61O: | ^~~~~ | 1061 | _c61O: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘_c61x’: /tmp/ghc38553_0/ghc_8.hc:1090:1: error: warning: label ‘_c61x’ defined but not used [-Wunused-label] 1090 | _c61x: | ^~~~~ | 1090 | _c61x: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawn_entry’: /tmp/ghc38553_0/ghc_8.hc:1122:1: error: warning: label ‘_c61U’ defined but not used [-Wunused-label] 1122 | _c61U: | ^~~~~ | 1122 | _c61U: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_entry’: /tmp/ghc38553_0/ghc_8.hc:1253:1: error: warning: label ‘_c624’ defined but not used [-Wunused-label] 1253 | _c624: | ^~~~~ | 1253 | _c624: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_slow’: /tmp/ghc38553_0/ghc_8.hc:1285:1: error: warning: label ‘_c62a’ defined but not used [-Wunused-label] 1285 | _c62a: | ^~~~~ | 1285 | _c62a: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_entry’: /tmp/ghc38553_0/ghc_8.hc:1294:1: error: warning: label ‘_c62f’ defined but not used [-Wunused-label] 1294 | _c62f: | ^~~~~ | 1294 | _c62f: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_entry’: /tmp/ghc38553_0/ghc_8.hc:1331:1: error: warning: label ‘_c62p’ defined but not used [-Wunused-label] 1331 | _c62p: | ^~~~~ | 1331 | _c62p: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_con_entry’: /tmp/ghc38553_0/ghc_8.hc:1365:1: error: warning: label ‘_c62u’ defined but not used [-Wunused-label] 1365 | _c62u: | ^~~~~ | 1365 | _c62u: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_con_entry’: /tmp/ghc38553_0/ghc_8.hc:1379:1: error: warning: label ‘_c62w’ defined but not used [-Wunused-label] 1379 | _c62w: | ^~~~~ | 1379 | _c62w: | ^ /tmp/ghc38553_0/ghc_8.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_con_entry’: /tmp/ghc38553_0/ghc_8.hc:1393:1: error: warning: label ‘_c62y’ defined but not used [-Wunused-label] 1393 | _c62y: | ^~~~~ | 1393 | _c62y: | ^ [2 of 2] Compiling Control.Monad.Par.Unsafe ( Control/Monad/Par/Unsafe.hs, dist/build/Control/Monad/Par/Unsafe.o ) /tmp/ghc38553_0/ghc_13.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafePeek_entry’: /tmp/ghc38553_0/ghc_13.hc:9:1: error: warning: label ‘_c64Z’ defined but not used [-Wunused-label] 9 | _c64Z: | ^~~~~ | 9 | _c64Z: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘_c64W’: /tmp/ghc38553_0/ghc_13.hc:34:1: error: warning: label ‘_c64W’ defined but not used [-Wunused-label] 34 | _c64W: | ^~~~~ | 34 | _c64W: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeTryPut_entry’: /tmp/ghc38553_0/ghc_13.hc:50:1: error: warning: label ‘_c65d’ defined but not used [-Wunused-label] 50 | _c65d: | ^~~~~ | 50 | _c65d: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘_c65a’: /tmp/ghc38553_0/ghc_13.hc:75:1: error: warning: label ‘_c65a’ defined but not used [-Wunused-label] 75 | _c65a: | ^~~~~ | 75 | _c65a: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeParIO_entry’: /tmp/ghc38553_0/ghc_13.hc:91:1: error: warning: label ‘_c65r’ defined but not used [-Wunused-label] 91 | _c65r: | ^~~~~ | 91 | _c65r: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘_c65o’: /tmp/ghc38553_0/ghc_13.hc:116:1: error: warning: label ‘_c65o’ defined but not used [-Wunused-label] 116 | _c65o: | ^~~~~ | 116 | _c65o: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_entry’: /tmp/ghc38553_0/ghc_13.hc:191:1: error: warning: label ‘_c65D’ defined but not used [-Wunused-label] 191 | _c65D: | ^~~~~ | 191 | _c65D: | ^ /tmp/ghc38553_0/ghc_13.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_con_entry’: /tmp/ghc38553_0/ghc_13.hc:223:1: error: warning: label ‘_c65I’ defined but not used [-Wunused-label] 223 | _c65I: | ^~~~~ | 223 | _c65I: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafePeek_entry’: /tmp/ghc38553_0/ghc_17.hc:9:1: error: warning: label ‘_c666’ defined but not used [-Wunused-label] 9 | _c666: | ^~~~~ | 9 | _c666: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘_c663’: /tmp/ghc38553_0/ghc_17.hc:34:1: error: warning: label ‘_c663’ defined but not used [-Wunused-label] 34 | _c663: | ^~~~~ | 34 | _c663: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeTryPut_entry’: /tmp/ghc38553_0/ghc_17.hc:50:1: error: warning: label ‘_c66k’ defined but not used [-Wunused-label] 50 | _c66k: | ^~~~~ | 50 | _c66k: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘_c66h’: /tmp/ghc38553_0/ghc_17.hc:75:1: error: warning: label ‘_c66h’ defined but not used [-Wunused-label] 75 | _c66h: | ^~~~~ | 75 | _c66h: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeParIO_entry’: /tmp/ghc38553_0/ghc_17.hc:91:1: error: warning: label ‘_c66y’ defined but not used [-Wunused-label] 91 | _c66y: | ^~~~~ | 91 | _c66y: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘_c66v’: /tmp/ghc38553_0/ghc_17.hc:116:1: error: warning: label ‘_c66v’ defined but not used [-Wunused-label] 116 | _c66v: | ^~~~~ | 116 | _c66v: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_entry’: /tmp/ghc38553_0/ghc_17.hc:191:1: error: warning: label ‘_c66K’ defined but not used [-Wunused-label] 191 | _c66K: | ^~~~~ | 191 | _c66K: | ^ /tmp/ghc38553_0/ghc_17.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_con_entry’: /tmp/ghc38553_0/ghc_17.hc:223:1: error: warning: label ‘_c66P’ defined but not used [-Wunused-label] 223 | _c66P: | ^~~~~ | 223 | _c66P: | ^ [1 of 2] Compiling Control.Monad.Par.Class ( Control/Monad/Par/Class.hs, dist/build/Control/Monad/Par/Class.p_o ) Control/Monad/Par/Class.hs:122:1: warning: [-Wtabs] Tab character found here, and in three further locations. Please use spaces instead. | 122 | put_ v a | ^^^^^^^^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParChan_entry’: /tmp/ghc38577_0/ghc_4.hc:29:1: error: warning: label ‘_c5Nx’ defined but not used [-Wunused-label] 29 | _c5Nx: | ^~~~~ | 29 | _c5Nx: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Nu’: /tmp/ghc38577_0/ghc_4.hc:61:1: error: warning: label ‘_c5Nu’ defined but not used [-Wunused-label] 61 | _c5Nu: | ^~~~~ | 61 | _c5Nu: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newChan_entry’: /tmp/ghc38577_0/ghc_4.hc:82:1: error: warning: label ‘_c5NO’ defined but not used [-Wunused-label] 82 | _c5NO: | ^~~~~ | 82 | _c5NO: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5NL’: /tmp/ghc38577_0/ghc_4.hc:114:1: error: warning: label ‘_c5NL’ defined but not used [-Wunused-label] 114 | _c5NL: | ^~~~~ | 114 | _c5NL: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_recv_entry’: /tmp/ghc38577_0/ghc_4.hc:135:1: error: warning: label ‘_c5O5’ defined but not used [-Wunused-label] 135 | _c5O5: | ^~~~~ | 135 | _c5O5: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5O2’: /tmp/ghc38577_0/ghc_4.hc:167:1: error: warning: label ‘_c5O2’ defined but not used [-Wunused-label] 167 | _c5O2: | ^~~~~ | 167 | _c5O2: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_send_entry’: /tmp/ghc38577_0/ghc_4.hc:188:1: error: warning: label ‘_c5Om’ defined but not used [-Wunused-label] 188 | _c5Om: | ^~~~~ | 188 | _c5Om: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Oj’: /tmp/ghc38577_0/ghc_4.hc:220:1: error: warning: label ‘_c5Oj’ defined but not used [-Wunused-label] 220 | _c5Oj: | ^~~~~ | 220 | _c5Oj: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParIVar_entry’: /tmp/ghc38577_0/ghc_4.hc:241:1: error: warning: label ‘_c5OD’ defined but not used [-Wunused-label] 241 | _c5OD: | ^~~~~ | 241 | _c5OD: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5OA’: /tmp/ghc38577_0/ghc_4.hc:273:1: error: warning: label ‘_c5OA’ defined but not used [-Wunused-label] 273 | _c5OA: | ^~~~~ | 273 | _c5OA: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_fork_entry’: /tmp/ghc38577_0/ghc_4.hc:294:1: error: warning: label ‘_c5OU’ defined but not used [-Wunused-label] 294 | _c5OU: | ^~~~~ | 294 | _c5OU: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5OR’: /tmp/ghc38577_0/ghc_4.hc:326:1: error: warning: label ‘_c5OR’ defined but not used [-Wunused-label] 326 | _c5OR: | ^~~~~ | 326 | _c5OR: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_new_entry’: /tmp/ghc38577_0/ghc_4.hc:347:1: error: warning: label ‘_c5Pb’ defined but not used [-Wunused-label] 347 | _c5Pb: | ^~~~~ | 347 | _c5Pb: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5P8’: /tmp/ghc38577_0/ghc_4.hc:379:1: error: warning: label ‘_c5P8’ defined but not used [-Wunused-label] 379 | _c5P8: | ^~~~~ | 379 | _c5P8: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_put_entry’: /tmp/ghc38577_0/ghc_4.hc:400:1: error: warning: label ‘_c5Ps’ defined but not used [-Wunused-label] 400 | _c5Ps: | ^~~~~ | 400 | _c5Ps: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Pp’: /tmp/ghc38577_0/ghc_4.hc:432:1: error: warning: label ‘_c5Pp’ defined but not used [-Wunused-label] 432 | _c5Pp: | ^~~~~ | 432 | _c5Pp: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_putzu_entry’: /tmp/ghc38577_0/ghc_4.hc:453:1: error: warning: label ‘_c5PJ’ defined but not used [-Wunused-label] 453 | _c5PJ: | ^~~~~ | 453 | _c5PJ: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5PG’: /tmp/ghc38577_0/ghc_4.hc:485:1: error: warning: label ‘_c5PG’ defined but not used [-Wunused-label] 485 | _c5PG: | ^~~~~ | 485 | _c5PG: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFull_entry’: /tmp/ghc38577_0/ghc_4.hc:506:1: error: warning: label ‘_c5Q0’ defined but not used [-Wunused-label] 506 | _c5Q0: | ^~~~~ | 506 | _c5Q0: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5PX’: /tmp/ghc38577_0/ghc_4.hc:538:1: error: warning: label ‘_c5PX’ defined but not used [-Wunused-label] 538 | _c5PX: | ^~~~~ | 538 | _c5PX: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_newFullzu_entry’: /tmp/ghc38577_0/ghc_4.hc:559:1: error: warning: label ‘_c5Qh’ defined but not used [-Wunused-label] 559 | _c5Qh: | ^~~~~ | 559 | _c5Qh: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Qe’: /tmp/ghc38577_0/ghc_4.hc:591:1: error: warning: label ‘_c5Qe’ defined but not used [-Wunused-label] 591 | _c5Qe: | ^~~~~ | 591 | _c5Qe: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zdp1ParFuture_entry’: /tmp/ghc38577_0/ghc_4.hc:612:1: error: warning: label ‘_c5Qy’ defined but not used [-Wunused-label] 612 | _c5Qy: | ^~~~~ | 612 | _c5Qy: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Qv’: /tmp/ghc38577_0/ghc_4.hc:644:1: error: warning: label ‘_c5Qv’ defined but not used [-Wunused-label] 644 | _c5Qv: | ^~~~~ | 644 | _c5Qv: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawn_entry’: /tmp/ghc38577_0/ghc_4.hc:665:1: error: warning: label ‘_c5QP’ defined but not used [-Wunused-label] 665 | _c5QP: | ^~~~~ | 665 | _c5QP: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5QM’: /tmp/ghc38577_0/ghc_4.hc:697:1: error: warning: label ‘_c5QM’ defined but not used [-Wunused-label] 697 | _c5QM: | ^~~~~ | 697 | _c5QM: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnzu_entry’: /tmp/ghc38577_0/ghc_4.hc:718:1: error: warning: label ‘_c5R6’ defined but not used [-Wunused-label] 718 | _c5R6: | ^~~~~ | 718 | _c5R6: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5R3’: /tmp/ghc38577_0/ghc_4.hc:750:1: error: warning: label ‘_c5R3’ defined but not used [-Wunused-label] 750 | _c5R3: | ^~~~~ | 750 | _c5R3: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_get_entry’: /tmp/ghc38577_0/ghc_4.hc:771:1: error: warning: label ‘_c5Rn’ defined but not used [-Wunused-label] 771 | _c5Rn: | ^~~~~ | 771 | _c5Rn: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Rk’: /tmp/ghc38577_0/ghc_4.hc:803:1: error: warning: label ‘_c5Rk’ defined but not used [-Wunused-label] 803 | _c5Rk: | ^~~~~ | 803 | _c5Rk: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_spawnP_entry’: /tmp/ghc38577_0/ghc_4.hc:824:1: error: warning: label ‘_c5RE’ defined but not used [-Wunused-label] 824 | _c5RE: | ^~~~~ | 824 | _c5RE: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5RB’: /tmp/ghc38577_0/ghc_4.hc:856:1: error: warning: label ‘_c5RB’ defined but not used [-Wunused-label] 856 | _c5RB: | ^~~~~ | 856 | _c5RB: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5MT_entry’: /tmp/ghc38577_0/ghc_4.hc:875:1: error: warning: label ‘_c5Sh’ defined but not used [-Wunused-label] 875 | _c5Sh: | ^~~~~ | 875 | _c5Sh: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5MS_entry’: /tmp/ghc38577_0/ghc_4.hc:911:1: error: warning: label ‘_c5Sr’ defined but not used [-Wunused-label] 911 | _c5Sr: | ^~~~~ | 911 | _c5Sr: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5MU_entry’: /tmp/ghc38577_0/ghc_4.hc:957:1: error: warning: label ‘_c5Su’ defined but not used [-Wunused-label] 957 | _c5Su: | ^~~~~ | 957 | _c5Su: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5MQ_entry’: /tmp/ghc38577_0/ghc_4.hc:1017:1: error: warning: label ‘_c5SG’ defined but not used [-Wunused-label] 1017 | _c5SG: | ^~~~~ | 1017 | _c5SG: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFullzu_entry’: /tmp/ghc38577_0/ghc_4.hc:1053:1: error: warning: label ‘_c5SJ’ defined but not used [-Wunused-label] 1053 | _c5SJ: | ^~~~~ | 1053 | _c5SJ: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5RS’: /tmp/ghc38577_0/ghc_4.hc:1083:1: error: warning: label ‘_c5RS’ defined but not used [-Wunused-label] 1083 | _c5RS: | ^~~~~ | 1083 | _c5RS: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5RX’: /tmp/ghc38577_0/ghc_4.hc:1111:1: error: warning: label ‘_c5RX’ defined but not used [-Wunused-label] 1111 | _c5RX: | ^~~~~ | 1111 | _c5RX: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmnewFull_entry’: /tmp/ghc38577_0/ghc_4.hc:1159:1: error: warning: label ‘_c5T8’ defined but not used [-Wunused-label] 1159 | _c5T8: | ^~~~~ | 1159 | _c5T8: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5T6’: /tmp/ghc38577_0/ghc_4.hc:1189:1: error: warning: label ‘_c5T6’ defined but not used [-Wunused-label] 1189 | _c5T6: | ^~~~~ | 1189 | _c5T6: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmput_entry’: /tmp/ghc38577_0/ghc_4.hc:1212:1: error: warning: label ‘_c5Tn’ defined but not used [-Wunused-label] 1212 | _c5Tn: | ^~~~~ | 1212 | _c5Tn: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Tl’: /tmp/ghc38577_0/ghc_4.hc:1242:1: error: warning: label ‘_c5Tl’ defined but not used [-Wunused-label] 1242 | _c5Tl: | ^~~~~ | 1242 | _c5Tl: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5N8_entry’: /tmp/ghc38577_0/ghc_4.hc:1266:1: error: warning: label ‘_c5TJ’ defined but not used [-Wunused-label] 1266 | _c5TJ: | ^~~~~ | 1266 | _c5TJ: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5TH’: /tmp/ghc38577_0/ghc_4.hc:1299:1: error: warning: label ‘_c5TH’ defined but not used [-Wunused-label] 1299 | _c5TH: | ^~~~~ | 1299 | _c5TH: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawnP_entry’: /tmp/ghc38577_0/ghc_4.hc:1326:1: error: warning: label ‘_c5TP’ defined but not used [-Wunused-label] 1326 | _c5TP: | ^~~~~ | 1326 | _c5TP: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5Nk_entry’: /tmp/ghc38577_0/ghc_4.hc:1376:1: error: warning: label ‘_c5Up’ defined but not used [-Wunused-label] 1376 | _c5Up: | ^~~~~ | 1376 | _c5Up: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Un’: /tmp/ghc38577_0/ghc_4.hc:1409:1: error: warning: label ‘_c5Un’ defined but not used [-Wunused-label] 1409 | _c5Un: | ^~~~~ | 1409 | _c5Un: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘s5Nl_entry’: /tmp/ghc38577_0/ghc_4.hc:1431:1: error: warning: label ‘_c5Uv’ defined but not used [-Wunused-label] 1431 | _c5Uv: | ^~~~~ | 1431 | _c5Uv: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘_c5Ua’: /tmp/ghc38577_0/ghc_4.hc:1470:1: error: warning: label ‘_c5Ua’ defined but not used [-Wunused-label] 1470 | _c5Ua: | ^~~~~ | 1470 | _c5Ua: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_zddmspawn_entry’: /tmp/ghc38577_0/ghc_4.hc:1515:1: error: warning: label ‘_c5UB’ defined but not used [-Wunused-label] 1515 | _c5UB: | ^~~~~ | 1515 | _c5UB: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_entry’: /tmp/ghc38577_0/ghc_4.hc:1682:1: error: warning: label ‘_c5UR’ defined but not used [-Wunused-label] 1682 | _c5UR: | ^~~~~ | 1682 | _c5UR: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_slow’: /tmp/ghc38577_0/ghc_4.hc:1722:1: error: warning: label ‘_c5UZ’ defined but not used [-Wunused-label] 1722 | _c5UZ: | ^~~~~ | 1722 | _c5UZ: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_entry’: /tmp/ghc38577_0/ghc_4.hc:1742:1: error: warning: label ‘_c5V4’ defined but not used [-Wunused-label] 1742 | _c5V4: | ^~~~~ | 1742 | _c5V4: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_entry’: /tmp/ghc38577_0/ghc_4.hc:1799:1: error: warning: label ‘_c5Vg’ defined but not used [-Wunused-label] 1799 | _c5Vg: | ^~~~~ | 1799 | _c5Vg: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParChan_con_entry’: /tmp/ghc38577_0/ghc_4.hc:1846:1: error: warning: label ‘_c5Vq’ defined but not used [-Wunused-label] 1846 | _c5Vq: | ^~~~~ | 1846 | _c5Vq: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParIVar_con_entry’: /tmp/ghc38577_0/ghc_4.hc:1869:1: error: warning: label ‘_c5Vx’ defined but not used [-Wunused-label] 1869 | _c5Vx: | ^~~~~ | 1869 | _c5Vx: | ^ /tmp/ghc38577_0/ghc_4.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziClass_CZCParFuture_con_entry’: /tmp/ghc38577_0/ghc_4.hc:1892:1: error: warning: label ‘_c5VE’ defined but not used [-Wunused-label] 1892 | _c5VE: | ^~~~~ | 1892 | _c5VE: | ^ [2 of 2] Compiling Control.Monad.Par.Unsafe ( Control/Monad/Par/Unsafe.hs, dist/build/Control/Monad/Par/Unsafe.p_o ) /tmp/ghc38577_0/ghc_15.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafePeek_entry’: /tmp/ghc38577_0/ghc_15.hc:29:1: error: warning: label ‘_c5Yb’ defined but not used [-Wunused-label] 29 | _c5Yb: | ^~~~~ | 29 | _c5Yb: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘_c5Y8’: /tmp/ghc38577_0/ghc_15.hc:61:1: error: warning: label ‘_c5Y8’ defined but not used [-Wunused-label] 61 | _c5Y8: | ^~~~~ | 61 | _c5Y8: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeTryPut_entry’: /tmp/ghc38577_0/ghc_15.hc:82:1: error: warning: label ‘_c5Ys’ defined but not used [-Wunused-label] 82 | _c5Ys: | ^~~~~ | 82 | _c5Ys: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘_c5Yp’: /tmp/ghc38577_0/ghc_15.hc:114:1: error: warning: label ‘_c5Yp’ defined but not used [-Wunused-label] 114 | _c5Yp: | ^~~~~ | 114 | _c5Yp: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_unsafeParIO_entry’: /tmp/ghc38577_0/ghc_15.hc:135:1: error: warning: label ‘_c5YJ’ defined but not used [-Wunused-label] 135 | _c5YJ: | ^~~~~ | 135 | _c5YJ: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘_c5YG’: /tmp/ghc38577_0/ghc_15.hc:167:1: error: warning: label ‘_c5YG’ defined but not used [-Wunused-label] 167 | _c5YG: | ^~~~~ | 167 | _c5YG: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_entry’: /tmp/ghc38577_0/ghc_15.hc:258:1: error: warning: label ‘_c5YX’ defined but not used [-Wunused-label] 258 | _c5YX: | ^~~~~ | 258 | _c5YX: | ^ /tmp/ghc38577_0/ghc_15.hc: In function ‘abstractzmparzm0zi3zi3zm7eQ2qvh3JUrFV0IzzAkpSDj_ControlziMonadziParziUnsafe_CZCParUnsafe_con_entry’: /tmp/ghc38577_0/ghc_15.hc:301:1: error: warning: label ‘_c5Z7’ defined but not used [-Wunused-label] 301 | _c5Z7: | ^~~~~ | 301 | _c5Z7: | ^ + '[' -n dist/build/libHSabstract-par-0.3.3-7eQ2qvh3JUrFV0IzAkpSDj-ghc8.6.5.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Preprocessing library for abstract-par-0.3.3.. Running Haddock on library for abstract-par-0.3.3.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.3.0, base-4.12.0.0, deepseq-1.4.4.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0 Warning: --source-* options are ignored when --hyperlinked-source is enabled. Control/Monad/Par/Class.hs:122:1: warning: [-Wtabs] Tab character found here, and in three further locations. Please use spaces instead. | 122 | put_ v a | ^^^^^^^^ Haddock coverage: Warning: Couldn't find .haddock for export NFData 83% ( 5 / 6) in 'Control.Monad.Par.Class' Missing documentation for: NFData Warning: 'runParIO' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'IVar' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. 100% ( 2 / 2) in 'Control.Monad.Par.Unsafe' Warning: Control.Monad.Par.Class: could not find link destinations for: Monad Bool rnf Char Double Float Int Int8 Int16 Int32 Int64 Integer Natural Ordering Word Word8 Word16 Word32 Word64 CallStack TyCon All Any CBool CChar CClock CDouble CFile CFloat CFpos CInt CIntMax CIntPtr CJmpBuf CLLong CLong CPtrdiff CSChar CSUSeconds CShort CSigAtomic CSize CTime CUChar CUInt CUIntMax CUIntPtr CULLong CULong CUSeconds CUShort CWchar ExitCode Fingerprint MaskingState TypeRep SrcLoc ThreadId Unique Version Void Maybe Ratio Ptr FunPtr Down Dual First First Fixed IORef Identity Last Last MVar Max Min NonEmpty Option Product StableName Sum WrappedMonoid ZipList Complex Either Arg Array Proxy STRef :~: Const :~~: Product NFData1 Sum Compose Warning: Control.Monad.Par.Unsafe: could not find link destinations for: Maybe IO Documentation created: dist/doc/html/abstract-par/index.html, dist/doc/html/abstract-par/abstract-par.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qsCM2i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 + cd abstract-par-0.3.3 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 Installing library in /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/abstract-par-0.3.3 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d abstract-par-0.3.3.conf ']' + install -D --mode=0644 abstract-par-0.3.3.conf /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/package.conf.d/abstract-par-0.3.3.conf ++ ls /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/package.conf.d/abstract-par-0.3.3.conf + '[' -z /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/package.conf.d/abstract-par-0.3.3.conf ']' + rm -f ghc-abstract-par.files ghc-abstract-par-doc.files + touch ghc-abstract-par.files ghc-abstract-par-doc.files + for i in /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/libHSabstract-par-0.3.3-*ghc8.6.5.so + echo /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/libHSabstract-par-0.3.3-7eQ2qvh3JUrFV0IzAkpSDj-ghc8.6.5.so + pkgdir=/usr/lib64/ghc-8.6.5/abstract-par-0.3.3 + '[' -d /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/abstract-par-0.3.3 ']' + find /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/abstract-par-0.3.3 -type d -fprintf ghc-abstract-par-devel.files '%%dir %p\n' -o '(' -name '*.p_hi' -o -name 'libHS*_p.a' ')' -fprint ghc-abstract-par-prof.files -o -fprint ghc-abstract-par-devel.files + ls /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/lib64/ghc-8.6.5/package.conf.d/abstract-par-0.3.3.conf + '[' -d /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/share/doc/ghc/html/libraries/abstract-par-0.3.3 ']' + echo /usr/share/doc/ghc/html/libraries/abstract-par-0.3.3 + for i in ghc-abstract-par.files ghc-abstract-par-devel.files ghc-abstract-par-doc.files ghc-abstract-par-prof.files + '[' -f ghc-abstract-par.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64!!g' ghc-abstract-par.files + for i in ghc-abstract-par.files ghc-abstract-par-devel.files ghc-abstract-par-doc.files ghc-abstract-par-prof.files + '[' -f ghc-abstract-par-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64!!g' ghc-abstract-par-devel.files + for i in ghc-abstract-par.files ghc-abstract-par-devel.files ghc-abstract-par-doc.files ghc-abstract-par-prof.files + '[' -f ghc-abstract-par-doc.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64!!g' ghc-abstract-par-doc.files + for i in ghc-abstract-par.files ghc-abstract-par-devel.files ghc-abstract-par-doc.files ghc-abstract-par-prof.files + '[' -f ghc-abstract-par-prof.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64!!g' ghc-abstract-par-prof.files + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ghc-abstract-par-0.3.3-9.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fwbeqg + umask 022 + cd /builddir/build/BUILD + cd abstract-par-0.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/share/licenses/ghc-abstract-par + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/share/licenses/ghc-abstract-par + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64/usr/share/licenses/ghc-abstract-par + RPM_EC=0 ++ jobs -p + exit 0 Provides: ghc-abstract-par = 0.3.3-9.fc33 ghc-abstract-par(riscv-64) = 0.3.3-9.fc33 libHSabstract-par-0.3.3-7eQ2qvh3JUrFV0IzAkpSDj-ghc8.6.5.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSbase-4.12.0.0-ghc8.6.5.so()(64bit) libHSghc-prim-0.5.3-ghc8.6.5.so()(64bit) rtld(GNU_HASH) Processing files: ghc-abstract-par-devel-0.3.3-9.fc33.riscv64 Provides: ghc-abstract-par-devel = 0.3.3-9.fc33 ghc-abstract-par-devel(riscv-64) = 0.3.3-9.fc33 ghc-abstract-par-static = 0.3.3-9.fc33 ghc-abstract-par-static(riscv-64) = 0.3.3-9.fc33 ghc-devel(abstract-par-0.3.3-7eQ2qvh3JUrFV0IzAkpSDj) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc-devel(base-4.12.0.0) ghc-devel(deepseq-1.4.4.0) Processing files: ghc-abstract-par-doc-0.3.3-9.fc33.riscv64 Provides: ghc-abstract-par-doc = 0.3.3-9.fc33 ghc-abstract-par-doc(riscv-64) = 0.3.3-9.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ghc-abstract-par-prof-0.3.3-9.fc33.riscv64 Provides: ghc-abstract-par-prof = 0.3.3-9.fc33 ghc-abstract-par-prof(riscv-64) = 0.3.3-9.fc33 ghc-prof(abstract-par-0.3.3-7eQ2qvh3JUrFV0IzAkpSDj) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc-prof(base-4.12.0.0) ghc-prof(deepseq-1.4.4.0) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 Wrote: /builddir/build/RPMS/ghc-abstract-par-0.3.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-abstract-par-devel-0.3.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-abstract-par-prof-0.3.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-abstract-par-doc-0.3.3-9.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cXmoSh + umask 022 + cd /builddir/build/BUILD + cd abstract-par-0.3.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-abstract-par-0.3.3-9.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0