I am upgrading a package to Julia 0.6.2, and I noticed deprecation warnings in the Travis logs that are not present when I run the tests locally.
The output from the local run (both stdout and errout) is here, and the output from the Travis log is here. The deprecation warning on line 480 of the Travis log does not appear in the output for the local run.
The output from `versioninfo()’ is
Julia Version 0.6.2
Commit d386e40* (2017-12-13 18:08 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Prescott)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
and shows the versions of Julia on Travis and my local machine are exactly the same. I’m rather stumped as to what would cause this. The package can be found here, using the upgrade_0.6
branch.