Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-lifted-base.spec'], chrootPath='/var/lib/mock/f30-build-43106-24972/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=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ghc-lifted-base.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 Wrote: /builddir/build/SRPMS/ghc-lifted-base-0.2.3.12-2.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-lifted-base.spec'], chrootPath='/var/lib/mock/f30-build-43106-24972/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=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ghc-lifted-base.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rnGw0V + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lifted-base-0.2.3.12 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/lifted-base-0.2.3.12.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd lifted-base-0.2.3.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KwPy55 + umask 022 + cd /builddir/build/BUILD + cd lifted-base-0.2.3.12 + 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.2.0.1 + '[' -x Setup ']' + LANG=C.utf8 BUILDSTDERR: ++ sed -e 's/ / -optc/g' BUILDSTDERR: ++ 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 BUILDSTDERR: ++ echo ' -Wl,-z,relro' -Wl,--as-needed BUILDSTDERR: ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-lifted-base '--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' --disable-executable-stripping --disable-library-stripping -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 --global Configuring lifted-base-0.2.3.12... + '[' -x Setup ']' + LANG=C.utf8 + ./Setup build Preprocessing library for lifted-base-0.2.3.12.. Building library for lifted-base-0.2.3.12.. [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_newChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:15:1: error: BUILDSTDERR: warning: label ‘_c2VE’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c2VE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c2VE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘s2Vm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:43:1: error: BUILDSTDERR: warning: label ‘_c2VQ’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _c2VQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _c2VQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:67:1: error: BUILDSTDERR: warning: label ‘_c2VT’ defined but not used [-Wunused-label] BUILDSTDERR: 67 | _c2VT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 67 | _c2VT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘s2Vp_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:98:1: error: BUILDSTDERR: warning: label ‘_c2W7’ defined but not used [-Wunused-label] BUILDSTDERR: 98 | _c2W7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 98 | _c2W7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_readChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:121:1: error: BUILDSTDERR: warning: label ‘_c2Wa’ defined but not used [-Wunused-label] BUILDSTDERR: 121 | _c2Wa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 121 | _c2Wa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘s2Vs_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:157:1: error: BUILDSTDERR: warning: label ‘_c2Wo’ defined but not used [-Wunused-label] BUILDSTDERR: 157 | _c2Wo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 157 | _c2Wo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_dupChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:180:1: error: BUILDSTDERR: warning: label ‘_c2Wr’ defined but not used [-Wunused-label] BUILDSTDERR: 180 | _c2Wr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 180 | _c2Wr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘s2Vv_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:216:1: error: BUILDSTDERR: warning: label ‘_c2WF’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c2WF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c2WF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_getChanContents_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:239:1: error: BUILDSTDERR: warning: label ‘_c2WI’ defined but not used [-Wunused-label] BUILDSTDERR: 239 | _c2WI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 239 | _c2WI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘s2Vz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:275:1: error: BUILDSTDERR: warning: label ‘_c2WW’ defined but not used [-Wunused-label] BUILDSTDERR: 275 | _c2WW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 275 | _c2WW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeList2Chan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:299:1: error: BUILDSTDERR: warning: label ‘_c2WZ’ defined but not used [-Wunused-label] BUILDSTDERR: 299 | _c2WZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 299 | _c2WZ: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_20.hc:344:22: error: BUILDSTDERR: warning: ‘S2X4_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 344 | static const StgWord S2X4_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 344 | static const StgWord S2X4_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_newChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:15:1: error: BUILDSTDERR: warning: label ‘_c2Xr’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c2Xr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c2Xr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘s2X9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:43:1: error: BUILDSTDERR: warning: label ‘_c2XD’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _c2XD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _c2XD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:67:1: error: BUILDSTDERR: warning: label ‘_c2XG’ defined but not used [-Wunused-label] BUILDSTDERR: 67 | _c2XG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 67 | _c2XG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘s2Xc_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:98:1: error: BUILDSTDERR: warning: label ‘_c2XU’ defined but not used [-Wunused-label] BUILDSTDERR: 98 | _c2XU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 98 | _c2XU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_readChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:121:1: error: BUILDSTDERR: warning: label ‘_c2XX’ defined but not used [-Wunused-label] BUILDSTDERR: 121 | _c2XX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 121 | _c2XX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘s2Xf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:157:1: error: BUILDSTDERR: warning: label ‘_c2Yb’ defined but not used [-Wunused-label] BUILDSTDERR: 157 | _c2Yb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 157 | _c2Yb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_dupChan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:180:1: error: BUILDSTDERR: warning: label ‘_c2Ye’ defined but not used [-Wunused-label] BUILDSTDERR: 180 | _c2Ye: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 180 | _c2Ye: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘s2Xi_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:216:1: error: BUILDSTDERR: warning: label ‘_c2Ys’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c2Ys: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c2Ys: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_getChanContents_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:239:1: error: BUILDSTDERR: warning: label ‘_c2Yv’ defined but not used [-Wunused-label] BUILDSTDERR: 239 | _c2Yv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 239 | _c2Yv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘s2Xm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:275:1: error: BUILDSTDERR: warning: label ‘_c2YJ’ defined but not used [-Wunused-label] BUILDSTDERR: 275 | _c2YJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 275 | _c2YJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeList2Chan_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:299:1: error: BUILDSTDERR: warning: label ‘_c2YM’ defined but not used [-Wunused-label] BUILDSTDERR: 299 | _c2YM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 299 | _c2YM: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_24.hc:344:22: error: BUILDSTDERR: warning: ‘S2YR_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 344 | static const StgWord S2YR_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 344 | static const StgWord S2YR_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:15:1: error: BUILDSTDERR: warning: label ‘_c4y1’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c4y1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c4y1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4tX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:43:1: error: BUILDSTDERR: warning: label ‘_c4yd’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _c4yd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _c4yd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:66:1: error: BUILDSTDERR: warning: label ‘_c4yg’ defined but not used [-Wunused-label] BUILDSTDERR: 66 | _c4yg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 66 | _c4yg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4u0_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:102:1: error: BUILDSTDERR: warning: label ‘_c4yu’ defined but not used [-Wunused-label] BUILDSTDERR: 102 | _c4yu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 102 | _c4yu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_takeMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:125:1: error: BUILDSTDERR: warning: label ‘_c4yx’ defined but not used [-Wunused-label] BUILDSTDERR: 125 | _c4yx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 125 | _c4yx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4u4_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:161:1: error: BUILDSTDERR: warning: label ‘_c4yL’ defined but not used [-Wunused-label] BUILDSTDERR: 161 | _c4yL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 161 | _c4yL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_putMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:185:1: error: BUILDSTDERR: warning: label ‘_c4yO’ defined but not used [-Wunused-label] BUILDSTDERR: 185 | _c4yO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 185 | _c4yO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4u7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:216:1: error: BUILDSTDERR: warning: label ‘_c4z2’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c4z2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c4z2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_readMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:239:1: error: BUILDSTDERR: warning: label ‘_c4z5’ defined but not used [-Wunused-label] BUILDSTDERR: 239 | _c4z5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 239 | _c4z5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ub_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:275:1: error: BUILDSTDERR: warning: label ‘_c4zj’ defined but not used [-Wunused-label] BUILDSTDERR: 275 | _c4zj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 275 | _c4zj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_swapMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:299:1: error: BUILDSTDERR: warning: label ‘_c4zm’ defined but not used [-Wunused-label] BUILDSTDERR: 299 | _c4zm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 299 | _c4zm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ue_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:330:1: error: BUILDSTDERR: warning: label ‘_c4zA’ defined but not used [-Wunused-label] BUILDSTDERR: 330 | _c4zA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 330 | _c4zA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryTakeMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:353:1: error: BUILDSTDERR: warning: label ‘_c4zD’ defined but not used [-Wunused-label] BUILDSTDERR: 353 | _c4zD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 353 | _c4zD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ui_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:389:1: error: BUILDSTDERR: warning: label ‘_c4zR’ defined but not used [-Wunused-label] BUILDSTDERR: 389 | _c4zR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 389 | _c4zR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryPutMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:413:1: error: BUILDSTDERR: warning: label ‘_c4zU’ defined but not used [-Wunused-label] BUILDSTDERR: 413 | _c4zU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 413 | _c4zU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ul_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:444:1: error: BUILDSTDERR: warning: label ‘_c4A8’ defined but not used [-Wunused-label] BUILDSTDERR: 444 | _c4A8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 444 | _c4A8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_isEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:467:1: error: BUILDSTDERR: warning: label ‘_c4Ab’ defined but not used [-Wunused-label] BUILDSTDERR: 467 | _c4Ab: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 467 | _c4Ab: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:503:1: error: BUILDSTDERR: warning: label ‘_c4AH’ defined but not used [-Wunused-label] BUILDSTDERR: 503 | _c4AH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 503 | _c4AH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4AF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:525:1: error: BUILDSTDERR: warning: label ‘_c4AF’ defined but not used [-Wunused-label] BUILDSTDERR: 525 | _c4AF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 525 | _c4AF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uB_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:543:1: error: BUILDSTDERR: warning: label ‘_c4AQ’ defined but not used [-Wunused-label] BUILDSTDERR: 543 | _c4AQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 543 | _c4AQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:578:1: error: BUILDSTDERR: warning: label ‘_c4B0’ defined but not used [-Wunused-label] BUILDSTDERR: 578 | _c4B0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 578 | _c4B0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:593:1: error: BUILDSTDERR: warning: label ‘_c4Bn’ defined but not used [-Wunused-label] BUILDSTDERR: 593 | _c4Bn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 593 | _c4Bn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Bl’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:615:1: error: BUILDSTDERR: warning: label ‘_c4Bl’ defined but not used [-Wunused-label] BUILDSTDERR: 615 | _c4Bl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | _c4Bl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:633:1: error: BUILDSTDERR: warning: label ‘_c4Bw’ defined but not used [-Wunused-label] BUILDSTDERR: 633 | _c4Bw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 633 | _c4Bw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4uT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:668:1: error: BUILDSTDERR: warning: label ‘_c4BG’ defined but not used [-Wunused-label] BUILDSTDERR: 668 | _c4BG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 668 | _c4BG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4v2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:684:1: error: BUILDSTDERR: warning: label ‘_c4BJ’ defined but not used [-Wunused-label] BUILDSTDERR: 684 | _c4BJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 684 | _c4BJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4B9’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:713:1: error: BUILDSTDERR: warning: label ‘_c4B9’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _c4B9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _c4B9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Be’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:735:1: error: BUILDSTDERR: warning: label ‘_c4Be’ defined but not used [-Wunused-label] BUILDSTDERR: 735 | _c4Be: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 735 | _c4Be: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4BK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:771:1: error: BUILDSTDERR: warning: label ‘_c4BK’ defined but not used [-Wunused-label] BUILDSTDERR: 771 | _c4BK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 771 | _c4BK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4BM’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:789:1: error: BUILDSTDERR: warning: label ‘_c4BM’ defined but not used [-Wunused-label] BUILDSTDERR: 789 | _c4BM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 789 | _c4BM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ve_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:805:1: error: BUILDSTDERR: warning: label ‘_c4Cc’ defined but not used [-Wunused-label] BUILDSTDERR: 805 | _c4Cc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 805 | _c4Cc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ca’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:827:1: error: BUILDSTDERR: warning: label ‘_c4Ca’ defined but not used [-Wunused-label] BUILDSTDERR: 827 | _c4Ca: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 827 | _c4Ca: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4v9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:845:1: error: BUILDSTDERR: warning: label ‘_c4Cl’ defined but not used [-Wunused-label] BUILDSTDERR: 845 | _c4Cl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 845 | _c4Cl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4va_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:880:1: error: BUILDSTDERR: warning: label ‘_c4Cv’ defined but not used [-Wunused-label] BUILDSTDERR: 880 | _c4Cv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 880 | _c4Cv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:895:1: error: BUILDSTDERR: warning: label ‘_c4CC’ defined but not used [-Wunused-label] BUILDSTDERR: 895 | _c4CC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 895 | _c4CC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ap’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:924:1: error: BUILDSTDERR: warning: label ‘_c4Ap’ defined but not used [-Wunused-label] BUILDSTDERR: 924 | _c4Ap: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 924 | _c4Ap: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4BY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:979:1: error: BUILDSTDERR: warning: label ‘_c4BY’ defined but not used [-Wunused-label] BUILDSTDERR: 979 | _c4BY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 979 | _c4BY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4C3’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1001:1: error: BUILDSTDERR: warning: label ‘_c4C3’ defined but not used [-Wunused-label] BUILDSTDERR: 1001 | _c4C3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1001 | _c4C3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4CS’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1037:1: error: BUILDSTDERR: warning: label ‘_c4CS’ defined but not used [-Wunused-label] BUILDSTDERR: 1037 | _c4CS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1037 | _c4CS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4CU’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1055:1: error: BUILDSTDERR: warning: label ‘_c4CU’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _c4CU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _c4CU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4At’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1071:1: error: BUILDSTDERR: warning: label ‘_c4At’ defined but not used [-Wunused-label] BUILDSTDERR: 1071 | _c4At: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1071 | _c4At: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ay’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1093:1: error: BUILDSTDERR: warning: label ‘_c4Ay’ defined but not used [-Wunused-label] BUILDSTDERR: 1093 | _c4Ay: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1093 | _c4Ay: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4CI’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1129:1: error: BUILDSTDERR: warning: label ‘_c4CI’ defined but not used [-Wunused-label] BUILDSTDERR: 1129 | _c4CI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1129 | _c4CI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4CK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1147:1: error: BUILDSTDERR: warning: label ‘_c4CK’ defined but not used [-Wunused-label] BUILDSTDERR: 1147 | _c4CK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1147 | _c4CK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1164:1: error: BUILDSTDERR: warning: label ‘_c4D4’ defined but not used [-Wunused-label] BUILDSTDERR: 1164 | _c4D4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1164 | _c4D4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1196:1: error: BUILDSTDERR: warning: label ‘_c4Dh’ defined but not used [-Wunused-label] BUILDSTDERR: 1196 | _c4Dh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1196 | _c4Dh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vo_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1220:1: error: BUILDSTDERR: warning: label ‘_c4Do’ defined but not used [-Wunused-label] BUILDSTDERR: 1220 | _c4Do: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1220 | _c4Do: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4w5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1244:1: error: BUILDSTDERR: warning: label ‘_c4DT’ defined but not used [-Wunused-label] BUILDSTDERR: 1244 | _c4DT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1244 | _c4DT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4DR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1266:1: error: BUILDSTDERR: warning: label ‘_c4DR’ defined but not used [-Wunused-label] BUILDSTDERR: 1266 | _c4DR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1266 | _c4DR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1282:1: error: BUILDSTDERR: warning: label ‘_c4En’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _c4En: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _c4En: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vU_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1313:1: error: BUILDSTDERR: warning: label ‘_c4EO’ defined but not used [-Wunused-label] BUILDSTDERR: 1313 | _c4EO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1313 | _c4EO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4EM’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1344:1: error: BUILDSTDERR: warning: label ‘_c4EM’ defined but not used [-Wunused-label] BUILDSTDERR: 1344 | _c4EM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1344 | _c4EM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vV_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1360:1: error: BUILDSTDERR: warning: label ‘_c4EV’ defined but not used [-Wunused-label] BUILDSTDERR: 1360 | _c4EV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1360 | _c4EV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ez’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1391:1: error: BUILDSTDERR: warning: label ‘_c4Ez’ defined but not used [-Wunused-label] BUILDSTDERR: 1391 | _c4Ez: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1391 | _c4Ez: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4F4’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1438:1: error: BUILDSTDERR: warning: label ‘_c4F4’ defined but not used [-Wunused-label] BUILDSTDERR: 1438 | _c4F4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1438 | _c4F4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vW_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1459:1: error: BUILDSTDERR: warning: label ‘_c4F7’ defined but not used [-Wunused-label] BUILDSTDERR: 1459 | _c4F7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1459 | _c4F7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1500:1: error: BUILDSTDERR: warning: label ‘_c4Fc’ defined but not used [-Wunused-label] BUILDSTDERR: 1500 | _c4Fc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1500 | _c4Fc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ee’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1535:1: error: BUILDSTDERR: warning: label ‘_c4Ee’ defined but not used [-Wunused-label] BUILDSTDERR: 1535 | _c4Ee: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1535 | _c4Ee: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vZ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1578:1: error: BUILDSTDERR: warning: label ‘_c4Fk’ defined but not used [-Wunused-label] BUILDSTDERR: 1578 | _c4Fk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1578 | _c4Fk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4w0_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1632:1: error: BUILDSTDERR: warning: label ‘_c4Fp’ defined but not used [-Wunused-label] BUILDSTDERR: 1632 | _c4Fp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1632 | _c4Fp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4w1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1685:1: error: BUILDSTDERR: warning: label ‘_c4Fu’ defined but not used [-Wunused-label] BUILDSTDERR: 1685 | _c4Fu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1685 | _c4Fu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4vu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1731:1: error: BUILDSTDERR: warning: label ‘_c4Fz’ defined but not used [-Wunused-label] BUILDSTDERR: 1731 | _c4Fz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1731 | _c4Fz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4DD’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1760:1: error: BUILDSTDERR: warning: label ‘_c4DD’ defined but not used [-Wunused-label] BUILDSTDERR: 1760 | _c4DD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1760 | _c4DD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4DF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1782:1: error: BUILDSTDERR: warning: label ‘_c4DF’ defined but not used [-Wunused-label] BUILDSTDERR: 1782 | _c4DF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1782 | _c4DF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4DK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1804:1: error: BUILDSTDERR: warning: label ‘_c4DK’ defined but not used [-Wunused-label] BUILDSTDERR: 1804 | _c4DK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1804 | _c4DK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4FD’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1846:1: error: BUILDSTDERR: warning: label ‘_c4FD’ defined but not used [-Wunused-label] BUILDSTDERR: 1846 | _c4FD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1846 | _c4FD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4FF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1869:1: error: BUILDSTDERR: warning: label ‘_c4FF’ defined but not used [-Wunused-label] BUILDSTDERR: 1869 | _c4FF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1869 | _c4FF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4FU’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1893:1: error: BUILDSTDERR: warning: label ‘_c4FU’ defined but not used [-Wunused-label] BUILDSTDERR: 1893 | _c4FU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1893 | _c4FU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1907:1: error: BUILDSTDERR: warning: label ‘_c4Gb’ defined but not used [-Wunused-label] BUILDSTDERR: 1907 | _c4Gb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1907 | _c4Gb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1921:1: error: BUILDSTDERR: warning: label ‘_c4Gk’ defined but not used [-Wunused-label] BUILDSTDERR: 1921 | _c4Gk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1921 | _c4Gk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wh_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1937:1: error: BUILDSTDERR: warning: label ‘_c4Gs’ defined but not used [-Wunused-label] BUILDSTDERR: 1937 | _c4Gs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1937 | _c4Gs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wi_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1958:1: error: BUILDSTDERR: warning: label ‘_c4GB’ defined but not used [-Wunused-label] BUILDSTDERR: 1958 | _c4GB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1958 | _c4GB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:1974:1: error: BUILDSTDERR: warning: label ‘_c4GI’ defined but not used [-Wunused-label] BUILDSTDERR: 1974 | _c4GI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1974 | _c4GI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Dw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2008:1: error: BUILDSTDERR: warning: label ‘_c4Dw’ defined but not used [-Wunused-label] BUILDSTDERR: 2008 | _c4Dw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2008 | _c4Dw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2070:1: error: BUILDSTDERR: warning: label ‘_c4GO’ defined but not used [-Wunused-label] BUILDSTDERR: 2070 | _c4GO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2070 | _c4GO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘r4tS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2111:1: error: BUILDSTDERR: warning: label ‘_c4GY’ defined but not used [-Wunused-label] BUILDSTDERR: 2111 | _c4GY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2111 | _c4GY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2143:1: error: BUILDSTDERR: warning: label ‘_c4Hd’ defined but not used [-Wunused-label] BUILDSTDERR: 2143 | _c4Hd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2143 | _c4Hd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Hb’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2168:1: error: BUILDSTDERR: warning: label ‘_c4Hb’ defined but not used [-Wunused-label] BUILDSTDERR: 2168 | _c4Hb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2168 | _c4Hb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Hg’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2185:1: error: BUILDSTDERR: warning: label ‘_c4Hg’ defined but not used [-Wunused-label] BUILDSTDERR: 2185 | _c4Hg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2185 | _c4Hg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Hk’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2202:1: error: BUILDSTDERR: warning: label ‘_c4Hk’ defined but not used [-Wunused-label] BUILDSTDERR: 2202 | _c4Hk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2202 | _c4Hk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4ws_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2220:1: error: BUILDSTDERR: warning: label ‘_c4HD’ defined but not used [-Wunused-label] BUILDSTDERR: 2220 | _c4HD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2220 | _c4HD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wt_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2247:1: error: BUILDSTDERR: warning: label ‘_c4HG’ defined but not used [-Wunused-label] BUILDSTDERR: 2247 | _c4HG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2247 | _c4HG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2285:1: error: BUILDSTDERR: warning: label ‘_c4HL’ defined but not used [-Wunused-label] BUILDSTDERR: 2285 | _c4HL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2285 | _c4HL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wx_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2320:1: error: BUILDSTDERR: warning: label ‘_c4HY’ defined but not used [-Wunused-label] BUILDSTDERR: 2320 | _c4HY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2320 | _c4HY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wy_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2344:1: error: BUILDSTDERR: warning: label ‘_c4I5’ defined but not used [-Wunused-label] BUILDSTDERR: 2344 | _c4I5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2344 | _c4I5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4x5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2368:1: error: BUILDSTDERR: warning: label ‘_c4IA’ defined but not used [-Wunused-label] BUILDSTDERR: 2368 | _c4IA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2368 | _c4IA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Iy’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2390:1: error: BUILDSTDERR: warning: label ‘_c4Iy’ defined but not used [-Wunused-label] BUILDSTDERR: 2390 | _c4Iy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2390 | _c4Iy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2406:1: error: BUILDSTDERR: warning: label ‘_c4J0’ defined but not used [-Wunused-label] BUILDSTDERR: 2406 | _c4J0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2406 | _c4J0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wW_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2437:1: error: BUILDSTDERR: warning: label ‘_c4Jh’ defined but not used [-Wunused-label] BUILDSTDERR: 2437 | _c4Jh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2437 | _c4Jh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Jf’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2468:1: error: BUILDSTDERR: warning: label ‘_c4Jf’ defined but not used [-Wunused-label] BUILDSTDERR: 2468 | _c4Jf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2468 | _c4Jf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2489:1: error: BUILDSTDERR: warning: label ‘_c4Jl’ defined but not used [-Wunused-label] BUILDSTDERR: 2489 | _c4Jl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2489 | _c4Jl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wZ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2530:1: error: BUILDSTDERR: warning: label ‘_c4Jq’ defined but not used [-Wunused-label] BUILDSTDERR: 2530 | _c4Jq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2530 | _c4Jq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4IR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2565:1: error: BUILDSTDERR: warning: label ‘_c4IR’ defined but not used [-Wunused-label] BUILDSTDERR: 2565 | _c4IR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2565 | _c4IR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4x0_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2608:1: error: BUILDSTDERR: warning: label ‘_c4Jy’ defined but not used [-Wunused-label] BUILDSTDERR: 2608 | _c4Jy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2608 | _c4Jy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4x1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2662:1: error: BUILDSTDERR: warning: label ‘_c4JD’ defined but not used [-Wunused-label] BUILDSTDERR: 2662 | _c4JD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2662 | _c4JD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4wE_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2706:1: error: BUILDSTDERR: warning: label ‘_c4JI’ defined but not used [-Wunused-label] BUILDSTDERR: 2706 | _c4JI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2706 | _c4JI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ik’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2735:1: error: BUILDSTDERR: warning: label ‘_c4Ik’ defined but not used [-Wunused-label] BUILDSTDERR: 2735 | _c4Ik: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2735 | _c4Ik: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Im’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2757:1: error: BUILDSTDERR: warning: label ‘_c4Im’ defined but not used [-Wunused-label] BUILDSTDERR: 2757 | _c4Im: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2757 | _c4Im: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Ir’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2779:1: error: BUILDSTDERR: warning: label ‘_c4Ir’ defined but not used [-Wunused-label] BUILDSTDERR: 2779 | _c4Ir: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2779 | _c4Ir: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4JM’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2820:1: error: BUILDSTDERR: warning: label ‘_c4JM’ defined but not used [-Wunused-label] BUILDSTDERR: 2820 | _c4JM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2820 | _c4JM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4JO’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2843:1: error: BUILDSTDERR: warning: label ‘_c4JO’ defined but not used [-Wunused-label] BUILDSTDERR: 2843 | _c4JO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2843 | _c4JO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4K3’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2867:1: error: BUILDSTDERR: warning: label ‘_c4K3’ defined but not used [-Wunused-label] BUILDSTDERR: 2867 | _c4K3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2867 | _c4K3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2883:1: error: BUILDSTDERR: warning: label ‘_c4Kh’ defined but not used [-Wunused-label] BUILDSTDERR: 2883 | _c4Kh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2883 | _c4Kh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Id’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2911:1: error: BUILDSTDERR: warning: label ‘_c4Id’ defined but not used [-Wunused-label] BUILDSTDERR: 2911 | _c4Id: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2911 | _c4Id: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2956:1: error: BUILDSTDERR: warning: label ‘_c4Kn’ defined but not used [-Wunused-label] BUILDSTDERR: 2956 | _c4Kn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2956 | _c4Kn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xi_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:2997:1: error: BUILDSTDERR: warning: label ‘_c4KC’ defined but not used [-Wunused-label] BUILDSTDERR: 2997 | _c4KC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2997 | _c4KC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4KA’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3022:1: error: BUILDSTDERR: warning: label ‘_c4KA’ defined but not used [-Wunused-label] BUILDSTDERR: 3022 | _c4KA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3022 | _c4KA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4KF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3039:1: error: BUILDSTDERR: warning: label ‘_c4KF’ defined but not used [-Wunused-label] BUILDSTDERR: 3039 | _c4KF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3039 | _c4KF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4KJ’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3056:1: error: BUILDSTDERR: warning: label ‘_c4KJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3056 | _c4KJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3056 | _c4KJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3074:1: error: BUILDSTDERR: warning: label ‘_c4L2’ defined but not used [-Wunused-label] BUILDSTDERR: 3074 | _c4L2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3074 | _c4L2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xo_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3101:1: error: BUILDSTDERR: warning: label ‘_c4L5’ defined but not used [-Wunused-label] BUILDSTDERR: 3101 | _c4L5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3101 | _c4L5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMaskedzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3139:1: error: BUILDSTDERR: warning: label ‘_c4La’ defined but not used [-Wunused-label] BUILDSTDERR: 3139 | _c4La: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3139 | _c4La: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xs_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3174:1: error: BUILDSTDERR: warning: label ‘_c4Lo’ defined but not used [-Wunused-label] BUILDSTDERR: 3174 | _c4Lo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3174 | _c4Lo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_mkWeakMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3197:1: error: BUILDSTDERR: warning: label ‘_c4Lr’ defined but not used [-Wunused-label] BUILDSTDERR: 3197 | _c4Lr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3197 | _c4Lr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3226:1: error: BUILDSTDERR: warning: label ‘_c4M0’ defined but not used [-Wunused-label] BUILDSTDERR: 3226 | _c4M0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3226 | _c4M0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4LY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3248:1: error: BUILDSTDERR: warning: label ‘_c4LY’ defined but not used [-Wunused-label] BUILDSTDERR: 3248 | _c4LY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3248 | _c4LY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xJ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3266:1: error: BUILDSTDERR: warning: label ‘_c4M9’ defined but not used [-Wunused-label] BUILDSTDERR: 3266 | _c4M9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3266 | _c4M9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xB_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3302:1: error: BUILDSTDERR: warning: label ‘_c4Me’ defined but not used [-Wunused-label] BUILDSTDERR: 3302 | _c4Me: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3302 | _c4Me: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4LM’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3331:1: error: BUILDSTDERR: warning: label ‘_c4LM’ defined but not used [-Wunused-label] BUILDSTDERR: 3331 | _c4LM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3331 | _c4LM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4LR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3352:1: error: BUILDSTDERR: warning: label ‘_c4LR’ defined but not used [-Wunused-label] BUILDSTDERR: 3352 | _c4LR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3352 | _c4LR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Mf’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3386:1: error: BUILDSTDERR: warning: label ‘_c4Mf’ defined but not used [-Wunused-label] BUILDSTDERR: 3386 | _c4Mf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3386 | _c4Mf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4Mh’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3404:1: error: BUILDSTDERR: warning: label ‘_c4Mh’ defined but not used [-Wunused-label] BUILDSTDERR: 3404 | _c4Mh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3404 | _c4Mh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3420:1: error: BUILDSTDERR: warning: label ‘_c4Mw’ defined but not used [-Wunused-label] BUILDSTDERR: 3420 | _c4Mw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3420 | _c4Mw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘_c4LF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3446:1: error: BUILDSTDERR: warning: label ‘_c4LF’ defined but not used [-Wunused-label] BUILDSTDERR: 3446 | _c4LF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3446 | _c4LF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3485:1: error: BUILDSTDERR: warning: label ‘_c4MC’ defined but not used [-Wunused-label] BUILDSTDERR: 3485 | _c4MC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3485 | _c4MC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘s4xW_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3517:1: error: BUILDSTDERR: warning: label ‘_c4MQ’ defined but not used [-Wunused-label] BUILDSTDERR: 3517 | _c4MQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3517 | _c4MQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryReadMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3540:1: error: BUILDSTDERR: warning: label ‘_c4MT’ defined but not used [-Wunused-label] BUILDSTDERR: 3540 | _c4MT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3540 | _c4MT: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_29.hc:3590:22: error: BUILDSTDERR: warning: ‘S4MY_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 3590 | static const StgWord S4MY_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3590 | static const StgWord S4MY_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:15:1: error: BUILDSTDERR: warning: label ‘_c4R6’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c4R6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c4R6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4N2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:43:1: error: BUILDSTDERR: warning: label ‘_c4Ri’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _c4Ri: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _c4Ri: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:66:1: error: BUILDSTDERR: warning: label ‘_c4Rl’ defined but not used [-Wunused-label] BUILDSTDERR: 66 | _c4Rl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 66 | _c4Rl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4N5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:102:1: error: BUILDSTDERR: warning: label ‘_c4Rz’ defined but not used [-Wunused-label] BUILDSTDERR: 102 | _c4Rz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 102 | _c4Rz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_takeMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:125:1: error: BUILDSTDERR: warning: label ‘_c4RC’ defined but not used [-Wunused-label] BUILDSTDERR: 125 | _c4RC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 125 | _c4RC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4N9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:161:1: error: BUILDSTDERR: warning: label ‘_c4RQ’ defined but not used [-Wunused-label] BUILDSTDERR: 161 | _c4RQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 161 | _c4RQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_putMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:185:1: error: BUILDSTDERR: warning: label ‘_c4RT’ defined but not used [-Wunused-label] BUILDSTDERR: 185 | _c4RT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 185 | _c4RT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Nc_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:216:1: error: BUILDSTDERR: warning: label ‘_c4S7’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c4S7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c4S7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_readMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:239:1: error: BUILDSTDERR: warning: label ‘_c4Sa’ defined but not used [-Wunused-label] BUILDSTDERR: 239 | _c4Sa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 239 | _c4Sa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Ng_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:275:1: error: BUILDSTDERR: warning: label ‘_c4So’ defined but not used [-Wunused-label] BUILDSTDERR: 275 | _c4So: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 275 | _c4So: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_swapMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:299:1: error: BUILDSTDERR: warning: label ‘_c4Sr’ defined but not used [-Wunused-label] BUILDSTDERR: 299 | _c4Sr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 299 | _c4Sr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Nj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:330:1: error: BUILDSTDERR: warning: label ‘_c4SF’ defined but not used [-Wunused-label] BUILDSTDERR: 330 | _c4SF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 330 | _c4SF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryTakeMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:353:1: error: BUILDSTDERR: warning: label ‘_c4SI’ defined but not used [-Wunused-label] BUILDSTDERR: 353 | _c4SI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 353 | _c4SI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Nn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:389:1: error: BUILDSTDERR: warning: label ‘_c4SW’ defined but not used [-Wunused-label] BUILDSTDERR: 389 | _c4SW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 389 | _c4SW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryPutMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:413:1: error: BUILDSTDERR: warning: label ‘_c4SZ’ defined but not used [-Wunused-label] BUILDSTDERR: 413 | _c4SZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 413 | _c4SZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Nq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:444:1: error: BUILDSTDERR: warning: label ‘_c4Td’ defined but not used [-Wunused-label] BUILDSTDERR: 444 | _c4Td: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 444 | _c4Td: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_isEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:467:1: error: BUILDSTDERR: warning: label ‘_c4Tg’ defined but not used [-Wunused-label] BUILDSTDERR: 467 | _c4Tg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 467 | _c4Tg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4NL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:503:1: error: BUILDSTDERR: warning: label ‘_c4TM’ defined but not used [-Wunused-label] BUILDSTDERR: 503 | _c4TM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 503 | _c4TM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4TK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:525:1: error: BUILDSTDERR: warning: label ‘_c4TK’ defined but not used [-Wunused-label] BUILDSTDERR: 525 | _c4TK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 525 | _c4TK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4NG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:543:1: error: BUILDSTDERR: warning: label ‘_c4TV’ defined but not used [-Wunused-label] BUILDSTDERR: 543 | _c4TV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 543 | _c4TV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4NH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:578:1: error: BUILDSTDERR: warning: label ‘_c4U5’ defined but not used [-Wunused-label] BUILDSTDERR: 578 | _c4U5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 578 | _c4U5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4O2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:593:1: error: BUILDSTDERR: warning: label ‘_c4Us’ defined but not used [-Wunused-label] BUILDSTDERR: 593 | _c4Us: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 593 | _c4Us: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Uq’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:615:1: error: BUILDSTDERR: warning: label ‘_c4Uq’ defined but not used [-Wunused-label] BUILDSTDERR: 615 | _c4Uq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 615 | _c4Uq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4NX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:633:1: error: BUILDSTDERR: warning: label ‘_c4UB’ defined but not used [-Wunused-label] BUILDSTDERR: 633 | _c4UB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 633 | _c4UB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4NY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:668:1: error: BUILDSTDERR: warning: label ‘_c4UL’ defined but not used [-Wunused-label] BUILDSTDERR: 668 | _c4UL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 668 | _c4UL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4O7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:684:1: error: BUILDSTDERR: warning: label ‘_c4UO’ defined but not used [-Wunused-label] BUILDSTDERR: 684 | _c4UO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 684 | _c4UO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Ue’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:713:1: error: BUILDSTDERR: warning: label ‘_c4Ue’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _c4Ue: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _c4Ue: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Uj’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:735:1: error: BUILDSTDERR: warning: label ‘_c4Uj’ defined but not used [-Wunused-label] BUILDSTDERR: 735 | _c4Uj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 735 | _c4Uj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4UP’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:771:1: error: BUILDSTDERR: warning: label ‘_c4UP’ defined but not used [-Wunused-label] BUILDSTDERR: 771 | _c4UP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 771 | _c4UP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4UR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:789:1: error: BUILDSTDERR: warning: label ‘_c4UR’ defined but not used [-Wunused-label] BUILDSTDERR: 789 | _c4UR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 789 | _c4UR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Oj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:805:1: error: BUILDSTDERR: warning: label ‘_c4Vh’ defined but not used [-Wunused-label] BUILDSTDERR: 805 | _c4Vh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 805 | _c4Vh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Vf’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:827:1: error: BUILDSTDERR: warning: label ‘_c4Vf’ defined but not used [-Wunused-label] BUILDSTDERR: 827 | _c4Vf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 827 | _c4Vf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Oe_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:845:1: error: BUILDSTDERR: warning: label ‘_c4Vq’ defined but not used [-Wunused-label] BUILDSTDERR: 845 | _c4Vq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 845 | _c4Vq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Of_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:880:1: error: BUILDSTDERR: warning: label ‘_c4VA’ defined but not used [-Wunused-label] BUILDSTDERR: 880 | _c4VA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 880 | _c4VA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Oo_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:895:1: error: BUILDSTDERR: warning: label ‘_c4VH’ defined but not used [-Wunused-label] BUILDSTDERR: 895 | _c4VH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 895 | _c4VH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Tu’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:924:1: error: BUILDSTDERR: warning: label ‘_c4Tu’ defined but not used [-Wunused-label] BUILDSTDERR: 924 | _c4Tu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 924 | _c4Tu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4V3’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:979:1: error: BUILDSTDERR: warning: label ‘_c4V3’ defined but not used [-Wunused-label] BUILDSTDERR: 979 | _c4V3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 979 | _c4V3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4V8’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1001:1: error: BUILDSTDERR: warning: label ‘_c4V8’ defined but not used [-Wunused-label] BUILDSTDERR: 1001 | _c4V8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1001 | _c4V8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4VX’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1037:1: error: BUILDSTDERR: warning: label ‘_c4VX’ defined but not used [-Wunused-label] BUILDSTDERR: 1037 | _c4VX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1037 | _c4VX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4VZ’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1055:1: error: BUILDSTDERR: warning: label ‘_c4VZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1055 | _c4VZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1055 | _c4VZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Ty’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1071:1: error: BUILDSTDERR: warning: label ‘_c4Ty’ defined but not used [-Wunused-label] BUILDSTDERR: 1071 | _c4Ty: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1071 | _c4Ty: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4TD’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1093:1: error: BUILDSTDERR: warning: label ‘_c4TD’ defined but not used [-Wunused-label] BUILDSTDERR: 1093 | _c4TD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1093 | _c4TD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4VN’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1129:1: error: BUILDSTDERR: warning: label ‘_c4VN’ defined but not used [-Wunused-label] BUILDSTDERR: 1129 | _c4VN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1129 | _c4VN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4VP’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1147:1: error: BUILDSTDERR: warning: label ‘_c4VP’ defined but not used [-Wunused-label] BUILDSTDERR: 1147 | _c4VP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1147 | _c4VP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1164:1: error: BUILDSTDERR: warning: label ‘_c4W9’ defined but not used [-Wunused-label] BUILDSTDERR: 1164 | _c4W9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1164 | _c4W9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Os_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1196:1: error: BUILDSTDERR: warning: label ‘_c4Wm’ defined but not used [-Wunused-label] BUILDSTDERR: 1196 | _c4Wm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1196 | _c4Wm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Ot_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1220:1: error: BUILDSTDERR: warning: label ‘_c4Wt’ defined but not used [-Wunused-label] BUILDSTDERR: 1220 | _c4Wt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1220 | _c4Wt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Pa_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1244:1: error: BUILDSTDERR: warning: label ‘_c4WY’ defined but not used [-Wunused-label] BUILDSTDERR: 1244 | _c4WY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1244 | _c4WY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4WW’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1266:1: error: BUILDSTDERR: warning: label ‘_c4WW’ defined but not used [-Wunused-label] BUILDSTDERR: 1266 | _c4WW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1266 | _c4WW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1282:1: error: BUILDSTDERR: warning: label ‘_c4Xs’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _c4Xs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _c4Xs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4OZ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1313:1: error: BUILDSTDERR: warning: label ‘_c4XT’ defined but not used [-Wunused-label] BUILDSTDERR: 1313 | _c4XT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1313 | _c4XT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4XR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1344:1: error: BUILDSTDERR: warning: label ‘_c4XR’ defined but not used [-Wunused-label] BUILDSTDERR: 1344 | _c4XR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1344 | _c4XR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P0_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1360:1: error: BUILDSTDERR: warning: label ‘_c4Y0’ defined but not used [-Wunused-label] BUILDSTDERR: 1360 | _c4Y0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1360 | _c4Y0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4XE’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1391:1: error: BUILDSTDERR: warning: label ‘_c4XE’ defined but not used [-Wunused-label] BUILDSTDERR: 1391 | _c4XE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1391 | _c4XE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Y9’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1438:1: error: BUILDSTDERR: warning: label ‘_c4Y9’ defined but not used [-Wunused-label] BUILDSTDERR: 1438 | _c4Y9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1438 | _c4Y9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1459:1: error: BUILDSTDERR: warning: label ‘_c4Yc’ defined but not used [-Wunused-label] BUILDSTDERR: 1459 | _c4Yc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1459 | _c4Yc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P3_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1500:1: error: BUILDSTDERR: warning: label ‘_c4Yh’ defined but not used [-Wunused-label] BUILDSTDERR: 1500 | _c4Yh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1500 | _c4Yh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4Xj’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1535:1: error: BUILDSTDERR: warning: label ‘_c4Xj’ defined but not used [-Wunused-label] BUILDSTDERR: 1535 | _c4Xj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1535 | _c4Xj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P4_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1578:1: error: BUILDSTDERR: warning: label ‘_c4Yp’ defined but not used [-Wunused-label] BUILDSTDERR: 1578 | _c4Yp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1578 | _c4Yp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1632:1: error: BUILDSTDERR: warning: label ‘_c4Yu’ defined but not used [-Wunused-label] BUILDSTDERR: 1632 | _c4Yu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1632 | _c4Yu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4P6_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1685:1: error: BUILDSTDERR: warning: label ‘_c4Yz’ defined but not used [-Wunused-label] BUILDSTDERR: 1685 | _c4Yz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1685 | _c4Yz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Oz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1731:1: error: BUILDSTDERR: warning: label ‘_c4YE’ defined but not used [-Wunused-label] BUILDSTDERR: 1731 | _c4YE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1731 | _c4YE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4WI’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1760:1: error: BUILDSTDERR: warning: label ‘_c4WI’ defined but not used [-Wunused-label] BUILDSTDERR: 1760 | _c4WI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1760 | _c4WI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4WK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1782:1: error: BUILDSTDERR: warning: label ‘_c4WK’ defined but not used [-Wunused-label] BUILDSTDERR: 1782 | _c4WK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1782 | _c4WK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4WP’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1804:1: error: BUILDSTDERR: warning: label ‘_c4WP’ defined but not used [-Wunused-label] BUILDSTDERR: 1804 | _c4WP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1804 | _c4WP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4YI’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1846:1: error: BUILDSTDERR: warning: label ‘_c4YI’ defined but not used [-Wunused-label] BUILDSTDERR: 1846 | _c4YI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1846 | _c4YI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4YK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1869:1: error: BUILDSTDERR: warning: label ‘_c4YK’ defined but not used [-Wunused-label] BUILDSTDERR: 1869 | _c4YK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1869 | _c4YK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4YZ’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1893:1: error: BUILDSTDERR: warning: label ‘_c4YZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1893 | _c4YZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1893 | _c4YZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Pk_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1907:1: error: BUILDSTDERR: warning: label ‘_c4Zg’ defined but not used [-Wunused-label] BUILDSTDERR: 1907 | _c4Zg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1907 | _c4Zg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Pl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1921:1: error: BUILDSTDERR: warning: label ‘_c4Zp’ defined but not used [-Wunused-label] BUILDSTDERR: 1921 | _c4Zp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1921 | _c4Zp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Pm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1937:1: error: BUILDSTDERR: warning: label ‘_c4Zx’ defined but not used [-Wunused-label] BUILDSTDERR: 1937 | _c4Zx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1937 | _c4Zx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Pn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1958:1: error: BUILDSTDERR: warning: label ‘_c4ZG’ defined but not used [-Wunused-label] BUILDSTDERR: 1958 | _c4ZG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1958 | _c4ZG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Po_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:1974:1: error: BUILDSTDERR: warning: label ‘_c4ZN’ defined but not used [-Wunused-label] BUILDSTDERR: 1974 | _c4ZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1974 | _c4ZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c4WB’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2008:1: error: BUILDSTDERR: warning: label ‘_c4WB’ defined but not used [-Wunused-label] BUILDSTDERR: 2008 | _c4WB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2008 | _c4WB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2070:1: error: BUILDSTDERR: warning: label ‘_c4ZT’ defined but not used [-Wunused-label] BUILDSTDERR: 2070 | _c4ZT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2070 | _c4ZT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘r4tS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2111:1: error: BUILDSTDERR: warning: label ‘_c503’ defined but not used [-Wunused-label] BUILDSTDERR: 2111 | _c503: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2111 | _c503: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Ps_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2143:1: error: BUILDSTDERR: warning: label ‘_c50i’ defined but not used [-Wunused-label] BUILDSTDERR: 2143 | _c50i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2143 | _c50i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c50g’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2168:1: error: BUILDSTDERR: warning: label ‘_c50g’ defined but not used [-Wunused-label] BUILDSTDERR: 2168 | _c50g: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2168 | _c50g: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c50l’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2185:1: error: BUILDSTDERR: warning: label ‘_c50l’ defined but not used [-Wunused-label] BUILDSTDERR: 2185 | _c50l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2185 | _c50l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c50p’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2202:1: error: BUILDSTDERR: warning: label ‘_c50p’ defined but not used [-Wunused-label] BUILDSTDERR: 2202 | _c50p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2202 | _c50p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Px_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2220:1: error: BUILDSTDERR: warning: label ‘_c50I’ defined but not used [-Wunused-label] BUILDSTDERR: 2220 | _c50I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2220 | _c50I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Py_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2247:1: error: BUILDSTDERR: warning: label ‘_c50L’ defined but not used [-Wunused-label] BUILDSTDERR: 2247 | _c50L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2247 | _c50L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2285:1: error: BUILDSTDERR: warning: label ‘_c50Q’ defined but not used [-Wunused-label] BUILDSTDERR: 2285 | _c50Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2285 | _c50Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4PC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2320:1: error: BUILDSTDERR: warning: label ‘_c513’ defined but not used [-Wunused-label] BUILDSTDERR: 2320 | _c513: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2320 | _c513: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4PD_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2344:1: error: BUILDSTDERR: warning: label ‘_c51a’ defined but not used [-Wunused-label] BUILDSTDERR: 2344 | _c51a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2344 | _c51a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qa_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2368:1: error: BUILDSTDERR: warning: label ‘_c51F’ defined but not used [-Wunused-label] BUILDSTDERR: 2368 | _c51F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2368 | _c51F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51D’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2390:1: error: BUILDSTDERR: warning: label ‘_c51D’ defined but not used [-Wunused-label] BUILDSTDERR: 2390 | _c51D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2390 | _c51D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q3_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2406:1: error: BUILDSTDERR: warning: label ‘_c525’ defined but not used [-Wunused-label] BUILDSTDERR: 2406 | _c525: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2406 | _c525: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2437:1: error: BUILDSTDERR: warning: label ‘_c52m’ defined but not used [-Wunused-label] BUILDSTDERR: 2437 | _c52m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2437 | _c52m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c52k’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2468:1: error: BUILDSTDERR: warning: label ‘_c52k’ defined but not used [-Wunused-label] BUILDSTDERR: 2468 | _c52k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2468 | _c52k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2489:1: error: BUILDSTDERR: warning: label ‘_c52q’ defined but not used [-Wunused-label] BUILDSTDERR: 2489 | _c52q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2489 | _c52q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q4_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2530:1: error: BUILDSTDERR: warning: label ‘_c52v’ defined but not used [-Wunused-label] BUILDSTDERR: 2530 | _c52v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2530 | _c52v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51W’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2565:1: error: BUILDSTDERR: warning: label ‘_c51W’ defined but not used [-Wunused-label] BUILDSTDERR: 2565 | _c51W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2565 | _c51W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2608:1: error: BUILDSTDERR: warning: label ‘_c52D’ defined but not used [-Wunused-label] BUILDSTDERR: 2608 | _c52D: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2608 | _c52D: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Q6_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2662:1: error: BUILDSTDERR: warning: label ‘_c52I’ defined but not used [-Wunused-label] BUILDSTDERR: 2662 | _c52I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2662 | _c52I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4PJ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2706:1: error: BUILDSTDERR: warning: label ‘_c52N’ defined but not used [-Wunused-label] BUILDSTDERR: 2706 | _c52N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2706 | _c52N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51p’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2735:1: error: BUILDSTDERR: warning: label ‘_c51p’ defined but not used [-Wunused-label] BUILDSTDERR: 2735 | _c51p: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2735 | _c51p: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51r’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2757:1: error: BUILDSTDERR: warning: label ‘_c51r’ defined but not used [-Wunused-label] BUILDSTDERR: 2757 | _c51r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2757 | _c51r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51w’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2779:1: error: BUILDSTDERR: warning: label ‘_c51w’ defined but not used [-Wunused-label] BUILDSTDERR: 2779 | _c51w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2779 | _c51w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c52R’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2820:1: error: BUILDSTDERR: warning: label ‘_c52R’ defined but not used [-Wunused-label] BUILDSTDERR: 2820 | _c52R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2820 | _c52R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c52T’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2843:1: error: BUILDSTDERR: warning: label ‘_c52T’ defined but not used [-Wunused-label] BUILDSTDERR: 2843 | _c52T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2843 | _c52T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c538’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2867:1: error: BUILDSTDERR: warning: label ‘_c538’ defined but not used [-Wunused-label] BUILDSTDERR: 2867 | _c538: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2867 | _c538: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qk_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2883:1: error: BUILDSTDERR: warning: label ‘_c53m’ defined but not used [-Wunused-label] BUILDSTDERR: 2883 | _c53m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2883 | _c53m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c51i’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2911:1: error: BUILDSTDERR: warning: label ‘_c51i’ defined but not used [-Wunused-label] BUILDSTDERR: 2911 | _c51i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2911 | _c51i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2956:1: error: BUILDSTDERR: warning: label ‘_c53s’ defined but not used [-Wunused-label] BUILDSTDERR: 2956 | _c53s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2956 | _c53s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:2997:1: error: BUILDSTDERR: warning: label ‘_c53H’ defined but not used [-Wunused-label] BUILDSTDERR: 2997 | _c53H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2997 | _c53H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c53F’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3022:1: error: BUILDSTDERR: warning: label ‘_c53F’ defined but not used [-Wunused-label] BUILDSTDERR: 3022 | _c53F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3022 | _c53F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c53K’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3039:1: error: BUILDSTDERR: warning: label ‘_c53K’ defined but not used [-Wunused-label] BUILDSTDERR: 3039 | _c53K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3039 | _c53K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c53O’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3056:1: error: BUILDSTDERR: warning: label ‘_c53O’ defined but not used [-Wunused-label] BUILDSTDERR: 3056 | _c53O: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3056 | _c53O: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qs_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3074:1: error: BUILDSTDERR: warning: label ‘_c547’ defined but not used [-Wunused-label] BUILDSTDERR: 3074 | _c547: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3074 | _c547: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qt_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3101:1: error: BUILDSTDERR: warning: label ‘_c54a’ defined but not used [-Wunused-label] BUILDSTDERR: 3101 | _c54a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3101 | _c54a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMaskedzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3139:1: error: BUILDSTDERR: warning: label ‘_c54f’ defined but not used [-Wunused-label] BUILDSTDERR: 3139 | _c54f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3139 | _c54f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4Qx_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3174:1: error: BUILDSTDERR: warning: label ‘_c54t’ defined but not used [-Wunused-label] BUILDSTDERR: 3174 | _c54t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3174 | _c54t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_mkWeakMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3197:1: error: BUILDSTDERR: warning: label ‘_c54w’ defined but not used [-Wunused-label] BUILDSTDERR: 3197 | _c54w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3197 | _c54w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4QS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3226:1: error: BUILDSTDERR: warning: label ‘_c555’ defined but not used [-Wunused-label] BUILDSTDERR: 3226 | _c555: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3226 | _c555: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c553’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3248:1: error: BUILDSTDERR: warning: label ‘_c553’ defined but not used [-Wunused-label] BUILDSTDERR: 3248 | _c553: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3248 | _c553: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4QO_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3266:1: error: BUILDSTDERR: warning: label ‘_c55e’ defined but not used [-Wunused-label] BUILDSTDERR: 3266 | _c55e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3266 | _c55e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4QG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3302:1: error: BUILDSTDERR: warning: label ‘_c55j’ defined but not used [-Wunused-label] BUILDSTDERR: 3302 | _c55j: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3302 | _c55j: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c54R’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3331:1: error: BUILDSTDERR: warning: label ‘_c54R’ defined but not used [-Wunused-label] BUILDSTDERR: 3331 | _c54R: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3331 | _c54R: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c54W’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3352:1: error: BUILDSTDERR: warning: label ‘_c54W’ defined but not used [-Wunused-label] BUILDSTDERR: 3352 | _c54W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3352 | _c54W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c55k’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3386:1: error: BUILDSTDERR: warning: label ‘_c55k’ defined but not used [-Wunused-label] BUILDSTDERR: 3386 | _c55k: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3386 | _c55k: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c55m’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3404:1: error: BUILDSTDERR: warning: label ‘_c55m’ defined but not used [-Wunused-label] BUILDSTDERR: 3404 | _c55m: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3404 | _c55m: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4QY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3420:1: error: BUILDSTDERR: warning: label ‘_c55B’ defined but not used [-Wunused-label] BUILDSTDERR: 3420 | _c55B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3420 | _c55B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘_c54K’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3446:1: error: BUILDSTDERR: warning: label ‘_c54K’ defined but not used [-Wunused-label] BUILDSTDERR: 3446 | _c54K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3446 | _c54K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3485:1: error: BUILDSTDERR: warning: label ‘_c55H’ defined but not used [-Wunused-label] BUILDSTDERR: 3485 | _c55H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3485 | _c55H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘s4R1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3517:1: error: BUILDSTDERR: warning: label ‘_c55V’ defined but not used [-Wunused-label] BUILDSTDERR: 3517 | _c55V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3517 | _c55V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryReadMVar_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3540:1: error: BUILDSTDERR: warning: label ‘_c55Y’ defined but not used [-Wunused-label] BUILDSTDERR: 3540 | _c55Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3540 | _c55Y: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_33.hc:3590:22: error: BUILDSTDERR: warning: ‘S563_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 3590 | static const StgWord S563_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 3590 | static const StgWord S563_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘s5aN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:14:1: error: BUILDSTDERR: warning: label ‘_c5b3’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c5b3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c5b3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_newQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:38:1: error: BUILDSTDERR: warning: label ‘_c5b6’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c5b6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c5b6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘s5aQ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:75:1: error: BUILDSTDERR: warning: label ‘_c5bl’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c5bl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c5bl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_waitQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:98:1: error: BUILDSTDERR: warning: label ‘_c5bo’ defined but not used [-Wunused-label] BUILDSTDERR: 98 | _c5bo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 98 | _c5bo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘s5aT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:134:1: error: BUILDSTDERR: warning: label ‘_c5bC’ defined but not used [-Wunused-label] BUILDSTDERR: 134 | _c5bC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 134 | _c5bC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_signalQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_38.hc:157:1: error: BUILDSTDERR: warning: label ‘_c5bF’ defined but not used [-Wunused-label] BUILDSTDERR: 157 | _c5bF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 157 | _c5bF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘s5bM_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:14:1: error: BUILDSTDERR: warning: label ‘_c5c2’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c5c2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c5c2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_newQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:38:1: error: BUILDSTDERR: warning: label ‘_c5c5’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c5c5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c5c5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘s5bP_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:75:1: error: BUILDSTDERR: warning: label ‘_c5ck’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c5ck: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c5ck: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_waitQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:98:1: error: BUILDSTDERR: warning: label ‘_c5cn’ defined but not used [-Wunused-label] BUILDSTDERR: 98 | _c5cn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 98 | _c5cn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘s5bS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:134:1: error: BUILDSTDERR: warning: label ‘_c5cB’ defined but not used [-Wunused-label] BUILDSTDERR: 134 | _c5cB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 134 | _c5cB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_signalQSem_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_42.hc:157:1: error: BUILDSTDERR: warning: label ‘_c5cE’ defined but not used [-Wunused-label] BUILDSTDERR: 157 | _c5cE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 157 | _c5cE: BUILDSTDERR: | ^ [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘s5hC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:14:1: error: BUILDSTDERR: warning: label ‘_c5hU’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c5hU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c5hU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_newQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:38:1: error: BUILDSTDERR: warning: label ‘_c5hX’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c5hX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c5hX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘s5hG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:75:1: error: BUILDSTDERR: warning: label ‘_c5ic’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c5ic: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c5ic: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_waitQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:99:1: error: BUILDSTDERR: warning: label ‘_c5if’ defined but not used [-Wunused-label] BUILDSTDERR: 99 | _c5if: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 99 | _c5if: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘s5hK_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:130:1: error: BUILDSTDERR: warning: label ‘_c5it’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _c5it: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _c5it: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_signalQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_47.hc:154:1: error: BUILDSTDERR: warning: label ‘_c5iw’ defined but not used [-Wunused-label] BUILDSTDERR: 154 | _c5iw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 154 | _c5iw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘s5iD_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:14:1: error: BUILDSTDERR: warning: label ‘_c5iV’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c5iV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c5iV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_newQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:38:1: error: BUILDSTDERR: warning: label ‘_c5iY’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c5iY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c5iY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘s5iH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:75:1: error: BUILDSTDERR: warning: label ‘_c5jd’ defined but not used [-Wunused-label] BUILDSTDERR: 75 | _c5jd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 75 | _c5jd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_waitQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:99:1: error: BUILDSTDERR: warning: label ‘_c5jg’ defined but not used [-Wunused-label] BUILDSTDERR: 99 | _c5jg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 99 | _c5jg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘s5iL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:130:1: error: BUILDSTDERR: warning: label ‘_c5ju’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _c5ju: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _c5ju: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_signalQSemN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_51.hc:154:1: error: BUILDSTDERR: warning: label ‘_c5jx’ defined but not used [-Wunused-label] BUILDSTDERR: 154 | _c5jx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 154 | _c5jx: BUILDSTDERR: | ^ [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s738_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:14:1: error: BUILDSTDERR: warning: label ‘_c78a’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c78a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c78a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwIO_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:38:1: error: BUILDSTDERR: warning: label ‘_c78d’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c78d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c78d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73b_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:69:1: error: BUILDSTDERR: warning: label ‘_c78r’ defined but not used [-Wunused-label] BUILDSTDERR: 69 | _c78r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 69 | _c78r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_ioError_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:93:1: error: BUILDSTDERR: warning: label ‘_c78u’ defined but not used [-Wunused-label] BUILDSTDERR: 93 | _c78u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 93 | _c78u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73g_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:130:1: error: BUILDSTDERR: warning: label ‘_c78J’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _c78J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _c78J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwTo_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:155:1: error: BUILDSTDERR: warning: label ‘_c78M’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _c78M: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _c78M: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73q_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:187:1: error: BUILDSTDERR: warning: label ‘_c79e’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _c79e: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _c79e: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73t_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:203:1: error: BUILDSTDERR: warning: label ‘_c79l’ defined but not used [-Wunused-label] BUILDSTDERR: 203 | _c79l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 203 | _c79l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c795’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:231:1: error: BUILDSTDERR: warning: label ‘_c795’ defined but not used [-Wunused-label] BUILDSTDERR: 231 | _c795: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 231 | _c795: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73n_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:277:1: error: BUILDSTDERR: warning: label ‘_c79B’ defined but not used [-Wunused-label] BUILDSTDERR: 277 | _c79B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 277 | _c79B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73u_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:305:1: error: BUILDSTDERR: warning: label ‘_c79E’ defined but not used [-Wunused-label] BUILDSTDERR: 305 | _c79E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 305 | _c79E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catch_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:341:1: error: BUILDSTDERR: warning: label ‘_c79J’ defined but not used [-Wunused-label] BUILDSTDERR: 341 | _c79J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 341 | _c79J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73K_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:375:1: error: BUILDSTDERR: warning: label ‘_c7ao’ defined but not used [-Wunused-label] BUILDSTDERR: 375 | _c7ao: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 375 | _c7ao: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73A_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:405:1: error: BUILDSTDERR: warning: label ‘_c7ax’ defined but not used [-Wunused-label] BUILDSTDERR: 405 | _c7ax: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 405 | _c7ax: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7a6’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:436:1: error: BUILDSTDERR: warning: label ‘_c7a6’ defined but not used [-Wunused-label] BUILDSTDERR: 436 | _c7a6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 436 | _c7a6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7ac’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:472:1: error: BUILDSTDERR: warning: label ‘_c7ac’ defined but not used [-Wunused-label] BUILDSTDERR: 472 | _c7ac: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 472 | _c7ac: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73N_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:513:1: error: BUILDSTDERR: warning: label ‘_c7aK’ defined but not used [-Wunused-label] BUILDSTDERR: 513 | _c7aK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 513 | _c7aK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73O_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:552:1: error: BUILDSTDERR: warning: label ‘_c7aQ’ defined but not used [-Wunused-label] BUILDSTDERR: 552 | _c7aQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 552 | _c7aQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catches_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:593:1: error: BUILDSTDERR: warning: label ‘_c7aV’ defined but not used [-Wunused-label] BUILDSTDERR: 593 | _c7aV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 593 | _c7aV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73Z_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:624:1: error: BUILDSTDERR: warning: label ‘_c7bn’ defined but not used [-Wunused-label] BUILDSTDERR: 624 | _c7bn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 624 | _c7bn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s744_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:641:1: error: BUILDSTDERR: warning: label ‘_c7bu’ defined but not used [-Wunused-label] BUILDSTDERR: 641 | _c7bu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 641 | _c7bu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7be’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:673:1: error: BUILDSTDERR: warning: label ‘_c7be’ defined but not used [-Wunused-label] BUILDSTDERR: 673 | _c7be: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 673 | _c7be: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7bC’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:713:1: error: BUILDSTDERR: warning: label ‘_c7bC’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _c7bC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _c7bC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s73W_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:751:1: error: BUILDSTDERR: warning: label ‘_c7bW’ defined but not used [-Wunused-label] BUILDSTDERR: 751 | _c7bW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 751 | _c7bW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s745_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:780:1: error: BUILDSTDERR: warning: label ‘_c7bZ’ defined but not used [-Wunused-label] BUILDSTDERR: 780 | _c7bZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 780 | _c7bZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catchJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:818:1: error: BUILDSTDERR: warning: label ‘_c7c4’ defined but not used [-Wunused-label] BUILDSTDERR: 818 | _c7c4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 818 | _c7c4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74f_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:850:1: error: BUILDSTDERR: warning: label ‘_c7cw’ defined but not used [-Wunused-label] BUILDSTDERR: 850 | _c7cw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 850 | _c7cw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74i_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:866:1: error: BUILDSTDERR: warning: label ‘_c7cD’ defined but not used [-Wunused-label] BUILDSTDERR: 866 | _c7cD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 866 | _c7cD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7cn’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:894:1: error: BUILDSTDERR: warning: label ‘_c7cn’ defined but not used [-Wunused-label] BUILDSTDERR: 894 | _c7cn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 894 | _c7cn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74c_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:940:1: error: BUILDSTDERR: warning: label ‘_c7cT’ defined but not used [-Wunused-label] BUILDSTDERR: 940 | _c7cT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 940 | _c7cT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74j_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:968:1: error: BUILDSTDERR: warning: label ‘_c7cW’ defined but not used [-Wunused-label] BUILDSTDERR: 968 | _c7cW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 968 | _c7cW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handle_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1004:1: error: BUILDSTDERR: warning: label ‘_c7d1’ defined but not used [-Wunused-label] BUILDSTDERR: 1004 | _c7d1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1004 | _c7d1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74u_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1035:1: error: BUILDSTDERR: warning: label ‘_c7dt’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _c7dt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _c7dt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74z_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1052:1: error: BUILDSTDERR: warning: label ‘_c7dA’ defined but not used [-Wunused-label] BUILDSTDERR: 1052 | _c7dA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1052 | _c7dA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7dk’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1084:1: error: BUILDSTDERR: warning: label ‘_c7dk’ defined but not used [-Wunused-label] BUILDSTDERR: 1084 | _c7dk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1084 | _c7dk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7dI’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1124:1: error: BUILDSTDERR: warning: label ‘_c7dI’ defined but not used [-Wunused-label] BUILDSTDERR: 1124 | _c7dI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1124 | _c7dI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74r_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1162:1: error: BUILDSTDERR: warning: label ‘_c7e2’ defined but not used [-Wunused-label] BUILDSTDERR: 1162 | _c7e2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1162 | _c7e2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74A_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1191:1: error: BUILDSTDERR: warning: label ‘_c7e5’ defined but not used [-Wunused-label] BUILDSTDERR: 1191 | _c7e5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1191 | _c7e5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handleJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1229:1: error: BUILDSTDERR: warning: label ‘_c7ea’ defined but not used [-Wunused-label] BUILDSTDERR: 1229 | _c7ea: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1229 | _c7ea: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74W_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1263:1: error: BUILDSTDERR: warning: label ‘_c7en’ defined but not used [-Wunused-label] BUILDSTDERR: 1263 | _c7en: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1263 | _c7en: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74X_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1285:1: error: BUILDSTDERR: warning: label ‘_c7eu’ defined but not used [-Wunused-label] BUILDSTDERR: 1285 | _c7eu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1285 | _c7eu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74Y_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1311:1: error: BUILDSTDERR: warning: label ‘_c7eD’ defined but not used [-Wunused-label] BUILDSTDERR: 1311 | _c7eD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1311 | _c7eD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s756_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1344:1: error: BUILDSTDERR: warning: label ‘_c7eX’ defined but not used [-Wunused-label] BUILDSTDERR: 1344 | _c7eX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1344 | _c7eX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s757_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1371:1: error: BUILDSTDERR: warning: label ‘_c7f4’ defined but not used [-Wunused-label] BUILDSTDERR: 1371 | _c7f4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1371 | _c7f4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7eN’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1405:1: error: BUILDSTDERR: warning: label ‘_c7eN’ defined but not used [-Wunused-label] BUILDSTDERR: 1405 | _c7eN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1405 | _c7eN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74G_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1447:1: error: BUILDSTDERR: warning: label ‘_c7fs’ defined but not used [-Wunused-label] BUILDSTDERR: 1447 | _c7fs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1447 | _c7fs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7fm’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1473:1: error: BUILDSTDERR: warning: label ‘_c7fm’ defined but not used [-Wunused-label] BUILDSTDERR: 1473 | _c7fm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1473 | _c7fm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74T_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1509:1: error: BUILDSTDERR: warning: label ‘_c7fR’ defined but not used [-Wunused-label] BUILDSTDERR: 1509 | _c7fR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1509 | _c7fR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7fO’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1533:1: error: BUILDSTDERR: warning: label ‘_c7fO’ defined but not used [-Wunused-label] BUILDSTDERR: 1533 | _c7fO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1533 | _c7fO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74U_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1561:1: error: BUILDSTDERR: warning: label ‘_c7fX’ defined but not used [-Wunused-label] BUILDSTDERR: 1561 | _c7fX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1561 | _c7fX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s74V_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1595:1: error: BUILDSTDERR: warning: label ‘_c7g2’ defined but not used [-Wunused-label] BUILDSTDERR: 1595 | _c7g2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1595 | _c7g2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_try_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1643:1: error: BUILDSTDERR: warning: label ‘_c7g9’ defined but not used [-Wunused-label] BUILDSTDERR: 1643 | _c7g9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1643 | _c7g9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7g7’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1689:1: error: BUILDSTDERR: warning: label ‘_c7g7’ defined but not used [-Wunused-label] BUILDSTDERR: 1689 | _c7g7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1689 | _c7g7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7gc’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1705:1: error: BUILDSTDERR: warning: label ‘_c7gc’ defined but not used [-Wunused-label] BUILDSTDERR: 1705 | _c7gc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1705 | _c7gc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75j_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1727:1: error: BUILDSTDERR: warning: label ‘_c7gu’ defined but not used [-Wunused-label] BUILDSTDERR: 1727 | _c7gu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1727 | _c7gu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75k_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1749:1: error: BUILDSTDERR: warning: label ‘_c7gB’ defined but not used [-Wunused-label] BUILDSTDERR: 1749 | _c7gB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1749 | _c7gB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75l_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1775:1: error: BUILDSTDERR: warning: label ‘_c7gK’ defined but not used [-Wunused-label] BUILDSTDERR: 1775 | _c7gK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1775 | _c7gK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75t_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1808:1: error: BUILDSTDERR: warning: label ‘_c7h4’ defined but not used [-Wunused-label] BUILDSTDERR: 1808 | _c7h4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1808 | _c7h4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75u_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1835:1: error: BUILDSTDERR: warning: label ‘_c7hb’ defined but not used [-Wunused-label] BUILDSTDERR: 1835 | _c7hb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1835 | _c7hb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7gU’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1869:1: error: BUILDSTDERR: warning: label ‘_c7gU’ defined but not used [-Wunused-label] BUILDSTDERR: 1869 | _c7gU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1869 | _c7gU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75g_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1909:1: error: BUILDSTDERR: warning: label ‘_c7hx’ defined but not used [-Wunused-label] BUILDSTDERR: 1909 | _c7hx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1909 | _c7hx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75h_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1936:1: error: BUILDSTDERR: warning: label ‘_c7hA’ defined but not used [-Wunused-label] BUILDSTDERR: 1936 | _c7hA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1936 | _c7hA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75i_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:1977:1: error: BUILDSTDERR: warning: label ‘_c7hF’ defined but not used [-Wunused-label] BUILDSTDERR: 1977 | _c7hF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1977 | _c7hF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_tryJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2025:1: error: BUILDSTDERR: warning: label ‘_c7hM’ defined but not used [-Wunused-label] BUILDSTDERR: 2025 | _c7hM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2025 | _c7hM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7hK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2066:1: error: BUILDSTDERR: warning: label ‘_c7hK’ defined but not used [-Wunused-label] BUILDSTDERR: 2066 | _c7hK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2066 | _c7hK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7hP’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2082:1: error: BUILDSTDERR: warning: label ‘_c7hP’ defined but not used [-Wunused-label] BUILDSTDERR: 2082 | _c7hP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2082 | _c7hP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75y_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2102:1: error: BUILDSTDERR: warning: label ‘_c7i8’ defined but not used [-Wunused-label] BUILDSTDERR: 2102 | _c7i8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2102 | _c7i8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_evaluate_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2118:1: error: BUILDSTDERR: warning: label ‘_c7ib’ defined but not used [-Wunused-label] BUILDSTDERR: 2118 | _c7ib: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2118 | _c7ib: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75G_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2155:1: error: BUILDSTDERR: warning: label ‘_c7iA’ defined but not used [-Wunused-label] BUILDSTDERR: 2155 | _c7iA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2155 | _c7iA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7iy’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2178:1: error: BUILDSTDERR: warning: label ‘_c7iy’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _c7iy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _c7iy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75H_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2196:1: error: BUILDSTDERR: warning: label ‘_c7iE’ defined but not used [-Wunused-label] BUILDSTDERR: 2196 | _c7iE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2196 | _c7iE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75B_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2230:1: error: BUILDSTDERR: warning: label ‘_c7iJ’ defined but not used [-Wunused-label] BUILDSTDERR: 2230 | _c7iJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2230 | _c7iJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75N_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2266:1: error: BUILDSTDERR: warning: label ‘_c7j4’ defined but not used [-Wunused-label] BUILDSTDERR: 2266 | _c7j4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2266 | _c7j4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7j2’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2289:1: error: BUILDSTDERR: warning: label ‘_c7j2’ defined but not used [-Wunused-label] BUILDSTDERR: 2289 | _c7j2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2289 | _c7j2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75O_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2307:1: error: BUILDSTDERR: warning: label ‘_c7j8’ defined but not used [-Wunused-label] BUILDSTDERR: 2307 | _c7j8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2307 | _c7j8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75I_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2341:1: error: BUILDSTDERR: warning: label ‘_c7jd’ defined but not used [-Wunused-label] BUILDSTDERR: 2341 | _c7jd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2341 | _c7jd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75U_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2377:1: error: BUILDSTDERR: warning: label ‘_c7jy’ defined but not used [-Wunused-label] BUILDSTDERR: 2377 | _c7jy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2377 | _c7jy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7jw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2400:1: error: BUILDSTDERR: warning: label ‘_c7jw’ defined but not used [-Wunused-label] BUILDSTDERR: 2400 | _c7jw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2400 | _c7jw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75V_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2418:1: error: BUILDSTDERR: warning: label ‘_c7jC’ defined but not used [-Wunused-label] BUILDSTDERR: 2418 | _c7jC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2418 | _c7jC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s75P_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2452:1: error: BUILDSTDERR: warning: label ‘_c7jH’ defined but not used [-Wunused-label] BUILDSTDERR: 2452 | _c7jH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2452 | _c7jH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s763_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2487:1: error: BUILDSTDERR: warning: label ‘_c7jY’ defined but not used [-Wunused-label] BUILDSTDERR: 2487 | _c7jY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2487 | _c7jY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7jR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2512:1: error: BUILDSTDERR: warning: label ‘_c7jR’ defined but not used [-Wunused-label] BUILDSTDERR: 2512 | _c7jR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2512 | _c7jR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7k4’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2545:1: error: BUILDSTDERR: warning: label ‘_c7k4’ defined but not used [-Wunused-label] BUILDSTDERR: 2545 | _c7k4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | _c7k4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_mask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2567:1: error: BUILDSTDERR: warning: label ‘_c7k7’ defined but not used [-Wunused-label] BUILDSTDERR: 2567 | _c7k7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2567 | _c7k7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76d_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2609:1: error: BUILDSTDERR: warning: label ‘_c7kr’ defined but not used [-Wunused-label] BUILDSTDERR: 2609 | _c7kr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2609 | _c7kr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7kl’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2632:1: error: BUILDSTDERR: warning: label ‘_c7kl’ defined but not used [-Wunused-label] BUILDSTDERR: 2632 | _c7kl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2632 | _c7kl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7kx’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2658:1: error: BUILDSTDERR: warning: label ‘_c7kx’ defined but not used [-Wunused-label] BUILDSTDERR: 2658 | _c7kx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2658 | _c7kx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_maskzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2675:1: error: BUILDSTDERR: warning: label ‘_c7kA’ defined but not used [-Wunused-label] BUILDSTDERR: 2675 | _c7kA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2675 | _c7kA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76l_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2705:1: error: BUILDSTDERR: warning: label ‘_c7kZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2705 | _c7kZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2705 | _c7kZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7kX’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2728:1: error: BUILDSTDERR: warning: label ‘_c7kX’ defined but not used [-Wunused-label] BUILDSTDERR: 2728 | _c7kX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2728 | _c7kX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76m_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2746:1: error: BUILDSTDERR: warning: label ‘_c7l3’ defined but not used [-Wunused-label] BUILDSTDERR: 2746 | _c7l3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2746 | _c7l3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76g_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2780:1: error: BUILDSTDERR: warning: label ‘_c7l8’ defined but not used [-Wunused-label] BUILDSTDERR: 2780 | _c7l8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2780 | _c7l8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76s_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2816:1: error: BUILDSTDERR: warning: label ‘_c7lt’ defined but not used [-Wunused-label] BUILDSTDERR: 2816 | _c7lt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2816 | _c7lt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7lr’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2839:1: error: BUILDSTDERR: warning: label ‘_c7lr’ defined but not used [-Wunused-label] BUILDSTDERR: 2839 | _c7lr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2839 | _c7lr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76t_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2857:1: error: BUILDSTDERR: warning: label ‘_c7lx’ defined but not used [-Wunused-label] BUILDSTDERR: 2857 | _c7lx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2857 | _c7lx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76n_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2891:1: error: BUILDSTDERR: warning: label ‘_c7lC’ defined but not used [-Wunused-label] BUILDSTDERR: 2891 | _c7lC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2891 | _c7lC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76z_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2927:1: error: BUILDSTDERR: warning: label ‘_c7lX’ defined but not used [-Wunused-label] BUILDSTDERR: 2927 | _c7lX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2927 | _c7lX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7lV’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2950:1: error: BUILDSTDERR: warning: label ‘_c7lV’ defined but not used [-Wunused-label] BUILDSTDERR: 2950 | _c7lV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2950 | _c7lV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76A_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:2968:1: error: BUILDSTDERR: warning: label ‘_c7m1’ defined but not used [-Wunused-label] BUILDSTDERR: 2968 | _c7m1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2968 | _c7m1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76u_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3002:1: error: BUILDSTDERR: warning: label ‘_c7m6’ defined but not used [-Wunused-label] BUILDSTDERR: 3002 | _c7m6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3002 | _c7m6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76J_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3037:1: error: BUILDSTDERR: warning: label ‘_c7mn’ defined but not used [-Wunused-label] BUILDSTDERR: 3037 | _c7mn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3037 | _c7mn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7mg’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3063:1: error: BUILDSTDERR: warning: label ‘_c7mg’ defined but not used [-Wunused-label] BUILDSTDERR: 3063 | _c7mg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3063 | _c7mg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7mw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3097:1: error: BUILDSTDERR: warning: label ‘_c7mw’ defined but not used [-Wunused-label] BUILDSTDERR: 3097 | _c7mw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3097 | _c7mw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7ms’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3111:1: error: BUILDSTDERR: warning: label ‘_c7ms’ defined but not used [-Wunused-label] BUILDSTDERR: 3111 | _c7ms: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3111 | _c7ms: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3133:1: error: BUILDSTDERR: warning: label ‘_c7mz’ defined but not used [-Wunused-label] BUILDSTDERR: 3133 | _c7mz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3133 | _c7mz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s76T_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3175:1: error: BUILDSTDERR: warning: label ‘_c7mT’ defined but not used [-Wunused-label] BUILDSTDERR: 3175 | _c7mT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3175 | _c7mT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7mN’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3198:1: error: BUILDSTDERR: warning: label ‘_c7mN’ defined but not used [-Wunused-label] BUILDSTDERR: 3198 | _c7mN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3198 | _c7mN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7mY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3224:1: error: BUILDSTDERR: warning: label ‘_c7mY’ defined but not used [-Wunused-label] BUILDSTDERR: 3224 | _c7mY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3224 | _c7mY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMaskzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3241:1: error: BUILDSTDERR: warning: label ‘_c7n1’ defined but not used [-Wunused-label] BUILDSTDERR: 3241 | _c7n1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3241 | _c7n1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_getMaskingState_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3271:1: error: BUILDSTDERR: warning: label ‘_c7na’ defined but not used [-Wunused-label] BUILDSTDERR: 3271 | _c7na: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3271 | _c7na: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_allowInterrupt_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3300:1: error: BUILDSTDERR: warning: label ‘_c7nh’ defined but not used [-Wunused-label] BUILDSTDERR: 3300 | _c7nh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3300 | _c7nh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s770_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3328:1: error: BUILDSTDERR: warning: label ‘_c7ns’ defined but not used [-Wunused-label] BUILDSTDERR: 3328 | _c7ns: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3328 | _c7ns: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s771_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3350:1: error: BUILDSTDERR: warning: label ‘_c7nz’ defined but not used [-Wunused-label] BUILDSTDERR: 3350 | _c7nz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3350 | _c7nz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s779_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3374:1: error: BUILDSTDERR: warning: label ‘_c7nU’ defined but not used [-Wunused-label] BUILDSTDERR: 3374 | _c7nU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3374 | _c7nU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77a_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3405:1: error: BUILDSTDERR: warning: label ‘_c7nX’ defined but not used [-Wunused-label] BUILDSTDERR: 3405 | _c7nX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3405 | _c7nX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77b_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3449:1: error: BUILDSTDERR: warning: label ‘_c7o2’ defined but not used [-Wunused-label] BUILDSTDERR: 3449 | _c7o2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3449 | _c7o2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s775_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3482:1: error: BUILDSTDERR: warning: label ‘_c7ok’ defined but not used [-Wunused-label] BUILDSTDERR: 3482 | _c7ok: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3482 | _c7ok: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s776_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3513:1: error: BUILDSTDERR: warning: label ‘_c7on’ defined but not used [-Wunused-label] BUILDSTDERR: 3513 | _c7on: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3513 | _c7on: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s777_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3557:1: error: BUILDSTDERR: warning: label ‘_c7os’ defined but not used [-Wunused-label] BUILDSTDERR: 3557 | _c7os: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3557 | _c7os: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77c_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3598:1: error: BUILDSTDERR: warning: label ‘_c7oy’ defined but not used [-Wunused-label] BUILDSTDERR: 3598 | _c7oy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3598 | _c7oy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracket_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3652:1: error: BUILDSTDERR: warning: label ‘_c7oD’ defined but not used [-Wunused-label] BUILDSTDERR: 3652 | _c7oD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3652 | _c7oD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77o_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3691:1: error: BUILDSTDERR: warning: label ‘_c7oX’ defined but not used [-Wunused-label] BUILDSTDERR: 3691 | _c7oX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3691 | _c7oX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77m_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3706:1: error: BUILDSTDERR: warning: label ‘_c7p5’ defined but not used [-Wunused-label] BUILDSTDERR: 3706 | _c7p5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3706 | _c7p5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77p_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3728:1: error: BUILDSTDERR: warning: label ‘_c7pa’ defined but not used [-Wunused-label] BUILDSTDERR: 3728 | _c7pa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3728 | _c7pa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7p8’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3771:1: error: BUILDSTDERR: warning: label ‘_c7p8’ defined but not used [-Wunused-label] BUILDSTDERR: 3771 | _c7p8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3771 | _c7p8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3787:1: error: BUILDSTDERR: warning: label ‘_c7pg’ defined but not used [-Wunused-label] BUILDSTDERR: 3787 | _c7pg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3787 | _c7pg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77u_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3820:1: error: BUILDSTDERR: warning: label ‘_c7pt’ defined but not used [-Wunused-label] BUILDSTDERR: 3820 | _c7pt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3820 | _c7pt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77v_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3842:1: error: BUILDSTDERR: warning: label ‘_c7pA’ defined but not used [-Wunused-label] BUILDSTDERR: 3842 | _c7pA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3842 | _c7pA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77D_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3866:1: error: BUILDSTDERR: warning: label ‘_c7pV’ defined but not used [-Wunused-label] BUILDSTDERR: 3866 | _c7pV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3866 | _c7pV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77E_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3897:1: error: BUILDSTDERR: warning: label ‘_c7pY’ defined but not used [-Wunused-label] BUILDSTDERR: 3897 | _c7pY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3897 | _c7pY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77F_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3941:1: error: BUILDSTDERR: warning: label ‘_c7q3’ defined but not used [-Wunused-label] BUILDSTDERR: 3941 | _c7q3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3941 | _c7q3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77z_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:3974:1: error: BUILDSTDERR: warning: label ‘_c7ql’ defined but not used [-Wunused-label] BUILDSTDERR: 3974 | _c7ql: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3974 | _c7ql: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77A_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4005:1: error: BUILDSTDERR: warning: label ‘_c7qo’ defined but not used [-Wunused-label] BUILDSTDERR: 4005 | _c7qo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4005 | _c7qo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77B_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4049:1: error: BUILDSTDERR: warning: label ‘_c7qt’ defined but not used [-Wunused-label] BUILDSTDERR: 4049 | _c7qt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4049 | _c7qt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77G_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4090:1: error: BUILDSTDERR: warning: label ‘_c7qz’ defined but not used [-Wunused-label] BUILDSTDERR: 4090 | _c7qz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4090 | _c7qz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketOnError_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4144:1: error: BUILDSTDERR: warning: label ‘_c7qE’ defined but not used [-Wunused-label] BUILDSTDERR: 4144 | _c7qE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4144 | _c7qE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77N_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4187:1: error: BUILDSTDERR: warning: label ‘_c7qU’ defined but not used [-Wunused-label] BUILDSTDERR: 4187 | _c7qU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4187 | _c7qU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_finally_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4227:1: error: BUILDSTDERR: warning: label ‘_c7qZ’ defined but not used [-Wunused-label] BUILDSTDERR: 4227 | _c7qZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4227 | _c7qZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77Z_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4259:1: error: BUILDSTDERR: warning: label ‘_c7rk’ defined but not used [-Wunused-label] BUILDSTDERR: 4259 | _c7rk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4259 | _c7rk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘_c7ri’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4281:1: error: BUILDSTDERR: warning: label ‘_c7ri’ defined but not used [-Wunused-label] BUILDSTDERR: 4281 | _c7ri: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4281 | _c7ri: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s77T_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4296:1: error: BUILDSTDERR: warning: label ‘_c7rs’ defined but not used [-Wunused-label] BUILDSTDERR: 4296 | _c7rs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4296 | _c7rs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘s780_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4323:1: error: BUILDSTDERR: warning: label ‘_c7rv’ defined but not used [-Wunused-label] BUILDSTDERR: 4323 | _c7rv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4323 | _c7rv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_onException_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4357:1: error: BUILDSTDERR: warning: label ‘_c7rA’ defined but not used [-Wunused-label] BUILDSTDERR: 4357 | _c7rA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4357 | _c7rA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4528:1: error: BUILDSTDERR: warning: label ‘_c7rK’ defined but not used [-Wunused-label] BUILDSTDERR: 4528 | _c7rK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4528 | _c7rK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_con_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_56.hc:4553:1: error: BUILDSTDERR: warning: label ‘_c7rP’ defined but not used [-Wunused-label] BUILDSTDERR: 4553 | _c7rP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4553 | _c7rP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7rU_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:14:1: error: BUILDSTDERR: warning: label ‘_c7wW’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _c7wW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _c7wW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwIO_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:38:1: error: BUILDSTDERR: warning: label ‘_c7wZ’ defined but not used [-Wunused-label] BUILDSTDERR: 38 | _c7wZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 38 | _c7wZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7rX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:69:1: error: BUILDSTDERR: warning: label ‘_c7xd’ defined but not used [-Wunused-label] BUILDSTDERR: 69 | _c7xd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 69 | _c7xd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_ioError_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:93:1: error: BUILDSTDERR: warning: label ‘_c7xg’ defined but not used [-Wunused-label] BUILDSTDERR: 93 | _c7xg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 93 | _c7xg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7s2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:130:1: error: BUILDSTDERR: warning: label ‘_c7xv’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _c7xv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _c7xv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwTo_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:155:1: error: BUILDSTDERR: warning: label ‘_c7xy’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _c7xy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _c7xy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sc_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:187:1: error: BUILDSTDERR: warning: label ‘_c7y0’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _c7y0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _c7y0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:203:1: error: BUILDSTDERR: warning: label ‘_c7y7’ defined but not used [-Wunused-label] BUILDSTDERR: 203 | _c7y7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 203 | _c7y7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7xR’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:231:1: error: BUILDSTDERR: warning: label ‘_c7xR’ defined but not used [-Wunused-label] BUILDSTDERR: 231 | _c7xR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 231 | _c7xR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7s9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:277:1: error: BUILDSTDERR: warning: label ‘_c7yn’ defined but not used [-Wunused-label] BUILDSTDERR: 277 | _c7yn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 277 | _c7yn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:305:1: error: BUILDSTDERR: warning: label ‘_c7yq’ defined but not used [-Wunused-label] BUILDSTDERR: 305 | _c7yq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 305 | _c7yq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catch_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:341:1: error: BUILDSTDERR: warning: label ‘_c7yv’ defined but not used [-Wunused-label] BUILDSTDERR: 341 | _c7yv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 341 | _c7yv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sw_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:375:1: error: BUILDSTDERR: warning: label ‘_c7za’ defined but not used [-Wunused-label] BUILDSTDERR: 375 | _c7za: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 375 | _c7za: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:405:1: error: BUILDSTDERR: warning: label ‘_c7zj’ defined but not used [-Wunused-label] BUILDSTDERR: 405 | _c7zj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 405 | _c7zj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7yS’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:436:1: error: BUILDSTDERR: warning: label ‘_c7yS’ defined but not used [-Wunused-label] BUILDSTDERR: 436 | _c7yS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 436 | _c7yS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7yY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:472:1: error: BUILDSTDERR: warning: label ‘_c7yY’ defined but not used [-Wunused-label] BUILDSTDERR: 472 | _c7yY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 472 | _c7yY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:513:1: error: BUILDSTDERR: warning: label ‘_c7zw’ defined but not used [-Wunused-label] BUILDSTDERR: 513 | _c7zw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 513 | _c7zw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sA_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:552:1: error: BUILDSTDERR: warning: label ‘_c7zC’ defined but not used [-Wunused-label] BUILDSTDERR: 552 | _c7zC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 552 | _c7zC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catches_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:593:1: error: BUILDSTDERR: warning: label ‘_c7zH’ defined but not used [-Wunused-label] BUILDSTDERR: 593 | _c7zH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 593 | _c7zH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:624:1: error: BUILDSTDERR: warning: label ‘_c7A9’ defined but not used [-Wunused-label] BUILDSTDERR: 624 | _c7A9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 624 | _c7A9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sQ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:641:1: error: BUILDSTDERR: warning: label ‘_c7Ag’ defined but not used [-Wunused-label] BUILDSTDERR: 641 | _c7Ag: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 641 | _c7Ag: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7A0’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:673:1: error: BUILDSTDERR: warning: label ‘_c7A0’ defined but not used [-Wunused-label] BUILDSTDERR: 673 | _c7A0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 673 | _c7A0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Ao’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:713:1: error: BUILDSTDERR: warning: label ‘_c7Ao’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _c7Ao: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _c7Ao: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sI_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:751:1: error: BUILDSTDERR: warning: label ‘_c7AI’ defined but not used [-Wunused-label] BUILDSTDERR: 751 | _c7AI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 751 | _c7AI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sR_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:780:1: error: BUILDSTDERR: warning: label ‘_c7AL’ defined but not used [-Wunused-label] BUILDSTDERR: 780 | _c7AL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 780 | _c7AL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catchJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:818:1: error: BUILDSTDERR: warning: label ‘_c7AQ’ defined but not used [-Wunused-label] BUILDSTDERR: 818 | _c7AQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 818 | _c7AQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7t1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:850:1: error: BUILDSTDERR: warning: label ‘_c7Bi’ defined but not used [-Wunused-label] BUILDSTDERR: 850 | _c7Bi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 850 | _c7Bi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7t4_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:866:1: error: BUILDSTDERR: warning: label ‘_c7Bp’ defined but not used [-Wunused-label] BUILDSTDERR: 866 | _c7Bp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 866 | _c7Bp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7B9’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:894:1: error: BUILDSTDERR: warning: label ‘_c7B9’ defined but not used [-Wunused-label] BUILDSTDERR: 894 | _c7B9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 894 | _c7B9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7sY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:940:1: error: BUILDSTDERR: warning: label ‘_c7BF’ defined but not used [-Wunused-label] BUILDSTDERR: 940 | _c7BF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 940 | _c7BF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7t5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:968:1: error: BUILDSTDERR: warning: label ‘_c7BI’ defined but not used [-Wunused-label] BUILDSTDERR: 968 | _c7BI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 968 | _c7BI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handle_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1004:1: error: BUILDSTDERR: warning: label ‘_c7BN’ defined but not used [-Wunused-label] BUILDSTDERR: 1004 | _c7BN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1004 | _c7BN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1035:1: error: BUILDSTDERR: warning: label ‘_c7Cf’ defined but not used [-Wunused-label] BUILDSTDERR: 1035 | _c7Cf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1035 | _c7Cf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1052:1: error: BUILDSTDERR: warning: label ‘_c7Cm’ defined but not used [-Wunused-label] BUILDSTDERR: 1052 | _c7Cm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1052 | _c7Cm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7C6’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1084:1: error: BUILDSTDERR: warning: label ‘_c7C6’ defined but not used [-Wunused-label] BUILDSTDERR: 1084 | _c7C6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1084 | _c7C6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Cu’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1124:1: error: BUILDSTDERR: warning: label ‘_c7Cu’ defined but not used [-Wunused-label] BUILDSTDERR: 1124 | _c7Cu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1124 | _c7Cu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7td_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1162:1: error: BUILDSTDERR: warning: label ‘_c7CO’ defined but not used [-Wunused-label] BUILDSTDERR: 1162 | _c7CO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1162 | _c7CO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1191:1: error: BUILDSTDERR: warning: label ‘_c7CR’ defined but not used [-Wunused-label] BUILDSTDERR: 1191 | _c7CR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1191 | _c7CR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handleJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1229:1: error: BUILDSTDERR: warning: label ‘_c7CW’ defined but not used [-Wunused-label] BUILDSTDERR: 1229 | _c7CW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1229 | _c7CW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tI_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1263:1: error: BUILDSTDERR: warning: label ‘_c7D9’ defined but not used [-Wunused-label] BUILDSTDERR: 1263 | _c7D9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1263 | _c7D9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tJ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1285:1: error: BUILDSTDERR: warning: label ‘_c7Dg’ defined but not used [-Wunused-label] BUILDSTDERR: 1285 | _c7Dg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1285 | _c7Dg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tK_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1311:1: error: BUILDSTDERR: warning: label ‘_c7Dp’ defined but not used [-Wunused-label] BUILDSTDERR: 1311 | _c7Dp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1311 | _c7Dp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1344:1: error: BUILDSTDERR: warning: label ‘_c7DJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1344 | _c7DJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1344 | _c7DJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1371:1: error: BUILDSTDERR: warning: label ‘_c7DQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1371 | _c7DQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1371 | _c7DQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Dz’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1405:1: error: BUILDSTDERR: warning: label ‘_c7Dz’ defined but not used [-Wunused-label] BUILDSTDERR: 1405 | _c7Dz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1405 | _c7Dz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7ts_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1447:1: error: BUILDSTDERR: warning: label ‘_c7Ee’ defined but not used [-Wunused-label] BUILDSTDERR: 1447 | _c7Ee: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1447 | _c7Ee: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7E8’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1473:1: error: BUILDSTDERR: warning: label ‘_c7E8’ defined but not used [-Wunused-label] BUILDSTDERR: 1473 | _c7E8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1473 | _c7E8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tF_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1509:1: error: BUILDSTDERR: warning: label ‘_c7ED’ defined but not used [-Wunused-label] BUILDSTDERR: 1509 | _c7ED: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1509 | _c7ED: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7EA’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1533:1: error: BUILDSTDERR: warning: label ‘_c7EA’ defined but not used [-Wunused-label] BUILDSTDERR: 1533 | _c7EA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1533 | _c7EA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1561:1: error: BUILDSTDERR: warning: label ‘_c7EJ’ defined but not used [-Wunused-label] BUILDSTDERR: 1561 | _c7EJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1561 | _c7EJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7tH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1595:1: error: BUILDSTDERR: warning: label ‘_c7EO’ defined but not used [-Wunused-label] BUILDSTDERR: 1595 | _c7EO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1595 | _c7EO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_try_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1643:1: error: BUILDSTDERR: warning: label ‘_c7EV’ defined but not used [-Wunused-label] BUILDSTDERR: 1643 | _c7EV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1643 | _c7EV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7ET’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1689:1: error: BUILDSTDERR: warning: label ‘_c7ET’ defined but not used [-Wunused-label] BUILDSTDERR: 1689 | _c7ET: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1689 | _c7ET: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7EY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1705:1: error: BUILDSTDERR: warning: label ‘_c7EY’ defined but not used [-Wunused-label] BUILDSTDERR: 1705 | _c7EY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1705 | _c7EY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1727:1: error: BUILDSTDERR: warning: label ‘_c7Fg’ defined but not used [-Wunused-label] BUILDSTDERR: 1727 | _c7Fg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1727 | _c7Fg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u6_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1749:1: error: BUILDSTDERR: warning: label ‘_c7Fn’ defined but not used [-Wunused-label] BUILDSTDERR: 1749 | _c7Fn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1749 | _c7Fn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1775:1: error: BUILDSTDERR: warning: label ‘_c7Fw’ defined but not used [-Wunused-label] BUILDSTDERR: 1775 | _c7Fw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1775 | _c7Fw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1808:1: error: BUILDSTDERR: warning: label ‘_c7FQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1808 | _c7FQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1808 | _c7FQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7ug_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1835:1: error: BUILDSTDERR: warning: label ‘_c7FX’ defined but not used [-Wunused-label] BUILDSTDERR: 1835 | _c7FX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1835 | _c7FX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7FG’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1869:1: error: BUILDSTDERR: warning: label ‘_c7FG’ defined but not used [-Wunused-label] BUILDSTDERR: 1869 | _c7FG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1869 | _c7FG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1909:1: error: BUILDSTDERR: warning: label ‘_c7Gj’ defined but not used [-Wunused-label] BUILDSTDERR: 1909 | _c7Gj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1909 | _c7Gj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u3_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1936:1: error: BUILDSTDERR: warning: label ‘_c7Gm’ defined but not used [-Wunused-label] BUILDSTDERR: 1936 | _c7Gm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1936 | _c7Gm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7u4_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:1977:1: error: BUILDSTDERR: warning: label ‘_c7Gr’ defined but not used [-Wunused-label] BUILDSTDERR: 1977 | _c7Gr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1977 | _c7Gr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_tryJust_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2025:1: error: BUILDSTDERR: warning: label ‘_c7Gy’ defined but not used [-Wunused-label] BUILDSTDERR: 2025 | _c7Gy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2025 | _c7Gy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Gw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2066:1: error: BUILDSTDERR: warning: label ‘_c7Gw’ defined but not used [-Wunused-label] BUILDSTDERR: 2066 | _c7Gw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2066 | _c7Gw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7GB’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2082:1: error: BUILDSTDERR: warning: label ‘_c7GB’ defined but not used [-Wunused-label] BUILDSTDERR: 2082 | _c7GB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2082 | _c7GB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uk_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2102:1: error: BUILDSTDERR: warning: label ‘_c7GU’ defined but not used [-Wunused-label] BUILDSTDERR: 2102 | _c7GU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2102 | _c7GU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_evaluate_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2118:1: error: BUILDSTDERR: warning: label ‘_c7GX’ defined but not used [-Wunused-label] BUILDSTDERR: 2118 | _c7GX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2118 | _c7GX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7us_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2155:1: error: BUILDSTDERR: warning: label ‘_c7Hm’ defined but not used [-Wunused-label] BUILDSTDERR: 2155 | _c7Hm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2155 | _c7Hm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Hk’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2178:1: error: BUILDSTDERR: warning: label ‘_c7Hk’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _c7Hk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _c7Hk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7ut_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2196:1: error: BUILDSTDERR: warning: label ‘_c7Hq’ defined but not used [-Wunused-label] BUILDSTDERR: 2196 | _c7Hq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2196 | _c7Hq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7un_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2230:1: error: BUILDSTDERR: warning: label ‘_c7Hv’ defined but not used [-Wunused-label] BUILDSTDERR: 2230 | _c7Hv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2230 | _c7Hv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2266:1: error: BUILDSTDERR: warning: label ‘_c7HQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2266 | _c7HQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2266 | _c7HQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7HO’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2289:1: error: BUILDSTDERR: warning: label ‘_c7HO’ defined but not used [-Wunused-label] BUILDSTDERR: 2289 | _c7HO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2289 | _c7HO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uA_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2307:1: error: BUILDSTDERR: warning: label ‘_c7HU’ defined but not used [-Wunused-label] BUILDSTDERR: 2307 | _c7HU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2307 | _c7HU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2341:1: error: BUILDSTDERR: warning: label ‘_c7HZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2341 | _c7HZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2341 | _c7HZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2377:1: error: BUILDSTDERR: warning: label ‘_c7Ik’ defined but not used [-Wunused-label] BUILDSTDERR: 2377 | _c7Ik: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2377 | _c7Ik: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Ii’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2400:1: error: BUILDSTDERR: warning: label ‘_c7Ii’ defined but not used [-Wunused-label] BUILDSTDERR: 2400 | _c7Ii: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2400 | _c7Ii: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2418:1: error: BUILDSTDERR: warning: label ‘_c7Io’ defined but not used [-Wunused-label] BUILDSTDERR: 2418 | _c7Io: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2418 | _c7Io: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uB_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2452:1: error: BUILDSTDERR: warning: label ‘_c7It’ defined but not used [-Wunused-label] BUILDSTDERR: 2452 | _c7It: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2452 | _c7It: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uP_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2487:1: error: BUILDSTDERR: warning: label ‘_c7IK’ defined but not used [-Wunused-label] BUILDSTDERR: 2487 | _c7IK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2487 | _c7IK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7ID’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2512:1: error: BUILDSTDERR: warning: label ‘_c7ID’ defined but not used [-Wunused-label] BUILDSTDERR: 2512 | _c7ID: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2512 | _c7ID: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7IQ’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2545:1: error: BUILDSTDERR: warning: label ‘_c7IQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2545 | _c7IQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2545 | _c7IQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_mask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2567:1: error: BUILDSTDERR: warning: label ‘_c7IT’ defined but not used [-Wunused-label] BUILDSTDERR: 2567 | _c7IT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2567 | _c7IT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7uZ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2609:1: error: BUILDSTDERR: warning: label ‘_c7Jd’ defined but not used [-Wunused-label] BUILDSTDERR: 2609 | _c7Jd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2609 | _c7Jd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7J7’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2632:1: error: BUILDSTDERR: warning: label ‘_c7J7’ defined but not used [-Wunused-label] BUILDSTDERR: 2632 | _c7J7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2632 | _c7J7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Jj’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2658:1: error: BUILDSTDERR: warning: label ‘_c7Jj’ defined but not used [-Wunused-label] BUILDSTDERR: 2658 | _c7Jj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2658 | _c7Jj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_maskzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2675:1: error: BUILDSTDERR: warning: label ‘_c7Jm’ defined but not used [-Wunused-label] BUILDSTDERR: 2675 | _c7Jm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2675 | _c7Jm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7v7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2705:1: error: BUILDSTDERR: warning: label ‘_c7JL’ defined but not used [-Wunused-label] BUILDSTDERR: 2705 | _c7JL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2705 | _c7JL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7JJ’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2728:1: error: BUILDSTDERR: warning: label ‘_c7JJ’ defined but not used [-Wunused-label] BUILDSTDERR: 2728 | _c7JJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2728 | _c7JJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7v8_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2746:1: error: BUILDSTDERR: warning: label ‘_c7JP’ defined but not used [-Wunused-label] BUILDSTDERR: 2746 | _c7JP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2746 | _c7JP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7v2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2780:1: error: BUILDSTDERR: warning: label ‘_c7JU’ defined but not used [-Wunused-label] BUILDSTDERR: 2780 | _c7JU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2780 | _c7JU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7ve_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2816:1: error: BUILDSTDERR: warning: label ‘_c7Kf’ defined but not used [-Wunused-label] BUILDSTDERR: 2816 | _c7Kf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2816 | _c7Kf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Kd’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2839:1: error: BUILDSTDERR: warning: label ‘_c7Kd’ defined but not used [-Wunused-label] BUILDSTDERR: 2839 | _c7Kd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2839 | _c7Kd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vf_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2857:1: error: BUILDSTDERR: warning: label ‘_c7Kj’ defined but not used [-Wunused-label] BUILDSTDERR: 2857 | _c7Kj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2857 | _c7Kj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7v9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2891:1: error: BUILDSTDERR: warning: label ‘_c7Ko’ defined but not used [-Wunused-label] BUILDSTDERR: 2891 | _c7Ko: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2891 | _c7Ko: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2927:1: error: BUILDSTDERR: warning: label ‘_c7KJ’ defined but not used [-Wunused-label] BUILDSTDERR: 2927 | _c7KJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2927 | _c7KJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7KH’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2950:1: error: BUILDSTDERR: warning: label ‘_c7KH’ defined but not used [-Wunused-label] BUILDSTDERR: 2950 | _c7KH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2950 | _c7KH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:2968:1: error: BUILDSTDERR: warning: label ‘_c7KN’ defined but not used [-Wunused-label] BUILDSTDERR: 2968 | _c7KN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2968 | _c7KN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3002:1: error: BUILDSTDERR: warning: label ‘_c7KS’ defined but not used [-Wunused-label] BUILDSTDERR: 3002 | _c7KS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3002 | _c7KS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vv_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3037:1: error: BUILDSTDERR: warning: label ‘_c7L9’ defined but not used [-Wunused-label] BUILDSTDERR: 3037 | _c7L9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3037 | _c7L9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7L2’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3063:1: error: BUILDSTDERR: warning: label ‘_c7L2’ defined but not used [-Wunused-label] BUILDSTDERR: 3063 | _c7L2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3063 | _c7L2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Li’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3097:1: error: BUILDSTDERR: warning: label ‘_c7Li’ defined but not used [-Wunused-label] BUILDSTDERR: 3097 | _c7Li: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3097 | _c7Li: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Le’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3111:1: error: BUILDSTDERR: warning: label ‘_c7Le’ defined but not used [-Wunused-label] BUILDSTDERR: 3111 | _c7Le: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3111 | _c7Le: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3133:1: error: BUILDSTDERR: warning: label ‘_c7Ll’ defined but not used [-Wunused-label] BUILDSTDERR: 3133 | _c7Ll: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3133 | _c7Ll: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vF_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3175:1: error: BUILDSTDERR: warning: label ‘_c7LF’ defined but not used [-Wunused-label] BUILDSTDERR: 3175 | _c7LF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3175 | _c7LF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Lz’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3198:1: error: BUILDSTDERR: warning: label ‘_c7Lz’ defined but not used [-Wunused-label] BUILDSTDERR: 3198 | _c7Lz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3198 | _c7Lz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7LK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3224:1: error: BUILDSTDERR: warning: label ‘_c7LK’ defined but not used [-Wunused-label] BUILDSTDERR: 3224 | _c7LK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3224 | _c7LK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMaskzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3241:1: error: BUILDSTDERR: warning: label ‘_c7LN’ defined but not used [-Wunused-label] BUILDSTDERR: 3241 | _c7LN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3241 | _c7LN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_getMaskingState_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3271:1: error: BUILDSTDERR: warning: label ‘_c7LW’ defined but not used [-Wunused-label] BUILDSTDERR: 3271 | _c7LW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3271 | _c7LW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_allowInterrupt_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3300:1: error: BUILDSTDERR: warning: label ‘_c7M3’ defined but not used [-Wunused-label] BUILDSTDERR: 3300 | _c7M3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3300 | _c7M3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vM_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3328:1: error: BUILDSTDERR: warning: label ‘_c7Me’ defined but not used [-Wunused-label] BUILDSTDERR: 3328 | _c7Me: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3328 | _c7Me: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3350:1: error: BUILDSTDERR: warning: label ‘_c7Ml’ defined but not used [-Wunused-label] BUILDSTDERR: 3350 | _c7Ml: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3350 | _c7Ml: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vV_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3374:1: error: BUILDSTDERR: warning: label ‘_c7MG’ defined but not used [-Wunused-label] BUILDSTDERR: 3374 | _c7MG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3374 | _c7MG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vW_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3405:1: error: BUILDSTDERR: warning: label ‘_c7MJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3405 | _c7MJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3405 | _c7MJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3449:1: error: BUILDSTDERR: warning: label ‘_c7MO’ defined but not used [-Wunused-label] BUILDSTDERR: 3449 | _c7MO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3449 | _c7MO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vR_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3482:1: error: BUILDSTDERR: warning: label ‘_c7N6’ defined but not used [-Wunused-label] BUILDSTDERR: 3482 | _c7N6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3482 | _c7N6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3513:1: error: BUILDSTDERR: warning: label ‘_c7N9’ defined but not used [-Wunused-label] BUILDSTDERR: 3513 | _c7N9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3513 | _c7N9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3557:1: error: BUILDSTDERR: warning: label ‘_c7Ne’ defined but not used [-Wunused-label] BUILDSTDERR: 3557 | _c7Ne: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3557 | _c7Ne: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7vY_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3598:1: error: BUILDSTDERR: warning: label ‘_c7Nk’ defined but not used [-Wunused-label] BUILDSTDERR: 3598 | _c7Nk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3598 | _c7Nk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracket_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3652:1: error: BUILDSTDERR: warning: label ‘_c7Np’ defined but not used [-Wunused-label] BUILDSTDERR: 3652 | _c7Np: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3652 | _c7Np: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wa_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3691:1: error: BUILDSTDERR: warning: label ‘_c7NJ’ defined but not used [-Wunused-label] BUILDSTDERR: 3691 | _c7NJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3691 | _c7NJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7w8_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3706:1: error: BUILDSTDERR: warning: label ‘_c7NR’ defined but not used [-Wunused-label] BUILDSTDERR: 3706 | _c7NR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3706 | _c7NR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wb_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3728:1: error: BUILDSTDERR: warning: label ‘_c7NW’ defined but not used [-Wunused-label] BUILDSTDERR: 3728 | _c7NW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3728 | _c7NW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7NU’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3771:1: error: BUILDSTDERR: warning: label ‘_c7NU’ defined but not used [-Wunused-label] BUILDSTDERR: 3771 | _c7NU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3771 | _c7NU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketzu_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3787:1: error: BUILDSTDERR: warning: label ‘_c7O2’ defined but not used [-Wunused-label] BUILDSTDERR: 3787 | _c7O2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3787 | _c7O2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3820:1: error: BUILDSTDERR: warning: label ‘_c7Of’ defined but not used [-Wunused-label] BUILDSTDERR: 3820 | _c7Of: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3820 | _c7Of: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wh_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3842:1: error: BUILDSTDERR: warning: label ‘_c7Om’ defined but not used [-Wunused-label] BUILDSTDERR: 3842 | _c7Om: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3842 | _c7Om: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wp_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3866:1: error: BUILDSTDERR: warning: label ‘_c7OH’ defined but not used [-Wunused-label] BUILDSTDERR: 3866 | _c7OH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3866 | _c7OH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3897:1: error: BUILDSTDERR: warning: label ‘_c7OK’ defined but not used [-Wunused-label] BUILDSTDERR: 3897 | _c7OK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3897 | _c7OK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wr_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3941:1: error: BUILDSTDERR: warning: label ‘_c7OP’ defined but not used [-Wunused-label] BUILDSTDERR: 3941 | _c7OP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3941 | _c7OP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:3974:1: error: BUILDSTDERR: warning: label ‘_c7P7’ defined but not used [-Wunused-label] BUILDSTDERR: 3974 | _c7P7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3974 | _c7P7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4005:1: error: BUILDSTDERR: warning: label ‘_c7Pa’ defined but not used [-Wunused-label] BUILDSTDERR: 4005 | _c7Pa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4005 | _c7Pa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4049:1: error: BUILDSTDERR: warning: label ‘_c7Pf’ defined but not used [-Wunused-label] BUILDSTDERR: 4049 | _c7Pf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4049 | _c7Pf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7ws_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4090:1: error: BUILDSTDERR: warning: label ‘_c7Pl’ defined but not used [-Wunused-label] BUILDSTDERR: 4090 | _c7Pl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4090 | _c7Pl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketOnError_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4144:1: error: BUILDSTDERR: warning: label ‘_c7Pq’ defined but not used [-Wunused-label] BUILDSTDERR: 4144 | _c7Pq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4144 | _c7Pq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4187:1: error: BUILDSTDERR: warning: label ‘_c7PG’ defined but not used [-Wunused-label] BUILDSTDERR: 4187 | _c7PG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4187 | _c7PG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_finally_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4227:1: error: BUILDSTDERR: warning: label ‘_c7PL’ defined but not used [-Wunused-label] BUILDSTDERR: 4227 | _c7PL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4227 | _c7PL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4259:1: error: BUILDSTDERR: warning: label ‘_c7Q6’ defined but not used [-Wunused-label] BUILDSTDERR: 4259 | _c7Q6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4259 | _c7Q6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘_c7Q4’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4281:1: error: BUILDSTDERR: warning: label ‘_c7Q4’ defined but not used [-Wunused-label] BUILDSTDERR: 4281 | _c7Q4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4281 | _c7Q4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wF_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4296:1: error: BUILDSTDERR: warning: label ‘_c7Qe’ defined but not used [-Wunused-label] BUILDSTDERR: 4296 | _c7Qe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4296 | _c7Qe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘s7wM_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4323:1: error: BUILDSTDERR: warning: label ‘_c7Qh’ defined but not used [-Wunused-label] BUILDSTDERR: 4323 | _c7Qh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4323 | _c7Qh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_onException_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4357:1: error: BUILDSTDERR: warning: label ‘_c7Qm’ defined but not used [-Wunused-label] BUILDSTDERR: 4357 | _c7Qm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4357 | _c7Qm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4528:1: error: BUILDSTDERR: warning: label ‘_c7Qw’ defined but not used [-Wunused-label] BUILDSTDERR: 4528 | _c7Qw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4528 | _c7Qw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_con_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_60.hc:4553:1: error: BUILDSTDERR: warning: label ‘_c7QB’ defined but not used [-Wunused-label] BUILDSTDERR: 4553 | _c7QB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4553 | _c7QB: BUILDSTDERR: | ^ [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_myThreadId_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:15:1: error: BUILDSTDERR: warning: label ‘_c9BF’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c9BF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c9BF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_fork_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:44:1: error: BUILDSTDERR: warning: label ‘_c9BM’ defined but not used [-Wunused-label] BUILDSTDERR: 44 | _c9BM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 44 | _c9BM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9A2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:72:1: error: BUILDSTDERR: warning: label ‘_c9BY’ defined but not used [-Wunused-label] BUILDSTDERR: 72 | _c9BY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 72 | _c9BY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9A3_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:94:1: error: BUILDSTDERR: warning: label ‘_c9C5’ defined but not used [-Wunused-label] BUILDSTDERR: 94 | _c9C5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 94 | _c9C5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9A6_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:122:1: error: BUILDSTDERR: warning: label ‘_c9Cm’ defined but not used [-Wunused-label] BUILDSTDERR: 122 | _c9Cm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 122 | _c9Cm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9A7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:167:1: error: BUILDSTDERR: warning: label ‘_c9Cr’ defined but not used [-Wunused-label] BUILDSTDERR: 167 | _c9Cr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 167 | _c9Cr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9A8_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:216:1: error: BUILDSTDERR: warning: label ‘_c9Cw’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c9Cw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c9Cw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkFinally_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:261:1: error: BUILDSTDERR: warning: label ‘_c9CB’ defined but not used [-Wunused-label] BUILDSTDERR: 261 | _c9CB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 261 | _c9CB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Ag_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:302:1: error: BUILDSTDERR: warning: label ‘_c9D0’ defined but not used [-Wunused-label] BUILDSTDERR: 302 | _c9D0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 302 | _c9D0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9CY’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:325:1: error: BUILDSTDERR: warning: label ‘_c9CY’ defined but not used [-Wunused-label] BUILDSTDERR: 325 | _c9CY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 325 | _c9CY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Ah_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:343:1: error: BUILDSTDERR: warning: label ‘_c9D4’ defined but not used [-Wunused-label] BUILDSTDERR: 343 | _c9D4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 343 | _c9D4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Ab_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:377:1: error: BUILDSTDERR: warning: label ‘_c9D9’ defined but not used [-Wunused-label] BUILDSTDERR: 377 | _c9D9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 377 | _c9D9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Ap_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:412:1: error: BUILDSTDERR: warning: label ‘_c9Dv’ defined but not used [-Wunused-label] BUILDSTDERR: 412 | _c9Dv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 412 | _c9Dv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9Dt’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:435:1: error: BUILDSTDERR: warning: label ‘_c9Dt’ defined but not used [-Wunused-label] BUILDSTDERR: 435 | _c9Dt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 435 | _c9Dt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Aq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:454:1: error: BUILDSTDERR: warning: label ‘_c9Dz’ defined but not used [-Wunused-label] BUILDSTDERR: 454 | _c9Dz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 454 | _c9Dz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Av_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:491:1: error: BUILDSTDERR: warning: label ‘_c9DH’ defined but not used [-Wunused-label] BUILDSTDERR: 491 | _c9DH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 491 | _c9DH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9DE’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:520:1: error: BUILDSTDERR: warning: label ‘_c9DE’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _c9DE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _c9DE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:549:1: error: BUILDSTDERR: warning: label ‘_c9DP’ defined but not used [-Wunused-label] BUILDSTDERR: 549 | _c9DP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 549 | _c9DP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Ay_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:590:1: error: BUILDSTDERR: warning: label ‘_c9E3’ defined but not used [-Wunused-label] BUILDSTDERR: 590 | _c9E3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 590 | _c9E3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_killThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:614:1: error: BUILDSTDERR: warning: label ‘_c9E6’ defined but not used [-Wunused-label] BUILDSTDERR: 614 | _c9E6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 614 | _c9E6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:651:1: error: BUILDSTDERR: warning: label ‘_c9Ek’ defined but not used [-Wunused-label] BUILDSTDERR: 651 | _c9Ek: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 651 | _c9Ek: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:675:1: error: BUILDSTDERR: warning: label ‘_c9En’ defined but not used [-Wunused-label] BUILDSTDERR: 675 | _c9En: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 675 | _c9En: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:706:1: error: BUILDSTDERR: warning: label ‘_c9EM’ defined but not used [-Wunused-label] BUILDSTDERR: 706 | _c9EM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 706 | _c9EM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9EK’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:729:1: error: BUILDSTDERR: warning: label ‘_c9EK’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _c9EK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _c9EK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AM_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:747:1: error: BUILDSTDERR: warning: label ‘_c9EQ’ defined but not used [-Wunused-label] BUILDSTDERR: 747 | _c9EQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 747 | _c9EQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:781:1: error: BUILDSTDERR: warning: label ‘_c9EV’ defined but not used [-Wunused-label] BUILDSTDERR: 781 | _c9EV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 781 | _c9EV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AW_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:816:1: error: BUILDSTDERR: warning: label ‘_c9Fm’ defined but not used [-Wunused-label] BUILDSTDERR: 816 | _c9Fm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 816 | _c9Fm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9Fk’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:839:1: error: BUILDSTDERR: warning: label ‘_c9Fk’ defined but not used [-Wunused-label] BUILDSTDERR: 839 | _c9Fk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 839 | _c9Fk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9AX_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:858:1: error: BUILDSTDERR: warning: label ‘_c9Fq’ defined but not used [-Wunused-label] BUILDSTDERR: 858 | _c9Fq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 858 | _c9Fq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9B2_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:894:1: error: BUILDSTDERR: warning: label ‘_c9Fv’ defined but not used [-Wunused-label] BUILDSTDERR: 894 | _c9Fv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 894 | _c9Fv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9F5’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:925:1: error: BUILDSTDERR: warning: label ‘_c9F5’ defined but not used [-Wunused-label] BUILDSTDERR: 925 | _c9F5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 925 | _c9F5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘_c9Fw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:956:1: error: BUILDSTDERR: warning: label ‘_c9Fw’ defined but not used [-Wunused-label] BUILDSTDERR: 956 | _c9Fw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 956 | _c9Fw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOnWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:984:1: error: BUILDSTDERR: warning: label ‘_c9FI’ defined but not used [-Wunused-label] BUILDSTDERR: 984 | _c9FI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 984 | _c9FI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_getNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1020:1: error: BUILDSTDERR: warning: label ‘_c9FR’ defined but not used [-Wunused-label] BUILDSTDERR: 1020 | _c9FR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1020 | _c9FR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9B6_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1048:1: error: BUILDSTDERR: warning: label ‘_c9G3’ defined but not used [-Wunused-label] BUILDSTDERR: 1048 | _c9G3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1048 | _c9G3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_setNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1072:1: error: BUILDSTDERR: warning: label ‘_c9G6’ defined but not used [-Wunused-label] BUILDSTDERR: 1072 | _c9G6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1072 | _c9G6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9B9_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1109:1: error: BUILDSTDERR: warning: label ‘_c9Gk’ defined but not used [-Wunused-label] BUILDSTDERR: 1109 | _c9Gk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1109 | _c9Gk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadCapability_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1132:1: error: BUILDSTDERR: warning: label ‘_c9Gn’ defined but not used [-Wunused-label] BUILDSTDERR: 1132 | _c9Gn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1132 | _c9Gn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_yield_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1169:1: error: BUILDSTDERR: warning: label ‘_c9Gw’ defined but not used [-Wunused-label] BUILDSTDERR: 1169 | _c9Gw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1169 | _c9Gw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Bd_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1197:1: error: BUILDSTDERR: warning: label ‘_c9GI’ defined but not used [-Wunused-label] BUILDSTDERR: 1197 | _c9GI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1197 | _c9GI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadDelay_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1221:1: error: BUILDSTDERR: warning: label ‘_c9GL’ defined but not used [-Wunused-label] BUILDSTDERR: 1221 | _c9GL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1221 | _c9GL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Bg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1258:1: error: BUILDSTDERR: warning: label ‘_c9GZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1258 | _c9GZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1258 | _c9GZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitRead_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1282:1: error: BUILDSTDERR: warning: label ‘_c9H2’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _c9H2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _c9H2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Bj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1319:1: error: BUILDSTDERR: warning: label ‘_c9Hg’ defined but not used [-Wunused-label] BUILDSTDERR: 1319 | _c9Hg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1319 | _c9Hg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitWrite_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1343:1: error: BUILDSTDERR: warning: label ‘_c9Hj’ defined but not used [-Wunused-label] BUILDSTDERR: 1343 | _c9Hj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1343 | _c9Hj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1381:1: error: BUILDSTDERR: warning: label ‘_c9Hs’ defined but not used [-Wunused-label] BUILDSTDERR: 1381 | _c9Hs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1381 | _c9Hs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_isCurrentThreadBound_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1410:1: error: BUILDSTDERR: warning: label ‘_c9Hz’ defined but not used [-Wunused-label] BUILDSTDERR: 1410 | _c9Hz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1410 | _c9Hz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Br_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1439:1: error: BUILDSTDERR: warning: label ‘_c9HM’ defined but not used [-Wunused-label] BUILDSTDERR: 1439 | _c9HM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1439 | _c9HM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInBoundThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1468:1: error: BUILDSTDERR: warning: label ‘_c9HR’ defined but not used [-Wunused-label] BUILDSTDERR: 1468 | _c9HR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1468 | _c9HR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9Bx_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1499:1: error: BUILDSTDERR: warning: label ‘_c9I6’ defined but not used [-Wunused-label] BUILDSTDERR: 1499 | _c9I6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1499 | _c9I6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInUnboundThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1528:1: error: BUILDSTDERR: warning: label ‘_c9Ib’ defined but not used [-Wunused-label] BUILDSTDERR: 1528 | _c9Ib: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1528 | _c9Ib: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘s9BA_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1558:1: error: BUILDSTDERR: warning: label ‘_c9Ip’ defined but not used [-Wunused-label] BUILDSTDERR: 1558 | _c9Ip: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1558 | _c9Ip: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_mkWeakThreadId_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_65.hc:1581:1: error: BUILDSTDERR: warning: label ‘_c9Is’ defined but not used [-Wunused-label] BUILDSTDERR: 1581 | _c9Is: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1581 | _c9Is: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_myThreadId_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:15:1: error: BUILDSTDERR: warning: label ‘_c9Kf’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _c9Kf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _c9Kf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_fork_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:44:1: error: BUILDSTDERR: warning: label ‘_c9Km’ defined but not used [-Wunused-label] BUILDSTDERR: 44 | _c9Km: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 44 | _c9Km: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:72:1: error: BUILDSTDERR: warning: label ‘_c9Ky’ defined but not used [-Wunused-label] BUILDSTDERR: 72 | _c9Ky: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 72 | _c9Ky: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9ID_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:94:1: error: BUILDSTDERR: warning: label ‘_c9KF’ defined but not used [-Wunused-label] BUILDSTDERR: 94 | _c9KF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 94 | _c9KF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:122:1: error: BUILDSTDERR: warning: label ‘_c9KW’ defined but not used [-Wunused-label] BUILDSTDERR: 122 | _c9KW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 122 | _c9KW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:167:1: error: BUILDSTDERR: warning: label ‘_c9L1’ defined but not used [-Wunused-label] BUILDSTDERR: 167 | _c9L1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 167 | _c9L1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9II_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:216:1: error: BUILDSTDERR: warning: label ‘_c9L6’ defined but not used [-Wunused-label] BUILDSTDERR: 216 | _c9L6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 216 | _c9L6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkFinally_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:261:1: error: BUILDSTDERR: warning: label ‘_c9Lb’ defined but not used [-Wunused-label] BUILDSTDERR: 261 | _c9Lb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 261 | _c9Lb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IQ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:302:1: error: BUILDSTDERR: warning: label ‘_c9LA’ defined but not used [-Wunused-label] BUILDSTDERR: 302 | _c9LA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 302 | _c9LA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9Ly’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:325:1: error: BUILDSTDERR: warning: label ‘_c9Ly’ defined but not used [-Wunused-label] BUILDSTDERR: 325 | _c9Ly: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 325 | _c9Ly: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IR_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:343:1: error: BUILDSTDERR: warning: label ‘_c9LE’ defined but not used [-Wunused-label] BUILDSTDERR: 343 | _c9LE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 343 | _c9LE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IL_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:377:1: error: BUILDSTDERR: warning: label ‘_c9LJ’ defined but not used [-Wunused-label] BUILDSTDERR: 377 | _c9LJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 377 | _c9LJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9IZ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:412:1: error: BUILDSTDERR: warning: label ‘_c9M5’ defined but not used [-Wunused-label] BUILDSTDERR: 412 | _c9M5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 412 | _c9M5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9M3’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:435:1: error: BUILDSTDERR: warning: label ‘_c9M3’ defined but not used [-Wunused-label] BUILDSTDERR: 435 | _c9M3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 435 | _c9M3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9J0_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:454:1: error: BUILDSTDERR: warning: label ‘_c9M9’ defined but not used [-Wunused-label] BUILDSTDERR: 454 | _c9M9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 454 | _c9M9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9J5_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:491:1: error: BUILDSTDERR: warning: label ‘_c9Mh’ defined but not used [-Wunused-label] BUILDSTDERR: 491 | _c9Mh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 491 | _c9Mh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9Me’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:520:1: error: BUILDSTDERR: warning: label ‘_c9Me’ defined but not used [-Wunused-label] BUILDSTDERR: 520 | _c9Me: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 520 | _c9Me: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:549:1: error: BUILDSTDERR: warning: label ‘_c9Mp’ defined but not used [-Wunused-label] BUILDSTDERR: 549 | _c9Mp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 549 | _c9Mp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9J8_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:590:1: error: BUILDSTDERR: warning: label ‘_c9MD’ defined but not used [-Wunused-label] BUILDSTDERR: 590 | _c9MD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 590 | _c9MD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_killThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:614:1: error: BUILDSTDERR: warning: label ‘_c9MG’ defined but not used [-Wunused-label] BUILDSTDERR: 614 | _c9MG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 614 | _c9MG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jc_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:651:1: error: BUILDSTDERR: warning: label ‘_c9MU’ defined but not used [-Wunused-label] BUILDSTDERR: 651 | _c9MU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 651 | _c9MU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:675:1: error: BUILDSTDERR: warning: label ‘_c9MX’ defined but not used [-Wunused-label] BUILDSTDERR: 675 | _c9MX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 675 | _c9MX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:706:1: error: BUILDSTDERR: warning: label ‘_c9Nm’ defined but not used [-Wunused-label] BUILDSTDERR: 706 | _c9Nm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 706 | _c9Nm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9Nk’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:729:1: error: BUILDSTDERR: warning: label ‘_c9Nk’ defined but not used [-Wunused-label] BUILDSTDERR: 729 | _c9Nk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 729 | _c9Nk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:747:1: error: BUILDSTDERR: warning: label ‘_c9Nq’ defined but not used [-Wunused-label] BUILDSTDERR: 747 | _c9Nq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 747 | _c9Nq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jg_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:781:1: error: BUILDSTDERR: warning: label ‘_c9Nv’ defined but not used [-Wunused-label] BUILDSTDERR: 781 | _c9Nv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 781 | _c9Nv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jw_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:816:1: error: BUILDSTDERR: warning: label ‘_c9NW’ defined but not used [-Wunused-label] BUILDSTDERR: 816 | _c9NW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 816 | _c9NW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9NU’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:839:1: error: BUILDSTDERR: warning: label ‘_c9NU’ defined but not used [-Wunused-label] BUILDSTDERR: 839 | _c9NU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 839 | _c9NU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Jx_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:858:1: error: BUILDSTDERR: warning: label ‘_c9O0’ defined but not used [-Wunused-label] BUILDSTDERR: 858 | _c9O0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 858 | _c9O0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JC_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:894:1: error: BUILDSTDERR: warning: label ‘_c9O5’ defined but not used [-Wunused-label] BUILDSTDERR: 894 | _c9O5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 894 | _c9O5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9NF’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:925:1: error: BUILDSTDERR: warning: label ‘_c9NF’ defined but not used [-Wunused-label] BUILDSTDERR: 925 | _c9NF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 925 | _c9NF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘_c9O6’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:956:1: error: BUILDSTDERR: warning: label ‘_c9O6’ defined but not used [-Wunused-label] BUILDSTDERR: 956 | _c9O6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 956 | _c9O6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOnWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:984:1: error: BUILDSTDERR: warning: label ‘_c9Oi’ defined but not used [-Wunused-label] BUILDSTDERR: 984 | _c9Oi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 984 | _c9Oi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_getNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1020:1: error: BUILDSTDERR: warning: label ‘_c9Or’ defined but not used [-Wunused-label] BUILDSTDERR: 1020 | _c9Or: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1020 | _c9Or: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JG_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1048:1: error: BUILDSTDERR: warning: label ‘_c9OD’ defined but not used [-Wunused-label] BUILDSTDERR: 1048 | _c9OD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1048 | _c9OD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_setNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1072:1: error: BUILDSTDERR: warning: label ‘_c9OG’ defined but not used [-Wunused-label] BUILDSTDERR: 1072 | _c9OG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1072 | _c9OG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JJ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1109:1: error: BUILDSTDERR: warning: label ‘_c9OU’ defined but not used [-Wunused-label] BUILDSTDERR: 1109 | _c9OU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1109 | _c9OU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadCapability_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1132:1: error: BUILDSTDERR: warning: label ‘_c9OX’ defined but not used [-Wunused-label] BUILDSTDERR: 1132 | _c9OX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1132 | _c9OX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_yield_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1169:1: error: BUILDSTDERR: warning: label ‘_c9P6’ defined but not used [-Wunused-label] BUILDSTDERR: 1169 | _c9P6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1169 | _c9P6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JN_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1197:1: error: BUILDSTDERR: warning: label ‘_c9Pi’ defined but not used [-Wunused-label] BUILDSTDERR: 1197 | _c9Pi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1197 | _c9Pi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadDelay_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1221:1: error: BUILDSTDERR: warning: label ‘_c9Pl’ defined but not used [-Wunused-label] BUILDSTDERR: 1221 | _c9Pl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1221 | _c9Pl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JQ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1258:1: error: BUILDSTDERR: warning: label ‘_c9Pz’ defined but not used [-Wunused-label] BUILDSTDERR: 1258 | _c9Pz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1258 | _c9Pz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitRead_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1282:1: error: BUILDSTDERR: warning: label ‘_c9PC’ defined but not used [-Wunused-label] BUILDSTDERR: 1282 | _c9PC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1282 | _c9PC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9JT_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1319:1: error: BUILDSTDERR: warning: label ‘_c9PQ’ defined but not used [-Wunused-label] BUILDSTDERR: 1319 | _c9PQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1319 | _c9PQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitWrite_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1343:1: error: BUILDSTDERR: warning: label ‘_c9PT’ defined but not used [-Wunused-label] BUILDSTDERR: 1343 | _c9PT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1343 | _c9PT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOS_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1381:1: error: BUILDSTDERR: warning: label ‘_c9Q2’ defined but not used [-Wunused-label] BUILDSTDERR: 1381 | _c9Q2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1381 | _c9Q2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_isCurrentThreadBound_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1410:1: error: BUILDSTDERR: warning: label ‘_c9Q9’ defined but not used [-Wunused-label] BUILDSTDERR: 1410 | _c9Q9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1410 | _c9Q9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9K1_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1439:1: error: BUILDSTDERR: warning: label ‘_c9Qm’ defined but not used [-Wunused-label] BUILDSTDERR: 1439 | _c9Qm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1439 | _c9Qm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInBoundThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1468:1: error: BUILDSTDERR: warning: label ‘_c9Qr’ defined but not used [-Wunused-label] BUILDSTDERR: 1468 | _c9Qr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1468 | _c9Qr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9K7_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1499:1: error: BUILDSTDERR: warning: label ‘_c9QG’ defined but not used [-Wunused-label] BUILDSTDERR: 1499 | _c9QG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1499 | _c9QG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInUnboundThread_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1528:1: error: BUILDSTDERR: warning: label ‘_c9QL’ defined but not used [-Wunused-label] BUILDSTDERR: 1528 | _c9QL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1528 | _c9QL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘s9Ka_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1558:1: error: BUILDSTDERR: warning: label ‘_c9QZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1558 | _c9QZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1558 | _c9QZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_mkWeakThreadId_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_69.hc:1581:1: error: BUILDSTDERR: warning: label ‘_c9R2’ defined but not used [-Wunused-label] BUILDSTDERR: 1581 | _c9R2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1581 | _c9R2: BUILDSTDERR: | ^ [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa3R_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:14:1: error: BUILDSTDERR: warning: label ‘_ca4w’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _ca4w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _ca4w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_newIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:37:1: error: BUILDSTDERR: warning: label ‘_ca4z’ defined but not used [-Wunused-label] BUILDSTDERR: 37 | _ca4z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 37 | _ca4z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa3U_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:73:1: error: BUILDSTDERR: warning: label ‘_ca4N’ defined but not used [-Wunused-label] BUILDSTDERR: 73 | _ca4N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 73 | _ca4N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_readIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:96:1: error: BUILDSTDERR: warning: label ‘_ca4Q’ defined but not used [-Wunused-label] BUILDSTDERR: 96 | _ca4Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 96 | _ca4Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa3Y_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:132:1: error: BUILDSTDERR: warning: label ‘_ca54’ defined but not used [-Wunused-label] BUILDSTDERR: 132 | _ca54: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 132 | _ca54: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_writeIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:156:1: error: BUILDSTDERR: warning: label ‘_ca57’ defined but not used [-Wunused-label] BUILDSTDERR: 156 | _ca57: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 156 | _ca57: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa42_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:187:1: error: BUILDSTDERR: warning: label ‘_ca5l’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _ca5l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _ca5l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:211:1: error: BUILDSTDERR: warning: label ‘_ca5o’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _ca5o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _ca5o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa46_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:242:1: error: BUILDSTDERR: warning: label ‘_ca5C’ defined but not used [-Wunused-label] BUILDSTDERR: 242 | _ca5C: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 242 | _ca5C: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:266:1: error: BUILDSTDERR: warning: label ‘_ca5F’ defined but not used [-Wunused-label] BUILDSTDERR: 266 | _ca5F: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 266 | _ca5F: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa4a_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:297:1: error: BUILDSTDERR: warning: label ‘_ca5T’ defined but not used [-Wunused-label] BUILDSTDERR: 297 | _ca5T: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 297 | _ca5T: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:321:1: error: BUILDSTDERR: warning: label ‘_ca5W’ defined but not used [-Wunused-label] BUILDSTDERR: 321 | _ca5W: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 321 | _ca5W: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa4e_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:352:1: error: BUILDSTDERR: warning: label ‘_ca6a’ defined but not used [-Wunused-label] BUILDSTDERR: 352 | _ca6a: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 352 | _ca6a: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:376:1: error: BUILDSTDERR: warning: label ‘_ca6d’ defined but not used [-Wunused-label] BUILDSTDERR: 376 | _ca6d: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 376 | _ca6d: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa4i_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:407:1: error: BUILDSTDERR: warning: label ‘_ca6r’ defined but not used [-Wunused-label] BUILDSTDERR: 407 | _ca6r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 407 | _ca6r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicWriteIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:431:1: error: BUILDSTDERR: warning: label ‘_ca6u’ defined but not used [-Wunused-label] BUILDSTDERR: 431 | _ca6u: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 431 | _ca6u: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘sa4m_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:462:1: error: BUILDSTDERR: warning: label ‘_ca6I’ defined but not used [-Wunused-label] BUILDSTDERR: 462 | _ca6I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 462 | _ca6I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_mkWeakIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:485:1: error: BUILDSTDERR: warning: label ‘_ca6L’ defined but not used [-Wunused-label] BUILDSTDERR: 485 | _ca6L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 485 | _ca6L: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_74.hc:528:22: error: BUILDSTDERR: warning: ‘Sa6Q_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 528 | static const StgWord Sa6Q_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 528 | static const StgWord Sa6Q_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa6T_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:14:1: error: BUILDSTDERR: warning: label ‘_ca7y’ defined but not used [-Wunused-label] BUILDSTDERR: 14 | _ca7y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 14 | _ca7y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_newIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:37:1: error: BUILDSTDERR: warning: label ‘_ca7B’ defined but not used [-Wunused-label] BUILDSTDERR: 37 | _ca7B: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 37 | _ca7B: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa6W_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:73:1: error: BUILDSTDERR: warning: label ‘_ca7P’ defined but not used [-Wunused-label] BUILDSTDERR: 73 | _ca7P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 73 | _ca7P: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_readIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:96:1: error: BUILDSTDERR: warning: label ‘_ca7S’ defined but not used [-Wunused-label] BUILDSTDERR: 96 | _ca7S: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 96 | _ca7S: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa70_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:132:1: error: BUILDSTDERR: warning: label ‘_ca86’ defined but not used [-Wunused-label] BUILDSTDERR: 132 | _ca86: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 132 | _ca86: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_writeIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:156:1: error: BUILDSTDERR: warning: label ‘_ca89’ defined but not used [-Wunused-label] BUILDSTDERR: 156 | _ca89: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 156 | _ca89: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa74_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:187:1: error: BUILDSTDERR: warning: label ‘_ca8n’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _ca8n: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _ca8n: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:211:1: error: BUILDSTDERR: warning: label ‘_ca8q’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _ca8q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _ca8q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa78_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:242:1: error: BUILDSTDERR: warning: label ‘_ca8E’ defined but not used [-Wunused-label] BUILDSTDERR: 242 | _ca8E: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 242 | _ca8E: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:266:1: error: BUILDSTDERR: warning: label ‘_ca8H’ defined but not used [-Wunused-label] BUILDSTDERR: 266 | _ca8H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 266 | _ca8H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa7c_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:297:1: error: BUILDSTDERR: warning: label ‘_ca8V’ defined but not used [-Wunused-label] BUILDSTDERR: 297 | _ca8V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 297 | _ca8V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:321:1: error: BUILDSTDERR: warning: label ‘_ca8Y’ defined but not used [-Wunused-label] BUILDSTDERR: 321 | _ca8Y: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 321 | _ca8Y: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa7g_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:352:1: error: BUILDSTDERR: warning: label ‘_ca9c’ defined but not used [-Wunused-label] BUILDSTDERR: 352 | _ca9c: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 352 | _ca9c: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:376:1: error: BUILDSTDERR: warning: label ‘_ca9f’ defined but not used [-Wunused-label] BUILDSTDERR: 376 | _ca9f: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 376 | _ca9f: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa7k_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:407:1: error: BUILDSTDERR: warning: label ‘_ca9t’ defined but not used [-Wunused-label] BUILDSTDERR: 407 | _ca9t: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 407 | _ca9t: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicWriteIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:431:1: error: BUILDSTDERR: warning: label ‘_ca9w’ defined but not used [-Wunused-label] BUILDSTDERR: 431 | _ca9w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 431 | _ca9w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘sa7o_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:462:1: error: BUILDSTDERR: warning: label ‘_ca9K’ defined but not used [-Wunused-label] BUILDSTDERR: 462 | _ca9K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 462 | _ca9K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_mkWeakIORef_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:485:1: error: BUILDSTDERR: warning: label ‘_ca9N’ defined but not used [-Wunused-label] BUILDSTDERR: 485 | _ca9N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 485 | _ca9N: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10070_0/ghc_78.hc:528:22: error: BUILDSTDERR: warning: ‘Sa9S_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 528 | static const StgWord Sa9S_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 528 | static const StgWord Sa9S_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘saNx_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:15:1: error: BUILDSTDERR: warning: label ‘_caNR’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _caNR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _caNR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘saNy_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:43:1: error: BUILDSTDERR: warning: label ‘_caNY’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _caNY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _caNY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘saNH_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:71:1: error: BUILDSTDERR: warning: label ‘_caOe’ defined but not used [-Wunused-label] BUILDSTDERR: 71 | _caOe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 71 | _caOe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘_caOb’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:97:1: error: BUILDSTDERR: warning: label ‘_caOb’ defined but not used [-Wunused-label] BUILDSTDERR: 97 | _caOb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 97 | _caOb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘saNI_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:130:1: error: BUILDSTDERR: warning: label ‘_caOk’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _caOk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _caOk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ForeignziMarshalziUtilsziLifted_with_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_83.hc:174:1: error: BUILDSTDERR: warning: label ‘_caOp’ defined but not used [-Wunused-label] BUILDSTDERR: 174 | _caOp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 174 | _caOp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘saOz_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:15:1: error: BUILDSTDERR: warning: label ‘_caOT’ defined but not used [-Wunused-label] BUILDSTDERR: 15 | _caOT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 15 | _caOT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘saOA_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:43:1: error: BUILDSTDERR: warning: label ‘_caP0’ defined but not used [-Wunused-label] BUILDSTDERR: 43 | _caP0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 43 | _caP0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘saOJ_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:71:1: error: BUILDSTDERR: warning: label ‘_caPg’ defined but not used [-Wunused-label] BUILDSTDERR: 71 | _caPg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 71 | _caPg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘_caPd’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:97:1: error: BUILDSTDERR: warning: label ‘_caPd’ defined but not used [-Wunused-label] BUILDSTDERR: 97 | _caPd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 97 | _caPd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘saOK_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:130:1: error: BUILDSTDERR: warning: label ‘_caPm’ defined but not used [-Wunused-label] BUILDSTDERR: 130 | _caPm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 130 | _caPm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ForeignziMarshalziUtilsziLifted_with_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_87.hc:174:1: error: BUILDSTDERR: warning: label ‘_caPr’ defined but not used [-Wunused-label] BUILDSTDERR: 174 | _caPr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 174 | _caPr: BUILDSTDERR: | ^ [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o ) BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUd_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:16:1: error: BUILDSTDERR: warning: label ‘_caUL’ defined but not used [-Wunused-label] BUILDSTDERR: 16 | _caUL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 16 | _caUL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUn_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:50:1: error: BUILDSTDERR: warning: label ‘_caUU’ defined but not used [-Wunused-label] BUILDSTDERR: 50 | _caUU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 50 | _caUU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUr_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:76:1: error: BUILDSTDERR: warning: label ‘_caVc’ defined but not used [-Wunused-label] BUILDSTDERR: 76 | _caVc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 76 | _caVc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUs_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:103:1: error: BUILDSTDERR: warning: label ‘_caVj’ defined but not used [-Wunused-label] BUILDSTDERR: 103 | _caVj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 103 | _caVj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘_caV2’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:137:1: error: BUILDSTDERR: warning: label ‘_caV2’ defined but not used [-Wunused-label] BUILDSTDERR: 137 | _caV2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 137 | _caV2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUk_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:176:1: error: BUILDSTDERR: warning: label ‘_caVK’ defined but not used [-Wunused-label] BUILDSTDERR: 176 | _caVK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 176 | _caVK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:200:1: error: BUILDSTDERR: warning: label ‘_caVN’ defined but not used [-Wunused-label] BUILDSTDERR: 200 | _caVN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 200 | _caVN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘_caVB’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:231:1: error: BUILDSTDERR: warning: label ‘_caVB’ defined but not used [-Wunused-label] BUILDSTDERR: 231 | _caVB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 231 | _caVB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘saUm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:265:1: error: BUILDSTDERR: warning: label ‘_caVU’ defined but not used [-Wunused-label] BUILDSTDERR: 265 | _caVU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 265 | _caVU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_SystemziTimeoutziLifted_timeout_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:305:1: error: BUILDSTDERR: warning: label ‘_caVZ’ defined but not used [-Wunused-label] BUILDSTDERR: 305 | _caVZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 305 | _caVZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘_caUx’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:328:1: error: BUILDSTDERR: warning: label ‘_caUx’ defined but not used [-Wunused-label] BUILDSTDERR: 328 | _caUx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 328 | _caUx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc: In function ‘_caUB’: BUILDSTDERR: /tmp/ghc10070_0/ghc_92.hc:351:1: error: BUILDSTDERR: warning: label ‘_caUB’ defined but not used [-Wunused-label] BUILDSTDERR: 351 | _caUB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 351 | _caUB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWc_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:16:1: error: BUILDSTDERR: warning: label ‘_caWK’ defined but not used [-Wunused-label] BUILDSTDERR: 16 | _caWK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 16 | _caWK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWm_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:50:1: error: BUILDSTDERR: warning: label ‘_caWT’ defined but not used [-Wunused-label] BUILDSTDERR: 50 | _caWT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 50 | _caWT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWq_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:76:1: error: BUILDSTDERR: warning: label ‘_caXb’ defined but not used [-Wunused-label] BUILDSTDERR: 76 | _caXb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 76 | _caXb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWr_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:103:1: error: BUILDSTDERR: warning: label ‘_caXi’ defined but not used [-Wunused-label] BUILDSTDERR: 103 | _caXi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 103 | _caXi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘_caX1’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:137:1: error: BUILDSTDERR: warning: label ‘_caX1’ defined but not used [-Wunused-label] BUILDSTDERR: 137 | _caX1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 137 | _caX1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWj_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:176:1: error: BUILDSTDERR: warning: label ‘_caXJ’ defined but not used [-Wunused-label] BUILDSTDERR: 176 | _caXJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 176 | _caXJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWk_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:200:1: error: BUILDSTDERR: warning: label ‘_caXM’ defined but not used [-Wunused-label] BUILDSTDERR: 200 | _caXM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 200 | _caXM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘_caXA’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:231:1: error: BUILDSTDERR: warning: label ‘_caXA’ defined but not used [-Wunused-label] BUILDSTDERR: 231 | _caXA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 231 | _caXA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘saWl_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:265:1: error: BUILDSTDERR: warning: label ‘_caXT’ defined but not used [-Wunused-label] BUILDSTDERR: 265 | _caXT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 265 | _caXT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_SystemziTimeoutziLifted_timeout_entry’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:305:1: error: BUILDSTDERR: warning: label ‘_caXY’ defined but not used [-Wunused-label] BUILDSTDERR: 305 | _caXY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 305 | _caXY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘_caWw’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:328:1: error: BUILDSTDERR: warning: label ‘_caWw’ defined but not used [-Wunused-label] BUILDSTDERR: 328 | _caWw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 328 | _caWw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc: In function ‘_caWA’: BUILDSTDERR: /tmp/ghc10070_0/ghc_96.hc:351:1: error: BUILDSTDERR: warning: label ‘_caWA’ defined but not used [-Wunused-label] BUILDSTDERR: 351 | _caWA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 351 | _caWA: BUILDSTDERR: | ^ [1 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_newChan_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:105:1: error: BUILDSTDERR: warning: label ‘_c2Ws’ defined but not used [-Wunused-label] BUILDSTDERR: 105 | _c2Ws: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 105 | _c2Ws: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VJ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:146:1: error: BUILDSTDERR: warning: label ‘_c2WT’ defined but not used [-Wunused-label] BUILDSTDERR: 146 | _c2WT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 146 | _c2WT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VK_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:187:1: error: BUILDSTDERR: warning: label ‘_c2WW’ defined but not used [-Wunused-label] BUILDSTDERR: 187 | _c2WW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 187 | _c2WW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeChan_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:248:1: error: BUILDSTDERR: warning: label ‘_c2X1’ defined but not used [-Wunused-label] BUILDSTDERR: 248 | _c2X1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 248 | _c2X1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:293:1: error: BUILDSTDERR: warning: label ‘_c2Xy’ defined but not used [-Wunused-label] BUILDSTDERR: 293 | _c2Xy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 293 | _c2Xy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VO_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:332:1: error: BUILDSTDERR: warning: label ‘_c2XB’ defined but not used [-Wunused-label] BUILDSTDERR: 332 | _c2XB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 332 | _c2XB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_readChan_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:390:1: error: BUILDSTDERR: warning: label ‘_c2XG’ defined but not used [-Wunused-label] BUILDSTDERR: 390 | _c2XG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 390 | _c2XG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VR_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:433:1: error: BUILDSTDERR: warning: label ‘_c2Yd’ defined but not used [-Wunused-label] BUILDSTDERR: 433 | _c2Yd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 433 | _c2Yd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VS_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:472:1: error: BUILDSTDERR: warning: label ‘_c2Yg’ defined but not used [-Wunused-label] BUILDSTDERR: 472 | _c2Yg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 472 | _c2Yg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_dupChan_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:530:1: error: BUILDSTDERR: warning: label ‘_c2Yl’ defined but not used [-Wunused-label] BUILDSTDERR: 530 | _c2Yl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 530 | _c2Yl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VV_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:573:1: error: BUILDSTDERR: warning: label ‘_c2YS’ defined but not used [-Wunused-label] BUILDSTDERR: 573 | _c2YS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 573 | _c2YS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2VW_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:612:1: error: BUILDSTDERR: warning: label ‘_c2YV’ defined but not used [-Wunused-label] BUILDSTDERR: 612 | _c2YV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 612 | _c2YV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_getChanContents_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:670:1: error: BUILDSTDERR: warning: label ‘_c2Z0’ defined but not used [-Wunused-label] BUILDSTDERR: 670 | _c2Z0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 670 | _c2Z0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2W0_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:713:1: error: BUILDSTDERR: warning: label ‘_c2Zx’ defined but not used [-Wunused-label] BUILDSTDERR: 713 | _c2Zx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 713 | _c2Zx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘s2W1_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:754:1: error: BUILDSTDERR: warning: label ‘_c2ZA’ defined but not used [-Wunused-label] BUILDSTDERR: 754 | _c2ZA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 754 | _c2ZA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziChanziLifted_writeList2Chan_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:815:1: error: BUILDSTDERR: warning: label ‘_c2ZF’ defined but not used [-Wunused-label] BUILDSTDERR: 815 | _c2ZF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 815 | _c2ZF: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10172_0/ghc_20.hc:872:22: error: BUILDSTDERR: warning: ‘S2ZQ_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 872 | static const StgWord S2ZQ_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 872 | static const StgWord S2ZQ_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [2 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:226:1: error: BUILDSTDERR: warning: label ‘_c4Cc’ defined but not used [-Wunused-label] BUILDSTDERR: 226 | _c4Cc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 226 | _c4Cc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4x5_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:267:1: error: BUILDSTDERR: warning: label ‘_c4CD’ defined but not used [-Wunused-label] BUILDSTDERR: 267 | _c4CD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 267 | _c4CD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4x6_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:306:1: error: BUILDSTDERR: warning: label ‘_c4CG’ defined but not used [-Wunused-label] BUILDSTDERR: 306 | _c4CG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 306 | _c4CG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_newMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:364:1: error: BUILDSTDERR: warning: label ‘_c4CL’ defined but not used [-Wunused-label] BUILDSTDERR: 364 | _c4CL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 364 | _c4CL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4x9_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:407:1: error: BUILDSTDERR: warning: label ‘_c4Di’ defined but not used [-Wunused-label] BUILDSTDERR: 407 | _c4Di: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 407 | _c4Di: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xa_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:446:1: error: BUILDSTDERR: warning: label ‘_c4Dl’ defined but not used [-Wunused-label] BUILDSTDERR: 446 | _c4Dl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 446 | _c4Dl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_takeMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:504:1: error: BUILDSTDERR: warning: label ‘_c4Dq’ defined but not used [-Wunused-label] BUILDSTDERR: 504 | _c4Dq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 504 | _c4Dq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xe_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:547:1: error: BUILDSTDERR: warning: label ‘_c4DO’ defined but not used [-Wunused-label] BUILDSTDERR: 547 | _c4DO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 547 | _c4DO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_putMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:588:1: error: BUILDSTDERR: warning: label ‘_c4DR’ defined but not used [-Wunused-label] BUILDSTDERR: 588 | _c4DR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 588 | _c4DR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xh_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:643:1: error: BUILDSTDERR: warning: label ‘_c4Em’ defined but not used [-Wunused-label] BUILDSTDERR: 643 | _c4Em: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 643 | _c4Em: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xi_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:682:1: error: BUILDSTDERR: warning: label ‘_c4Ep’ defined but not used [-Wunused-label] BUILDSTDERR: 682 | _c4Ep: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 682 | _c4Ep: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_readMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:740:1: error: BUILDSTDERR: warning: label ‘_c4Eu’ defined but not used [-Wunused-label] BUILDSTDERR: 740 | _c4Eu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 740 | _c4Eu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xm_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:783:1: error: BUILDSTDERR: warning: label ‘_c4ES’ defined but not used [-Wunused-label] BUILDSTDERR: 783 | _c4ES: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 783 | _c4ES: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_swapMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:824:1: error: BUILDSTDERR: warning: label ‘_c4EV’ defined but not used [-Wunused-label] BUILDSTDERR: 824 | _c4EV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 824 | _c4EV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xp_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:879:1: error: BUILDSTDERR: warning: label ‘_c4Fq’ defined but not used [-Wunused-label] BUILDSTDERR: 879 | _c4Fq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 879 | _c4Fq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xq_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:918:1: error: BUILDSTDERR: warning: label ‘_c4Ft’ defined but not used [-Wunused-label] BUILDSTDERR: 918 | _c4Ft: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 918 | _c4Ft: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryTakeMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:976:1: error: BUILDSTDERR: warning: label ‘_c4Fy’ defined but not used [-Wunused-label] BUILDSTDERR: 976 | _c4Fy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 976 | _c4Fy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1019:1: error: BUILDSTDERR: warning: label ‘_c4FW’ defined but not used [-Wunused-label] BUILDSTDERR: 1019 | _c4FW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1019 | _c4FW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryPutMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1060:1: error: BUILDSTDERR: warning: label ‘_c4FZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1060 | _c4FZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1060 | _c4FZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xx_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1115:1: error: BUILDSTDERR: warning: label ‘_c4Gu’ defined but not used [-Wunused-label] BUILDSTDERR: 1115 | _c4Gu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1115 | _c4Gu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xy_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1154:1: error: BUILDSTDERR: warning: label ‘_c4Gx’ defined but not used [-Wunused-label] BUILDSTDERR: 1154 | _c4Gx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1154 | _c4Gx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_isEmptyMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1212:1: error: BUILDSTDERR: warning: label ‘_c4GC’ defined but not used [-Wunused-label] BUILDSTDERR: 1212 | _c4GC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1212 | _c4GC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xT_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1255:1: error: BUILDSTDERR: warning: label ‘_c4HI’ defined but not used [-Wunused-label] BUILDSTDERR: 1255 | _c4HI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1255 | _c4HI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4HG’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1286:1: error: BUILDSTDERR: warning: label ‘_c4HG’ defined but not used [-Wunused-label] BUILDSTDERR: 1286 | _c4HG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1286 | _c4HG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1306:1: error: BUILDSTDERR: warning: label ‘_c4I0’ defined but not used [-Wunused-label] BUILDSTDERR: 1306 | _c4I0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1306 | _c4I0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xO_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1345:1: error: BUILDSTDERR: warning: label ‘_c4I3’ defined but not used [-Wunused-label] BUILDSTDERR: 1345 | _c4I3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1345 | _c4I3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4xP_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1395:1: error: BUILDSTDERR: warning: label ‘_c4Ig’ defined but not used [-Wunused-label] BUILDSTDERR: 1395 | _c4Ig: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1395 | _c4Ig: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4ya_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1423:1: error: BUILDSTDERR: warning: label ‘_c4IM’ defined but not used [-Wunused-label] BUILDSTDERR: 1423 | _c4IM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1423 | _c4IM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4IK’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1454:1: error: BUILDSTDERR: warning: label ‘_c4IK’ defined but not used [-Wunused-label] BUILDSTDERR: 1454 | _c4IK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1454 | _c4IK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4y4_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1474:1: error: BUILDSTDERR: warning: label ‘_c4J4’ defined but not used [-Wunused-label] BUILDSTDERR: 1474 | _c4J4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1474 | _c4J4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4y5_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1513:1: error: BUILDSTDERR: warning: label ‘_c4J7’ defined but not used [-Wunused-label] BUILDSTDERR: 1513 | _c4J7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1513 | _c4J7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4y6_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1563:1: error: BUILDSTDERR: warning: label ‘_c4Jk’ defined but not used [-Wunused-label] BUILDSTDERR: 1563 | _c4Jk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1563 | _c4Jk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yf_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1592:1: error: BUILDSTDERR: warning: label ‘_c4Jn’ defined but not used [-Wunused-label] BUILDSTDERR: 1592 | _c4Jn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1592 | _c4Jn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4It’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1630:1: error: BUILDSTDERR: warning: label ‘_c4It’ defined but not used [-Wunused-label] BUILDSTDERR: 1630 | _c4It: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1630 | _c4It: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Iz’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1657:1: error: BUILDSTDERR: warning: label ‘_c4Iz’ defined but not used [-Wunused-label] BUILDSTDERR: 1657 | _c4Iz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1657 | _c4Iz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Jp’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1707:1: error: BUILDSTDERR: warning: label ‘_c4Jp’ defined but not used [-Wunused-label] BUILDSTDERR: 1707 | _c4Jp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1707 | _c4Jp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Js’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1727:1: error: BUILDSTDERR: warning: label ‘_c4Js’ defined but not used [-Wunused-label] BUILDSTDERR: 1727 | _c4Js: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1727 | _c4Js: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yr_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1748:1: error: BUILDSTDERR: warning: label ‘_c4JY’ defined but not used [-Wunused-label] BUILDSTDERR: 1748 | _c4JY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1748 | _c4JY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4JW’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1779:1: error: BUILDSTDERR: warning: label ‘_c4JW’ defined but not used [-Wunused-label] BUILDSTDERR: 1779 | _c4JW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1779 | _c4JW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yl_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1799:1: error: BUILDSTDERR: warning: label ‘_c4Kg’ defined but not used [-Wunused-label] BUILDSTDERR: 1799 | _c4Kg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1799 | _c4Kg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4ym_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1838:1: error: BUILDSTDERR: warning: label ‘_c4Kj’ defined but not used [-Wunused-label] BUILDSTDERR: 1838 | _c4Kj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1838 | _c4Kj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yn_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1888:1: error: BUILDSTDERR: warning: label ‘_c4Kw’ defined but not used [-Wunused-label] BUILDSTDERR: 1888 | _c4Kw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1888 | _c4Kw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yw_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1916:1: error: BUILDSTDERR: warning: label ‘_c4KD’ defined but not used [-Wunused-label] BUILDSTDERR: 1916 | _c4KD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1916 | _c4KD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Hk’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:1956:1: error: BUILDSTDERR: warning: label ‘_c4Hk’ defined but not used [-Wunused-label] BUILDSTDERR: 1956 | _c4Hk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1956 | _c4Hk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4JF’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2019:1: error: BUILDSTDERR: warning: label ‘_c4JF’ defined but not used [-Wunused-label] BUILDSTDERR: 2019 | _c4JF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2019 | _c4JF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4JL’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2046:1: error: BUILDSTDERR: warning: label ‘_c4JL’ defined but not used [-Wunused-label] BUILDSTDERR: 2046 | _c4JL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2046 | _c4JL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4KW’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2096:1: error: BUILDSTDERR: warning: label ‘_c4KW’ defined but not used [-Wunused-label] BUILDSTDERR: 2096 | _c4KW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2096 | _c4KW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4KZ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2116:1: error: BUILDSTDERR: warning: label ‘_c4KZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2116 | _c4KZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2116 | _c4KZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Hp’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2133:1: error: BUILDSTDERR: warning: label ‘_c4Hp’ defined but not used [-Wunused-label] BUILDSTDERR: 2133 | _c4Hp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2133 | _c4Hp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Hv’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2160:1: error: BUILDSTDERR: warning: label ‘_c4Hv’ defined but not used [-Wunused-label] BUILDSTDERR: 2160 | _c4Hv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2160 | _c4Hv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4KK’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2210:1: error: BUILDSTDERR: warning: label ‘_c4KK’ defined but not used [-Wunused-label] BUILDSTDERR: 2210 | _c4KK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2210 | _c4KK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4KN’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2230:1: error: BUILDSTDERR: warning: label ‘_c4KN’ defined but not used [-Wunused-label] BUILDSTDERR: 2230 | _c4KN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2230 | _c4KN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yx_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2257:1: error: BUILDSTDERR: warning: label ‘_c4L9’ defined but not used [-Wunused-label] BUILDSTDERR: 2257 | _c4L9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2257 | _c4L9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yy_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2317:1: error: BUILDSTDERR: warning: label ‘_c4Le’ defined but not used [-Wunused-label] BUILDSTDERR: 2317 | _c4Le: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2317 | _c4Le: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2372:1: error: BUILDSTDERR: warning: label ‘_c4Lj’ defined but not used [-Wunused-label] BUILDSTDERR: 2372 | _c4Lj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2372 | _c4Lj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yC_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2415:1: error: BUILDSTDERR: warning: label ‘_c4M7’ defined but not used [-Wunused-label] BUILDSTDERR: 2415 | _c4M7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2415 | _c4M7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yD_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2450:1: error: BUILDSTDERR: warning: label ‘_c4Mh’ defined but not used [-Wunused-label] BUILDSTDERR: 2450 | _c4Mh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2450 | _c4Mh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zk_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2485:1: error: BUILDSTDERR: warning: label ‘_c4N1’ defined but not used [-Wunused-label] BUILDSTDERR: 2485 | _c4N1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2485 | _c4N1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4MZ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2516:1: error: BUILDSTDERR: warning: label ‘_c4MZ’ defined but not used [-Wunused-label] BUILDSTDERR: 2516 | _c4MZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2516 | _c4MZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zc_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2537:1: error: BUILDSTDERR: warning: label ‘_c4NL’ defined but not used [-Wunused-label] BUILDSTDERR: 2537 | _c4NL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2537 | _c4NL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4z9_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2581:1: error: BUILDSTDERR: warning: label ‘_c4On’ defined but not used [-Wunused-label] BUILDSTDERR: 2581 | _c4On: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2581 | _c4On: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Ol’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2621:1: error: BUILDSTDERR: warning: label ‘_c4Ol’ defined but not used [-Wunused-label] BUILDSTDERR: 2621 | _c4Ol: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2621 | _c4Ol: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4za_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2642:1: error: BUILDSTDERR: warning: label ‘_c4Ou’ defined but not used [-Wunused-label] BUILDSTDERR: 2642 | _c4Ou: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2642 | _c4Ou: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4O4’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2682:1: error: BUILDSTDERR: warning: label ‘_c4O4’ defined but not used [-Wunused-label] BUILDSTDERR: 2682 | _c4O4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2682 | _c4O4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4OE’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2734:1: error: BUILDSTDERR: warning: label ‘_c4OE’ defined but not used [-Wunused-label] BUILDSTDERR: 2734 | _c4OE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2734 | _c4OE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zb_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2760:1: error: BUILDSTDERR: warning: label ‘_c4OH’ defined but not used [-Wunused-label] BUILDSTDERR: 2760 | _c4OH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2760 | _c4OH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zd_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2818:1: error: BUILDSTDERR: warning: label ‘_c4OM’ defined but not used [-Wunused-label] BUILDSTDERR: 2818 | _c4OM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2818 | _c4OM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Nz’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2867:1: error: BUILDSTDERR: warning: label ‘_c4Nz’ defined but not used [-Wunused-label] BUILDSTDERR: 2867 | _c4Nz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2867 | _c4Nz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yU_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2919:1: error: BUILDSTDERR: warning: label ‘_c4P0’ defined but not used [-Wunused-label] BUILDSTDERR: 2919 | _c4P0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2919 | _c4P0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4ze_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:2963:1: error: BUILDSTDERR: warning: label ‘_c4P3’ defined but not used [-Wunused-label] BUILDSTDERR: 2963 | _c4P3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2963 | _c4P3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zf_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3036:1: error: BUILDSTDERR: warning: label ‘_c4P8’ defined but not used [-Wunused-label] BUILDSTDERR: 3036 | _c4P8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3036 | _c4P8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zg_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3103:1: error: BUILDSTDERR: warning: label ‘_c4Pd’ defined but not used [-Wunused-label] BUILDSTDERR: 3103 | _c4Pd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3103 | _c4Pd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4yJ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3162:1: error: BUILDSTDERR: warning: label ‘_c4Pi’ defined but not used [-Wunused-label] BUILDSTDERR: 3162 | _c4Pi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3162 | _c4Pi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4MF’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3200:1: error: BUILDSTDERR: warning: label ‘_c4MF’ defined but not used [-Wunused-label] BUILDSTDERR: 3200 | _c4MF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3200 | _c4MF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4MI’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3224:1: error: BUILDSTDERR: warning: label ‘_c4MI’ defined but not used [-Wunused-label] BUILDSTDERR: 3224 | _c4MI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3224 | _c4MI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4MO’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3254:1: error: BUILDSTDERR: warning: label ‘_c4MO’ defined but not used [-Wunused-label] BUILDSTDERR: 3254 | _c4MO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3254 | _c4MO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Pn’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3310:1: error: BUILDSTDERR: warning: label ‘_c4Pn’ defined but not used [-Wunused-label] BUILDSTDERR: 3310 | _c4Pn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3310 | _c4Pn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Pq’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3334:1: error: BUILDSTDERR: warning: label ‘_c4Pq’ defined but not used [-Wunused-label] BUILDSTDERR: 3334 | _c4Pq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3334 | _c4Pq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4PG’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3361:1: error: BUILDSTDERR: warning: label ‘_c4PG’ defined but not used [-Wunused-label] BUILDSTDERR: 3361 | _c4PG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3361 | _c4PG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3382:1: error: BUILDSTDERR: warning: label ‘_c4PY’ defined but not used [-Wunused-label] BUILDSTDERR: 3382 | _c4PY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3382 | _c4PY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zv_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3412:1: error: BUILDSTDERR: warning: label ‘_c4Qa’ defined but not used [-Wunused-label] BUILDSTDERR: 3412 | _c4Qa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3412 | _c4Qa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zw_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3442:1: error: BUILDSTDERR: warning: label ‘_c4Ql’ defined but not used [-Wunused-label] BUILDSTDERR: 3442 | _c4Ql: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3442 | _c4Ql: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zx_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3477:1: error: BUILDSTDERR: warning: label ‘_c4Qx’ defined but not used [-Wunused-label] BUILDSTDERR: 3477 | _c4Qx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3477 | _c4Qx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zy_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3507:1: error: BUILDSTDERR: warning: label ‘_c4QE’ defined but not used [-Wunused-label] BUILDSTDERR: 3507 | _c4QE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3507 | _c4QE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Mu’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3555:1: error: BUILDSTDERR: warning: label ‘_c4Mu’ defined but not used [-Wunused-label] BUILDSTDERR: 3555 | _c4Mu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3555 | _c4Mu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3646:1: error: BUILDSTDERR: warning: label ‘_c4QK’ defined but not used [-Wunused-label] BUILDSTDERR: 3646 | _c4QK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3646 | _c4QK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘r4x0_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3709:1: error: BUILDSTDERR: warning: label ‘_c4Rw’ defined but not used [-Wunused-label] BUILDSTDERR: 3709 | _c4Rw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3709 | _c4Rw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zC_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3749:1: error: BUILDSTDERR: warning: label ‘_c4RO’ defined but not used [-Wunused-label] BUILDSTDERR: 3749 | _c4RO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3749 | _c4RO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zD_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3781:1: error: BUILDSTDERR: warning: label ‘_c4RY’ defined but not used [-Wunused-label] BUILDSTDERR: 3781 | _c4RY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3781 | _c4RY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zE_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3813:1: error: BUILDSTDERR: warning: label ‘_c4S8’ defined but not used [-Wunused-label] BUILDSTDERR: 3813 | _c4S8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3813 | _c4S8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zF_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3846:1: error: BUILDSTDERR: warning: label ‘_c4Sj’ defined but not used [-Wunused-label] BUILDSTDERR: 3846 | _c4Sj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3846 | _c4Sj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zH_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3885:1: error: BUILDSTDERR: warning: label ‘_c4SC’ defined but not used [-Wunused-label] BUILDSTDERR: 3885 | _c4SC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3885 | _c4SC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zI_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3925:1: error: BUILDSTDERR: warning: label ‘_c4SF’ defined but not used [-Wunused-label] BUILDSTDERR: 3925 | _c4SF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3925 | _c4SF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarzu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:3985:1: error: BUILDSTDERR: warning: label ‘_c4SK’ defined but not used [-Wunused-label] BUILDSTDERR: 3985 | _c4SK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3985 | _c4SK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zM_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4052:1: error: BUILDSTDERR: warning: label ‘_c4Te’ defined but not used [-Wunused-label] BUILDSTDERR: 4052 | _c4Te: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4052 | _c4Te: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4087:1: error: BUILDSTDERR: warning: label ‘_c4To’ defined but not used [-Wunused-label] BUILDSTDERR: 4087 | _c4To: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4087 | _c4To: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ak_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4122:1: error: BUILDSTDERR: warning: label ‘_c4U8’ defined but not used [-Wunused-label] BUILDSTDERR: 4122 | _c4U8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4122 | _c4U8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4U6’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4153:1: error: BUILDSTDERR: warning: label ‘_c4U6’ defined but not used [-Wunused-label] BUILDSTDERR: 4153 | _c4U6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4153 | _c4U6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ad_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4174:1: error: BUILDSTDERR: warning: label ‘_c4UL’ defined but not used [-Wunused-label] BUILDSTDERR: 4174 | _c4UL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4174 | _c4UL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ab_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4218:1: error: BUILDSTDERR: warning: label ‘_c4V9’ defined but not used [-Wunused-label] BUILDSTDERR: 4218 | _c4V9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4218 | _c4V9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4V7’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4258:1: error: BUILDSTDERR: warning: label ‘_c4V7’ defined but not used [-Wunused-label] BUILDSTDERR: 4258 | _c4V7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4258 | _c4V7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ac_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4284:1: error: BUILDSTDERR: warning: label ‘_c4Vd’ defined but not used [-Wunused-label] BUILDSTDERR: 4284 | _c4Vd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4284 | _c4Vd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ae_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4342:1: error: BUILDSTDERR: warning: label ‘_c4Vi’ defined but not used [-Wunused-label] BUILDSTDERR: 4342 | _c4Vi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4342 | _c4Vi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Uz’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4391:1: error: BUILDSTDERR: warning: label ‘_c4Uz’ defined but not used [-Wunused-label] BUILDSTDERR: 4391 | _c4Uz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4391 | _c4Uz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4A3_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4443:1: error: BUILDSTDERR: warning: label ‘_c4Vw’ defined but not used [-Wunused-label] BUILDSTDERR: 4443 | _c4Vw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4443 | _c4Vw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Af_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4487:1: error: BUILDSTDERR: warning: label ‘_c4Vz’ defined but not used [-Wunused-label] BUILDSTDERR: 4487 | _c4Vz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4487 | _c4Vz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ag_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4560:1: error: BUILDSTDERR: warning: label ‘_c4VE’ defined but not used [-Wunused-label] BUILDSTDERR: 4560 | _c4VE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4560 | _c4VE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4zT_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4617:1: error: BUILDSTDERR: warning: label ‘_c4VJ’ defined but not used [-Wunused-label] BUILDSTDERR: 4617 | _c4VJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4617 | _c4VJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4TM’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4655:1: error: BUILDSTDERR: warning: label ‘_c4TM’ defined but not used [-Wunused-label] BUILDSTDERR: 4655 | _c4TM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4655 | _c4TM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4TP’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4679:1: error: BUILDSTDERR: warning: label ‘_c4TP’ defined but not used [-Wunused-label] BUILDSTDERR: 4679 | _c4TP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4679 | _c4TP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4TV’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4708:1: error: BUILDSTDERR: warning: label ‘_c4TV’ defined but not used [-Wunused-label] BUILDSTDERR: 4708 | _c4TV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4708 | _c4TV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4VO’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4762:1: error: BUILDSTDERR: warning: label ‘_c4VO’ defined but not used [-Wunused-label] BUILDSTDERR: 4762 | _c4VO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4762 | _c4VO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4VR’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4786:1: error: BUILDSTDERR: warning: label ‘_c4VR’ defined but not used [-Wunused-label] BUILDSTDERR: 4786 | _c4VR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4786 | _c4VR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4W7’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4813:1: error: BUILDSTDERR: warning: label ‘_c4W7’ defined but not used [-Wunused-label] BUILDSTDERR: 4813 | _c4W7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4813 | _c4W7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Au_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4834:1: error: BUILDSTDERR: warning: label ‘_c4Wj’ defined but not used [-Wunused-label] BUILDSTDERR: 4834 | _c4Wj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4834 | _c4Wj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4TB’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4876:1: error: BUILDSTDERR: warning: label ‘_c4TB’ defined but not used [-Wunused-label] BUILDSTDERR: 4876 | _c4TB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4876 | _c4TB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4938:1: error: BUILDSTDERR: warning: label ‘_c4Wp’ defined but not used [-Wunused-label] BUILDSTDERR: 4938 | _c4Wp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4938 | _c4Wp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ax_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:4999:1: error: BUILDSTDERR: warning: label ‘_c4X5’ defined but not used [-Wunused-label] BUILDSTDERR: 4999 | _c4X5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4999 | _c4X5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ay_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5031:1: error: BUILDSTDERR: warning: label ‘_c4Xf’ defined but not used [-Wunused-label] BUILDSTDERR: 5031 | _c4Xf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5031 | _c4Xf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Az_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5063:1: error: BUILDSTDERR: warning: label ‘_c4Xp’ defined but not used [-Wunused-label] BUILDSTDERR: 5063 | _c4Xp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5063 | _c4Xp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AA_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5096:1: error: BUILDSTDERR: warning: label ‘_c4XA’ defined but not used [-Wunused-label] BUILDSTDERR: 5096 | _c4XA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5096 | _c4XA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AC_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5135:1: error: BUILDSTDERR: warning: label ‘_c4XT’ defined but not used [-Wunused-label] BUILDSTDERR: 5135 | _c4XT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5135 | _c4XT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AD_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5175:1: error: BUILDSTDERR: warning: label ‘_c4XW’ defined but not used [-Wunused-label] BUILDSTDERR: 5175 | _c4XW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5175 | _c4XW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_modifyMVarMaskedzu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5235:1: error: BUILDSTDERR: warning: label ‘_c4Y1’ defined but not used [-Wunused-label] BUILDSTDERR: 5235 | _c4Y1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5235 | _c4Y1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AG_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5302:1: error: BUILDSTDERR: warning: label ‘_c4YG’ defined but not used [-Wunused-label] BUILDSTDERR: 5302 | _c4YG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5302 | _c4YG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AH_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5341:1: error: BUILDSTDERR: warning: label ‘_c4YJ’ defined but not used [-Wunused-label] BUILDSTDERR: 5341 | _c4YJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5341 | _c4YJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_mkWeakMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5396:1: error: BUILDSTDERR: warning: label ‘_c4YO’ defined but not used [-Wunused-label] BUILDSTDERR: 5396 | _c4YO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5396 | _c4YO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4B2_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5439:1: error: BUILDSTDERR: warning: label ‘_c500’ defined but not used [-Wunused-label] BUILDSTDERR: 5439 | _c500: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5439 | _c500: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4ZY’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5470:1: error: BUILDSTDERR: warning: label ‘_c4ZY’ defined but not used [-Wunused-label] BUILDSTDERR: 5470 | _c4ZY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5470 | _c4ZY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AX_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5490:1: error: BUILDSTDERR: warning: label ‘_c50i’ defined but not used [-Wunused-label] BUILDSTDERR: 5490 | _c50i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5490 | _c50i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AY_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5529:1: error: BUILDSTDERR: warning: label ‘_c50l’ defined but not used [-Wunused-label] BUILDSTDERR: 5529 | _c50l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5529 | _c50l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4AQ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5578:1: error: BUILDSTDERR: warning: label ‘_c50q’ defined but not used [-Wunused-label] BUILDSTDERR: 5578 | _c50q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5578 | _c50q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4ZH’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5616:1: error: BUILDSTDERR: warning: label ‘_c4ZH’ defined but not used [-Wunused-label] BUILDSTDERR: 5616 | _c4ZH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5616 | _c4ZH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4ZN’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5642:1: error: BUILDSTDERR: warning: label ‘_c4ZN’ defined but not used [-Wunused-label] BUILDSTDERR: 5642 | _c4ZN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5642 | _c4ZN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c50s’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5687:1: error: BUILDSTDERR: warning: label ‘_c50s’ defined but not used [-Wunused-label] BUILDSTDERR: 5687 | _c50s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5687 | _c50s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c50v’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5707:1: error: BUILDSTDERR: warning: label ‘_c50v’ defined but not used [-Wunused-label] BUILDSTDERR: 5707 | _c50v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5707 | _c50v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4B8_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5728:1: error: BUILDSTDERR: warning: label ‘_c50K’ defined but not used [-Wunused-label] BUILDSTDERR: 5728 | _c50K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5728 | _c50K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘_c4Zw’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5766:1: error: BUILDSTDERR: warning: label ‘_c4Zw’ defined but not used [-Wunused-label] BUILDSTDERR: 5766 | _c4Zw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5766 | _c4Zw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4B9_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5821:1: error: BUILDSTDERR: warning: label ‘_c50Q’ defined but not used [-Wunused-label] BUILDSTDERR: 5821 | _c50Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5821 | _c50Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Ba_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5881:1: error: BUILDSTDERR: warning: label ‘_c50V’ defined but not used [-Wunused-label] BUILDSTDERR: 5881 | _c50V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5881 | _c50V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_withMVarMasked_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5936:1: error: BUILDSTDERR: warning: label ‘_c510’ defined but not used [-Wunused-label] BUILDSTDERR: 5936 | _c510: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5936 | _c510: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Bd_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:5979:1: error: BUILDSTDERR: warning: label ‘_c51H’ defined but not used [-Wunused-label] BUILDSTDERR: 5979 | _c51H: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5979 | _c51H: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘s4Be_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:6018:1: error: BUILDSTDERR: warning: label ‘_c51K’ defined but not used [-Wunused-label] BUILDSTDERR: 6018 | _c51K: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6018 | _c51K: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziMVarziLifted_tryReadMVar_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:6076:1: error: BUILDSTDERR: warning: label ‘_c51P’ defined but not used [-Wunused-label] BUILDSTDERR: 6076 | _c51P: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6076 | _c51P: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10172_0/ghc_31.hc:6131:22: error: BUILDSTDERR: warning: ‘S520_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 6131 | static const StgWord S520_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 6131 | static const StgWord S520_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [3 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s570_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:68:1: error: BUILDSTDERR: warning: label ‘_c57I’ defined but not used [-Wunused-label] BUILDSTDERR: 68 | _c57I: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 68 | _c57I: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s571_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:108:1: error: BUILDSTDERR: warning: label ‘_c57L’ defined but not used [-Wunused-label] BUILDSTDERR: 108 | _c57L: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 108 | _c57L: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_newQSem_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:167:1: error: BUILDSTDERR: warning: label ‘_c57Q’ defined but not used [-Wunused-label] BUILDSTDERR: 167 | _c57Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 167 | _c57Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s574_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:211:1: error: BUILDSTDERR: warning: label ‘_c58o’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _c58o: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _c58o: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s575_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:250:1: error: BUILDSTDERR: warning: label ‘_c58r’ defined but not used [-Wunused-label] BUILDSTDERR: 250 | _c58r: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 250 | _c58r: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_waitQSem_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:308:1: error: BUILDSTDERR: warning: label ‘_c58w’ defined but not used [-Wunused-label] BUILDSTDERR: 308 | _c58w: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 308 | _c58w: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s578_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:351:1: error: BUILDSTDERR: warning: label ‘_c593’ defined but not used [-Wunused-label] BUILDSTDERR: 351 | _c593: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 351 | _c593: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘s579_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:390:1: error: BUILDSTDERR: warning: label ‘_c596’ defined but not used [-Wunused-label] BUILDSTDERR: 390 | _c596: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 390 | _c596: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemziLifted_signalQSem_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_42.hc:448:1: error: BUILDSTDERR: warning: label ‘_c59b’ defined but not used [-Wunused-label] BUILDSTDERR: 448 | _c59b: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 448 | _c59b: BUILDSTDERR: | ^ [4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5ev_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:68:1: error: BUILDSTDERR: warning: label ‘_c5ff’ defined but not used [-Wunused-label] BUILDSTDERR: 68 | _c5ff: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 68 | _c5ff: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5ew_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:108:1: error: BUILDSTDERR: warning: label ‘_c5fi’ defined but not used [-Wunused-label] BUILDSTDERR: 108 | _c5fi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 108 | _c5fi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_newQSemN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:167:1: error: BUILDSTDERR: warning: label ‘_c5fn’ defined but not used [-Wunused-label] BUILDSTDERR: 167 | _c5fn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 167 | _c5fn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5eA_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:211:1: error: BUILDSTDERR: warning: label ‘_c5fV’ defined but not used [-Wunused-label] BUILDSTDERR: 211 | _c5fV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 211 | _c5fV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5eB_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:252:1: error: BUILDSTDERR: warning: label ‘_c5fY’ defined but not used [-Wunused-label] BUILDSTDERR: 252 | _c5fY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 252 | _c5fY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_waitQSemN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:313:1: error: BUILDSTDERR: warning: label ‘_c5g3’ defined but not used [-Wunused-label] BUILDSTDERR: 313 | _c5g3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 313 | _c5g3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5eF_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:358:1: error: BUILDSTDERR: warning: label ‘_c5gA’ defined but not used [-Wunused-label] BUILDSTDERR: 358 | _c5gA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 358 | _c5gA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘s5eG_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:399:1: error: BUILDSTDERR: warning: label ‘_c5gD’ defined but not used [-Wunused-label] BUILDSTDERR: 399 | _c5gD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 399 | _c5gD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziQSemNziLifted_signalQSemN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_53.hc:460:1: error: BUILDSTDERR: warning: label ‘_c5gI’ defined but not used [-Wunused-label] BUILDSTDERR: 460 | _c5gI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 460 | _c5gI: BUILDSTDERR: | ^ [5 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70k_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:277:1: error: BUILDSTDERR: warning: label ‘_c76N’ defined but not used [-Wunused-label] BUILDSTDERR: 277 | _c76N: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 277 | _c76N: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70l_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:318:1: error: BUILDSTDERR: warning: label ‘_c76Q’ defined but not used [-Wunused-label] BUILDSTDERR: 318 | _c76Q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 318 | _c76Q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwIO_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:379:1: error: BUILDSTDERR: warning: label ‘_c76V’ defined but not used [-Wunused-label] BUILDSTDERR: 379 | _c76V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 379 | _c76V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70o_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:424:1: error: BUILDSTDERR: warning: label ‘_c77s’ defined but not used [-Wunused-label] BUILDSTDERR: 424 | _c77s: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 424 | _c77s: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70p_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:464:1: error: BUILDSTDERR: warning: label ‘_c77v’ defined but not used [-Wunused-label] BUILDSTDERR: 464 | _c77v: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 464 | _c77v: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_ioError_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:523:1: error: BUILDSTDERR: warning: label ‘_c77A’ defined but not used [-Wunused-label] BUILDSTDERR: 523 | _c77A: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 523 | _c77A: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70u_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:567:1: error: BUILDSTDERR: warning: label ‘_c77Z’ defined but not used [-Wunused-label] BUILDSTDERR: 567 | _c77Z: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 567 | _c77Z: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_throwTo_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:610:1: error: BUILDSTDERR: warning: label ‘_c782’ defined but not used [-Wunused-label] BUILDSTDERR: 610 | _c782: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 610 | _c782: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70E_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:666:1: error: BUILDSTDERR: warning: label ‘_c78J’ defined but not used [-Wunused-label] BUILDSTDERR: 666 | _c78J: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 666 | _c78J: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70G_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:693:1: error: BUILDSTDERR: warning: label ‘_c78V’ defined but not used [-Wunused-label] BUILDSTDERR: 693 | _c78V: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 693 | _c78V: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70H_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:731:1: error: BUILDSTDERR: warning: label ‘_c792’ defined but not used [-Wunused-label] BUILDSTDERR: 731 | _c792: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 731 | _c792: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c78x’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:775:1: error: BUILDSTDERR: warning: label ‘_c78x’ defined but not used [-Wunused-label] BUILDSTDERR: 775 | _c78x: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 775 | _c78x: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70B_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:835:1: error: BUILDSTDERR: warning: label ‘_c79i’ defined but not used [-Wunused-label] BUILDSTDERR: 835 | _c79i: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 835 | _c79i: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70I_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:873:1: error: BUILDSTDERR: warning: label ‘_c79l’ defined but not used [-Wunused-label] BUILDSTDERR: 873 | _c79l: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 873 | _c79l: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catch_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:933:1: error: BUILDSTDERR: warning: label ‘_c79q’ defined but not used [-Wunused-label] BUILDSTDERR: 933 | _c79q: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 933 | _c79q: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s710_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:983:1: error: BUILDSTDERR: warning: label ‘_c7at’ defined but not used [-Wunused-label] BUILDSTDERR: 983 | _c7at: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 983 | _c7at: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70X_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1018:1: error: BUILDSTDERR: warning: label ‘_c7aL’ defined but not used [-Wunused-label] BUILDSTDERR: 1018 | _c7aL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1018 | _c7aL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70Y_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1057:1: error: BUILDSTDERR: warning: label ‘_c7aO’ defined but not used [-Wunused-label] BUILDSTDERR: 1057 | _c7aO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1057 | _c7aO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70O_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1104:1: error: BUILDSTDERR: warning: label ‘_c7aX’ defined but not used [-Wunused-label] BUILDSTDERR: 1104 | _c7aX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1104 | _c7aX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7aa’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1145:1: error: BUILDSTDERR: warning: label ‘_c7aa’ defined but not used [-Wunused-label] BUILDSTDERR: 1145 | _c7aa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1145 | _c7aa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ah’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1187:1: error: BUILDSTDERR: warning: label ‘_c7ah’ defined but not used [-Wunused-label] BUILDSTDERR: 1187 | _c7ah: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1187 | _c7ah: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s711_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1248:1: error: BUILDSTDERR: warning: label ‘_c7ba’ defined but not used [-Wunused-label] BUILDSTDERR: 1248 | _c7ba: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1248 | _c7ba: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s70N_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1296:1: error: BUILDSTDERR: warning: label ‘_c7bm’ defined but not used [-Wunused-label] BUILDSTDERR: 1296 | _c7bm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1296 | _c7bm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s712_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1337:1: error: BUILDSTDERR: warning: label ‘_c7bp’ defined but not used [-Wunused-label] BUILDSTDERR: 1337 | _c7bp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1337 | _c7bp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catches_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1401:1: error: BUILDSTDERR: warning: label ‘_c7bu’ defined but not used [-Wunused-label] BUILDSTDERR: 1401 | _c7bu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1401 | _c7bu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71d_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1449:1: error: BUILDSTDERR: warning: label ‘_c7cn’ defined but not used [-Wunused-label] BUILDSTDERR: 1449 | _c7cn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1449 | _c7cn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71h_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1476:1: error: BUILDSTDERR: warning: label ‘_c7cF’ defined but not used [-Wunused-label] BUILDSTDERR: 1476 | _c7cF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1476 | _c7cF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71i_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1515:1: error: BUILDSTDERR: warning: label ‘_c7cM’ defined but not used [-Wunused-label] BUILDSTDERR: 1515 | _c7cM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1515 | _c7cM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7cb’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1560:1: error: BUILDSTDERR: warning: label ‘_c7cb’ defined but not used [-Wunused-label] BUILDSTDERR: 1560 | _c7cb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1560 | _c7cb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ct’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1608:1: error: BUILDSTDERR: warning: label ‘_c7ct’ defined but not used [-Wunused-label] BUILDSTDERR: 1608 | _c7ct: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1608 | _c7ct: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71a_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1657:1: error: BUILDSTDERR: warning: label ‘_c7d9’ defined but not used [-Wunused-label] BUILDSTDERR: 1657 | _c7d9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1657 | _c7d9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71j_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1696:1: error: BUILDSTDERR: warning: label ‘_c7dc’ defined but not used [-Wunused-label] BUILDSTDERR: 1696 | _c7dc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1696 | _c7dc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_catchJust_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1759:1: error: BUILDSTDERR: warning: label ‘_c7dh’ defined but not used [-Wunused-label] BUILDSTDERR: 1759 | _c7dh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1759 | _c7dh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71t_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1810:1: error: BUILDSTDERR: warning: label ‘_c7e6’ defined but not used [-Wunused-label] BUILDSTDERR: 1810 | _c7e6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1810 | _c7e6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71v_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1837:1: error: BUILDSTDERR: warning: label ‘_c7ei’ defined but not used [-Wunused-label] BUILDSTDERR: 1837 | _c7ei: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1837 | _c7ei: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71w_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1875:1: error: BUILDSTDERR: warning: label ‘_c7ep’ defined but not used [-Wunused-label] BUILDSTDERR: 1875 | _c7ep: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1875 | _c7ep: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7dU’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1919:1: error: BUILDSTDERR: warning: label ‘_c7dU’ defined but not used [-Wunused-label] BUILDSTDERR: 1919 | _c7dU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1919 | _c7dU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71q_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:1979:1: error: BUILDSTDERR: warning: label ‘_c7eF’ defined but not used [-Wunused-label] BUILDSTDERR: 1979 | _c7eF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1979 | _c7eF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71x_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2017:1: error: BUILDSTDERR: warning: label ‘_c7eI’ defined but not used [-Wunused-label] BUILDSTDERR: 2017 | _c7eI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2017 | _c7eI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handle_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2077:1: error: BUILDSTDERR: warning: label ‘_c7eN’ defined but not used [-Wunused-label] BUILDSTDERR: 2077 | _c7eN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2077 | _c7eN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71I_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2126:1: error: BUILDSTDERR: warning: label ‘_c7fC’ defined but not used [-Wunused-label] BUILDSTDERR: 2126 | _c7fC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2126 | _c7fC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71M_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2153:1: error: BUILDSTDERR: warning: label ‘_c7fU’ defined but not used [-Wunused-label] BUILDSTDERR: 2153 | _c7fU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2153 | _c7fU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71N_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2192:1: error: BUILDSTDERR: warning: label ‘_c7g1’ defined but not used [-Wunused-label] BUILDSTDERR: 2192 | _c7g1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2192 | _c7g1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7fq’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2237:1: error: BUILDSTDERR: warning: label ‘_c7fq’ defined but not used [-Wunused-label] BUILDSTDERR: 2237 | _c7fq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2237 | _c7fq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7fI’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2285:1: error: BUILDSTDERR: warning: label ‘_c7fI’ defined but not used [-Wunused-label] BUILDSTDERR: 2285 | _c7fI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2285 | _c7fI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71F_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2334:1: error: BUILDSTDERR: warning: label ‘_c7go’ defined but not used [-Wunused-label] BUILDSTDERR: 2334 | _c7go: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2334 | _c7go: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71O_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2373:1: error: BUILDSTDERR: warning: label ‘_c7gr’ defined but not used [-Wunused-label] BUILDSTDERR: 2373 | _c7gr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2373 | _c7gr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_handleJust_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2436:1: error: BUILDSTDERR: warning: label ‘_c7gw’ defined but not used [-Wunused-label] BUILDSTDERR: 2436 | _c7gw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2436 | _c7gw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s71S_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2490:1: error: BUILDSTDERR: warning: label ‘_c7h6’ defined but not used [-Wunused-label] BUILDSTDERR: 2490 | _c7h6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2490 | _c7h6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7h0’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2528:1: error: BUILDSTDERR: warning: label ‘_c7h0’ defined but not used [-Wunused-label] BUILDSTDERR: 2528 | _c7h0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2528 | _c7h0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72a_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2575:1: error: BUILDSTDERR: warning: label ‘_c7hC’ defined but not used [-Wunused-label] BUILDSTDERR: 2575 | _c7hC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2575 | _c7hC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72i_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2626:1: error: BUILDSTDERR: warning: label ‘_c7i3’ defined but not used [-Wunused-label] BUILDSTDERR: 2626 | _c7i3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2626 | _c7i3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72j_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2667:1: error: BUILDSTDERR: warning: label ‘_c7ia’ defined but not used [-Wunused-label] BUILDSTDERR: 2667 | _c7ia: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2667 | _c7ia: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7hQ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2713:1: error: BUILDSTDERR: warning: label ‘_c7hQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2713 | _c7hQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2713 | _c7hQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s727_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2769:1: error: BUILDSTDERR: warning: label ‘_c7iK’ defined but not used [-Wunused-label] BUILDSTDERR: 2769 | _c7iK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2769 | _c7iK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7iH’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2802:1: error: BUILDSTDERR: warning: label ‘_c7iH’ defined but not used [-Wunused-label] BUILDSTDERR: 2802 | _c7iH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2802 | _c7iH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s728_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2839:1: error: BUILDSTDERR: warning: label ‘_c7iQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2839 | _c7iQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2839 | _c7iQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s729_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2888:1: error: BUILDSTDERR: warning: label ‘_c7iV’ defined but not used [-Wunused-label] BUILDSTDERR: 2888 | _c7iV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2888 | _c7iV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_try_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2946:1: error: BUILDSTDERR: warning: label ‘_c7j0’ defined but not used [-Wunused-label] BUILDSTDERR: 2946 | _c7j0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2946 | _c7j0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7hj’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:2983:1: error: BUILDSTDERR: warning: label ‘_c7hj’ defined but not used [-Wunused-label] BUILDSTDERR: 2983 | _c7hj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2983 | _c7hj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ho’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3010:1: error: BUILDSTDERR: warning: label ‘_c7ho’ defined but not used [-Wunused-label] BUILDSTDERR: 3010 | _c7ho: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3010 | _c7ho: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72v_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3080:1: error: BUILDSTDERR: warning: label ‘_c7jN’ defined but not used [-Wunused-label] BUILDSTDERR: 3080 | _c7jN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3080 | _c7jN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72D_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3131:1: error: BUILDSTDERR: warning: label ‘_c7ke’ defined but not used [-Wunused-label] BUILDSTDERR: 3131 | _c7ke: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3131 | _c7ke: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72E_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3172:1: error: BUILDSTDERR: warning: label ‘_c7kl’ defined but not used [-Wunused-label] BUILDSTDERR: 3172 | _c7kl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3172 | _c7kl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7k1’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3218:1: error: BUILDSTDERR: warning: label ‘_c7k1’ defined but not used [-Wunused-label] BUILDSTDERR: 3218 | _c7k1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3218 | _c7k1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72s_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3273:1: error: BUILDSTDERR: warning: label ‘_c7kQ’ defined but not used [-Wunused-label] BUILDSTDERR: 3273 | _c7kQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3273 | _c7kQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72t_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3311:1: error: BUILDSTDERR: warning: label ‘_c7kT’ defined but not used [-Wunused-label] BUILDSTDERR: 3311 | _c7kT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3311 | _c7kT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72u_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3368:1: error: BUILDSTDERR: warning: label ‘_c7kY’ defined but not used [-Wunused-label] BUILDSTDERR: 3368 | _c7kY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3368 | _c7kY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_tryJust_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3425:1: error: BUILDSTDERR: warning: label ‘_c7l3’ defined but not used [-Wunused-label] BUILDSTDERR: 3425 | _c7l3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3425 | _c7l3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ju’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3448:1: error: BUILDSTDERR: warning: label ‘_c7ju’ defined but not used [-Wunused-label] BUILDSTDERR: 3448 | _c7ju: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3448 | _c7ju: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7jz’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3476:1: error: BUILDSTDERR: warning: label ‘_c7jz’ defined but not used [-Wunused-label] BUILDSTDERR: 3476 | _c7jz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3476 | _c7jz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72I_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3543:1: error: BUILDSTDERR: warning: label ‘_c7lK’ defined but not used [-Wunused-label] BUILDSTDERR: 3543 | _c7lK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3543 | _c7lK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72J_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3576:1: error: BUILDSTDERR: warning: label ‘_c7lN’ defined but not used [-Wunused-label] BUILDSTDERR: 3576 | _c7lN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3576 | _c7lN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_evaluate_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3634:1: error: BUILDSTDERR: warning: label ‘_c7lS’ defined but not used [-Wunused-label] BUILDSTDERR: 3634 | _c7lS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3634 | _c7lS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72R_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3678:1: error: BUILDSTDERR: warning: label ‘_c7mH’ defined but not used [-Wunused-label] BUILDSTDERR: 3678 | _c7mH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3678 | _c7mH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7mF’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3710:1: error: BUILDSTDERR: warning: label ‘_c7mF’ defined but not used [-Wunused-label] BUILDSTDERR: 3710 | _c7mF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3710 | _c7mF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72S_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3736:1: error: BUILDSTDERR: warning: label ‘_c7mL’ defined but not used [-Wunused-label] BUILDSTDERR: 3736 | _c7mL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3736 | _c7mL: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72T_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3791:1: error: BUILDSTDERR: warning: label ‘_c7mQ’ defined but not used [-Wunused-label] BUILDSTDERR: 3791 | _c7mQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3791 | _c7mQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72M_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3846:1: error: BUILDSTDERR: warning: label ‘_c7mV’ defined but not used [-Wunused-label] BUILDSTDERR: 3846 | _c7mV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3846 | _c7mV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72Z_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3900:1: error: BUILDSTDERR: warning: label ‘_c7nA’ defined but not used [-Wunused-label] BUILDSTDERR: 3900 | _c7nA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3900 | _c7nA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ny’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3932:1: error: BUILDSTDERR: warning: label ‘_c7ny’ defined but not used [-Wunused-label] BUILDSTDERR: 3932 | _c7ny: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3932 | _c7ny: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s730_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:3958:1: error: BUILDSTDERR: warning: label ‘_c7nE’ defined but not used [-Wunused-label] BUILDSTDERR: 3958 | _c7nE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3958 | _c7nE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s731_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4013:1: error: BUILDSTDERR: warning: label ‘_c7nJ’ defined but not used [-Wunused-label] BUILDSTDERR: 4013 | _c7nJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4013 | _c7nJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s72U_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4068:1: error: BUILDSTDERR: warning: label ‘_c7nO’ defined but not used [-Wunused-label] BUILDSTDERR: 4068 | _c7nO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4068 | _c7nO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s737_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4122:1: error: BUILDSTDERR: warning: label ‘_c7ot’ defined but not used [-Wunused-label] BUILDSTDERR: 4122 | _c7ot: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4122 | _c7ot: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7or’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4154:1: error: BUILDSTDERR: warning: label ‘_c7or’ defined but not used [-Wunused-label] BUILDSTDERR: 4154 | _c7or: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4154 | _c7or: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s738_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4180:1: error: BUILDSTDERR: warning: label ‘_c7ox’ defined but not used [-Wunused-label] BUILDSTDERR: 4180 | _c7ox: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4180 | _c7ox: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s739_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4235:1: error: BUILDSTDERR: warning: label ‘_c7oC’ defined but not used [-Wunused-label] BUILDSTDERR: 4235 | _c7oC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4235 | _c7oC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s732_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4290:1: error: BUILDSTDERR: warning: label ‘_c7oH’ defined but not used [-Wunused-label] BUILDSTDERR: 4290 | _c7oH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4290 | _c7oH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73h_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4343:1: error: BUILDSTDERR: warning: label ‘_c7p3’ defined but not used [-Wunused-label] BUILDSTDERR: 4343 | _c7p3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4343 | _c7p3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7oW’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4377:1: error: BUILDSTDERR: warning: label ‘_c7oW’ defined but not used [-Wunused-label] BUILDSTDERR: 4377 | _c7oW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4377 | _c7oW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7pa’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4411:1: error: BUILDSTDERR: warning: label ‘_c7pa’ defined but not used [-Wunused-label] BUILDSTDERR: 4411 | _c7pa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4411 | _c7pa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_mask_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4440:1: error: BUILDSTDERR: warning: label ‘_c7pd’ defined but not used [-Wunused-label] BUILDSTDERR: 4440 | _c7pd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4440 | _c7pd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73r_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4504:1: error: BUILDSTDERR: warning: label ‘_c7qe’ defined but not used [-Wunused-label] BUILDSTDERR: 4504 | _c7qe: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4504 | _c7qe: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7q8’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4537:1: error: BUILDSTDERR: warning: label ‘_c7q8’ defined but not used [-Wunused-label] BUILDSTDERR: 4537 | _c7q8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4537 | _c7q8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7ql’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4567:1: error: BUILDSTDERR: warning: label ‘_c7ql’ defined but not used [-Wunused-label] BUILDSTDERR: 4567 | _c7ql: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4567 | _c7ql: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73s_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4593:1: error: BUILDSTDERR: warning: label ‘_c7qo’ defined but not used [-Wunused-label] BUILDSTDERR: 4593 | _c7qo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4593 | _c7qo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_maskzu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4650:1: error: BUILDSTDERR: warning: label ‘_c7qt’ defined but not used [-Wunused-label] BUILDSTDERR: 4650 | _c7qt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4650 | _c7qt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73A_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4699:1: error: BUILDSTDERR: warning: label ‘_c7ri’ defined but not used [-Wunused-label] BUILDSTDERR: 4699 | _c7ri: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4699 | _c7ri: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7rg’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4731:1: error: BUILDSTDERR: warning: label ‘_c7rg’ defined but not used [-Wunused-label] BUILDSTDERR: 4731 | _c7rg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4731 | _c7rg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73B_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4757:1: error: BUILDSTDERR: warning: label ‘_c7rm’ defined but not used [-Wunused-label] BUILDSTDERR: 4757 | _c7rm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4757 | _c7rm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73C_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4812:1: error: BUILDSTDERR: warning: label ‘_c7rr’ defined but not used [-Wunused-label] BUILDSTDERR: 4812 | _c7rr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4812 | _c7rr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73v_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4867:1: error: BUILDSTDERR: warning: label ‘_c7rw’ defined but not used [-Wunused-label] BUILDSTDERR: 4867 | _c7rw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4867 | _c7rw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73I_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4921:1: error: BUILDSTDERR: warning: label ‘_c7sb’ defined but not used [-Wunused-label] BUILDSTDERR: 4921 | _c7sb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4921 | _c7sb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7s9’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4953:1: error: BUILDSTDERR: warning: label ‘_c7s9’ defined but not used [-Wunused-label] BUILDSTDERR: 4953 | _c7s9: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4953 | _c7s9: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73J_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:4979:1: error: BUILDSTDERR: warning: label ‘_c7sf’ defined but not used [-Wunused-label] BUILDSTDERR: 4979 | _c7sf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 4979 | _c7sf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73K_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5034:1: error: BUILDSTDERR: warning: label ‘_c7sk’ defined but not used [-Wunused-label] BUILDSTDERR: 5034 | _c7sk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5034 | _c7sk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73D_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5089:1: error: BUILDSTDERR: warning: label ‘_c7sp’ defined but not used [-Wunused-label] BUILDSTDERR: 5089 | _c7sp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5089 | _c7sp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73Q_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5143:1: error: BUILDSTDERR: warning: label ‘_c7t4’ defined but not used [-Wunused-label] BUILDSTDERR: 5143 | _c7t4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5143 | _c7t4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7t2’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5175:1: error: BUILDSTDERR: warning: label ‘_c7t2’ defined but not used [-Wunused-label] BUILDSTDERR: 5175 | _c7t2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5175 | _c7t2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73R_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5201:1: error: BUILDSTDERR: warning: label ‘_c7t8’ defined but not used [-Wunused-label] BUILDSTDERR: 5201 | _c7t8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5201 | _c7t8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73S_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5256:1: error: BUILDSTDERR: warning: label ‘_c7td’ defined but not used [-Wunused-label] BUILDSTDERR: 5256 | _c7td: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5256 | _c7td: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s73L_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5311:1: error: BUILDSTDERR: warning: label ‘_c7ti’ defined but not used [-Wunused-label] BUILDSTDERR: 5311 | _c7ti: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5311 | _c7ti: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s741_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5364:1: error: BUILDSTDERR: warning: label ‘_c7tE’ defined but not used [-Wunused-label] BUILDSTDERR: 5364 | _c7tE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5364 | _c7tE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7tx’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5399:1: error: BUILDSTDERR: warning: label ‘_c7tx’ defined but not used [-Wunused-label] BUILDSTDERR: 5399 | _c7tx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5399 | _c7tx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7tP’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5435:1: error: BUILDSTDERR: warning: label ‘_c7tP’ defined but not used [-Wunused-label] BUILDSTDERR: 5435 | _c7tP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5435 | _c7tP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7tK’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5450:1: error: BUILDSTDERR: warning: label ‘_c7tK’ defined but not used [-Wunused-label] BUILDSTDERR: 5450 | _c7tK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5450 | _c7tK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMask_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5479:1: error: BUILDSTDERR: warning: label ‘_c7tS’ defined but not used [-Wunused-label] BUILDSTDERR: 5479 | _c7tS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5479 | _c7tS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74b_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5543:1: error: BUILDSTDERR: warning: label ‘_c7uT’ defined but not used [-Wunused-label] BUILDSTDERR: 5543 | _c7uT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5543 | _c7uT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7uN’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5576:1: error: BUILDSTDERR: warning: label ‘_c7uN’ defined but not used [-Wunused-label] BUILDSTDERR: 5576 | _c7uN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5576 | _c7uN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7uZ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5606:1: error: BUILDSTDERR: warning: label ‘_c7uZ’ defined but not used [-Wunused-label] BUILDSTDERR: 5606 | _c7uZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5606 | _c7uZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74c_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5632:1: error: BUILDSTDERR: warning: label ‘_c7v2’ defined but not used [-Wunused-label] BUILDSTDERR: 5632 | _c7v2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5632 | _c7v2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_uninterruptibleMaskzu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5689:1: error: BUILDSTDERR: warning: label ‘_c7v7’ defined but not used [-Wunused-label] BUILDSTDERR: 5689 | _c7v7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5689 | _c7v7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_getMaskingState_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5741:1: error: BUILDSTDERR: warning: label ‘_c7vn’ defined but not used [-Wunused-label] BUILDSTDERR: 5741 | _c7vn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5741 | _c7vn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_allowInterrupt_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5786:1: error: BUILDSTDERR: warning: label ‘_c7vx’ defined but not used [-Wunused-label] BUILDSTDERR: 5786 | _c7vx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5786 | _c7vx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74j_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5827:1: error: BUILDSTDERR: warning: label ‘_c7vN’ defined but not used [-Wunused-label] BUILDSTDERR: 5827 | _c7vN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5827 | _c7vN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74k_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5859:1: error: BUILDSTDERR: warning: label ‘_c7vX’ defined but not used [-Wunused-label] BUILDSTDERR: 5859 | _c7vX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5859 | _c7vX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74s_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5894:1: error: BUILDSTDERR: warning: label ‘_c7wv’ defined but not used [-Wunused-label] BUILDSTDERR: 5894 | _c7wv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5894 | _c7wv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74t_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5938:1: error: BUILDSTDERR: warning: label ‘_c7wy’ defined but not used [-Wunused-label] BUILDSTDERR: 5938 | _c7wy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5938 | _c7wy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74u_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:5999:1: error: BUILDSTDERR: warning: label ‘_c7wD’ defined but not used [-Wunused-label] BUILDSTDERR: 5999 | _c7wD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 5999 | _c7wD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74o_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6048:1: error: BUILDSTDERR: warning: label ‘_c7x4’ defined but not used [-Wunused-label] BUILDSTDERR: 6048 | _c7x4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6048 | _c7x4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74p_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6092:1: error: BUILDSTDERR: warning: label ‘_c7x7’ defined but not used [-Wunused-label] BUILDSTDERR: 6092 | _c7x7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6092 | _c7x7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74q_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6153:1: error: BUILDSTDERR: warning: label ‘_c7xc’ defined but not used [-Wunused-label] BUILDSTDERR: 6153 | _c7xc: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6153 | _c7xc: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74m_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6201:1: error: BUILDSTDERR: warning: label ‘_c7xo’ defined but not used [-Wunused-label] BUILDSTDERR: 6201 | _c7xo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6201 | _c7xo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74v_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6246:1: error: BUILDSTDERR: warning: label ‘_c7xr’ defined but not used [-Wunused-label] BUILDSTDERR: 6246 | _c7xr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6246 | _c7xr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracket_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6326:1: error: BUILDSTDERR: warning: label ‘_c7xw’ defined but not used [-Wunused-label] BUILDSTDERR: 6326 | _c7xw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6326 | _c7xw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74C_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6387:1: error: BUILDSTDERR: warning: label ‘_c7yh’ defined but not used [-Wunused-label] BUILDSTDERR: 6387 | _c7yh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6387 | _c7yh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74H_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6422:1: error: BUILDSTDERR: warning: label ‘_c7ys’ defined but not used [-Wunused-label] BUILDSTDERR: 6422 | _c7ys: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6422 | _c7ys: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74F_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6450:1: error: BUILDSTDERR: warning: label ‘_c7yD’ defined but not used [-Wunused-label] BUILDSTDERR: 6450 | _c7yD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6450 | _c7yD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74I_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6486:1: error: BUILDSTDERR: warning: label ‘_c7yJ’ defined but not used [-Wunused-label] BUILDSTDERR: 6486 | _c7yJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6486 | _c7yJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7yH’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6548:1: error: BUILDSTDERR: warning: label ‘_c7yH’ defined but not used [-Wunused-label] BUILDSTDERR: 6548 | _c7yH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6548 | _c7yH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketzu_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6578:1: error: BUILDSTDERR: warning: label ‘_c7yP’ defined but not used [-Wunused-label] BUILDSTDERR: 6578 | _c7yP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6578 | _c7yP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74N_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6628:1: error: BUILDSTDERR: warning: label ‘_c7zf’ defined but not used [-Wunused-label] BUILDSTDERR: 6628 | _c7zf: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6628 | _c7zf: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74O_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6660:1: error: BUILDSTDERR: warning: label ‘_c7zp’ defined but not used [-Wunused-label] BUILDSTDERR: 6660 | _c7zp: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6660 | _c7zp: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74W_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6695:1: error: BUILDSTDERR: warning: label ‘_c7zX’ defined but not used [-Wunused-label] BUILDSTDERR: 6695 | _c7zX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6695 | _c7zX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74X_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6739:1: error: BUILDSTDERR: warning: label ‘_c7A0’ defined but not used [-Wunused-label] BUILDSTDERR: 6739 | _c7A0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6739 | _c7A0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74Y_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6800:1: error: BUILDSTDERR: warning: label ‘_c7A5’ defined but not used [-Wunused-label] BUILDSTDERR: 6800 | _c7A5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6800 | _c7A5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74S_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6849:1: error: BUILDSTDERR: warning: label ‘_c7Aw’ defined but not used [-Wunused-label] BUILDSTDERR: 6849 | _c7Aw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6849 | _c7Aw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74T_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6893:1: error: BUILDSTDERR: warning: label ‘_c7Az’ defined but not used [-Wunused-label] BUILDSTDERR: 6893 | _c7Az: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6893 | _c7Az: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74U_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:6954:1: error: BUILDSTDERR: warning: label ‘_c7AE’ defined but not used [-Wunused-label] BUILDSTDERR: 6954 | _c7AE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 6954 | _c7AE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74Q_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7002:1: error: BUILDSTDERR: warning: label ‘_c7AQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7002 | _c7AQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7002 | _c7AQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s74Z_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7047:1: error: BUILDSTDERR: warning: label ‘_c7AT’ defined but not used [-Wunused-label] BUILDSTDERR: 7047 | _c7AT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7047 | _c7AT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_bracketOnError_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7127:1: error: BUILDSTDERR: warning: label ‘_c7AY’ defined but not used [-Wunused-label] BUILDSTDERR: 7127 | _c7AY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7127 | _c7AY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s755_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7188:1: error: BUILDSTDERR: warning: label ‘_c7BJ’ defined but not used [-Wunused-label] BUILDSTDERR: 7188 | _c7BJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7188 | _c7BJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s754_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7223:1: error: BUILDSTDERR: warning: label ‘_c7BT’ defined but not used [-Wunused-label] BUILDSTDERR: 7223 | _c7BT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7223 | _c7BT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s756_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7264:1: error: BUILDSTDERR: warning: label ‘_c7BW’ defined but not used [-Wunused-label] BUILDSTDERR: 7264 | _c7BW: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7264 | _c7BW: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_finally_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7327:1: error: BUILDSTDERR: warning: label ‘_c7C1’ defined but not used [-Wunused-label] BUILDSTDERR: 7327 | _c7C1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7327 | _c7C1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s75i_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7375:1: error: BUILDSTDERR: warning: label ‘_c7CC’ defined but not used [-Wunused-label] BUILDSTDERR: 7375 | _c7CC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7375 | _c7CC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘_c7CA’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7406:1: error: BUILDSTDERR: warning: label ‘_c7CA’ defined but not used [-Wunused-label] BUILDSTDERR: 7406 | _c7CA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7406 | _c7CA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s75c_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7426:1: error: BUILDSTDERR: warning: label ‘_c7CN’ defined but not used [-Wunused-label] BUILDSTDERR: 7426 | _c7CN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7426 | _c7CN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘s75j_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7463:1: error: BUILDSTDERR: warning: label ‘_c7CQ’ defined but not used [-Wunused-label] BUILDSTDERR: 7463 | _c7CQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7463 | _c7CQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_onException_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7520:1: error: BUILDSTDERR: warning: label ‘_c7CV’ defined but not used [-Wunused-label] BUILDSTDERR: 7520 | _c7CV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7520 | _c7CV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7729:1: error: BUILDSTDERR: warning: label ‘_c7Dd’ defined but not used [-Wunused-label] BUILDSTDERR: 7729 | _c7Dd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7729 | _c7Dd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziExceptionziLifted_Handler_con_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_64.hc:7763:1: error: BUILDSTDERR: warning: label ‘_c7Dn’ defined but not used [-Wunused-label] BUILDSTDERR: 7763 | _c7Dn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 7763 | _c7Dn: BUILDSTDERR: | ^ [6 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_myThreadId_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:248:1: error: BUILDSTDERR: warning: label ‘_c9q6’ defined but not used [-Wunused-label] BUILDSTDERR: 248 | _c9q6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 248 | _c9q6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_fork_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:293:1: error: BUILDSTDERR: warning: label ‘_c9qg’ defined but not used [-Wunused-label] BUILDSTDERR: 293 | _c9qg: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 293 | _c9qg: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9ni_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:332:1: error: BUILDSTDERR: warning: label ‘_c9qx’ defined but not used [-Wunused-label] BUILDSTDERR: 332 | _c9qx: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 332 | _c9qx: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nj_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:364:1: error: BUILDSTDERR: warning: label ‘_c9qH’ defined but not used [-Wunused-label] BUILDSTDERR: 364 | _c9qH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 364 | _c9qH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nm_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:398:1: error: BUILDSTDERR: warning: label ‘_c9re’ defined but not used [-Wunused-label] BUILDSTDERR: 398 | _c9re: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 398 | _c9re: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nn_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:439:1: error: BUILDSTDERR: warning: label ‘_c9rh’ defined but not used [-Wunused-label] BUILDSTDERR: 439 | _c9rh: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 439 | _c9rh: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9no_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:498:1: error: BUILDSTDERR: warning: label ‘_c9rm’ defined but not used [-Wunused-label] BUILDSTDERR: 498 | _c9rm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 498 | _c9rm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9np_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:568:1: error: BUILDSTDERR: warning: label ‘_c9rv’ defined but not used [-Wunused-label] BUILDSTDERR: 568 | _c9rv: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 568 | _c9rv: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9rt’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:627:1: error: BUILDSTDERR: warning: label ‘_c9rt’ defined but not used [-Wunused-label] BUILDSTDERR: 627 | _c9rt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 627 | _c9rt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkFinally_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:656:1: error: BUILDSTDERR: warning: label ‘_c9rB’ defined but not used [-Wunused-label] BUILDSTDERR: 656 | _c9rB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 656 | _c9rB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nx_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:718:1: error: BUILDSTDERR: warning: label ‘_c9sy’ defined but not used [-Wunused-label] BUILDSTDERR: 718 | _c9sy: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 718 | _c9sy: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9sw’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:750:1: error: BUILDSTDERR: warning: label ‘_c9sw’ defined but not used [-Wunused-label] BUILDSTDERR: 750 | _c9sw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 750 | _c9sw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9ny_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:776:1: error: BUILDSTDERR: warning: label ‘_c9sC’ defined but not used [-Wunused-label] BUILDSTDERR: 776 | _c9sC: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 776 | _c9sC: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nz_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:831:1: error: BUILDSTDERR: warning: label ‘_c9sH’ defined but not used [-Wunused-label] BUILDSTDERR: 831 | _c9sH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 831 | _c9sH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9ns_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:886:1: error: BUILDSTDERR: warning: label ‘_c9sM’ defined but not used [-Wunused-label] BUILDSTDERR: 886 | _c9sM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 886 | _c9sM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nH_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:939:1: error: BUILDSTDERR: warning: label ‘_c9tj’ defined but not used [-Wunused-label] BUILDSTDERR: 939 | _c9tj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 939 | _c9tj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9th’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:971:1: error: BUILDSTDERR: warning: label ‘_c9th’ defined but not used [-Wunused-label] BUILDSTDERR: 971 | _c9th: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 971 | _c9th: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nI_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:995:1: error: BUILDSTDERR: warning: label ‘_c9tn’ defined but not used [-Wunused-label] BUILDSTDERR: 995 | _c9tn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 995 | _c9tn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nN_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1048:1: error: BUILDSTDERR: warning: label ‘_c9tw’ defined but not used [-Wunused-label] BUILDSTDERR: 1048 | _c9tw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1048 | _c9tw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9tt’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1095:1: error: BUILDSTDERR: warning: label ‘_c9tt’ defined but not used [-Wunused-label] BUILDSTDERR: 1095 | _c9tt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1095 | _c9tt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1135:1: error: BUILDSTDERR: warning: label ‘_c9tE’ defined but not used [-Wunused-label] BUILDSTDERR: 1135 | _c9tE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1135 | _c9tE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nQ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1195:1: error: BUILDSTDERR: warning: label ‘_c9ul’ defined but not used [-Wunused-label] BUILDSTDERR: 1195 | _c9ul: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1195 | _c9ul: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nR_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1235:1: error: BUILDSTDERR: warning: label ‘_c9uo’ defined but not used [-Wunused-label] BUILDSTDERR: 1235 | _c9uo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1235 | _c9uo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_killThread_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1294:1: error: BUILDSTDERR: warning: label ‘_c9ut’ defined but not used [-Wunused-label] BUILDSTDERR: 1294 | _c9ut: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1294 | _c9ut: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nU_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1338:1: error: BUILDSTDERR: warning: label ‘_c9v0’ defined but not used [-Wunused-label] BUILDSTDERR: 1338 | _c9v0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1338 | _c9v0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nV_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1378:1: error: BUILDSTDERR: warning: label ‘_c9v3’ defined but not used [-Wunused-label] BUILDSTDERR: 1378 | _c9v3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1378 | _c9v3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOn_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1434:1: error: BUILDSTDERR: warning: label ‘_c9v8’ defined but not used [-Wunused-label] BUILDSTDERR: 1434 | _c9v8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1434 | _c9v8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9o4_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1479:1: error: BUILDSTDERR: warning: label ‘_c9vX’ defined but not used [-Wunused-label] BUILDSTDERR: 1479 | _c9vX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1479 | _c9vX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9vV’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1511:1: error: BUILDSTDERR: warning: label ‘_c9vV’ defined but not used [-Wunused-label] BUILDSTDERR: 1511 | _c9vV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1511 | _c9vV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9o5_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1537:1: error: BUILDSTDERR: warning: label ‘_c9w1’ defined but not used [-Wunused-label] BUILDSTDERR: 1537 | _c9w1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1537 | _c9w1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9o6_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1592:1: error: BUILDSTDERR: warning: label ‘_c9w6’ defined but not used [-Wunused-label] BUILDSTDERR: 1592 | _c9w6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1592 | _c9w6: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9nZ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1647:1: error: BUILDSTDERR: warning: label ‘_c9wb’ defined but not used [-Wunused-label] BUILDSTDERR: 1647 | _c9wb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1647 | _c9wb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9og_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1700:1: error: BUILDSTDERR: warning: label ‘_c9wO’ defined but not used [-Wunused-label] BUILDSTDERR: 1700 | _c9wO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1700 | _c9wO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9wM’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1732:1: error: BUILDSTDERR: warning: label ‘_c9wM’ defined but not used [-Wunused-label] BUILDSTDERR: 1732 | _c9wM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1732 | _c9wM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oh_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1756:1: error: BUILDSTDERR: warning: label ‘_c9wS’ defined but not used [-Wunused-label] BUILDSTDERR: 1756 | _c9wS: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1756 | _c9wS: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9om_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1807:1: error: BUILDSTDERR: warning: label ‘_c9wX’ defined but not used [-Wunused-label] BUILDSTDERR: 1807 | _c9wX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1807 | _c9wX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9wq’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1849:1: error: BUILDSTDERR: warning: label ‘_c9wq’ defined but not used [-Wunused-label] BUILDSTDERR: 1849 | _c9wq: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1849 | _c9wq: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘_c9wZ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1887:1: error: BUILDSTDERR: warning: label ‘_c9wZ’ defined but not used [-Wunused-label] BUILDSTDERR: 1887 | _c9wZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1887 | _c9wZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOnWithUnmask_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1928:1: error: BUILDSTDERR: warning: label ‘_c9xb’ defined but not used [-Wunused-label] BUILDSTDERR: 1928 | _c9xb: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1928 | _c9xb: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_getNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:1994:1: error: BUILDSTDERR: warning: label ‘_c9xB’ defined but not used [-Wunused-label] BUILDSTDERR: 1994 | _c9xB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1994 | _c9xB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oq_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2035:1: error: BUILDSTDERR: warning: label ‘_c9y2’ defined but not used [-Wunused-label] BUILDSTDERR: 2035 | _c9y2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2035 | _c9y2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9or_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2075:1: error: BUILDSTDERR: warning: label ‘_c9y5’ defined but not used [-Wunused-label] BUILDSTDERR: 2075 | _c9y5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2075 | _c9y5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_setNumCapabilities_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2134:1: error: BUILDSTDERR: warning: label ‘_c9ya’ defined but not used [-Wunused-label] BUILDSTDERR: 2134 | _c9ya: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2134 | _c9ya: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9ou_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2178:1: error: BUILDSTDERR: warning: label ‘_c9yH’ defined but not used [-Wunused-label] BUILDSTDERR: 2178 | _c9yH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2178 | _c9yH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9ov_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2217:1: error: BUILDSTDERR: warning: label ‘_c9yK’ defined but not used [-Wunused-label] BUILDSTDERR: 2217 | _c9yK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2217 | _c9yK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadCapability_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2275:1: error: BUILDSTDERR: warning: label ‘_c9yP’ defined but not used [-Wunused-label] BUILDSTDERR: 2275 | _c9yP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2275 | _c9yP: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_yield_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2322:1: error: BUILDSTDERR: warning: label ‘_c9z5’ defined but not used [-Wunused-label] BUILDSTDERR: 2322 | _c9z5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2322 | _c9z5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oz_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2363:1: error: BUILDSTDERR: warning: label ‘_c9zw’ defined but not used [-Wunused-label] BUILDSTDERR: 2363 | _c9zw: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2363 | _c9zw: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oA_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2403:1: error: BUILDSTDERR: warning: label ‘_c9zz’ defined but not used [-Wunused-label] BUILDSTDERR: 2403 | _c9zz: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2403 | _c9zz: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadDelay_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2462:1: error: BUILDSTDERR: warning: label ‘_c9zE’ defined but not used [-Wunused-label] BUILDSTDERR: 2462 | _c9zE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2462 | _c9zE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oD_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2506:1: error: BUILDSTDERR: warning: label ‘_c9Ab’ defined but not used [-Wunused-label] BUILDSTDERR: 2506 | _c9Ab: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2506 | _c9Ab: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oE_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2546:1: error: BUILDSTDERR: warning: label ‘_c9Ae’ defined but not used [-Wunused-label] BUILDSTDERR: 2546 | _c9Ae: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2546 | _c9Ae: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitRead_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2605:1: error: BUILDSTDERR: warning: label ‘_c9Aj’ defined but not used [-Wunused-label] BUILDSTDERR: 2605 | _c9Aj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2605 | _c9Aj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oH_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2649:1: error: BUILDSTDERR: warning: label ‘_c9AQ’ defined but not used [-Wunused-label] BUILDSTDERR: 2649 | _c9AQ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2649 | _c9AQ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oI_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2689:1: error: BUILDSTDERR: warning: label ‘_c9AT’ defined but not used [-Wunused-label] BUILDSTDERR: 2689 | _c9AT: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2689 | _c9AT: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_threadWaitWrite_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2748:1: error: BUILDSTDERR: warning: label ‘_c9AY’ defined but not used [-Wunused-label] BUILDSTDERR: 2748 | _c9AY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2748 | _c9AY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_forkOS_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2796:1: error: BUILDSTDERR: warning: label ‘_c9Be’ defined but not used [-Wunused-label] BUILDSTDERR: 2796 | _c9Be: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2796 | _c9Be: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_isCurrentThreadBound_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2839:1: error: BUILDSTDERR: warning: label ‘_c9Bo’ defined but not used [-Wunused-label] BUILDSTDERR: 2839 | _c9Bo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2839 | _c9Bo: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oP_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2879:1: error: BUILDSTDERR: warning: label ‘_c9BX’ defined but not used [-Wunused-label] BUILDSTDERR: 2879 | _c9BX: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2879 | _c9BX: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oQ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2918:1: error: BUILDSTDERR: warning: label ‘_c9C0’ defined but not used [-Wunused-label] BUILDSTDERR: 2918 | _c9C0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2918 | _c9C0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oR_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:2967:1: error: BUILDSTDERR: warning: label ‘_c9C5’ defined but not used [-Wunused-label] BUILDSTDERR: 2967 | _c9C5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 2967 | _c9C5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInBoundThread_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3025:1: error: BUILDSTDERR: warning: label ‘_c9Ca’ defined but not used [-Wunused-label] BUILDSTDERR: 3025 | _c9Ca: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3025 | _c9Ca: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oW_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3073:1: error: BUILDSTDERR: warning: label ‘_c9CR’ defined but not used [-Wunused-label] BUILDSTDERR: 3073 | _c9CR: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3073 | _c9CR: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oX_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3112:1: error: BUILDSTDERR: warning: label ‘_c9CU’ defined but not used [-Wunused-label] BUILDSTDERR: 3112 | _c9CU: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3112 | _c9CU: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9oY_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3161:1: error: BUILDSTDERR: warning: label ‘_c9CZ’ defined but not used [-Wunused-label] BUILDSTDERR: 3161 | _c9CZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3161 | _c9CZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_runInUnboundThread_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3219:1: error: BUILDSTDERR: warning: label ‘_c9D4’ defined but not used [-Wunused-label] BUILDSTDERR: 3219 | _c9D4: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3219 | _c9D4: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9p1_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3268:1: error: BUILDSTDERR: warning: label ‘_c9DD’ defined but not used [-Wunused-label] BUILDSTDERR: 3268 | _c9DD: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3268 | _c9DD: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘s9p2_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3307:1: error: BUILDSTDERR: warning: label ‘_c9DG’ defined but not used [-Wunused-label] BUILDSTDERR: 3307 | _c9DG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3307 | _c9DG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ControlziConcurrentziLifted_mkWeakThreadId_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_75.hc:3365:1: error: BUILDSTDERR: warning: label ‘_c9DL’ defined but not used [-Wunused-label] BUILDSTDERR: 3365 | _c9DL: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 3365 | _c9DL: BUILDSTDERR: | ^ [7 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rc_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:134:1: error: BUILDSTDERR: warning: label ‘_c9SG’ defined but not used [-Wunused-label] BUILDSTDERR: 134 | _c9SG: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 134 | _c9SG: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rd_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:173:1: error: BUILDSTDERR: warning: label ‘_c9SJ’ defined but not used [-Wunused-label] BUILDSTDERR: 173 | _c9SJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 173 | _c9SJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_newIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:231:1: error: BUILDSTDERR: warning: label ‘_c9SO’ defined but not used [-Wunused-label] BUILDSTDERR: 231 | _c9SO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 231 | _c9SO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rg_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:274:1: error: BUILDSTDERR: warning: label ‘_c9Tl’ defined but not used [-Wunused-label] BUILDSTDERR: 274 | _c9Tl: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 274 | _c9Tl: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rh_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:313:1: error: BUILDSTDERR: warning: label ‘_c9To’ defined but not used [-Wunused-label] BUILDSTDERR: 313 | _c9To: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 313 | _c9To: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_readIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:371:1: error: BUILDSTDERR: warning: label ‘_c9Tt’ defined but not used [-Wunused-label] BUILDSTDERR: 371 | _c9Tt: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 371 | _c9Tt: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rl_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:414:1: error: BUILDSTDERR: warning: label ‘_c9U0’ defined but not used [-Wunused-label] BUILDSTDERR: 414 | _c9U0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 414 | _c9U0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rm_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:455:1: error: BUILDSTDERR: warning: label ‘_c9U3’ defined but not used [-Wunused-label] BUILDSTDERR: 455 | _c9U3: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 455 | _c9U3: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_writeIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:516:1: error: BUILDSTDERR: warning: label ‘_c9U8’ defined but not used [-Wunused-label] BUILDSTDERR: 516 | _c9U8: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 516 | _c9U8: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rq_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:561:1: error: BUILDSTDERR: warning: label ‘_c9UF’ defined but not used [-Wunused-label] BUILDSTDERR: 561 | _c9UF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 561 | _c9UF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rr_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:602:1: error: BUILDSTDERR: warning: label ‘_c9UI’ defined but not used [-Wunused-label] BUILDSTDERR: 602 | _c9UI: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 602 | _c9UI: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:663:1: error: BUILDSTDERR: warning: label ‘_c9UN’ defined but not used [-Wunused-label] BUILDSTDERR: 663 | _c9UN: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 663 | _c9UN: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rv_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:708:1: error: BUILDSTDERR: warning: label ‘_c9Vk’ defined but not used [-Wunused-label] BUILDSTDERR: 708 | _c9Vk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 708 | _c9Vk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9Rw_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:749:1: error: BUILDSTDERR: warning: label ‘_c9Vn’ defined but not used [-Wunused-label] BUILDSTDERR: 749 | _c9Vn: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 749 | _c9Vn: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:810:1: error: BUILDSTDERR: warning: label ‘_c9Vs’ defined but not used [-Wunused-label] BUILDSTDERR: 810 | _c9Vs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 810 | _c9Vs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RA_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:855:1: error: BUILDSTDERR: warning: label ‘_c9VZ’ defined but not used [-Wunused-label] BUILDSTDERR: 855 | _c9VZ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 855 | _c9VZ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RB_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:896:1: error: BUILDSTDERR: warning: label ‘_c9W2’ defined but not used [-Wunused-label] BUILDSTDERR: 896 | _c9W2: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 896 | _c9W2: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_modifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:957:1: error: BUILDSTDERR: warning: label ‘_c9W7’ defined but not used [-Wunused-label] BUILDSTDERR: 957 | _c9W7: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 957 | _c9W7: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RF_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1002:1: error: BUILDSTDERR: warning: label ‘_c9WE’ defined but not used [-Wunused-label] BUILDSTDERR: 1002 | _c9WE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1002 | _c9WE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RG_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1043:1: error: BUILDSTDERR: warning: label ‘_c9WH’ defined but not used [-Wunused-label] BUILDSTDERR: 1043 | _c9WH: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1043 | _c9WH: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicModifyIORefzq_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1104:1: error: BUILDSTDERR: warning: label ‘_c9WM’ defined but not used [-Wunused-label] BUILDSTDERR: 1104 | _c9WM: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1104 | _c9WM: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RK_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1149:1: error: BUILDSTDERR: warning: label ‘_c9Xj’ defined but not used [-Wunused-label] BUILDSTDERR: 1149 | _c9Xj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1149 | _c9Xj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RL_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1190:1: error: BUILDSTDERR: warning: label ‘_c9Xm’ defined but not used [-Wunused-label] BUILDSTDERR: 1190 | _c9Xm: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1190 | _c9Xm: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_atomicWriteIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1251:1: error: BUILDSTDERR: warning: label ‘_c9Xr’ defined but not used [-Wunused-label] BUILDSTDERR: 1251 | _c9Xr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1251 | _c9Xr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RO_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1296:1: error: BUILDSTDERR: warning: label ‘_c9XY’ defined but not used [-Wunused-label] BUILDSTDERR: 1296 | _c9XY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1296 | _c9XY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘s9RP_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1335:1: error: BUILDSTDERR: warning: label ‘_c9Y1’ defined but not used [-Wunused-label] BUILDSTDERR: 1335 | _c9Y1: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1335 | _c9Y1: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_DataziIORefziLifted_mkWeakIORef_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1390:1: error: BUILDSTDERR: warning: label ‘_c9Y6’ defined but not used [-Wunused-label] BUILDSTDERR: 1390 | _c9Y6: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 1390 | _c9Y6: BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: /tmp/ghc10172_0/ghc_86.hc:1445:22: error: BUILDSTDERR: warning: ‘S9Yh_srt’ defined but not used [-Wunused-const-variable=] BUILDSTDERR: 1445 | static const StgWord S9Yh_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: | BUILDSTDERR: 1445 | static const StgWord S9Yh_srt[]__attribute__((aligned(8)))= { BUILDSTDERR: | ^ [8 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saBT_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:52:1: error: BUILDSTDERR: warning: label ‘_caCs’ defined but not used [-Wunused-label] BUILDSTDERR: 52 | _caCs: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 52 | _caCs: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saBU_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:107:1: error: BUILDSTDERR: warning: label ‘_caCE’ defined but not used [-Wunused-label] BUILDSTDERR: 107 | _caCE: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 107 | _caCE: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saC4_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:155:1: error: BUILDSTDERR: warning: label ‘_caDr’ defined but not used [-Wunused-label] BUILDSTDERR: 155 | _caDr: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 155 | _caDr: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saC5_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:193:1: error: BUILDSTDERR: warning: label ‘_caDu’ defined but not used [-Wunused-label] BUILDSTDERR: 193 | _caDu: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 193 | _caDu: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘_caDi’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:235:1: error: BUILDSTDERR: warning: label ‘_caDi’ defined but not used [-Wunused-label] BUILDSTDERR: 235 | _caDi: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 235 | _caDi: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saC6_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:280:1: error: BUILDSTDERR: warning: label ‘_caDA’ defined but not used [-Wunused-label] BUILDSTDERR: 280 | _caDA: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 280 | _caDA: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saC7_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:345:1: error: BUILDSTDERR: warning: label ‘_caDF’ defined but not used [-Wunused-label] BUILDSTDERR: 345 | _caDF: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 345 | _caDF: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘saC8_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:414:1: error: BUILDSTDERR: warning: label ‘_caDK’ defined but not used [-Wunused-label] BUILDSTDERR: 414 | _caDK: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 414 | _caDK: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_ForeignziMarshalziUtilsziLifted_with_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_97.hc:478:1: error: BUILDSTDERR: warning: label ‘_caDP’ defined but not used [-Wunused-label] BUILDSTDERR: 478 | _caDP: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 478 | _caDP: BUILDSTDERR: | ^ [9 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.p_o ) BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saIS_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:49:1: error: BUILDSTDERR: warning: label ‘_caJB’ defined but not used [-Wunused-label] BUILDSTDERR: 49 | _caJB: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 49 | _caJB: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saJ2_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:101:1: error: BUILDSTDERR: warning: label ‘_caJO’ defined but not used [-Wunused-label] BUILDSTDERR: 101 | _caJO: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 101 | _caJO: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saJ6_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:140:1: error: BUILDSTDERR: warning: label ‘_caKd’ defined but not used [-Wunused-label] BUILDSTDERR: 140 | _caKd: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 140 | _caKd: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saJ7_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:181:1: error: BUILDSTDERR: warning: label ‘_caKk’ defined but not used [-Wunused-label] BUILDSTDERR: 181 | _caKk: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 181 | _caKk: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘_caK0’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:227:1: error: BUILDSTDERR: warning: label ‘_caK0’ defined but not used [-Wunused-label] BUILDSTDERR: 227 | _caK0: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 227 | _caK0: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saIZ_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:278:1: error: BUILDSTDERR: warning: label ‘_caKV’ defined but not used [-Wunused-label] BUILDSTDERR: 278 | _caKV: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 278 | _caKV: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saJ0_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:312:1: error: BUILDSTDERR: warning: label ‘_caKY’ defined but not used [-Wunused-label] BUILDSTDERR: 312 | _caKY: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 312 | _caKY: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘_caKJ’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:354:1: error: BUILDSTDERR: warning: label ‘_caKJ’ defined but not used [-Wunused-label] BUILDSTDERR: 354 | _caKJ: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 354 | _caKJ: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘saJ1_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:398:1: error: BUILDSTDERR: warning: label ‘_caL5’ defined but not used [-Wunused-label] BUILDSTDERR: 398 | _caL5: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 398 | _caL5: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘liftedzmbasezm0zi2zi3zi12zm9JOVvPzzmFDX5zzwu0tZZavHH_SystemziTimeoutziLifted_timeout_entry’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:454:1: error: BUILDSTDERR: warning: label ‘_caLa’ defined but not used [-Wunused-label] BUILDSTDERR: 454 | _caLa: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 454 | _caLa: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘_caJj’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:478:1: error: BUILDSTDERR: warning: label ‘_caJj’ defined but not used [-Wunused-label] BUILDSTDERR: 478 | _caJj: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 478 | _caJj: BUILDSTDERR: | ^ BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc: In function ‘_caJo’: BUILDSTDERR: /tmp/ghc10172_0/ghc_108.hc:507:1: error: BUILDSTDERR: warning: label ‘_caJo’ defined but not used [-Wunused-label] BUILDSTDERR: 507 | _caJo: BUILDSTDERR: | ^~~~~ BUILDSTDERR: | BUILDSTDERR: 507 | _caJo: BUILDSTDERR: | ^ + '[' -n dist/build/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH-ghc8.4.4.so ']' + '[' -x Setup ']' + LANG=C.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Preprocessing library for lifted-base-0.2.3.12.. Running Haddock on library for lifted-base-0.2.3.12.. BUILDSTDERR: Warning: --source-* options are ignored when --hyperlinked-source is enabled. Haddock coverage: 100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted' 100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted' 100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted' 100% ( 64 / 64) in 'Control.Exception.Lifted' 100% ( 36 / 36) in 'Control.Concurrent.Lifted' 100% ( 11 / 11) in 'Data.IORef.Lifted' 100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted' 100% ( 2 / 2) in 'System.Timeout.Lifted' Warning: Control.Exception.Lifted: could not find link destinations for: Timeout Documentation created: dist/doc/html/lifted-base/index.html, dist/doc/html/lifted-base/lifted-base.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Gcbd5e + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 + cd lifted-base-0.2.3.12 + '[' -x Setup ']' + LANG=C.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 -v directory dist/doc/html/lifted-base does exist: True creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 copy directory 'dist/doc/html/lifted-base' to '/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12'. creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src Installing dist/doc/html/lifted-base/Control-Concurrent-Chan-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-Chan-Lifted.html Installing dist/doc/html/lifted-base/Foreign-Marshal-Utils-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Foreign-Marshal-Utils-Lifted.html Installing dist/doc/html/lifted-base/Control-Exception-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Exception-Lifted.html Installing dist/doc/html/lifted-base/Control-Concurrent-QSemN-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-QSemN-Lifted.html Installing dist/doc/html/lifted-base/haddock-bundle.min.js to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/haddock-bundle.min.js Installing dist/doc/html/lifted-base/synopsis.png to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/synopsis.png Installing dist/doc/html/lifted-base/lifted-base.txt to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/lifted-base.txt Installing dist/doc/html/lifted-base/hslogo-16.png to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/hslogo-16.png Installing dist/doc/html/lifted-base/Data-IORef-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Data-IORef-Lifted.html Installing dist/doc/html/lifted-base/lifted-base.haddock to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/lifted-base.haddock Installing dist/doc/html/lifted-base/index.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/index.html Installing dist/doc/html/lifted-base/Control-Concurrent-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-Lifted.html Installing dist/doc/html/lifted-base/plus.gif to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/plus.gif Installing dist/doc/html/lifted-base/meta.json to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/meta.json Installing dist/doc/html/lifted-base/quick-jump.css to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/quick-jump.css Installing dist/doc/html/lifted-base/System-Timeout-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/System-Timeout-Lifted.html Installing dist/doc/html/lifted-base/doc-index.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/doc-index.html Installing dist/doc/html/lifted-base/Control-Concurrent-MVar-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-MVar-Lifted.html Installing dist/doc/html/lifted-base/minus.gif to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/minus.gif Installing dist/doc/html/lifted-base/Control-Concurrent-QSem-Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/Control-Concurrent-QSem-Lifted.html Installing dist/doc/html/lifted-base/ocean.css to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/ocean.css Installing dist/doc/html/lifted-base/src/Control.Concurrent.QSem.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.QSem.Lifted.html Installing dist/doc/html/lifted-base/src/style.css to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/style.css Installing dist/doc/html/lifted-base/src/Data.IORef.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Data.IORef.Lifted.html Installing dist/doc/html/lifted-base/src/Control.Concurrent.MVar.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.MVar.Lifted.html Installing dist/doc/html/lifted-base/src/Control.Concurrent.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.Lifted.html Installing dist/doc/html/lifted-base/src/highlight.js to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/highlight.js Installing dist/doc/html/lifted-base/src/Control.Concurrent.Chan.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.Chan.Lifted.html Installing dist/doc/html/lifted-base/src/Control.Concurrent.QSemN.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Concurrent.QSemN.Lifted.html Installing dist/doc/html/lifted-base/src/Control.Exception.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Control.Exception.Lifted.html Installing dist/doc/html/lifted-base/src/Foreign.Marshal.Utils.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/Foreign.Marshal.Utils.Lifted.html Installing dist/doc/html/lifted-base/src/System.Timeout.Lifted.html to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/src/System.Timeout.Lifted.html creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 Installing dist/doc/html/lifted-base/lifted-base.haddock to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12/lifted-base.haddock creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base Installing LICENSE to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout Installing dist/build/Control/Exception/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception/Lifted.hi Installing dist/build/Control/Concurrent/MVar/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar/Lifted.hi Installing dist/build/Control/Concurrent/Chan/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan/Lifted.hi Installing dist/build/Control/Concurrent/QSem/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem/Lifted.hi Installing dist/build/Control/Concurrent/QSemN/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN/Lifted.hi Installing dist/build/Control/Concurrent/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Lifted.hi Installing dist/build/Data/IORef/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef/Lifted.hi Installing dist/build/Foreign/Marshal/Utils/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils/Lifted.hi Installing dist/build/System/Timeout/Lifted.hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout/Lifted.hi creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout Installing dist/build/Control/Exception/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception/Lifted.p_hi Installing dist/build/Control/Concurrent/MVar/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar/Lifted.p_hi Installing dist/build/Control/Concurrent/Chan/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan/Lifted.p_hi Installing dist/build/Control/Concurrent/QSem/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem/Lifted.p_hi Installing dist/build/Control/Concurrent/QSemN/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN/Lifted.p_hi Installing dist/build/Control/Concurrent/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Lifted.p_hi Installing dist/build/Data/IORef/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef/Lifted.p_hi Installing dist/build/Foreign/Marshal/Utils/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils/Lifted.p_hi Installing dist/build/System/Timeout/Lifted.p_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout/Lifted.p_hi creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout Installing dist/build/Control/Exception/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Exception/Lifted.dyn_hi Installing dist/build/Control/Concurrent/MVar/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/MVar/Lifted.dyn_hi Installing dist/build/Control/Concurrent/Chan/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Chan/Lifted.dyn_hi Installing dist/build/Control/Concurrent/QSem/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSem/Lifted.dyn_hi Installing dist/build/Control/Concurrent/QSemN/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/QSemN/Lifted.dyn_hi Installing dist/build/Control/Concurrent/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Control/Concurrent/Lifted.dyn_hi Installing dist/build/Data/IORef/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Data/IORef/Lifted.dyn_hi Installing dist/build/Foreign/Marshal/Utils/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/Foreign/Marshal/Utils/Lifted.dyn_hi Installing dist/build/System/Timeout/Lifted.dyn_hi to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/System/Timeout/Lifted.dyn_hi creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 Installing dist/build/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH.a to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH.a creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 Installing dist/build/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH_p.a to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH_p.a creating /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64 Installing executable dist/build/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH-ghc8.4.4.so to /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH-ghc8.4.4.so + '[' -x Setup ']' + LANG=C.utf8 + ./Setup register --gen-pkg-config + '[' -d lifted-base-0.2.3.12.conf ']' + install -D --mode=0644 lifted-base-0.2.3.12.conf /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/lifted-base-0.2.3.12.conf BUILDSTDERR: ++ ls /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/ + '[' -z lifted-base-0.2.3.12.conf ']' + rm -f ghc-lifted-base.files ghc-lifted-base-devel.files + touch ghc-lifted-base.files ghc-lifted-base-devel.files + ls /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/package.conf.d/lifted-base-0.2.3.12.conf + pkgdir=/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 + '[' -d /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 ']' + echo /usr/lib64/ghc-8.4.4/lifted-base-0.2.3.12 + echo '%attr(755,root,root) /usr/lib64/libHSlifted-base-0.2.3.12-*ghc8.4.4.so' + '[' -d /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 ']' + echo /usr/share/doc/ghc/html/libraries/lifted-base-0.2.3.12 + for i in ghc-lifted-base.files ghc-lifted-base-devel.files + '[' -f ghc-lifted-base.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64!!g' ghc-lifted-base.files + for i in ghc-lifted-base.files ghc-lifted-base-devel.files + '[' -f ghc-lifted-base-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64!!g' ghc-lifted-base-devel.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/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N6q1YK Processing files: ghc-lifted-base-0.2.3.12-2.fc30.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kwAl3x + umask 022 + cd /builddir/build/BUILD + cd lifted-base-0.2.3.12 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/licenses/ghc-lifted-base + exit 0 Provides: ghc-lifted-base = 0.2.3.12-2.fc30 ghc-lifted-base(riscv-64) = 0.2.3.12-2.fc30 libHSlifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH-ghc8.4.4.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSbase-4.11.1.0-ghc8.4.4.so()(64bit) libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit) libHSmonad-control-1.0.2.3-1PdXMMMFR1ECabotEQqTAF-ghc8.4.4.so()(64bit) libHStransformers-base-0.4.4-Dul4EZd4HvHBlxP4KSmS37-ghc8.4.4.so()(64bit) rtld(GNU_HASH) Processing files: ghc-lifted-base-devel-0.2.3.12-2.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hWDq3u + umask 022 + cd /builddir/build/BUILD + cd lifted-base-0.2.3.12 + DOCDIR=/builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc-lifted-base-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc-lifted-base-devel + cp -pr NEWS /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc-lifted-base-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64/usr/share/doc/ghc-lifted-base-devel + exit 0 Provides: ghc-devel(lifted-base-0.2.3.12-9JOVvPzmFDX5zwu0tZavHH) ghc-lifted-base-devel = 0.2.3.12-2.fc30 ghc-lifted-base-devel(riscv-64) = 0.2.3.12-2.fc30 ghc-lifted-base-doc = 0.2.3.12-2.fc30 ghc-lifted-base-static = 0.2.3.12-2.fc30 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh ghc-compiler = 8.4.4 Requires(postun): /bin/sh ghc-compiler = 8.4.4 Requires: ghc-devel(base-4.11.1.0) ghc-devel(monad-control-1.0.2.3-1PdXMMMFR1ECabotEQqTAF) ghc-devel(transformers-base-0.4.4-Dul4EZd4HvHBlxP4KSmS37) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 Wrote: /builddir/build/RPMS/ghc-lifted-base-0.2.3.12-2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ghc-lifted-base-devel-0.2.3.12-2.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fufm4N + umask 022 + cd /builddir/build/BUILD + cd lifted-base-0.2.3.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-lifted-base-0.2.3.12-2.fc30.riscv64 + exit 0 Child return code was: 0