[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #16676
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Feb 15 16:28:16 UTC 2018
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/16676/display/redirect>
------------------------------------------
[...truncated 62.56 KB...]
|
94 | , explanation :: Maybe String
| ^^^^^^^^^^^
hokey.hs:95:5: warning: [-Wunused-top-binds]
Defined but not used: `val'
|
95 | , val :: a
| ^^^
hokey.hs:136:5: warning: [-Wunused-top-binds]
Defined but not used: `isRevoked'
|
136 | isRevoked :: Bool
| ^^^^^^^^^
hokey.hs:202:9: warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In an equation for `sigcts':
Patterns not matched:
(SigV3 _ _ _ _ _ _ _)
(SigVOther _ _)
|
202 | sigcts (SigV4 _ _ _ xs _ _ _) = map (\(SigSubPacket _ (SigCreationTime x)) -> x) $ filter isCT xs
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hokey.hs:206:123: warning: [-Wdeprecations]
In the use of `hashlazy' (imported from Crypto.Hash.SHA3):
"this implementation is not SHA3 as standardized, but SHA3 as submitted before standardisation (Keccak)"
|
206 | uaspToString (ImageAttribute hdr d) = hdrToString hdr ++ ':':show (BL.length d) ++ ':':BC8.unpack (Base16.encode (SHA3.hashlazy 48 d))
| ^^^^^^^^^^^^^
hokey.hs:207:120: warning: [-Wdeprecations]
In the use of `hashlazy' (imported from Crypto.Hash.SHA3):
"this implementation is not SHA3 as standardized, but SHA3 as submitted before standardisation (Keccak)"
|
207 | uaspToString (OtherUASub t d) = "other-" ++ show t ++ ':':show (BL.length d) ++ ':':BC8.unpack (Base16.encode (SHA3.hashlazy 48 d))
| ^^^^^^^^^^^^^
hokey.hs:229:50: warning: [-Wname-shadowing]
This binding for `has' shadows the existing binding
bound at hokey.hs:200:9
|
229 | grabReasons (SigV4 CertRevocationSig _ _ has _ _ _) = mapMaybe (grabReasons' . _sspPayload) has
| ^^^
hokey.hs:240:9: warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In an equation for `checkSK':
Patterns not matched:
(PKESKPkt _ _ _ _, _)
(SignaturePkt _, _)
(SKESKPkt _ _ _ _, _)
(OnePassSignaturePkt _ _ _ _ _ _, _)
...
|
240 | checkSK (PublicSubkeyPkt pkp, sigs) = checkSK' pkp sigs
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
hokey.hs:257:13: warning: [-Wname-shadowing]
This binding for `kufs' shadows the existing binding
bound at hokey.hs:233:9
|
257 | ccr kufs sigs = CrossCertReport (colorES kufs sigs) (map (colorizeHA . hashAlgo) sigs)
| ^^^^
hokey.hs:258:17: warning: [-Wname-shadowing]
This binding for `kufs' shadows the existing binding
bound at hokey.hs:233:9
|
258 | colorES kufs sigs = case (null (embeddedSigs sigs), any (Set.member SignDataKey) kufs, any (Set.member AuthKey) kufs) of
| ^^^^
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules: Paths_hopenpgp_tools
Linking dist/build/hokey/hokey ...
Preprocessing executable 'hkt' for hopenpgp-tools-0.19.5..
unused terminals: 2
shift/reduce conflicts: 12
Building executable 'hkt' for hopenpgp-tools-0.19.5..
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules: Paths_hopenpgp_tools
[1 of 5] Compiling HOpenPGP.Tools.Lexer ( dist/build/hkt/hkt-tmp/HOpenPGP/Tools/Lexer.hs, dist/build/hkt/hkt-tmp/HOpenPGP/Tools/Lexer.dyn_o )
[2 of 5] Compiling Paths_hopenpgp_tools ( dist/build/hkt/autogen/Paths_hopenpgp_tools.hs, dist/build/hkt/hkt-tmp/Paths_hopenpgp_tools.dyn_o )
[3 of 5] Compiling HOpenPGP.Tools.Common ( HOpenPGP/Tools/Common.hs, dist/build/hkt/hkt-tmp/HOpenPGP/Tools/Common.dyn_o )
[4 of 5] Compiling HOpenPGP.Tools.Parser ( dist/build/hkt/hkt-tmp/HOpenPGP/Tools/Parser.hs, dist/build/hkt/hkt-tmp/HOpenPGP/Tools/Parser.dyn_o )
[5 of 5] Compiling Main ( hkt.hs, dist/build/hkt/hkt-tmp/Main.dyn_o )
hkt.hs:105:5: warning: [-Wunused-top-binds]
Defined but not used: `keyalgo'
|
105 | , keyalgo :: String
| ^^^^^^^
hkt.hs:108:5: warning: [-Wunused-top-binds]
Defined but not used: `fpr'
|
108 | , fpr :: String
| ^^^
hkt.hs:329:5: warning: [-Wunused-top-binds]
Defined but not used: `certPaths'
|
329 | certPaths :: [Path]
| ^^^^^^^^^
hkt.hs:330:5: warning: [-Wunused-top-binds]
Defined but not used: `keyFingerprints'
|
330 | , keyFingerprints :: Map String TwentyOctetFingerprint
| ^^^^^^^^^^^^^^^
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules: Paths_hopenpgp_tools
Linking dist/build/hkt/hkt ...
Preprocessing executable 'hot' for hopenpgp-tools-0.19.5..
unused terminals: 2
shift/reduce conflicts: 12
Building executable 'hot' for hopenpgp-tools-0.19.5..
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules: Paths_hopenpgp_tools
[1 of 5] Compiling HOpenPGP.Tools.Lexer ( dist/build/hot/hot-tmp/HOpenPGP/Tools/Lexer.hs, dist/build/hot/hot-tmp/HOpenPGP/Tools/Lexer.dyn_o )
[2 of 5] Compiling Paths_hopenpgp_tools ( dist/build/hot/autogen/Paths_hopenpgp_tools.hs, dist/build/hot/hot-tmp/Paths_hopenpgp_tools.dyn_o )
[3 of 5] Compiling HOpenPGP.Tools.Common ( HOpenPGP/Tools/Common.hs, dist/build/hot/hot-tmp/HOpenPGP/Tools/Common.dyn_o )
[4 of 5] Compiling HOpenPGP.Tools.Parser ( dist/build/hot/hot-tmp/HOpenPGP/Tools/Parser.hs, dist/build/hot/hot-tmp/HOpenPGP/Tools/Parser.dyn_o )
[5 of 5] Compiling Main ( hot.hs, dist/build/hot/hot-tmp/Main.dyn_o )
<no location info>: warning: [-Wmissing-home-modules]
These modules are needed for compilation but not listed in your .cabal file's other-modules: Paths_hopenpgp_tools
Linking dist/build/hot/hot ...
==> Entering fakeroot environment...
==> Starting package()...
Installing executable hokey in /tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
Warning: The directory
/tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
is not in the system search path.
Installing executable hkt in /tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
Warning: The directory
/tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
is not in the system search path.
Installing executable hot in /tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
Warning: The directory
/tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/pkg/hopenpgp-tools/usr/bin
is not in the system search path.
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "hopenpgp-tools"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: could not register 'core' database (database already registered)
error: could not register 'extra' database (database already registered)
error: could not register 'community' database (database already registered)
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Signing package(s)...
==> Finished making: hopenpgp-tools 0.19.5-74 (Thu Feb 15 16:25:58 UTC 2018)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-hopenpgp-tools-archlinuxrb-build-GG7NFu5T
+ tee -a /srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1/hopenpgp-tools/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1/hopenpgp-tools/hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz'
removed '/tmp/hopenpgp-tools-archlinuxrb-build-GG7NFu5T/hopenpgp-tools/trunk/hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz'
Thu Feb 15 16:25:59 UTC 2018 - build #1 for hopenpgp-tools on profitbricks-build3-amd64 done.
Thu Feb 15 16:25:59 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-PeGcoCJh, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 16:26 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 16:22 b2
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 16:26 hopenpgp-tools
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1/hopenpgp-tools:
total 252
-rw-r--r-- 1 jenkins jenkins 66612 Feb 15 16:26 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Feb 15 16:26 build1.version
-rw-r--r-- 1 jenkins jenkins 183260 Feb 15 16:26 hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b2:
total 0
cp: error writing '/tmp/jenkins-script-z63dyZBD': No space left on device
====================================================================================
Wed Mar 20 22:49:07 UTC 2019 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh () on profitbricks-build4-amd64 now.
To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.
This invocation of this script, which is located in bin/reproducible_build_archlinux_pkg.sh,
has been called using "2 community hopenpgp-tools /srv/reproducible-results/archlinuxrb-build-GG7NFu5T 1518711748" as arguments.
Please send feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific job results should go to their respective lists and/or the BTS.
====================================================================================
Wed Mar 20 22:49:07 UTC 2019 - start running "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" (md5sum 568ea437cb71c63840ef21fa067078b5) as "/tmp/jenkins-script-z63dyZBD" on profitbricks-build4-amd64.
Wed Mar 20 22:49:07 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-z63dyZBD, which will now be removed.
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-GG7NFu5T" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Thu Feb 15 16:26:04 UTC 2018 - rsync from profitbricks-build4-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-GG7NFu5T" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Warning: error rsyncing remote build #2 results from profitbricks-build4-amd64.
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 16:26 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 16:22 b2
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 16:26 hopenpgp-tools
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b1/hopenpgp-tools:
total 260
-rw-r--r-- 1 jenkins jenkins 66612 Feb 15 16:26 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Feb 15 16:26 build1.version
-rw-r--r-- 1 jenkins jenkins 183260 Feb 15 16:26 hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-GG7NFu5T': No such file or directory
Thu Feb 15 16:28:06 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b2/hopenpgp-tools/hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz: No such file or directory
Thu Feb 15 16:28:06 UTC 2018 - something is fishy with hopenpgp-tools/hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz.
build1.log
build1.version
hopenpgp-tools-0.19.5-74-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-GG7NFu5T/b2/hopenpgp-tools': No such file or directory
Thu Feb 15 16:28:07 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-GG7NFu5T deleted.
Thu 15 Feb 16:28:07 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-FHipxMEM, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list