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

bpart: Redesign representation of implicit imports

Failed in 2h 41m

Unable to open agent private key path 'C:\secrets/agent.key'! Make sure your agent has this file deployed within it!

upload test results x86_64-apple-darwinecho "--- Downloading test results from test step" && buildkite-agent artifact download --step "test_x86_64-apple-darwin" "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-apple-darwin || 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 11s
·
Ran in 18s
:linux: upload x86_64-linux-muslbash .buildkite/utilities/upload_julia.sh
Waited 8s
·
Ran in 28s
:windows: test i686-w64-mingw32bash .buildkite/utilities/test_julia.sh
Waited 1s
·
Ran in 1s
:linux: build x86_64-linux-muslbash .buildkite/utilities/build_julia.sh
Waited 5s
·
Ran in 19m 16s
:linux: test x86_64-linux-muslbash .buildkite/utilities/test_julia.sh
Waited 1s
·
Ran in 44s
:linux: test aarch64-linux-gnubash .buildkite/utilities/test_julia.sh
Waited 10s
·
Ran in 1h 34m
Total Job Run Time: 21h 23m