Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-04, preview1-26628-03, master-20180629-0054, respectively (master) #18694

Merged

Conversation

dotnet-maestro-bot
Copy link

@dotnet-maestro-bot dotnet-maestro-bot commented Jun 28, 2018

/cc @dotnet/coreclr-auto-update-notify

@jkotas
Copy link
Member

jkotas commented Jun 28, 2018

@pjanotti Looks like dotnet/buildtools#2077 broke the CoreCLR build.

@pjanotti
Copy link

Looking...

@pjanotti
Copy link

I couldn't repro on my machine, it also seems related to perf runs (the failure on the Innerloop looks like a test failure). Noticed that on the perf run failures we are using VS2015 tooling (which is not the case for Innerloop).

BUILD: Searching for Visual Studio 2017 or 2015 installation
VS2017 not found, using VS2015

@dotnet-maestro-bot
Copy link
Author

Discarded fb96bc5: Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-02, preview1-26628-04, preview1-26628-03, master-20180628-0042, respectively

CI Status: 5:x: 17:heavy_check_mark: (click to expand)
  • Windows_NT x64 Checked Innerloop Build and Test Build finished. Details
  • Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ CentOS7.1 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ CentOS7.1 x64 Debug Innerloop Build Build finished. Details
  • ✔️ CROSS Check Build finished. Details
  • ✔️ license/cla All CLA requirements met. Details
  • ✔️ Linux-musl x64 Debug Build Build finished. Details
  • ✔️ OSX10.12 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Tizen armel Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm64 Cross Debug Innerloop Build Build finished. Details
  • ✔️ Ubuntu x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Checked CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Release CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x86 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x86 Release Innerloop Build and Test Build finished. Details
  • ✔️ WIP ready for review Details

@dotnet-maestro-bot dotnet-maestro-bot force-pushed the master-UpdateDependencies branch from fb96bc5 to 9e697a6 Compare June 29, 2018 01:01
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-02, preview1-26628-04, preview1-26628-03, master-20180628-0042, respectively (master) Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-02, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively (master) Jun 29, 2018
@pjanotti
Copy link

I got a repro using the VS2015 tools, let me see if I can fix instead of reverting my changes...

@pjanotti
Copy link

VS2015 tools are less forgiving: the two tasks that I added to tests.targets were under an ItemGroup and that is fine for VS2017 tools, but for VS2015 they need to be at the Target level.

@dotnet-maestro-bot
Copy link
Author

Discarded 9e697a6: Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-02, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively

CI Status: 4:x: 18:heavy_check_mark: (click to expand)
  • Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ CentOS7.1 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ CentOS7.1 x64 Debug Innerloop Build Build finished. Details
  • ✔️ CROSS Check Build finished. Details
  • ✔️ license/cla All CLA requirements met. Details
  • ✔️ Linux-musl x64 Debug Build Build finished. Details
  • ✔️ OSX10.12 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Tizen armel Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm64 Cross Debug Innerloop Build Build finished. Details
  • ✔️ Ubuntu x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Checked CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Release CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x86 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x86 Release Innerloop Build and Test Build finished. Details
  • ✔️ WIP ready for review Details

@dotnet-maestro-bot dotnet-maestro-bot changed the title Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-02, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively (master) Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively (master) Jun 29, 2018
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the master-UpdateDependencies branch from 9e697a6 to 7611a89 Compare June 29, 2018 05:00
@dotnet-maestro-bot
Copy link
Author

Discarded 7611a89: Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively

CI Status: 1:x: 21:heavy_check_mark: (click to expand)
  • OSX10.12 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ CentOS7.1 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ CentOS7.1 x64 Debug Innerloop Build Build finished. Details
  • ✔️ CROSS Check Build finished. Details
  • ✔️ license/cla All CLA requirements met. Details
  • ✔️ Linux-musl x64 Debug Build Build finished. Details
  • ✔️ Tizen armel Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm64 Cross Debug Innerloop Build Build finished. Details
  • ✔️ Ubuntu x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Checked CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x64 Release CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x86 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x86 Release Innerloop Build and Test Build finished. Details
  • ✔️ WIP ready for review Details

@dotnet-maestro-bot dotnet-maestro-bot force-pushed the master-UpdateDependencies branch from 7611a89 to e4af8f7 Compare June 29, 2018 08:12
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180628-0042, respectively (master) Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180629-0054, respectively (master) Jun 29, 2018
@dotnet-maestro-bot
Copy link
Author

Discarded e4af8f7: Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180629-0054, respectively

CI Status: 22:heavy_check_mark: (click to expand)
  • ✔️ CentOS7.1 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ CentOS7.1 x64 Debug Innerloop Build Build finished. Details
  • ✔️ CROSS Check Build finished. Details
  • ✔️ license/cla All CLA requirements met. Details
  • ✔️ Linux-musl x64 Debug Build Build finished. Details
  • ✔️ OSX10.12 x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Tizen armel Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm Cross Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu arm64 Cross Debug Innerloop Build Build finished. Details
  • ✔️ Ubuntu x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Ubuntu x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 Checked CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x64 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x64 Formatting Build finished. Details
  • ✔️ Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x64 Release CoreFX Tests Build finished. Details
  • ✔️ Windows_NT x86 Checked Innerloop Build and Test Build finished. Details
  • ✔️ Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness Build finished. Details
  • ✔️ Windows_NT x86 Release Innerloop Build and Test Build finished. Details
  • ✔️ WIP ready for review Details

…view1-26629-04, preview1-26628-03, master-20180629-0054, respectively
@dotnet-maestro-bot dotnet-maestro-bot changed the title Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-01, preview1-26628-03, master-20180629-0054, respectively (master) Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02929-01, preview1-26629-04, preview1-26628-03, master-20180629-0054, respectively (master) Jun 29, 2018
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the master-UpdateDependencies branch from e4af8f7 to ce022b0 Compare June 29, 2018 13:01
@stephentoub stephentoub merged commit d96ac2c into dotnet:master Jun 29, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…view1-26629-04, preview1-26628-03, master-20180629-0054, respectively (dotnet/coreclr#18694)

Commit migrated from dotnet/coreclr@d96ac2c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants