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

refactor: align RoundingFromZero with existing methods

Failed in 3h 15m
upload test results x86_64-w64-mingw32echo "--- Downloading test results from test step" && buildkite-agent artifact download --step "test_x86_64-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_x86_64-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 8s
·
Ran in 18s
:linux: upload x86_64-linux-muslbash .buildkite/utilities/upload_julia.sh
Waited 10s
·
Ran in 21s
:freebsd: test x86_64-unknown-freebsdbash .buildkite/utilities/test_julia.sh
Waited 1s
·
Ran in 1h 14m
:linux: build x86_64-linux-muslbash .buildkite/utilities/build_julia.sh
Waited 7m 52s
·
Ran in 36m 8s
:linux: test x86_64-linux-muslbash .buildkite/utilities/test_julia.sh
Waited 30m 29s
·
Ran in 34s
Total Job Run Time: 1d 0h