Build #1 for posix-acl-0.2.0.1
| Package | posix-acl-0.2.0.1 |
|---|
| Install | InstallOk |
|---|---|
| Docs | Ok |
| Tests | NotTried |
| Time submitted | 2016-09-11 04:06:19.442183 UTC |
|---|---|
| Compiler | ghc-8.0.1.20160701 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | base-4.9.0.0, bytestring-0.10.8.1, containers-0.5.7.1, lifted-base-0.2.3.8, monad-control-1.0.1.0, transformers-0.5.2.0, transformers-base-0.4.4, unix-2.7.2.0 |
| Flags | none |
Code Coverage
No Code Coverage was submitted for this report.
Build log
[view raw]
Resolving dependencies...
cabal: Entering directory '/tmp/cabal-tmp-10675/stm-2.4.4.1'
Configuring stm-2.4.4.1...
Building stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
[ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
[ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o )
[ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o )
[ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
[ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
[ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
[ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o )
[ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o )
[ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o )
[10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o )
Running Haddock for stm-2.4.4.1...
Running hscolour for stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Preprocessing library stm-2.4.4.1...
Haddock coverage:
0% ( 0 / 11) in 'Control.Sequential.STM'
Missing documentation for:
Module header
STM (Control/Sequential/STM.hs:29)
atomically (Control/Sequential/STM.hs:47)
throwSTM (Control/Sequential/STM.hs:54)
catchSTM (Control/Sequential/STM.hs:57)
TVar (Control/Sequential/STM.hs:72)
newTVar (Control/Sequential/STM.hs:75)
newTVarIO (Control/Sequential/STM.hs:78)
readTVar (Control/Sequential/STM.hs:83)
readTVarIO (Control/Sequential/STM.hs:86)
writeTVar (Control/Sequential/STM.hs:89)
100% ( 13 / 13) in 'Control.Concurrent.STM.TBQueue'
100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue'
100% ( 18 / 18) in 'Control.Concurrent.STM.TChan'
100% ( 16 / 16) in 'Control.Concurrent.STM.TMVar'
100% ( 13 / 13) in 'Control.Concurrent.STM.TVar'
100% ( 2 / 2) in 'Control.Concurrent.STM.TArray'
90% ( 9 / 10) in 'Control.Monad.STM'
Missing documentation for:
check (Control/Monad/STM.hs:81)
100% ( 8 / 8) in 'Control.Concurrent.STM'
40% ( 2 / 5) in 'Control.Concurrent.STM.TSem'
Missing documentation for:
newTSem (Control/Concurrent/STM/TSem.hs:42)
waitTSem (Control/Concurrent/STM/TSem.hs:45)
signalTSem (Control/Concurrent/STM/TSem.hs:51)
Warning: Control.Concurrent.STM.TArray: could not find link destinations for:
getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Warning: Control.Monad.STM: could not find link destinations for:
getNumElements unsafeNewArray_ unsafeRead unsafeWrite
Documentation created: dist/doc/html/stm/index.html, dist/doc/html/stm/stm.txt
Creating package registration file:
/tmp/pkgConf-stm-2.4.42145174067468703135.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
Registering stm-2.4.4.1...
cabal: Leaving directory '/tmp/cabal-tmp-10675/stm-2.4.4.1'
Installed stm-2.4.4.1
cabal: Entering directory '/tmp/cabal-tmp-10675/transformers-compat-0.5.1.4'
Configuring transformers-compat-0.5.1.4...
Building transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
[1 of 2] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[2 of 2] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
Running Haddock for transformers-compat-0.5.1.4...
Running hscolour for transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Preprocessing library transformers-compat-0.5.1.4...
Haddock coverage:
0% ( 0 / 8) in 'Paths_transformers_compat'
Missing documentation for:
Module header
version (dist/build/autogen/Paths_transformers_compat.hs:28)
getBinDir (dist/build/autogen/Paths_transformers_compat.hs:38)
getLibDir (dist/build/autogen/Paths_transformers_compat.hs:38)
getDataDir (dist/build/autogen/Paths_transformers_compat.hs:38)
getLibexecDir (dist/build/autogen/Paths_transformers_compat.hs:38)
getDataFileName (dist/build/autogen/Paths_transformers_compat.hs:45)
getSysconfDir (dist/build/autogen/Paths_transformers_compat.hs:38)
100% ( 1 / 1) in 'Control.Monad.Trans.Instances'
Documentation created: dist/doc/html/transformers-compat/index.html,
dist/doc/html/transformers-compat/transformers-compat.txt
Creating package registration file:
/tmp/pkgConf-transformers-compat-0.5.17711514321186452551.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-compat-0.5.1.4-G5tKvPrwhggJRvSwXNMs1N
Registering transformers-compat-0.5.1.4...
cabal: Leaving directory '/tmp/cabal-tmp-10675/transformers-compat-0.5.1.4'
Installed transformers-compat-0.5.1.4
cabal: Entering directory '/tmp/cabal-tmp-10675/transformers-base-0.4.4'
Configuring transformers-base-0.4.4...
Building transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
[1 of 1] Compiling Control.Monad.Base ( src/Control/Monad/Base.hs, dist/build/Control/Monad/Base.o )
src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
The import of ‘Data.Monoid’ is redundant
except perhaps to import instances from ‘Data.Monoid’
To import instances alone, use: import Data.Monoid()
Running Haddock for transformers-base-0.4.4...
Running hscolour for transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
Preprocessing library transformers-base-0.4.4...
src/Control/Monad/Base.hs:22:1: warning: [-Wunused-imports]
The import of ‘Data.Monoid’ is redundant
except perhaps to import instances from ‘Data.Monoid’
To import instances alone, use: import Data.Monoid()
Haddock coverage:
33% ( 1 / 3) in 'Control.Monad.Base'
Missing documentation for:
Module header
MonadBase (src/Control/Monad/Base.hs:50)
Documentation created: dist/doc/html/transformers-base/index.html,
dist/doc/html/transformers-base/transformers-base.txt
Creating package registration file:
/tmp/pkgConf-transformers-base-0.4745425661396473730.4
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/transformers-base-0.4.4-FMTbgPqmqMsCiOz3biyAGx
Registering transformers-base-0.4.4...
cabal: Leaving directory '/tmp/cabal-tmp-10675/transformers-base-0.4.4'
Installed transformers-base-0.4.4
cabal: Entering directory '/tmp/cabal-tmp-10675/monad-control-1.0.1.0'
Configuring monad-control-1.0.1.0...
Building monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
[1 of 1] Compiling Control.Monad.Trans.Control ( Control/Monad/Trans/Control.hs, dist/build/Control/Monad/Trans/Control.o )
Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints]
• Redundant constraint: Error e
• In the instance declaration for ‘MonadTransControl (ErrorT e)’
Running Haddock for monad-control-1.0.1.0...
Running hscolour for monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
Preprocessing library monad-control-1.0.1.0...
Control/Monad/Trans/Control.hs:208:10: warning: [-Wredundant-constraints]
• Redundant constraint: Error e
• In the instance declaration for ‘MonadTransControl (ErrorT e)’
Haddock coverage:
93% ( 27 / 29) in 'Control.Monad.Trans.Control'
Missing documentation for:
MonadTransControl (Control/Monad/Trans/Control.hs:110)
MonadBaseControl (Control/Monad/Trans/Control.hs:292)
Documentation created: dist/doc/html/monad-control/index.html,
dist/doc/html/monad-control/monad-control.txt
Creating package registration file:
/tmp/pkgConf-monad-control-1.0.112951663421057467587.0
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/monad-control-1.0.1.0-1xoC3YihUKYHLar1SsWtYe
Registering monad-control-1.0.1.0...
cabal: Leaving directory '/tmp/cabal-tmp-10675/monad-control-1.0.1.0'
Installed monad-control-1.0.1.0
cabal: Entering directory '/tmp/cabal-tmp-10675/lifted-base-0.2.3.8'
Configuring lifted-base-0.2.3.8...
Building lifted-base-0.2.3.8...
Preprocessing library lifted-base-0.2.3.8...
[1 of 9] Compiling System.Timeout.Lifted ( System/Timeout/Lifted.hs, dist/build/System/Timeout/Lifted.o )
[2 of 9] Compiling Foreign.Marshal.Utils.Lifted ( Foreign/Marshal/Utils/Lifted.hs, dist/build/Foreign/Marshal/Utils/Lifted.o )
[3 of 9] Compiling Data.IORef.Lifted ( Data/IORef/Lifted.hs, dist/build/Data/IORef/Lifted.o )
[4 of 9] Compiling Control.Concurrent.QSemN.Lifted ( Control/Concurrent/QSemN/Lifted.hs, dist/build/Control/Concurrent/QSemN/Lifted.o )
[5 of 9] Compiling Control.Concurrent.QSem.Lifted ( Control/Concurrent/QSem/Lifted.hs, dist/build/Control/Concurrent/QSem/Lifted.o )
[6 of 9] Compiling Control.Concurrent.Chan.Lifted ( Control/Concurrent/Chan/Lifted.hs, dist/build/Control/Concurrent/Chan/Lifted.o )
[7 of 9] Compiling Control.Concurrent.MVar.Lifted ( Control/Concurrent/MVar/Lifted.hs, dist/build/Control/Concurrent/MVar/Lifted.o )
[8 of 9] Compiling Control.Exception.Lifted ( Control/Exception/Lifted.hs, dist/build/Control/Exception/Lifted.o )
[9 of 9] Compiling Control.Concurrent.Lifted ( Control/Concurrent/Lifted.hs, dist/build/Control/Concurrent/Lifted.o )
Running Haddock for lifted-base-0.2.3.8...
Running hscolour for lifted-base-0.2.3.8...
Preprocessing library lifted-base-0.2.3.8...
Preprocessing library lifted-base-0.2.3.8...
Haddock coverage:
100% ( 2 / 2) in 'System.Timeout.Lifted'
100% ( 2 / 2) in 'Foreign.Marshal.Utils.Lifted'
100% ( 11 / 11) in 'Data.IORef.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSemN.Lifted'
100% ( 5 / 5) in 'Control.Concurrent.QSem.Lifted'
100% ( 8 / 8) in 'Control.Concurrent.Chan.Lifted'
100% ( 19 / 19) in 'Control.Concurrent.MVar.Lifted'
100% ( 36 / 36) in 'Control.Exception.Lifted'
100% ( 36 / 36) in 'Control.Concurrent.Lifted'
Documentation created: dist/doc/html/lifted-base/index.html,
dist/doc/html/lifted-base/lifted-base.txt
Creating package registration file:
/tmp/pkgConf-lifted-base-0.2.34528676211017679567.8
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/lifted-base-0.2.3.8-LSXKdE75JIl3uzD4Y2GaXO
Registering lifted-base-0.2.3.8...
cabal: Leaving directory '/tmp/cabal-tmp-10675/lifted-base-0.2.3.8'
Installed lifted-base-0.2.3.8
Downloading posix-acl-0.2.0.1...
cabal: Entering directory '/tmp/cabal-tmp-10675/posix-acl-0.2.0.1'
Configuring posix-acl-0.2.0.1...
Building posix-acl-0.2.0.1...
Preprocessing library posix-acl-0.2.0.1...
[1 of 3] Compiling System.Posix.ACL.Acl_h ( dist/build/System/Posix/ACL/Acl_h.hs, dist/build/System/Posix/ACL/Acl_h.o )
[2 of 3] Compiling System.Posix.ACL.C ( System/Posix/ACL/C.hs, dist/build/System/Posix/ACL/C.o )
[3 of 3] Compiling System.Posix.ACL ( System/Posix/ACL.hs, dist/build/System/Posix/ACL.o )
Running Haddock for posix-acl-0.2.0.1...
Running hscolour for posix-acl-0.2.0.1...
Preprocessing library posix-acl-0.2.0.1...
Preprocessing library posix-acl-0.2.0.1...
Haddock coverage:
0% ( 0 / 53) in 'System.Posix.ACL.Acl_h'
Missing documentation for:
Module header
AclTypeT (System/Posix/ACL/Acl_h.hsc:9)
AclTagT (System/Posix/ACL/Acl_h.hsc:10)
AclPermT (System/Posix/ACL/Acl_h.hsc:11)
aclRead (System/Posix/ACL/Acl_h.hsc:13)
aclWrite (System/Posix/ACL/Acl_h.hsc:16)
aclExecute (System/Posix/ACL/Acl_h.hsc:19)
aclUndefinedTag (System/Posix/ACL/Acl_h.hsc:23)
aclUserObj (System/Posix/ACL/Acl_h.hsc:26)
aclUser (System/Posix/ACL/Acl_h.hsc:29)
aclGroupObj (System/Posix/ACL/Acl_h.hsc:32)
aclGroup (System/Posix/ACL/Acl_h.hsc:35)
aclMask (System/Posix/ACL/Acl_h.hsc:38)
aclOther (System/Posix/ACL/Acl_h.hsc:41)
aclTypeAccess (System/Posix/ACL/Acl_h.hsc:45)
aclTypeDefault (System/Posix/ACL/Acl_h.hsc:48)
aclUndefinedId (System/Posix/ACL/Acl_h.hsc:52)
ACL (System/Posix/ACL/Acl_h.hsc:56)
AclT (System/Posix/ACL/Acl_h.hsc:57)
Entry (System/Posix/ACL/Acl_h.hsc:59)
AclEntryT (System/Posix/ACL/Acl_h.hsc:60)
Permset (System/Posix/ACL/Acl_h.hsc:63)
AclPermsetT (System/Posix/ACL/Acl_h.hsc:64)
aclFirstEntry (System/Posix/ACL/Acl_h.hsc:66)
aclNextEntry (System/Posix/ACL/Acl_h.hsc:69)
acl_dup (System/Posix/ACL/Acl_h.hsc:74)
acl_free (System/Posix/ACL/Acl_h.hsc:76)
acl_init (System/Posix/ACL/Acl_h.hsc:78)
acl_copy_entry (System/Posix/ACL/Acl_h.hsc:82)
acl_create_entry (System/Posix/ACL/Acl_h.hsc:84)
acl_delete_entry (System/Posix/ACL/Acl_h.hsc:87)
acl_get_entry (System/Posix/ACL/Acl_h.hsc:89)
acl_valid (System/Posix/ACL/Acl_h.hsc:92)
acl_add_perm (System/Posix/ACL/Acl_h.hsc:95)
acl_calc_mask (System/Posix/ACL/Acl_h.hsc:97)
acl_clear_perms (System/Posix/ACL/Acl_h.hsc:99)
acl_delete_perm (System/Posix/ACL/Acl_h.hsc:101)
acl_get_permset (System/Posix/ACL/Acl_h.hsc:104)
acl_set_permset (System/Posix/ACL/Acl_h.hsc:107)
acl_get_qualifier (System/Posix/ACL/Acl_h.hsc:111)
acl_get_tag_type (System/Posix/ACL/Acl_h.hsc:113)
acl_set_qualifier (System/Posix/ACL/Acl_h.hsc:116)
acl_set_tag_type (System/Posix/ACL/Acl_h.hsc:118)
acl_delete_def_file (System/Posix/ACL/Acl_h.hsc:122)
acl_get_fd (System/Posix/ACL/Acl_h.hsc:124)
acl_get_file (System/Posix/ACL/Acl_h.hsc:126)
acl_set_fd (System/Posix/ACL/Acl_h.hsc:128)
acl_set_file (System/Posix/ACL/Acl_h.hsc:130)
acl_copy_ext (System/Posix/ACL/Acl_h.hsc:135)
acl_copy_int (System/Posix/ACL/Acl_h.hsc:138)
acl_from_text (System/Posix/ACL/Acl_h.hsc:140)
acl_size (System/Posix/ACL/Acl_h.hsc:142)
acl_to_text (System/Posix/ACL/Acl_h.hsc:144)
100% ( 36 / 36) in 'System.Posix.ACL.C'
100% ( 17 / 17) in 'System.Posix.ACL'
Documentation created: dist/doc/html/posix-acl/index.html,
dist/doc/html/posix-acl/posix-acl.txt
Creating package registration file:
/tmp/pkgConf-posix-acl-0.2.017083026471857756970.1
Installing library in
/home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-8.0.1.20160701/posix-acl-0.2.0.1-6egXVQ1WZMx6T19R0ph8nN
Registering posix-acl-0.2.0.1...
cabal: Leaving directory '/tmp/cabal-tmp-10675/posix-acl-0.2.0.1'
Installed posix-acl-0.2.0.1
Test log
No test log was submitted for this report.