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

Common.Logging logging support #1413

Merged
merged 1 commit into from
Dec 24, 2015
Merged

Common.Logging logging support #1413

merged 1 commit into from
Dec 24, 2015

Conversation

derwasp
Copy link
Contributor

@derwasp derwasp commented Nov 9, 2015

I know that it is not the most important thing in the world, but I am using Common Logging in my project and I wanted to share this adapter.
I hope I didn't miss anything.

@Aaronontheweb
Copy link
Member

cc @Horusiath @forki weird, looks like Paket ran into an issue during restore:

[16:32:51][Step 1/1] Paket failed with:
[16:32:51][Step 1/1]    Could not download System.Threading.Tasks 4.0.10 from https://www.nuget.org/api/v2/package/System.Threading.Tasks/4.0.10.
[16:32:51][Step 1/1]     The process cannot access the file 'C:\Windows\system32\config\systemprofile\AppData\Local\NuGet\Cache\System.Threading.Tasks.4.0.10.nupkg' because it is being used by another process.
[16:32:51][Step 1/1] Process exited with code 1
[16:32:51][Step 1/1] Step FAKE Build (Command Line) failed

I'll kick off a new run of the build...

@forki
Copy link
Contributor

forki commented Nov 11, 2015

That's a weird error. Are there other processes running?

@Aaronontheweb
Copy link
Member

Not as far as I know - all of the build agents run on clean VMs (at least initially - they'll hang around if there's multiple builds queued up) and only run one job at a time.

@forki
Copy link
Contributor

forki commented Nov 11, 2015

mhm. I will try to investigate that part of the code. Maybe you can run
"paket restore -v" then we will get the stacktrace

2015-11-11 17:24 GMT+01:00 Aaron Stannard [email protected]:

Not as far as I know - all of the build agents run on clean VMs (at least
initially - they'll hang around if there's multiple builds queued up) and
only run one job at a time.


Reply to this email directly or view it on GitHub
#1413 (comment).

@forki
Copy link
Contributor

forki commented Nov 11, 2015

I added a bit more tracing around that thing

@derwasp
Copy link
Contributor Author

derwasp commented Nov 17, 2015

@Aaronontheweb is there something wrong with my code or is it only CI issue? It was building locally for me.

@Aaronontheweb
Copy link
Member

CI is having some problems right now :( - build server issue apparently

@rogeralsing
Copy link
Contributor

Is this one safe to pull in or are there any secret Paket related issues in here that I cant spot?
cc @Aaronontheweb

@derwasp
Copy link
Contributor Author

derwasp commented Dec 24, 2015

@rogeralsing I already changed everything to work with nuget, since you removed Paket. I did the last rebase 3 days ago because of some conflicts.

rogeralsing added a commit that referenced this pull request Dec 24, 2015
Common.Logging logging support
@rogeralsing rogeralsing merged commit e7b9d42 into akkadotnet:dev Dec 24, 2015
@rogeralsing
Copy link
Contributor

Thanks!

@forki
Copy link
Contributor

forki commented Dec 24, 2015

You removed paket?
On Dec 24, 2015 11:30, "Roger Johansson" [email protected] wrote:

Thanks!


Reply to this email directly or view it on GitHub
#1413 (comment).

@derwasp
Copy link
Contributor Author

derwasp commented Dec 24, 2015

@rogeralsing you are welcome

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