[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #80212

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jun 13 10:27:25 BST 2018


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/80212/display/redirect>

------------------------------------------
[...truncated 51.64 KB...]
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  293k  100  293k    0     0  17.9M      0 --:--:-- --:--:-- --:--:-- 17.9M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 41784  100 41784    0     0  6800k      0 --:--:-- --:--:-- --:--:-- 6800k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 27664  100 27664    0     0  1929k      0 --:--:-- --:--:-- --:--:-- 1929k
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ghc...
installing haskell-call-stack...
installing haskell-hunit...
installing haskell-transformers-compat...
installing haskell-exceptions...
installing haskell-hashable...
installing haskell-split...
installing haskell-unordered-containers...
installing haskell-primitive...
installing haskell-vector...
installing haskell-vector-th-unbox...
installing haskell-math-functions...
installing haskell-mwc-random...
installing haskell-vector-algorithms...
installing haskell-mono-traversable...
installing haskell-unliftio-core...
installing haskell-resourcet...
installing haskell-conduit...
installing haskell-async...
installing haskell-integer-logarithms...
installing haskell-scientific...
installing haskell-attoparsec...
installing haskell-random...
installing haskell-zlib...
installing haskell-streaming-commons...
installing haskell-typed-process...
installing haskell-conduit-extra...
installing haskell-tf-random...
installing haskell-quickcheck...
installing haskell-colour...
installing haskell-ansi-terminal...
installing haskell-clock...
installing haskell-hspec-expectations...
installing haskell-quickcheck-io...
installing haskell-setenv...
installing haskell-hspec-core...
installing haskell-hspec-discover...
installing haskell-hspec...
:: Running post-transaction hooks...
(1/2) Registering Haskell modules...
(2/2) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading simple-sendfile-0.2.27.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  335k  100  335k    0     0  4408k      0 --:--:-- --:--:-- --:--:-- 4408k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    simple-sendfile-0.2.27.tar.gz ... Passed
==> Extracting sources...
  -> Extracting simple-sendfile-0.2.27.tar.gz with bsdtar
==> Starting build()...
Configuring simple-sendfile-0.2.27...
Preprocessing library for simple-sendfile-0.2.27..
Building library for simple-sendfile-0.2.27..
[1 of 4] Compiling Network.Sendfile.Types ( Network/Sendfile/Types.hs, dist/build/Network/Sendfile/Types.dyn_o )
[2 of 4] Compiling Network.Sendfile.Linux ( dist/build/Network/Sendfile/Linux.hs, dist/build/Network/Sendfile/Linux.dyn_o )

Network/Sendfile/Linux.hsc:12:1: warning: [-Wunused-imports]
    The import of `Control.Applicative' is redundant
      except perhaps to import instances from `Control.Applicative'
    To import instances alone, use: import Control.Applicative()
   |
12 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^

Network/Sendfile/Linux.hsc:17:1: warning: [-Wunused-imports]
    The import of `Data.Int' is redundant
      except perhaps to import instances from `Data.Int'
    To import instances alone, use: import Data.Int()
   |
17 | import Data.Int
   | ^^^^^^^^^^^^^^^
[3 of 4] Compiling Network.Sendfile ( Network/Sendfile.hs, dist/build/Network/Sendfile.dyn_o )
[4 of 4] Compiling System.Linux.Sendfile ( System/Linux/Sendfile.hs, dist/build/System/Linux/Sendfile.dyn_o )
ignoring (possibly broken) abi-depends field for packages
Preprocessing test suite 'spec' for simple-sendfile-0.2.27..
Building test suite 'spec' for simple-sendfile-0.2.27..
[1 of 2] Compiling SendfileSpec     ( test/SendfileSpec.hs, dist/build/spec/spec-tmp/SendfileSpec.dyn_o )

test/SendfileSpec.hs:90:36: warning: [-Wdeprecations]tee: /srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b2/haskell-simple-sendfile/build2.log: No space left on device

    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
   |
90 |     runResourceT $ sourceSocket s2 $$ sinkFile outputFile
   |                                    ^^

test/SendfileSpec.hs:96:28: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
   |
96 |         sourceList headers $$ sinkFile expectedFile
   |                            ^^

test/SendfileSpec.hs:97:30: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
   |
97 |         sourceFile inputFile $$ sinkAppendFile expectedFile
   |                              ^^

test/SendfileSpec.hs:99:28: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
   |
99 |         sourceList headers $$ sinkFile expectedFile
   |                            ^^

test/SendfileSpec.hs:100:30: warning: [-Wdeprecations]
    In the use of `$='
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
100 |         sourceFile inputFile $= CB.isolate (off' + len')
    |                              ^^

test/SendfileSpec.hs:101:30: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
    |
101 |                              $$ (CB.take off' >> sinkAppendFile expectedFile)
    |                              ^^

test/SendfileSpec.hs:142:36: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
    |
142 |     runResourceT $ sourceSocket s2 $$ sinkFile outputFile
    |                                    ^^

test/SendfileSpec.hs:180:36: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
    |
180 |     runResourceT $ sourceSocket s2 $$ sinkFile outputFile
    |                                    ^^

test/SendfileSpec.hs:184:45: warning: [-Wdeprecations]
    In the use of `$$'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use runConduit and .|"
    |
184 |         runResourceT $ sourceFile inputFile $$ sinkFile tempFile
    |                                             ^^

test/SendfileSpec.hs:217:22: warning: [-Wdeprecations]
    In the use of type constructor or class `Sink'
    (imported from Data.Conduit, but defined in conduit-1.3.0.2:Data.Conduit.Internal.Conduit):
    Deprecated: "Use ConduitT directly"
    |
217 |                   -> Sink ByteString m ()
    |                      ^^^^
[2 of 2] Compiling Main             ( test/Spec.hs, dist/build/spec/spec-tmp/Main.dyn_o )
Linking dist/build/spec/spec ...
Unregistering simple-sendfile-0.2.27...
==> Starting check()...
Running 1 test suites...
Test suite spec: RUNNING...
Test suite spec: PASS
Test suite logged to: dist/test/simple-sendfile-0.2.27-spec.log
1 of 1 test suites (1 of 1 test cases) passed.
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-simple-sendfile-archlinuxrb-build-CCY2BaoP/haskell-simple-sendfile/trunk/pkg/haskell-simple-sendfile/usr/lib/ghc-8.4.3/site-local/simple-sendfile-0.2.27
==> 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 "haskell-simple-sendfile"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-simple-sendfile 0.2.27-42 (Tue Jul 16 15:48:27 2019)
+ cleanup_all
+ cd
+ '[' 2 '!=' master ']'
++ basename /srv/reproducible-results/archlinuxrb-build-CCY2BaoP
+ schroot --end-session -c archlinux-haskell-simple-sendfile-archlinuxrb-build-CCY2BaoP
+ '[' '!' -z haskell-simple-sendfile ']'
++ basename /srv/reproducible-results/archlinuxrb-build-CCY2BaoP
+ '[' -d /tmp/haskell-simple-sendfile-archlinuxrb-build-CCY2BaoP ']'
++ basename /srv/reproducible-results/archlinuxrb-build-CCY2BaoP
+ sudo rm -rf --one-file-system /tmp/haskell-simple-sendfile-archlinuxrb-build-CCY2BaoP
+ '[' 2 = master ']'
Tue Jul 16 15:48:28 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-d3INsGWy, which will now be removed.
Warning: remote build failed with exit code 1 from profitbricks-build4-amd64 for build #2 for haskell-simple-sendfile from community.
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-CCY2BaoP" 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)
Wed Jun 13 09:25:24 UTC 2018 - rsync from profitbricks-build4-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-CCY2BaoP" 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-CCY2BaoP:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 09:24 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 09:24 b2

/srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 09:24 haskell-simple-sendfile

/srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b1/haskell-simple-sendfile:
total 52
-rw-r--r-- 1 jenkins jenkins 26418 Jun 13 09:24 build1.log
-rw-r--r-- 1 jenkins jenkins    10 Jun 13 09:24 build1.version
-rw-r--r-- 1 jenkins jenkins 19680 Jun 13 09:24 haskell-simple-sendfile-0.2.27-42-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-CCY2BaoP': No such file or directory
Wed Jun 13 09:27:25 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b2/haskell-simple-sendfile/haskell-simple-sendfile-0.2.27-42-x86_64.pkg.tar.xz: No such file or directory
Wed Jun 13 09:27:25 UTC 2018 - something is fishy with haskell-simple-sendfile/haskell-simple-sendfile-0.2.27-42-x86_64.pkg.tar.xz.
build1.log
build1.version
haskell-simple-sendfile-0.2.27-42-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-CCY2BaoP/b2/haskell-simple-sendfile': No such file or directory
Wed Jun 13 09:27:25 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-CCY2BaoP deleted.
Wed 13 Jun 09:27:25 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ymnRG7KJ, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list