https://github.com/JuliaCI/julia-buildkite & https://github.com/JuliaLang/julia

[Compiler] use a slightly better (hopefully faster) bootstrap call

Failed in 3h 51m
upload test results i686-w64-mingw32echo "--- Downloading test results from test step" && buildkite-agent artifact download --step "test_i686-w64-mingw32" "results.tar.gz" . && tar -xzf results.tar.gz || true && echo "--- Uploading test results and assigning them to the test run" && export JOB_ID="$(buildkite-agent meta-data get BUILDKITE_TEST_JOB_ID_test_i686-w64-mingw32 || echo "unknown")" && echo "Test job ID: $JOB_ID" && shopt -s nullglob # Ensure empty glob does not return a literal string && for file in results*.json; do && echo "Uploading $file..." && # We can't use the test-collector plugin because it doesn't provide a way to set a custom `job_id` && curl \ && -X POST \ && --silent \ && --show-error \ && --max-time "30" \ && -H "Authorization: Token token=\"$BUILDKITE_ANALYTICS_TOKEN\"" \ && -F "data=@\"$file\"" \ && -F "format=json" \ && -F "run_env[CI]=buildkite" \ && -F "run_env[key]=\"$BUILDKITE_BUILD_ID\"" \ && -F "run_env[url]=\"$BUILDKITE_BUILD_URL\"" \ && -F "run_env[branch]=\"$BUILDKITE_BRANCH\"" \ && -F "run_env[commit_sha]=\"$BUILDKITE_COMMIT\"" \ && -F "run_env[number]=\"$BUILDKITE_BUILD_NUMBER\"" \ && -F "run_env[job_id]=\"$JOB_ID\"" \ && -F "run_env[message]=\“$BUILDKITE_MESSAGE\"" \ && -F "tags[job_group]=\"$BUILDKITE_GROUP_LABEL\"" \ && -F "tags[job_label]=\"$BUILDKITE_LABEL\"" \ && https://analytics-api.buildkite.com/v1/uploads && echo "" && done
Waited 3s
·
Ran in 18s
:linux: upload x86_64-linux-muslbash .buildkite/utilities/upload_julia.sh
Waited 10s
·
Ran in 29s
:windows: test i686-w64-mingw32bash .buildkite/utilities/test_julia.sh
Waited 32s
·
Ran in 3m 53s
:linux: build x86_64-linux-muslbash .buildkite/utilities/build_julia.sh
Waited 1m 9s
·
Ran in 33m 47s
:linux: test x86_64-linux-gnummtkbash .buildkite/utilities/test_julia.sh
Waited 58m 33s
·
Ran in 1h 31m
:linux: test x86_64-linux-muslbash .buildkite/utilities/test_julia.sh
Waited 48m 12s
·
Ran in 37s
Total Job Run Time: 1d 1h