Skip to content
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

ConsoleApplication.E2ETest.TestDotnetPublish [FAIL] #4541

Closed
devigned opened this issue Dec 9, 2015 · 6 comments
Closed

ConsoleApplication.E2ETest.TestDotnetPublish [FAIL] #4541

devigned opened this issue Dec 9, 2015 · 6 comments
Assignees
Labels
Milestone

Comments

@devigned
Copy link

devigned commented Dec 9, 2015

Running ./build.sh from a fresh clone of master results in on OS X 10.11 "ConsoleApplication.E2ETest.TestDotnetPublish [FAIL]" (cmake version 3.4.1).

build output

xUnit.net console test runner (64-bit .NET Core)
Copyright (C) 2014 Outercurve Foundation.

Discovering: E2E
Discovered:  E2E
Starting:    E2E
Created new project in /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest.
Microsoft .NET Development Utility CoreClr-x64-1.0.0-rc1-16048

Restoring packages for /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.json
Installing System.IO.4.0.11-beta-23516
Writing lock file /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.lock.json
Restore complete, 3134ms elapsed
Compiling hellotest for DNXCore,Version=v5.0

Compilation succeeded.
    0 Warning(s)
    0 Error(s)

Time elapsed 00:00:00.9247817

   ConsoleApplication.E2ETest.TestDotnetCompile [FAIL]
      Assert.Equal() Failure
                ↓ (pos 0)
      Expected: Hello World!\n
      Actual:
                ↑ (pos 0)
      Stack Trace:
            at ConsoleApplication.E2ETest.TestOutputExecutable(String outputDir)
            at ConsoleApplication.E2ETest.TestDotnetCompile()
Created new project in /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest.
Microsoft .NET Development Utility CoreClr-x64-1.0.0-rc1-16048

Restoring packages for /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.json
Writing lock file /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.lock.json
Restore complete, 2320ms elapsed
Compiling hellotest for DNXCore,Version=v5.0

Compilation succeeded.
    0 Warning(s)
    0 Error(s)

Time elapsed 00:00:01.3039002

Input Assembly: /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/testbin/hellotest.dll
Created new project in /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest.
Microsoft .NET Development Utility CoreClr-x64-1.0.0-rc1-16048

Restoring packages for /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.json
Writing lock file /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.lock.json
Restore complete, 1994ms elapsed

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

   ConsoleApplication.E2ETest.TestDotnetRun [FAIL]
      Assert.Equal() Failure
      Expected: 0
      Actual:   134
      Stack Trace:
            at ConsoleApplication.E2ETest.TestRunCommand(String command, String args)
            at ConsoleApplication.E2ETest.TestDotnetRun()
Skipping Test for reason: https://github.com/dotnet/cli/issues/246
Created new project in /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest.
Microsoft .NET Development Utility CoreClr-x64-1.0.0-rc1-16048

Restoring packages for /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.json
Writing lock file /Users/david/devigned/cli/artifacts/osx.10.10-x64/e2etest/hellotest/project.lock.json
Restore complete, 2238ms elapsed
'' cannot be published for 'dnxcore50' 'osx.10.10-x64'
   ConsoleApplication.E2ETest.TestDotnetPublish [FAIL]
      Assert.Equal() Failure
      Expected: 0
      Actual:   1
      Stack Trace:
            at ConsoleApplication.E2ETest.TestRunCommand(String command, String args)
            at ConsoleApplication.E2ETest.TestDotnetPublish()
Finished:    E2E

=== TEST EXECUTION SUMMARY ===
   E2E  Total: 5, Errors: 0, Failed: 3, Skipped: 0, Time: 28.629s
@TheRealPiotrP
Copy link
Contributor

we need to get 10.11 added to CI to ferret out these issues. Looks like the RID for 10.11 isn't being mapped yet...

@krwq
Copy link
Member

krwq commented Dec 9, 2015

should we actually have separate RIDs for each version and subversion?

@davidfowl
Copy link
Member

I see this too.

@brthor
Copy link
Contributor

brthor commented Dec 9, 2015

Related #4534

@TheRealPiotrP
Copy link
Contributor

@MichaelSimons can you take a first crack at getting our RIDs in order for OS X?

@TheRealPiotrP
Copy link
Contributor

Tracking in dotnet/cli#498

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the Beta-Jan milestone Jan 31, 2020
rainersigwald pushed a commit that referenced this issue Jul 20, 2020
…5.7.0.6609 (#4541)

- NuGet.Build.Tasks: 5.7.0-preview.1.6592 -> 5.7.0-preview.1.6609

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants