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

deployed fail #14

Open
meysam25 opened this issue May 15, 2020 · 2 comments
Open

deployed fail #14

meysam25 opened this issue May 15, 2020 · 2 comments

Comments

@meysam25
Copy link

hi,
can you help me plz
my log is :
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predicate)
at Deployer.Core.Scripting.Functions.Urls.GitHubLatestReleaseAsset.d__2.MoveNext() in d:\a\1\s\Source\Deployer.Core\Scripting\Functions\Urls\GitHubLatestReleaseAsset.cs:line 23
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CallSite.Target(Closure , CallSite , Object )
at SimpleScript.ReflectionMixin.d__0.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\ReflectionMixin.cs:line 19
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.Function.d__3.MoveNext() in d:\a\1\s\Source\Deployer.Core\Function.cs:line 29
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__8.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 67
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__9.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 77
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__8.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 61
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__9.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 77
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__5.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 43
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at SimpleScript.Runner.d__4.MoveNext() in d:\a\1\s\Source\SimpleScript\SimpleScript\Runner.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.WoaDeployer.d__14.MoveNext() in d:\a\1\s\Source\Deployer.Core\WoaDeployer.cs:line 71
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Core.WoaDeployer.d__11.MoveNext() in d:\a\1\s\Source\Deployer.Core\WoaDeployer.cs:line 43
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Gui.MainViewModel.<>c__DisplayClass9_0.<<-ctor>b__7>d.MoveNext() in d:\a\1\s\Source\Deployer.Gui\MainViewModel.cs:line 60

@Marcinoo97
Copy link
Contributor

First 5 lines of this log suggest that there was error with retriving github latest archive.

@DjArt
Copy link
Member

DjArt commented May 25, 2020

Part of log before this happens:

2020-05-26 03:30:05.928 +08:00 [Debug] Running process: { Command: "C:\WINDOWS\SysNative\dism.exe", Arguments: "/Apply-Image  /ImageFile:\"K:\sources\install.wim\" /Index:1 /ApplyDir:P:", workingDirectory: "" }
2020-05-26 04:07:13.763 +08:00 [Debug] End of process. Execution summary: { ExitCode: 0, OutputOutput: "", ErrorOutput: "" }
2020-05-26 04:07:13.780 +08:00 [Debug] Running process: { Command: "C:\WINDOWS\SysNative\bcdboot.exe", Arguments: "P:\Windows /f UEFI /s O: /l en-us", workingDirectory: "" }
2020-05-26 04:07:20.964 +08:00 [Debug] End of process. Execution summary: { ExitCode: 0, OutputOutput: "", ErrorOutput: "" }
2020-05-26 04:07:20.964 +08:00 [Debug] Running process: { Command: "C:\WINDOWS\SysNative\bcdedit.exe", Arguments: "/STORE \"O:EFI\Microsoft\Boot\BCD\" /set {default} testsigning on", workingDirectory: "" }
2020-05-26 04:07:21.257 +08:00 [Debug] End of process. Execution summary: { ExitCode: 0, OutputOutput: "", ErrorOutput: "" }
2020-05-26 04:07:21.257 +08:00 [Debug] Running process: { Command: "C:\WINDOWS\SysNative\bcdedit.exe", Arguments: "/STORE \"O:EFI\Microsoft\Boot\BCD\" /set {default} nointegritychecks on", workingDirectory: "" }
2020-05-26 04:07:21.423 +08:00 [Debug] End of process. Execution summary: { ExitCode: 0, OutputOutput: "", ErrorOutput: "" }
2020-05-26 04:07:29.818 +08:00 [Debug] Device Stream disposed
2020-05-26 04:08:06.662 +08:00 [Debug] Returning to D:\WOA\Deployer
2020-05-26 04:08:06.663 +08:00 [Error] Deployment failed

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

3 participants