Skip to content

Instantly share code, notes, and snippets.

@TerrorJack
Created November 21, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TerrorJack/4e770a1f56329808907077f962e5143a to your computer and use it in GitHub Desktop.
Save TerrorJack/4e770a1f56329808907077f962e5143a to your computer and use it in GitHub Desktop.
Glasgow Haskell Compiler, Version 8.3.20171108, stage 2 booted by GHC version 8.0.2
Using binary package database: /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d/package.cache
Using binary package database: /tmp/asterius/.stack-work/install/x86_64-linux/ghc-8.3/8.3.20171108/pkgdb/package.cache
package flags []
loading package database /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d
loading package database /tmp/asterius/.stack-work/install/x86_64-linux/ghc-8.3/8.3.20171108/pkgdb
wired-in package ghc-prim mapped to ghc-prim-0.5.2.0
wired-in package integer-gmp mapped to integer-gmp-1.0.1.0
wired-in package base mapped to base-4.11.0.0
wired-in package rts mapped to rts
wired-in package template-haskell mapped to template-haskell-2.13.0.0
wired-in package ghc mapped to ghc-8.3
wired-in package dph-seq not found.
wired-in package dph-par not found.
Loading package ghc-prim-0.5.2.0 ... linking ... done.
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/integer-gmp-1.0.1.0 --print-file-name libgmp.so
Loading package integer-gmp-1.0.1.0 ... linking ... done.
Loading package base-4.11.0.0 ... linking ... done.
Loading package array-0.5.2.0 ... linking ... done.
Loading package deepseq-1.4.3.0 ... linking ... done.
Loading package bytestring-0.10.8.2 ... linking ... done.
Loading package containers-0.5.10.2 ... linking ... done.
Loading package binary-0.8.5.1 ... linking ... done.
Loading package time-1.8.0.2 ... linking ... done.
Loading package filepath-1.4.1.2 ... linking ... done.
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/unix-2.7.2.2 --print-file-name librt.so
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/unix-2.7.2.2 --print-file-name libutil.so
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/unix-2.7.2.2 --print-file-name libdl.so
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/unix-2.7.2.2 --print-file-name libpthread.so
Loading package unix-2.7.2.2 ... linking ... done.
Loading package directory-1.3.1.2 ... linking ... done.
Loading package process-1.6.1.0 ... linking ... done.
Loading package ghc-boot-th-8.3 ... linking ... done.
Loading package pretty-1.1.3.5 ... linking ... done.
Loading package template-haskell-2.13.0.0 ... linking ... done.
Loading package hpc-0.6.0.3 ... linking ... done.
Loading package transformers-0.5.4.0 ... linking ... done.
Loading package ghc-boot-8.3 ... linking ... done.
Loading package ghci-8.3 ... linking ... done.
*** gcc:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -B/opt/ghc/head/lib/ghc-8.3.20171108/terminfo-0.4.1.0 --print-file-name libtinfo.so
Loading package terminfo-0.4.1.0 ... linking ... done.
Loading package ghc-8.3 ... linking ... done.
Loading package mtl-2.2.2 ... linking ... done.
Loading package text-1.2.3.0 ... linking ... done.
Loading package parsec-3.1.12 ... linking ... done.
Loading package Cabal-2.0.0.2 ... linking ... done.
Loading package asterius-0.0.1 ... linking ... done.
Coercing a value in getValueSafely...
Successfully evaluated coercion
[("ASTERIUS_ORIGINAL_ARGS_PATH","/tmp/asterius160-0.tmp"),("PWD","/tmp/haha")]
package flags []
loading package database /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d
loading package database /tmp/asterius/.stack-work/install/x86_64-linux/ghc-8.3/8.3.20171108/pkgdb
wired-in package ghc-prim mapped to ghc-prim-0.5.2.0
wired-in package integer-gmp mapped to integer-gmp-1.0.1.0
wired-in package base mapped to base-4.11.0.0
wired-in package rts mapped to rts-1.0
wired-in package template-haskell mapped to template-haskell-2.13.0.0
wired-in package ghc mapped to ghc-8.3
wired-in package dph-seq not found.
wired-in package dph-par not found.
*** Chasing dependencies:
Chasing modules from: *haha.hs
!!! Chasing dependencies: finished in 0.65 milliseconds, allocated 0.229 megabytes
Stable obj: []
Stable BCO: []
Ready for upsweep
[NONREC
ModSummary {
ms_hs_date = 2017-11-21 15:40:38.1496204 UTC
ms_mod = Main,
ms_textual_imps = [(Nothing, Prelude)]
ms_srcimps = []
}]
*** Deleting temp files:
Deleting:
compile: input file haha.hs
*** Checking old interface for Main (use -ddump-hi-diffs for more details):
[1 of 1] Compiling Main ( haha.hs, haha.o )
*** Parser [Main]:
!!! Parser [Main]: finished in 0.14 milliseconds, allocated 0.048 megabytes
*** Renamer/typechecker [Main]:
!!! Renamer/typechecker [Main]: finished in 33.95 milliseconds, allocated 9.017 megabytes
*** Desugar [Main]:
Result size of Desugar (after optimization)
= {terms: 13, types: 6, coercions: 0, joins: 0/0}
!!! Desugar [Main]: finished in 0.74 milliseconds, allocated 0.203 megabytes
*** Simplifier [Main]:
Result size of Simplifier iteration=1
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
Result size of Simplifier
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
!!! Simplifier [Main]: finished in 0.55 milliseconds, allocated 0.212 megabytes
*** CoreTidy [Main]:
Result size of Tidy Core
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
!!! CoreTidy [Main]: finished in 4.74 milliseconds, allocated 1.429 megabytes
writeBinIface: 2 Names
writeBinIface: 17 dict entries
Created temporary directory: /tmp/ghc166_0
*** CorePrep [Main]:
Result size of CorePrep
= {terms: 23, types: 11, coercions: 0, joins: 0/0}
!!! CorePrep [Main]: finished in 0.29 milliseconds, allocated 0.072 megabytes
*** Stg2Stg:
*** CodeGen [Main]:
!!! CodeGen [Main]: finished in 3.53 milliseconds, allocated 1.245 megabytes
*** Assembler:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE -I. -no-pie -x assembler -c /tmp/ghc166_0/ghc_2.s -o haha.o
Upsweep completely successful.
*** Deleting temp files:
Deleting: /tmp/ghc166_0/ghc_1.s /tmp/ghc166_0/ghc_2.s /tmp/ghc166_0/ghc_3.c
Warning: deleting non-existent /tmp/ghc166_0/ghc_1.s
Warning: deleting non-existent /tmp/ghc166_0/ghc_3.c
link: linkables are ...
LinkableM (2017-11-21 15:40:43.7329102 UTC) Main
[DotO haha.o]
Linking haha ...
*** C Compiler:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE -c /tmp/ghc166_0/ghc_4.c -o /tmp/ghc166_0/ghc_5.o -no-pie -I/opt/ghc/head/lib/ghc-8.3.20171108/include
gcc: error trying to exec 'cc1': execvp: No such file or directory
*** Deleting temp files:
Deleting: /tmp/ghc166_0/ghc_4.c /tmp/ghc166_0/ghc_6.rsp /tmp/ghc166_0/ghc_5.o
Warning: deleting non-existent /tmp/ghc166_0/ghc_5.o
*** Deleting temp dirs:
Deleting: /tmp/ghc166_0
`gcc' failed in phase `C Compiler'. (Exit code: 1)
ahc: user error (Invocation of ahc with ["--make","haha.hs","-v"] failed with 1)
Glasgow Haskell Compiler, Version 8.3.20171108, stage 2 booted by GHC version 8.0.2
Using binary package database: /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d/package.cache
package flags []
loading package database /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d
wired-in package ghc-prim mapped to ghc-prim-0.5.2.0
wired-in package integer-gmp mapped to integer-gmp-1.0.1.0
wired-in package base mapped to base-4.11.0.0
wired-in package rts mapped to rts
wired-in package template-haskell mapped to template-haskell-2.13.0.0
wired-in package ghc mapped to ghc-8.3
wired-in package dph-seq not found.
wired-in package dph-par not found.
package flags []
loading package database /opt/ghc/head/lib/ghc-8.3.20171108/package.conf.d
wired-in package ghc-prim mapped to ghc-prim-0.5.2.0
wired-in package integer-gmp mapped to integer-gmp-1.0.1.0
wired-in package base mapped to base-4.11.0.0
wired-in package rts mapped to rts-1.0
wired-in package template-haskell mapped to template-haskell-2.13.0.0
wired-in package ghc mapped to ghc-8.3
wired-in package dph-seq not found.
wired-in package dph-par not found.
*** Chasing dependencies:
Chasing modules from: *haha.hs
!!! Chasing dependencies: finished in 0.73 milliseconds, allocated 0.233 megabytes
Stable obj: []
Stable BCO: []
Ready for upsweep
[NONREC
ModSummary {
ms_hs_date = 2017-11-21 15:40:38.1496204 UTC
ms_mod = Main,
ms_textual_imps = [(Nothing, Prelude)]
ms_srcimps = []
}]
*** Deleting temp files:
Deleting:
compile: input file haha.hs
*** Checking old interface for Main (use -ddump-hi-diffs for more details):
[1 of 1] Compiling Main ( haha.hs, haha.o )
*** Parser [Main]:
!!! Parser [Main]: finished in 0.14 milliseconds, allocated 0.052 megabytes
*** Renamer/typechecker [Main]:
!!! Renamer/typechecker [Main]: finished in 71.86 milliseconds, allocated 12.481 megabytes
*** Desugar [Main]:
Result size of Desugar (after optimization)
= {terms: 13, types: 6, coercions: 0, joins: 0/0}
!!! Desugar [Main]: finished in 0.66 milliseconds, allocated 0.205 megabytes
*** Simplifier [Main]:
Result size of Simplifier iteration=1
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
Result size of Simplifier
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
!!! Simplifier [Main]: finished in 0.54 milliseconds, allocated 0.211 megabytes
*** CoreTidy [Main]:
Result size of Tidy Core
= {terms: 21, types: 10, coercions: 0, joins: 0/0}
!!! CoreTidy [Main]: finished in 5.44 milliseconds, allocated 1.444 megabytes
writeBinIface: 2 Names
writeBinIface: 17 dict entries
Created temporary directory: /tmp/ghc185_0
*** CorePrep [Main]:
Result size of CorePrep
= {terms: 23, types: 11, coercions: 0, joins: 0/0}
!!! CorePrep [Main]: finished in 0.23 milliseconds, allocated 0.072 megabytes
*** Stg2Stg:
*** CodeGen [Main]:
!!! CodeGen [Main]: finished in 2.85 milliseconds, allocated 1.247 megabytes
*** Assembler:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE -I. -no-pie -x assembler -c /tmp/ghc185_0/ghc_2.s -o haha.o
Upsweep completely successful.
*** Deleting temp files:
Deleting: /tmp/ghc185_0/ghc_1.s /tmp/ghc185_0/ghc_2.s /tmp/ghc185_0/ghc_3.c
Warning: deleting non-existent /tmp/ghc185_0/ghc_1.s
Warning: deleting non-existent /tmp/ghc185_0/ghc_3.c
link: linkables are ...
LinkableM (2017-11-21 15:41:00.653958 UTC) Main
[DotO haha.o]
Linking haha ...
*** C Compiler:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE -c /tmp/ghc185_0/ghc_4.c -o /tmp/ghc185_0/ghc_5.o -no-pie -I/opt/ghc/head/lib/ghc-8.3.20171108/include
*** C Compiler:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE -c /tmp/ghc185_0/ghc_7.s -o /tmp/ghc185_0/ghc_8.o
*** Linker:
gcc -fno-stack-protector -DTABLES_NEXT_TO_CODE '-fuse-ld=gold' -Wl,--no-as-needed -o haha -lm -no-pie -Wl,--gc-sections haha.o -L/opt/ghc/head/lib/ghc-8.3.20171108/base-4.11.0.0 -L/opt/ghc/head/lib/ghc-8.3.20171108/integer-gmp-1.0.1.0 -L/opt/ghc/head/lib/ghc-8.3.20171108/ghc-prim-0.5.2.0 -L/opt/ghc/head/lib/ghc-8.3.20171108/rts /tmp/ghc185_0/ghc_5.o /tmp/ghc185_0/ghc_8.o -Wl,-u,base_GHCziTopHandler_runIO_closure -Wl,-u,base_GHCziTopHandler_runNonIO_closure -Wl,-u,ghczmprim_GHCziTuple_Z0T_closure -Wl,-u,ghczmprim_GHCziTypes_True_closure -Wl,-u,ghczmprim_GHCziTypes_False_closure -Wl,-u,base_GHCziPack_unpackCString_closure -Wl,-u,base_GHCziWeak_runFinalizzerBatch_closure -Wl,-u,base_GHCziIOziException_stackOverflow_closure -Wl,-u,base_GHCziIOziException_heapOverflow_closure -Wl,-u,base_GHCziIOziException_allocationLimitExceeded_closure -Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnMVar_closure -Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnSTM_closure -Wl,-u,base_GHCziIOziException_cannotCompactFunction_closure -Wl,-u,base_GHCziIOziException_cannotCompactPinned_closure -Wl,-u,base_GHCziIOziException_cannotCompactMutable_closure -Wl,-u,base_ControlziExceptionziBase_nonTermination_closure -Wl,-u,base_ControlziExceptionziBase_nestedAtomically_closure -Wl,-u,base_GHCziEventziThread_blockedOnBadFD_closure -Wl,-u,base_GHCziConcziSync_runSparks_closure -Wl,-u,base_GHCziConcziIO_ensureIOManagerIsRunning_closure -Wl,-u,base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure -Wl,-u,base_GHCziConcziSignal_runHandlersPtr_closure -Wl,-u,base_GHCziTopHandler_flushStdHandles_closure -Wl,-u,base_GHCziTopHandler_runMainIO_closure -Wl,-u,ghczmprim_GHCziTypes_Czh_con_info -Wl,-u,ghczmprim_GHCziTypes_Izh_con_info -Wl,-u,ghczmprim_GHCziTypes_Fzh_con_info -Wl,-u,ghczmprim_GHCziTypes_Dzh_con_info -Wl,-u,ghczmprim_GHCziTypes_Wzh_con_info -Wl,-u,base_GHCziPtr_Ptr_con_info -Wl,-u,base_GHCziPtr_FunPtr_con_info -Wl,-u,base_GHCziInt_I8zh_con_info -Wl,-u,base_GHCziInt_I16zh_con_info -Wl,-u,base_GHCziInt_I32zh_con_info -Wl,-u,base_GHCziInt_I64zh_con_info -Wl,-u,base_GHCziWord_W8zh_con_info -Wl,-u,base_GHCziWord_W16zh_con_info -Wl,-u,base_GHCziWord_W32zh_con_info -Wl,-u,base_GHCziWord_W64zh_con_info -Wl,-u,base_GHCziStable_StablePtr_con_info -Wl,-u,hs_atomic_add8 -Wl,-u,hs_atomic_add16 -Wl,-u,hs_atomic_add32 -Wl,-u,hs_atomic_add64 -Wl,-u,hs_atomic_sub8 -Wl,-u,hs_atomic_sub16 -Wl,-u,hs_atomic_sub32 -Wl,-u,hs_atomic_sub64 -Wl,-u,hs_atomic_and8 -Wl,-u,hs_atomic_and16 -Wl,-u,hs_atomic_and32 -Wl,-u,hs_atomic_and64 -Wl,-u,hs_atomic_nand8 -Wl,-u,hs_atomic_nand16 -Wl,-u,hs_atomic_nand32 -Wl,-u,hs_atomic_nand64 -Wl,-u,hs_atomic_or8 -Wl,-u,hs_atomic_or16 -Wl,-u,hs_atomic_or32 -Wl,-u,hs_atomic_or64 -Wl,-u,hs_atomic_xor8 -Wl,-u,hs_atomic_xor16 -Wl,-u,hs_atomic_xor32 -Wl,-u,hs_atomic_xor64 -Wl,-u,hs_cmpxchg8 -Wl,-u,hs_cmpxchg16 -Wl,-u,hs_cmpxchg32 -Wl,-u,hs_cmpxchg64 -Wl,-u,hs_atomicread8 -Wl,-u,hs_atomicread16 -Wl,-u,hs_atomicread32 -Wl,-u,hs_atomicread64 -Wl,-u,hs_atomicwrite8 -Wl,-u,hs_atomicwrite16 -Wl,-u,hs_atomicwrite32 -Wl,-u,hs_atomicwrite64 -lHSbase-4.11.0.0 -lHSinteger-gmp-1.0.1.0 -lHSghc-prim-0.5.2.0 -lHSrts -lCffi -lgmp -lm -lrt -ldl -lpthread
link: done
*** Deleting temp files:
Deleting: /tmp/ghc185_0/ghc_10.rsp /tmp/ghc185_0/ghc_4.c /tmp/ghc185_0/ghc_6.rsp /tmp/ghc185_0/ghc_7.s /tmp/ghc185_0/ghc_9.rsp /tmp/ghc185_0/ghc_5.o /tmp/ghc185_0/ghc_8.o
*** Deleting temp dirs:
Deleting: /tmp/ghc185_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment