[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_28 #9606
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Nov 2 10:19:00 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_armhf_28/9606/------------------------------------------
[...truncated 4916 lines...]
[ 8 of 36] Compiling Graphics.Rendering.Chart.Renderable ( Graphics/Rendering/Chart/Renderable.hs, dist-ghc/build/Graphics/Rendering/Chart/Renderable.o )
[ 9 of 36] Compiling Graphics.Rendering.Chart.Axis.Types ( Graphics/Rendering/Chart/Axis/Types.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Types.o )
[10 of 36] Compiling Graphics.Rendering.Chart.Axis.Floating ( Graphics/Rendering/Chart/Axis/Floating.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Floating.o )
Graphics/Rendering/Chart/Axis/Floating.hs:187:10: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the instance declaration for ‘Default (LinearAxisParams a)’
Graphics/Rendering/Chart/Axis/Floating.hs:250:10: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the instance declaration for ‘Default (LogAxisParams a)’
[11 of 36] Compiling Graphics.Rendering.Chart.Axis.Int ( Graphics/Rendering/Chart/Axis/Int.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Int.o )
[12 of 36] Compiling Graphics.Rendering.Chart.Axis.LocalTime ( Graphics/Rendering/Chart/Axis/LocalTime.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/LocalTime.o )
[13 of 36] Compiling Graphics.Rendering.Chart.Axis.Unit ( Graphics/Rendering/Chart/Axis/Unit.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Unit.o )
[14 of 36] Compiling Graphics.Rendering.Chart.Axis.Indexed ( Graphics/Rendering/Chart/Axis/Indexed.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Indexed.o )
[15 of 36] Compiling Graphics.Rendering.Chart.Axis ( Graphics/Rendering/Chart/Axis.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis.o )
[16 of 36] Compiling Graphics.Rendering.Chart.Grid ( Graphics/Rendering/Chart/Grid.hs, dist-ghc/build/Graphics/Rendering/Chart/Grid.o )
[17 of 36] Compiling Graphics.Rendering.Chart.Legend ( Graphics/Rendering/Chart/Legend.hs, dist-ghc/build/Graphics/Rendering/Chart/Legend.o )
[18 of 36] Compiling Graphics.Rendering.Chart.Plot.Types ( Graphics/Rendering/Chart/Plot/Types.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Types.o )
[19 of 36] Compiling Graphics.Rendering.Chart.Plot.Hidden ( Graphics/Rendering/Chart/Plot/Hidden.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Hidden.o )
[20 of 36] Compiling Graphics.Rendering.Chart.Plot.Lines ( Graphics/Rendering/Chart/Plot/Lines.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Lines.o )
[21 of 36] Compiling Graphics.Rendering.Chart.Plot.Vectors ( Graphics/Rendering/Chart/Plot/Vectors.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Vectors.o )
Graphics/Rendering/Chart/Plot/Vectors.hs:27: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()
Graphics/Rendering/Chart/Plot/Vectors.hs:62:1: warning: [-Wredundant-constraints]
• Redundant constraints: (PlotValue y, PlotValue x)
• In the type signature for:
mapGrid :: (PlotValue y, PlotValue x) =>
[(x, y)] -> ((x, y) -> (x, y)) -> [((x, y), (x, y))]
[22 of 36] Compiling Graphics.Rendering.Chart.Plot.Points ( Graphics/Rendering/Chart/Plot/Points.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Points.o )
[23 of 36] Compiling Graphics.Rendering.Chart.Plot.FillBetween ( Graphics/Rendering/Chart/Plot/FillBetween.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/FillBetween.o )
[24 of 36] Compiling Graphics.Rendering.Chart.Plot.ErrBars ( Graphics/Rendering/Chart/Plot/ErrBars.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/ErrBars.o )
[25 of 36] Compiling Graphics.Rendering.Chart.Plot.Candle ( Graphics/Rendering/Chart/Plot/Candle.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Candle.o )
[26 of 36] Compiling Graphics.Rendering.Chart.Plot.Bars ( Graphics/Rendering/Chart/Plot/Bars.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Bars.o )
[27 of 36] Compiling Graphics.Rendering.Chart.Plot.Annotation ( Graphics/Rendering/Chart/Plot/Annotation.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Annotation.o )
[28 of 36] Compiling Graphics.Rendering.Chart.Plot.AreaSpots ( Graphics/Rendering/Chart/Plot/AreaSpots.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/AreaSpots.o )
Graphics/Rendering/Chart/Plot/AreaSpots.hs:162:5: warning: [-Wredundant-constraints]
• Redundant constraint: Show t
• In the type signature for:
scaleMax :: (PlotValue z1, PlotValue t1, Show t1) =>
Double -> Int -> [(x1, y1, z1, t1)] -> [(x1, y1, Double, Int)]
In an equation for ‘renderAreaSpots4D’:
renderAreaSpots4D p pmap
= forM_
(scaleMax
(_area_spots_4d_max_radius p ^ (2 :: Integer))
(length (_area_spots_4d_palette p))
(_area_spots_4d_values p))
(\ (x, y, z, t)
-> do { let ...;
let ...;
.... })
where
scaleMax ::
(PlotValue z, PlotValue t, Show t) =>
Double -> Int -> [(x, y, z, t)] -> [(x, y, Double, Int)]
scaleMax n c points = let ... in map (\ (x, y, z, t) -> ...) points
[29 of 36] Compiling Graphics.Rendering.Chart.Plot.Pie ( Graphics/Rendering/Chart/Plot/Pie.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Pie.o )
[30 of 36] Compiling Graphics.Rendering.Chart.Plot.Histogram ( Graphics/Rendering/Chart/Plot/Histogram.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Histogram.o )
Graphics/Rendering/Chart/Plot/Histogram.hs:122:1: warning: [-Wredundant-constraints]
• Redundant constraint: RealFrac x
• In the type signature for:
buildHistPath :: (RealFrac x, Num y) =>
PointMapFn x y -> [((x, x), y)] -> Path
[31 of 36] Compiling Graphics.Rendering.Chart.Plot ( Graphics/Rendering/Chart/Plot.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot.o )
[32 of 36] Compiling Graphics.Rendering.Chart.Layout ( Graphics/Rendering/Chart/Layout.hs, dist-ghc/build/Graphics/Rendering/Chart/Layout.o )
[33 of 36] Compiling Graphics.Rendering.Chart.SparkLine ( Graphics/Rendering/Chart/SparkLine.hs, dist-ghc/build/Graphics/Rendering/Chart/SparkLine.o )
[34 of 36] Compiling Graphics.Rendering.Chart.State ( Graphics/Rendering/Chart/State.hs, dist-ghc/build/Graphics/Rendering/Chart/State.o )
[35 of 36] Compiling Graphics.Rendering.Chart ( Graphics/Rendering/Chart.hs, dist-ghc/build/Graphics/Rendering/Chart.o )
[36 of 36] Compiling Graphics.Rendering.Chart.Easy ( Graphics/Rendering/Chart/Easy.hs, dist-ghc/build/Graphics/Rendering/Chart/Easy.o )
Graphics/Rendering/Chart/Easy.hs:99:1: warning: [-Wredundant-constraints]
• Redundant constraint: PlotValue x
• In the type signature for:
bars :: (PlotValue x, BarsPlotValue y) =>
[String] -> [(x, [y])] -> EC l (PlotBars x y)
[ 1 of 36] Compiling Numeric.Histogram ( Numeric/Histogram.hs, dist-ghc/build/Numeric/Histogram.p_o )
[ 2 of 36] Compiling Graphics.Rendering.Chart.Utils ( Graphics/Rendering/Chart/Utils.hs, dist-ghc/build/Graphics/Rendering/Chart/Utils.p_o )
[ 3 of 36] Compiling Graphics.Rendering.Chart.Geometry ( Graphics/Rendering/Chart/Geometry.hs, dist-ghc/build/Graphics/Rendering/Chart/Geometry.p_o )
[ 4 of 36] Compiling Graphics.Rendering.Chart.Backend.Types ( Graphics/Rendering/Chart/Backend/Types.hs, dist-ghc/build/Graphics/Rendering/Chart/Backend/Types.p_o )
[ 5 of 36] Compiling Graphics.Rendering.Chart.Backend.Impl ( Graphics/Rendering/Chart/Backend/Impl.hs, dist-ghc/build/Graphics/Rendering/Chart/Backend/Impl.p_o )
[ 6 of 36] Compiling Graphics.Rendering.Chart.Backend ( Graphics/Rendering/Chart/Backend.hs, dist-ghc/build/Graphics/Rendering/Chart/Backend.p_o )
[ 7 of 36] Compiling Graphics.Rendering.Chart.Drawing ( Graphics/Rendering/Chart/Drawing.hs, dist-ghc/build/Graphics/Rendering/Chart/Drawing.p_o )
[ 8 of 36] Compiling Graphics.Rendering.Chart.Renderable ( Graphics/Rendering/Chart/Renderable.hs, dist-ghc/build/Graphics/Rendering/Chart/Renderable.p_o )
[ 9 of 36] Compiling Graphics.Rendering.Chart.Axis.Types ( Graphics/Rendering/Chart/Axis/Types.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Types.p_o )
[10 of 36] Compiling Graphics.Rendering.Chart.Axis.Floating ( Graphics/Rendering/Chart/Axis/Floating.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Floating.p_o )
Graphics/Rendering/Chart/Axis/Floating.hs:187:10: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the instance declaration for ‘Default (LinearAxisParams a)’
Graphics/Rendering/Chart/Axis/Floating.hs:250:10: warning: [-Wredundant-constraints]
• Redundant constraint: Show a
• In the instance declaration for ‘Default (LogAxisParams a)’
[11 of 36] Compiling Graphics.Rendering.Chart.Axis.Int ( Graphics/Rendering/Chart/Axis/Int.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Int.p_o )
[12 of 36] Compiling Graphics.Rendering.Chart.Axis.LocalTime ( Graphics/Rendering/Chart/Axis/LocalTime.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/LocalTime.p_o )
[13 of 36] Compiling Graphics.Rendering.Chart.Axis.Unit ( Graphics/Rendering/Chart/Axis/Unit.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Unit.p_o )
[14 of 36] Compiling Graphics.Rendering.Chart.Axis.Indexed ( Graphics/Rendering/Chart/Axis/Indexed.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis/Indexed.p_o )
[15 of 36] Compiling Graphics.Rendering.Chart.Axis ( Graphics/Rendering/Chart/Axis.hs, dist-ghc/build/Graphics/Rendering/Chart/Axis.p_o )
[16 of 36] Compiling Graphics.Rendering.Chart.Grid ( Graphics/Rendering/Chart/Grid.hs, dist-ghc/build/Graphics/Rendering/Chart/Grid.p_o )
[17 of 36] Compiling Graphics.Rendering.Chart.Legend ( Graphics/Rendering/Chart/Legend.hs, dist-ghc/build/Graphics/Rendering/Chart/Legend.p_o )
[18 of 36] Compiling Graphics.Rendering.Chart.Plot.Types ( Graphics/Rendering/Chart/Plot/Types.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Types.p_o )
[19 of 36] Compiling Graphics.Rendering.Chart.Plot.Hidden ( Graphics/Rendering/Chart/Plot/Hidden.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Hidden.p_o )
[20 of 36] Compiling Graphics.Rendering.Chart.Plot.Lines ( Graphics/Rendering/Chart/Plot/Lines.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Lines.p_o )
[21 of 36] Compiling Graphics.Rendering.Chart.Plot.Vectors ( Graphics/Rendering/Chart/Plot/Vectors.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Vectors.p_o )
Graphics/Rendering/Chart/Plot/Vectors.hs:27: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()
Graphics/Rendering/Chart/Plot/Vectors.hs:62:1: warning: [-Wredundant-constraints]
• Redundant constraints: (PlotValue y, PlotValue x)
• In the type signature for:
mapGrid :: (PlotValue y, PlotValue x) =>
[(x, y)] -> ((x, y) -> (x, y)) -> [((x, y), (x, y))]
[22 of 36] Compiling Graphics.Rendering.Chart.Plot.Points ( Graphics/Rendering/Chart/Plot/Points.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Points.p_o )
[23 of 36] Compiling Graphics.Rendering.Chart.Plot.FillBetween ( Graphics/Rendering/Chart/Plot/FillBetween.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/FillBetween.p_o )
[24 of 36] Compiling Graphics.Rendering.Chart.Plot.ErrBars ( Graphics/Rendering/Chart/Plot/ErrBars.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/ErrBars.p_o )
[25 of 36] Compiling Graphics.Rendering.Chart.Plot.Candle ( Graphics/Rendering/Chart/Plot/Candle.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Candle.p_o )
[26 of 36] Compiling Graphics.Rendering.Chart.Plot.Bars ( Graphics/Rendering/Chart/Plot/Bars.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Bars.p_o )
[27 of 36] Compiling Graphics.Rendering.Chart.Plot.Annotation ( Graphics/Rendering/Chart/Plot/Annotation.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Annotation.p_o )
[28 of 36] Compiling Graphics.Rendering.Chart.Plot.AreaSpots ( Graphics/Rendering/Chart/Plot/AreaSpots.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/AreaSpots.p_o )
Graphics/Rendering/Chart/Plot/AreaSpots.hs:162:5: warning: [-Wredundant-constraints]
• Redundant constraint: Show t
• In the type signature for:
scaleMax :: (PlotValue z1, PlotValue t1, Show t1) =>
Double -> Int -> [(x1, y1, z1, t1)] -> [(x1, y1, Double, Int)]
In an equation for ‘renderAreaSpots4D’:
renderAreaSpots4D p pmap
= forM_
(scaleMax
(_area_spots_4d_max_radius p ^ (2 :: Integer))
(length (_area_spots_4d_palette p))
(_area_spots_4d_values p))
(\ (x, y, z, t)
-> do { let ...;
let ...;
.... })
where
scaleMax ::
(PlotValue z, PlotValue t, Show t) =>
Double -> Int -> [(x, y, z, t)] -> [(x, y, Double, Int)]
scaleMax n c points = let ... in map (\ (x, y, z, t) -> ...) points
[29 of 36] Compiling Graphics.Rendering.Chart.Plot.Pie ( Graphics/Rendering/Chart/Plot/Pie.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Pie.p_o )
[30 of 36] Compiling Graphics.Rendering.Chart.Plot.Histogram ( Graphics/Rendering/Chart/Plot/Histogram.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot/Histogram.p_o )
Graphics/Rendering/Chart/Plot/Histogram.hs:122:1: warning: [-Wredundant-constraints]
• Redundant constraint: RealFrac x
• In the type signature for:
buildHistPath :: (RealFrac x, Num y) =>
PointMapFn x y -> [((x, x), y)] -> Path
[31 of 36] Compiling Graphics.Rendering.Chart.Plot ( Graphics/Rendering/Chart/Plot.hs, dist-ghc/build/Graphics/Rendering/Chart/Plot.p_o )
[32 of 36] Compiling Graphics.Rendering.Chart.Layout ( Graphics/Rendering/Chart/Layout.hs, dist-ghc/build/Graphics/Rendering/Chart/Layout.p_o )
[33 of 36] Compiling Graphics.Rendering.Chart.SparkLine ( Graphics/Rendering/Chart/SparkLine.hs, dist-ghc/build/Graphics/Rendering/Chart/SparkLine.p_o )
[34 of 36] Compiling Graphics.Rendering.Chart.State ( Graphics/Rendering/Chart/State.hs, dist-ghc/build/Graphics/Rendering/Chart/State.p_o )
[35 of 36] Compiling Graphics.Rendering.Chart ( Graphics/Rendering/Chart.hs, dist-ghc/build/Graphics/Rendering/Chart.p_o )
[36 of 36] Compiling Graphics.Rendering.Chart.Easy ( Graphics/Rendering/Chart/Easy.hs, dist-ghc/build/Graphics/Rendering/Chart/Easy.p_o )
Graphics/Rendering/Chart/Easy.hs:99:1: warning: [-Wredundant-constraints]
• Redundant constraint: PlotValue x
• In the type signature for:
bars :: (PlotValue x, BarsPlotValue y) =>
[String] -> [(x, [y])] -> EC l (PlotBars x y)
touch build-ghc-stamp
DEB_ENABLE_TESTS not set to yes, not running any tests.
touch check-ghc-stamp
. /usr/share/haskell-devscripts/Dh_Haskell.sh &&\
haddock_recipe
Running debian/hlibrary.setup haddock --builddir=dist-ghc --with-haddock=/usr/bin/haddock --with-ghc=ghc --verbose=2 --html --hoogle --haddock-options=\"--mathjax=file:///usr/share/javascript/mathjax/MathJax.js\" --hyperlink-source
/usr/bin/haddock --version
/usr/bin/ghc --numeric-version
Running Haddock for Chart-1.8.1...
/usr/bin/haddock --ghc-version '--mathjax=file:///usr/share/javascript/mathjax/MathJax.js'
creating dist-ghc/build
creating dist-ghc/build/autogen
Running hscolour for Chart-1.8.1...
creating dist-ghc/doc/html/Chart
creating dist-ghc/doc/html
creating dist-ghc/doc
creating dist-ghc/doc/html
creating dist-ghc/doc/html/Chart
Preprocessing library Chart-1.8.1...
creating dist-ghc/doc/html/Chart/src
/usr/bin/HsColour -print-css -odist-ghc/doc/html/Chart/src/hscolour.css
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart.html Graphics/Rendering/Chart.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Drawing.html Graphics/Rendering/Chart/Drawing.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Geometry.html Graphics/Rendering/Chart/Geometry.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Utils.html Graphics/Rendering/Chart/Utils.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Renderable.html Graphics/Rendering/Chart/Renderable.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis.html Graphics/Rendering/Chart/Axis.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-Floating.html Graphics/Rendering/Chart/Axis/Floating.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-Indexed.html Graphics/Rendering/Chart/Axis/Indexed.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-Int.html Graphics/Rendering/Chart/Axis/Int.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-LocalTime.html Graphics/Rendering/Chart/Axis/LocalTime.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-Types.html Graphics/Rendering/Chart/Axis/Types.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Axis-Unit.html Graphics/Rendering/Chart/Axis/Unit.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Layout.html Graphics/Rendering/Chart/Layout.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Legend.html Graphics/Rendering/Chart/Legend.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Grid.html Graphics/Rendering/Chart/Grid.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot.html Graphics/Rendering/Chart/Plot.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Types.html Graphics/Rendering/Chart/Plot/Types.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Annotation.html Graphics/Rendering/Chart/Plot/Annotation.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-AreaSpots.html Graphics/Rendering/Chart/Plot/AreaSpots.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Bars.html Graphics/Rendering/Chart/Plot/Bars.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Candle.html Graphics/Rendering/Chart/Plot/Candle.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-ErrBars.html Graphics/Rendering/Chart/Plot/ErrBars.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-FillBetween.html Graphics/Rendering/Chart/Plot/FillBetween.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Hidden.html Graphics/Rendering/Chart/Plot/Hidden.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Lines.html Graphics/Rendering/Chart/Plot/Lines.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Vectors.html Graphics/Rendering/Chart/Plot/Vectors.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Pie.html Graphics/Rendering/Chart/Plot/Pie.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Points.html Graphics/Rendering/Chart/Plot/Points.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Plot-Histogram.html Graphics/Rendering/Chart/Plot/Histogram.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-SparkLine.html Graphics/Rendering/Chart/SparkLine.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Backend.html Graphics/Rendering/Chart/Backend.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Backend-Impl.html Graphics/Rendering/Chart/Backend/Impl.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Backend-Types.html Graphics/Rendering/Chart/Backend/Types.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-Easy.html Graphics/Rendering/Chart/Easy.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Graphics-Rendering-Chart-State.html Graphics/Rendering/Chart/State.hs
/usr/bin/HsColour -css -anchor -odist-ghc/doc/html/Chart/src/Numeric-Histogram.html Numeric/Histogram.hs
/usr/bin/ghc --print-libdir
Preprocessing library Chart-1.8.1...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: StateVar-1.1.0.4, adjunctions-4.3,
base-orphans-0.5.4, bifunctors-5.4.1, comonad-5, contravariant-1.4,
distributive-0.5.0.2, exceptions-0.8.3, free-4.12.4, hashable-1.2.4.0,
kan-extensions-5.0.1, parallel-3.2.1.0, prelude-extras-0.4.0.3,
primitive-0.6.1.0, profunctors-5.2, reflection-2.1.2, semigroupoids-5.1,
semigroups-0.18.2, stm-2.4.4.1, tagged-0.8.5, text-1.2.2.1,
transformers-compat-0.5.1.4, unordered-containers-0.2.7.1, void-0.7.1
creating dist-ghc/doc/html/Chart
/usr/bin/haddock '@dist-ghc/doc/html/Chart/haddock-response16816927771714636915.txt' '--mathjax=file:///usr/share/javascript/mathjax/MathJax.js'
/srv/reproducible-results/rbuild-debian-TUO4vGzg/tmp.Vgk5zF9EAi: FATAL: null
java.lang.NullPointerException
at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:173)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1720)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
More information about the Qa-jenkins-scm
mailing list