Notes for julia - reproducible builds result

Version annotated: 0.4.6-1
Identified issues:
Identifier: blacklisted_on_jenkins_armhf_only
Description Some packages have been blacklisted only on armhf in our test infrastructure
because their builds take too long on the tiny armhf boards we're using.
The mitigation against this is to add more architectures or to wait until
we test against the debian archive, when it will become sensible to raise
the 18h timeout for a single build.
Until his happens, please rely on the amd64, i386 and arm64 tests.
Comments: dbgsym binary package: Julia stdlib symbols are in unpredictable order in the debug symbols.
The input files are ordered in readdir() order [1], but it is unknown whether the julia
compiler is sensitive to order of arguments.
.
[1] https://sources.debian.net/src/julia/0.4.6-1/Makefile/#L179
.
main binary package: Inconclusive: there are differences, but it is unknown whether they are
fallout of the above issue or independent.
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).