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

Empty Brackets: [] in generated output #2746

Closed
wahmedswl opened this issue Sep 8, 2017 · 3 comments
Closed

Empty Brackets: [] in generated output #2746

wahmedswl opened this issue Sep 8, 2017 · 3 comments

Comments

@wahmedswl
Copy link

wahmedswl commented Sep 8, 2017

Description

It seems like latest version of Paket is include [] in the output produced

Expected behavior

Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  on gitlab-deployment (65b3c57f)
Using Shell executor...
Running on WIN-Q5OU5O5N8MG...
Cloning repository...
Cloning into 'D:/gitlab/builds/65b3c57f/0/Shared/Infrastructure'...
Checking out ddc0885a as develop...
Skipping Git submodules setup
$ build.bat
Checking Paket version (downloading latest stable)...
Copying version 5.92.5 from cache.
Done.
Paket version 5.92.5
Downloading 192.168.0.115_12345/:/api/v1/raw/Shared/References/raw/4e4774656a6ce2de3fca42c3293275bdc465cf27/References/Cake/utilities.cake utilities.cake to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket-files\192.168.0.115_12345\utilities.cake
Downloading 192.168.0.115_12345/:/api/v1/artifact/{REFS_BUILD}/Shared/References/{BUILD_ARCH}/net40/Odp/{ODP_VERSION}/{ODP_DLL} {ODP_DLL}.fs to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket-files\192.168.0.115_12345\{ODP_DLL}.fs
Resolving packages for group Main:
 - SharpRaven 2.1
 - Cake 0.21.1
 - GitInfo 2.0.1
 - xunit 2.2
 - xunit.abstractions 2.0.1
 - xunit.assert 2.2
 - xunit.core 2.2
 - xunit.extensibility.core 2.2
 - xunit.extensibility.execution 2.2
 - xunit.runner.console 2.2
 - Newtonsoft.Json 10.0.3
Locked version resolution written to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket.lock
Installing into projects:
 - Creating model and downloading packages.
Could not detect any platforms from '_desktop' in 'D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\packages\xunit.core\build\_desktop\xunit.execution.desktop.dll', please tell the package authors
 - Core/Core.csproj.paket.references -> Core/Core.csproj
 - Core.DB/Core.DB.csproj.paket.references -> Core.DB/Core.DB.csproj
Performance:
 - Resolver: 12 seconds (1 runs)
    - Runtime: 400 milliseconds
    - Blocked (retrieving package details): 271 milliseconds (9 times)
    - Blocked (retrieving package versions): 11 seconds (4 times)
    - Not Blocked (retrieving package versions): 7 times
    - Not Blocked (retrieving package details): 2 times
 - Disk IO: 4 seconds
 - Average Download Time: 88 milliseconds
 - Number of downloads: 2
 - Average Request Time: 3 seconds
 - Number of Requests: 18
 - Runtime: 19 seconds
Paket omitted '1' warnings similar to the ones above. You can see them in verbose mode

Actual behavior

Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  on gitlab-deployment (65b3c57f)
Using Shell executor...
Running on WIN-Q5OU5O5N8MG...
Cloning repository...
Cloning into 'D:/gitlab/builds/65b3c57f/0/Shared/Infrastructure'...
Checking out d0f76eb5 as develop...
Skipping Git submodules setup
$ build.bat -target=Unified -output=Y
Checking Paket version (downloading latest stable)...
Copying version 5.92.100 from cache.
Done.
Paket version 5.92.100
Downloading 192.168.0.115_12345/:/api/v1/raw/Shared/References/raw/4e4774656a6ce2de3fca42c3293275bdc465cf27/References/Cake/utilities.cake utilities.cake to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket-files\192.168.0.115_12345\utilities.cake
Downloading 192.168.0.115_12345/:/api/v1/artifact/{REFS_BUILD}/Shared/References/{BUILD_ARCH}/net40/Odp/{ODP_VERSION}/{ODP_DLL} {ODP_DLL}.fs to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket-files\192.168.0.115_12345\{ODP_DLL}.fs
Resolving packages for group Main:
 - SharpRaven 2.1
 - Cake 0.21.1
 - GitInfo 2.0.1
 - xunit 2.2
 - xunit.abstractions 2.0.1
 - xunit.assert 2.2
 - xunit.core 2.2
 - xunit.extensibility.core 2.2
 - xunit.extensibility.execution 2.2
 - xunit.runner.console 2.2
 - Newtonsoft.Json 10.0.3
Locked version resolution written to D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\paket.lock
Installing into projects:
 - Creating model and downloading packages.
Could not detect any platforms from '_desktop' in 'D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\packages\xunit.core\build\_desktop\xunit.execution.desktop.dll', please tell the package authors
 - Core/Core.csproj.paket.references -> Core/Core.csproj
D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\packages\GitInfo
[]
 - Core.DB/Core.DB.csproj.paket.references -> Core.DB/Core.DB.csproj
Performance:
 - Resolver: 8 seconds (1 runs)
    - Runtime: 392 milliseconds
    - Blocked (retrieving package details): 264 milliseconds (10 times)
    - Blocked (retrieving package versions): 7 seconds (4 times)
    - Not Blocked (retrieving package versions): 7 times
    - Not Blocked (retrieving package details): 1 times
 - Disk IO: 4 seconds
 - Average Download Time: 153 milliseconds
 - Number of downloads: 2
 - Average Request Time: 2 seconds
 - Number of Requests: 18
 - Runtime: 15 seconds
Paket omitted 1 warnings similar to the ones above. You can see them in verbose mode.

See

D:\gitlab\builds\65b3c57f\0\Shared\Infrastructure\packages\GitInfo
[]
@matthid
Copy link
Member

matthid commented Sep 8, 2017

oO can you post the depsfile or is this everywhere now?

@matthid
Copy link
Member

matthid commented Sep 8, 2017

depsfile is probably not enough we need a repro

@wahmedswl
Copy link
Author

wahmedswl commented Sep 8, 2017

Hi, @matthid thanks for your quick response. please find the attached minimal repro scenario
PaketRepScenario.zip

matthid added a commit that referenced this issue Sep 9, 2017
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

No branches or pull requests

2 participants