-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Azure Pipelines #1376
Setup Azure Pipelines #1376
Conversation
@gnzlbg: no appropriate reviewer found, use r? to override |
It's just sort of how it works but #1377 is the branch auto-created by azure pipelines, and it should be configured now. It may or may not require actually using that particular branch, I'm not sure? |
@alexcrichton I see an azure job here that appears to properly show errors in the CI script :) |
👍 Feel free to cc me if any further configuration is needed. |
☔ The latest upstream changes (presumably #1419) made this pull request unmergeable. Please resolve the merge conflicts. |
9e9f6d8
to
8e120de
Compare
So this is all green except for |
@gnzlbg it should be |
Ok, so this is ready. There are two build jobs failing, Semver Linux&OSX, but these are expected to fail since we did some breaking changes. I've tried to use I think we need to land the PR to rust-central-station for bors to start using azure pipelines for this repo. |
Yeah, it's not possible right now microsoft/azure-pipelines-tasks#9302 |
@mati865 I've tried to deploy your mingw appveyor linking fix without much luck - it also appears that the incorrect rustc version is being picked (1.35.0 as opposed to nightly). Any ideas ? |
This comment has been minimized.
This comment has been minimized.
Logs from previous builds are not available, they could have location of MSYS2. Maybe it's not installed or installed to different directory. |
ci/azure-install-rust.yml
Outdated
displayName: Find GCC libraries (windows) | ||
- script: | | ||
@echo on | ||
if defined MSYS_BITS for %%I in (crt2.o dllcrt2.o libmsvcrt.a) do xcopy /Y "C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\lib\%%I" "%USERPROFILE%\.rustup\toolchains\%TOOLCHAIN%-%TARGET%\lib\rustlib\%TARGET%\lib" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failed with path: C:\Users\VssAdministrator\.rustup\toolchains\-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib
%TOOLCHAIN%
is undefined 🤷♂️
This comment has been minimized.
This comment has been minimized.
📌 Commit bce9075 has been approved by |
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
💥 Test timed out |
This timeout appears to be correct. Azure Pipelines started executing some jobs, but at some point it hanged and stopped starting some of them. Cirrus-CI also appears to have hanged, with some jobs running for an unreasonable amount of time. I've cancelled the Azure jobs but cannot cancel the Cirrus one, so I'll wait till the queue there is clean and try again. |
@bors: retry |
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
Something is wrong with Azure:
|
💥 Test timed out |
I think the homu azure job is still running, but it is only running one concurrent task, probably because the i686-pc-windows-gnu task (https://dev.azure.com/rust-lang2/libc/_build/results?buildId=65) failed with:
|
@bors: retry |
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
@bors: retry |
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
@mati865 can you try again? |
Thanks, I can access it now. |
💥 Test timed out |
So Azure succeeded and bors properly registered it: 🎉 . Cirrus-CI is having issues (https://twitter.com/cirrus_labs/status/1159468906035023872), so I've canceled the builds for now. They will let us know when these issues are resolved. |
The Cirrus-CI issue should be resolved now. @bors: retry |
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, status-azure |
cc @alexcrichton this needs enabling Azure Pipelines for this repo