TESTS is: Downloads --ci --skip ArgTools DelimitedFiles Distributed Downloads JuliaSyntaxHighlighting LazyArtifacts LibCURL LinearAlgebra NetworkOptions Pkg SHA SparseArrays Statistics StyledStrings SuiteSparse Tar
2025-10-23 19:54:08 UTC
USE_RR is:
2025-10-23 19:54:08 UTC
JL_TERM_TIMEOUT is: 110m
2025-10-23 19:54:08 UTC
EXTERNAL_STDLIBS_SKIPPED: ArgTools DelimitedFiles Distributed Downloads JuliaSyntaxHighlighting LazyArtifacts LibCURL LinearAlgebra NetworkOptions Pkg SHA SparseArrays Statistics StyledStrings SuiteSparse Tar
It would sort of nice if we could avoid passing --skip when passing in a specific test to run, as it is ambiguous what runtests.jl will do to implement that in the future. It also made the upload step return an error:
2025-10-23 12:54:23 INFO Searching for artifacts: "results.tar.gz" within step: "test_i686-linux-gnunet"
2025-10-23 19:54:23 UTC
buildkite-agent: fatal: failed to download artifacts: No artifacts found for downloading
2025-10-23 19:54:23 UTC
No test results found from test_i686-linux-gnunet
2025-10-23 19:54:23 UTC
This could mean:
2025-10-23 19:54:23 UTC
- The test step hasn't completed successfully yet
2025-10-23 19:54:23 UTC
- The test step failed and produced no results
2025-10-23 19:54:23 UTC
- This upload job was triggered manually before test completion
2025-10-23 19:54:23 UTC
You can re-run this job manually once test results are available.
https://buildkite.com/julialang/julia-master/builds/51630
It would sort of nice if we could avoid passing
--skipwhen passing in a specific test to run, as it is ambiguous what runtests.jl will do to implement that in the future. It also made the upload step return an error:https://buildkite.com/julialang/julia-master/builds/51630