Build failed in Jenkins: reproducible_builder_archlinux_2 #535597

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Oct 3 21:57:46 BST 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/535597/display/redirect>

Changes:


------------------------------------------
[...truncated 115.19 KB...]
[ 3 of 39] Compiling Network.Wai.Handler.CGI ( Network/Wai/Handler/CGI.hs, dist/build/Network/Wai/Handler/CGI.dyn_o )

Network/Wai/Handler/CGI.hs:115:15: warning: [-Wdeprecations]
    In the use of `requestBody' (imported from Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
    |
115 |             , requestBody = requestBody'
    |               ^^^^^^^^^^^
[ 4 of 39] Compiling Network.Wai.Handler.SCGI ( Network/Wai/Handler/SCGI.hs, dist/build/Network/Wai/Handler/SCGI.dyn_o )
[ 5 of 39] Compiling Network.Wai.Middleware.AddHeaders ( Network/Wai/Middleware/AddHeaders.hs, dist/build/Network/Wai/Middleware/AddHeaders.dyn_o )
[ 6 of 39] Compiling Network.Wai.Middleware.Autohead ( Network/Wai/Middleware/Autohead.hs, dist/build/Network/Wai/Middleware/Autohead.dyn_o )
[ 7 of 39] Compiling Network.Wai.Middleware.CleanPath ( Network/Wai/Middleware/CleanPath.hs, dist/build/Network/Wai/Middleware/CleanPath.dyn_o )
[ 8 of 39] Compiling Network.Wai.Middleware.HealthCheckEndpoint ( Network/Wai/Middleware/HealthCheckEndpoint.hs, dist/build/Network/Wai/Middleware/HealthCheckEndpoint.dyn_o )
[ 9 of 39] Compiling Network.Wai.Middleware.HttpAuth ( Network/Wai/Middleware/HttpAuth.hs, dist/build/Network/Wai/Middleware/HttpAuth.dyn_o )
[10 of 39] Compiling Network.Wai.Middleware.Jsonp ( Network/Wai/Middleware/Jsonp.hs, dist/build/Network/Wai/Middleware/Jsonp.dyn_o )
[11 of 39] Compiling Network.Wai.Middleware.Local ( Network/Wai/Middleware/Local.hs, dist/build/Network/Wai/Middleware/Local.dyn_o )
[12 of 39] Compiling Network.Wai.Middleware.MethodOverride ( Network/Wai/Middleware/MethodOverride.hs, dist/build/Network/Wai/Middleware/MethodOverride.dyn_o )
[13 of 39] Compiling Network.Wai.Middleware.MethodOverridePost ( Network/Wai/Middleware/MethodOverridePost.hs, dist/build/Network/Wai/Middleware/MethodOverridePost.dyn_o )

Network/Wai/Middleware/MethodOverridePost.hs:42:54: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
42 |     (("_method", Just newmethod):_) -> return $ req {requestBody = rb, requestMethod = newmethod}
   |                                                      ^^^^^^^^^^^

Network/Wai/Middleware/MethodOverridePost.hs:43:54: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
43 |     _                               -> return $ req {requestBody = rb}
   |                                                      ^^^^^^^^^^^
[14 of 39] Compiling Network.Wai.Middleware.RealIp ( Network/Wai/Middleware/RealIp.hs, dist/build/Network/Wai/Middleware/RealIp.dyn_o )
[15 of 39] Compiling Network.Wai.Middleware.RequestLogger.Internal ( Network/Wai/Middleware/RequestLogger/Internal.hs, dist/build/Network/Wai/Middleware/RequestLogger/Internal.dyn_o )
[16 of 39] Compiling Network.Wai.Middleware.RequestSizeLimit.Internal ( Network/Wai/Middleware/RequestSizeLimit/Internal.hs, dist/build/Network/Wai/Middleware/RequestSizeLimit/Internal.dyn_o )
[17 of 39] Compiling Network.Wai.Middleware.Rewrite ( Network/Wai/Middleware/Rewrite.hs, dist/build/Network/Wai/Middleware/Rewrite.dyn_o )
[18 of 39] Compiling Network.Wai.Middleware.Routed ( Network/Wai/Middleware/Routed.hs, dist/build/Network/Wai/Middleware/Routed.dyn_o )
[19 of 39] Compiling Network.Wai.Middleware.Select ( Network/Wai/Middleware/Select.hs, dist/build/Network/Wai/Middleware/Select.dyn_o )
[20 of 39] Compiling Network.Wai.Middleware.StreamFile ( Network/Wai/Middleware/StreamFile.hs, dist/build/Network/Wai/Middleware/StreamFile.dyn_o )
[21 of 39] Compiling Network.Wai.Middleware.StripHeaders ( Network/Wai/Middleware/StripHeaders.hs, dist/build/Network/Wai/Middleware/StripHeaders.dyn_o )
[22 of 39] Compiling Network.Wai.Middleware.Timeout ( Network/Wai/Middleware/Timeout.hs, dist/build/Network/Wai/Middleware/Timeout.dyn_o )
[23 of 39] Compiling Network.Wai.Middleware.Vhost ( Network/Wai/Middleware/Vhost.hs, dist/build/Network/Wai/Middleware/Vhost.dyn_o )
[24 of 39] Compiling Network.Wai.Parse ( Network/Wai/Parse.hs, dist/build/Network/Wai/Parse.dyn_o )

Network/Wai/Parse.hs:380:48: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
    |
380 |         Just rbt -> sinkRequestBodyEx o s rbt (requestBody r)
    |                                                ^^^^^^^^^^^
[25 of 39] Compiling Network.Wai.Request ( Network/Wai/Request.hs, dist/build/Network/Wai/Request.dyn_o )

Network/Wai/Request.hs:86:37: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
86 |                 then return $ req { requestBody = throwIO (RequestSizeException maxSize) }
   |                                     ^^^^^^^^^^^

Network/Wai/Request.hs:91:19: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
91 |                 { requestBody = do
   |                   ^^^^^^^^^^^

Network/Wai/Request.hs:92:27: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
92 |                     bs <- requestBody req
   |                           ^^^^^^^^^^^
[26 of 39] Compiling Network.Wai.Middleware.RequestSizeLimit ( Network/Wai/Middleware/RequestSizeLimit.hs, dist/build/Network/Wai/Middleware/RequestSizeLimit.dyn_o )
[27 of 39] Compiling Network.Wai.Middleware.ForceSSL ( Network/Wai/Middleware/ForceSSL.hs, dist/build/Network/Wai/Middleware/ForceSSL.dyn_o )
[28 of 39] Compiling Network.Wai.Middleware.ForceDomain ( Network/Wai/Middleware/ForceDomain.hs, dist/build/Network/Wai/Middleware/ForceDomain.dyn_o )
[29 of 39] Compiling Network.Wai.Middleware.Approot ( Network/Wai/Middleware/Approot.hs, dist/build/Network/Wai/Middleware/Approot.dyn_o )
[30 of 39] Compiling Network.Wai.Test.Internal ( Network/Wai/Test/Internal.hs, dist/build/Network/Wai/Test/Internal.dyn_o )
[31 of 39] Compiling Network.Wai.Test ( Network/Wai/Test.hs, dist/build/Network/Wai/Test.dyn_o )

Network/Wai/Test.hs:190:11: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
    |
190 |         { requestBody = atomicModifyIORef refChunks $ \bss ->
    |           ^^^^^^^^^^^
[32 of 39] Compiling Network.Wai.UrlMap ( Network/Wai/UrlMap.hs, dist/build/Network/Wai/UrlMap.dyn_o )
[33 of 39] Compiling Network.Wai.Util ( Network/Wai/Util.hs, dist/build/Network/Wai/Util.dyn_o )
[34 of 39] Compiling Network.Wai.Middleware.CombineHeaders ( Network/Wai/Middleware/CombineHeaders.hs, dist/build/Network/Wai/Middleware/CombineHeaders.dyn_o )
[35 of 39] Compiling Network.Wai.Header ( Network/Wai/Header.hs, dist/build/Network/Wai/Header.dyn_o )
[36 of 39] Compiling Network.Wai.Middleware.RequestLogger ( Network/Wai/Middleware/RequestLogger.hs, dist/build/Network/Wai/Middleware/RequestLogger.dyn_o )

Network/Wai/Middleware/RequestLogger.hs:403:20: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
    |
403 |   let req' = req { requestBody = rbody }
    |                    ^^^^^^^^^^^
[37 of 39] Compiling Network.Wai.Middleware.RequestLogger.JSON ( Network/Wai/Middleware/RequestLogger/JSON.hs, dist/build/Network/Wai/Middleware/RequestLogger/JSON.dyn_o )
[38 of 39] Compiling Network.Wai.Middleware.Gzip ( Network/Wai/Middleware/Gzip.hs, dist/build/Network/Wai/Middleware/Gzip.dyn_o )
[39 of 39] Compiling Network.Wai.Middleware.AcceptOverride ( Network/Wai/Middleware/AcceptOverride.hs, dist/build/Network/Wai/Middleware/AcceptOverride.dyn_o )
Preprocessing test suite 'spec' for wai-extra-3.1.13.0..
Building test suite 'spec' for wai-extra-3.1.13.0..
[ 1 of 14] Compiling Network.Wai.Middleware.ApprootSpec ( test/Network/Wai/Middleware/ApprootSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/ApprootSpec.dyn_o )
[ 2 of 14] Compiling Network.Wai.Middleware.CombineHeadersSpec ( test/Network/Wai/Middleware/CombineHeadersSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/CombineHeadersSpec.dyn_o )
[ 3 of 14] Compiling Network.Wai.Middleware.ForceSSLSpec ( test/Network/Wai/Middleware/ForceSSLSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/ForceSSLSpec.dyn_o )
[ 4 of 14] Compiling Network.Wai.Middleware.RealIpSpec ( test/Network/Wai/Middleware/RealIpSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/RealIpSpec.dyn_o )
[ 5 of 14] Compiling Network.Wai.Middleware.RequestSizeLimitSpec ( test/Network/Wai/Middleware/RequestSizeLimitSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/RequestSizeLimitSpec.dyn_o )

test/Network/Wai/Middleware/RequestSizeLimitSpec.hs:48:23: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
48 |                     , requestBody = return "a"
   |                       ^^^^^^^^^^^
[ 6 of 14] Compiling Network.Wai.Middleware.RoutedSpec ( test/Network/Wai/Middleware/RoutedSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/RoutedSpec.dyn_o )
[ 7 of 14] Compiling Network.Wai.Middleware.SelectSpec ( test/Network/Wai/Middleware/SelectSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/SelectSpec.dyn_o )
[ 8 of 14] Compiling Network.Wai.Middleware.StripHeadersSpec ( test/Network/Wai/Middleware/StripHeadersSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/StripHeadersSpec.dyn_o )
[ 9 of 14] Compiling Network.Wai.Middleware.TimeoutSpec ( test/Network/Wai/Middleware/TimeoutSpec.hs, dist/build/spec/spec-tmp/Network/Wai/Middleware/TimeoutSpec.dyn_o )
[10 of 14] Compiling Network.Wai.RequestSpec ( test/Network/Wai/RequestSpec.hs, dist/build/spec/spec-tmp/Network/Wai/RequestSpec.dyn_o )

test/Network/Wai/RequestSpec.hs:27:23: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
27 |                     , requestBody = return "repeat this chunk"
   |                       ^^^^^^^^^^^

test/Network/Wai/RequestSpec.hs:30:26: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
30 |             body <- try (requestBody checkedRequest)
   |                          ^^^^^^^^^^^

test/Network/Wai/RequestSpec.hs:40:23: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
40 |                     , requestBody = return "repeat this chunk"
   |                       ^^^^^^^^^^^

test/Network/Wai/RequestSpec.hs:43:36: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
43 |             body <- try (forever $ requestBody checkedRequest)
   |                                    ^^^^^^^^^^^
[11 of 14] Compiling Network.Wai.TestSpec ( test/Network/Wai/TestSpec.hs, dist/build/spec/spec-tmp/Network/Wai/TestSpec.dyn_o )

test/Network/Wai/TestSpec.hs:88:15: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
   |
88 |             { requestBody = getBodyChunk
   |               ^^^^^^^^^^^
[12 of 14] Compiling WaiExtraSpec     ( test/WaiExtraSpec.hs, dist/build/spec/spec-tmp/WaiExtraSpec.dyn_o )
[13 of 14] Compiling Network.Wai.ParseSpec ( test/Network/Wai/ParseSpec.hs, dist/build/spec/spec-tmp/Network/Wai/ParseSpec.dyn_o )

test/Network/Wai/ParseSpec.hs:285:51: warning: [-Wdeprecations]
    In the use of `requestBody'
    (imported from Network.Wai, but defined in Network.Wai.Internal):
    Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
    |
