Skip to content

Fix baseline error#10051

Merged
vicroms merged 8 commits intomicrosoft:masterfrom
JackBoosY:dev/jack/fix_osx_build_20200213
Feb 20, 2020
Merged

Fix baseline error#10051
vicroms merged 8 commits intomicrosoft:masterfrom
JackBoosY:dev/jack/fix_osx_build_20200213

Conversation

@JackBoosY
Copy link
Contributor

@JackBoosY JackBoosY commented Feb 13, 2020

osg needs to add features example and plugin, I will open a new PR(#10082) to handle.

Related: #10044 #10043 #10042 #10049 #10050 #10055

@JackBoosY JackBoosY marked this pull request as ready for review February 13, 2020 14:35
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@PhoebeHui PhoebeHui added info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. and removed info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. labels Feb 13, 2020
@PhoebeHui
Copy link
Contributor

xlnt failed with x86-windows and arm-uwp, it seems a fake issue, passed on locally testing.

@vicroms
Copy link
Member

vicroms commented Feb 14, 2020

It might be a problem with the downloads cache in the CI machines then.

Building package xlnt[core]:x86-windows...
Could not locate cached archive: C:\vsts\_work\3\s\archives\1c\1cfdc355df699185185fc38a2656d62e0d3809a3.zip
-- Using cached C:/vsts/_work/3/s/downloads/tfussell-xlnt-v1.4.0.tar.gz
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:99 (message):
  
  File does not have expected hash:

          File path: [ C:/vsts/_work/3/s/downloads/tfussell-xlnt-v1.4.0.tar.gz ]
      Expected hash: [ 110808064e6c07df83a3ab215f540ff2e2388e22ea7acd78e5872249a66011863c2c551ba741f585f127fe9ad944390df7b27fa7d0bd0948ebe58e96dcc28f81 ]
        Actual hash: [ 74abbee97994098fb7d8fd0839929db74fe01b8428f8bdb8edd28340d3b3ed04d4c7d6dd5d886ae766054ff1b0fe9a8275098a1462e7a5146ff09f1cdb063360 ]

@PhoebeHui
Copy link
Contributor

@vicroms, thanks for taking a look at this issue!
For xlnt, it seems that Jack updated the hash for fixing the issue, and it passed on other platform except x86-windows and arm-uwp, which looks expect the old hash value.

@PhoebeHui
Copy link
Contributor

osg affect by dcmtk.

LLVM failed with following failure:
CMake Error at lib/OptRemarks/cmake_install.cmake:36 (file):
file INSTALL cannot copy file
"C:/vsts/_work/4/s/buildtrees/llvm/x64-windows-static-rel/lib/LLVMOptRemarks.lib"
to
"C:/vsts/_work/4/s/packages/llvm_x64-windows-static/lib/LLVMOptRemarks.lib".
Call Stack (most recent call first):
lib/cmake_install.cmake:52 (include)
cmake_install.cmake:56 (include)

@@ -1,4 +1,4 @@
Source: qt5-tools
Version: 5.12.5-3
Version: 5.12.5-4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have build failures in qt5-tools it is probably a hidden dependency in qt5-base. You can check the *.prl files for the required dependencies.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LINK : fatal error LNK1104: cannot open file 'C:\vsts\_work\4\s\installed\x64-windows-static\debug\lib\Qt5Cored.lib'

This should be a fake error.

@JackBoosY
Copy link
Contributor Author

@ras0219-msft

C:/vsts/_work/3/s/buildtrees/llvm/x64-windows-static-rel/lib/clangToolingASTDiff.lib
LINK : fatal error LNK1104: cannot open file 'C:\vsts\_work\4\s\installed\x64-windows-static\debug\lib\Qt5Cored.lib'

I can't repro it on my machine, could you take a look?

@JackBoosY JackBoosY changed the title Fix osx baseline Fix baseline error Feb 15, 2020
@JackBoosY JackBoosY mentioned this pull request Feb 16, 2020
@JackBoosY
Copy link
Contributor Author

@ras0219-msft Seems bloked on osx pipeline test.

@PhoebeHui
Copy link
Contributor

Only llvm issue left, @vicroms @ras0219-msft, could you help have a look? we could not repro this issue locally.

LLVM failed with following failure:
CMake Error at lib/OptRemarks/cmake_install.cmake:36 (file):
file INSTALL cannot copy file
"C:/vsts/_work/4/s/buildtrees/llvm/x64-windows-static-rel/lib/LLVMOptRemarks.lib"
to
"C:/vsts/_work/4/s/packages/llvm_x64-windows-static/lib/LLVMOptRemarks.lib".
Call Stack (most recent call first):
lib/cmake_install.cmake:52 (include)
cmake_install.cmake:56 (include)

@vicroms
Copy link
Member

vicroms commented Feb 19, 2020

Retrying...

@vicroms
Copy link
Member

vicroms commented Feb 20, 2020

Two hours later

-- Using cached C:/vsts/_work/4/s/downloads/llvm-8.0.0.src.tar.xz
-- Extracting source C:/vsts/_work/4/s/downloads/llvm-8.0.0.src.tar.xz
-- Applying patch install-llvm-modules-to-share.patch
-- Applying patch fix-linux-build.patch
-- Using source at C:/vsts/_work/4/s/buildtrees/llvm/src/llvm-8-1465978786
-- Using cached C:/vsts/_work/4/s/downloads/cfe-8.0.0.src.tar.xz
-- Extracting source C:/vsts/_work/4/s/downloads/cfe-8.0.0.src.tar.xz
-- Applying patch fix-build-error.patch
-- Applying patch install-clang-modules-to-share.patch
-- Using source at C:/vsts/_work/4/s/buildtrees/llvm/src/cfe-8-a977195bae
-- Configuring x64-windows-static
-- Building x64-windows-static-dbg
-- Building x64-windows-static-rel
-- Installing: C:/vsts/_work/4/s/packages/llvm_x64-windows-static/share/llvm/copyright
-- Performing post-build validation
-- Performing post-build validation done

@vicroms vicroms merged commit 9db90b3 into microsoft:master Feb 20, 2020
@JackBoosY JackBoosY deleted the dev/jack/fix_osx_build_20200213 branch February 20, 2020 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants