mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
326 stars 52 forks source link

Build: tests failing on mono 3.6, CentOS 6.5, F# 3.1 #24

Closed haf closed 8 years ago

haf commented 10 years ago

Hi again =)

https://tc-oss.intelliplan.net/viewLog.html?buildId=456&buildTypeId=FSharp_FsPickler_Build&tab=buildLog

Snip:

[20:51:05][Step 1/1] 1) Building /opt/teamcity-agent/work/16689743ff57dcb9/FsPickler.sln failed with exitcode 1.
[20:51:05][Step 1/1] 2) : /usr/lib/mono/xbuild/12.0/bin/Microsoft.Common.targets(0,0): Cannot copy /opt/teamcity-agent/work/16689743ff57dcb9/tests/FsPickler.Tests/app.config to /opt/teamcity-agent/work/16689743ff57dcb9/bin/FsPickler.Tests.dll.config, as the source file doesn't exist.
[20:51:05][Step 1/1] 3) CS1705: CSC(0,0): Assembly `FsPickler.Json, Version=0.9.11.0, Culture=neutral, PublicKeyToken=null' references `FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version number than imported assembly `FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[20:51:06][Step 1/1] Process exited with code 42

I've set this up free of charge because I use this software at work and I have an interest in it being stable. If you sign up with a user and e-mail I can make you the administrator of your project which will let you get e-mail when something breaks.

Relevant to https://github.com/fsharp/fsharp/issues/317

eiriktsarpalis commented 10 years ago

Thanks, I've signed up.

This looks like a case sensitivity issue, I have pushed a commit that attempts to fix it.

eiriktsarpalis commented 10 years ago

As in https://github.com/nessos/UnionArgParser/issues/16, the failure seems to be happening due to a failure in binding redirects