285 |     { requestHeaders = [("Content-Type", ctype)], requestBody = b
    |                                                   ^^^^^^^^^^^
[14 of 14] Compiling Main             ( test/Spec.hs, dist/build/spec/spec-tmp/Main.dyn_o )
Linking dist/build/spec/spec ...
Unregistering wai-extra-3.1.13.0...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/archlinux-ci/haskell-wai-extra-archlinuxrb-build-m8x0iw2z/haskell-wai-extra/trunk/pkg/haskell-wai-extra/usr/lib/ghc-9.0.2/site-local/wai-extra-3.1.13.0
==> 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-wai-extra"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-wai-extra 3.1.13.0-94 (Tue Nov  5 03:20:27 2024)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-wai-extra-archlinuxrb-build-m8x0iw2z
+ tee -a /srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b2/haskell-wai-extra/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/archlinux-ci/haskell-wai-extra-archlinuxrb-build-m8x0iw2z/haskell-wai-extra/trunk/haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b2/haskell-wai-extra/haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst'
Tue Nov  5 03:20:28 UTC 2024 - build #2 for haskell-wai-extra on osuosl2-amd64 done.
Tue Nov  5 03:20:28 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-B0g5PgNb, removing.
/srv/reproducible-results/archlinuxrb-build-m8x0iw2z:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct  3 20:55 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct  3 20:57 b2

/srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct  3 20:55 haskell-wai-extra

/srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b1/haskell-wai-extra:
total 472
-rw-r--r-- 1 jenkins jenkins  60811 Oct  3 20:55 build1.log
-rw-r--r-- 1 jenkins jenkins     12 Oct  3 20:55 build1.version
-rw-r--r-- 1 jenkins jenkins 407743 Oct  3 20:55 haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct  3 20:57 haskell-wai-extra

/srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b2/haskell-wai-extra:
total 464
-rw-r--r-- 1 jenkins jenkins  60010 Oct  3 20:57 build2.log
-rw-r--r-- 1 jenkins jenkins     12 Oct  3 20:57 build2.version
-rw-r--r-- 1 jenkins jenkins 407791 Oct  3 20:57 haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst
Tue Oct  3 20:57:35 UTC 2023 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b1/haskell-wai-extra/haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-m8x0iw2z/b2/haskell-wai-extra/haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst differ
Tue Oct  3 20:57:35 UTC 2023 - running diffoscope on the results now:
Tue Oct  3 20:57:36 UTC 2023 - Running diffoscope 250 now...
Tue Oct  3 20:57:45 UTC 2023 - diffoscope 250 found issues, please investigate haskell-wai-extra/haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst
Tue Oct  3 20:57:45 UTC 2023 - https://tests.reproducible-builds.org/archlinux/extra/haskell-wai-extra/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/haskell-wai-extra/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/haskell-wai-extra/pkg.build_duration, thus deleting it.
deleting haskell-wai-extra-3.1.13.0-94-x86_64.pkg.tar.zst.html as version is not 3.1.13.0-162
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: Connection refused
	Is the server running locally and accepting connections on that socket?
 empty, ignoring extra/haskell-wai-extra, failing hard.
Tue Oct  3 20:57:45 UTC 2023 - /srv/reproducible-results/archlinuxrb-build-m8x0iw2z deleted.
Tue Oct  3 20:57:45 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-1nWuYigY, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list