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

Package verifier - log cuts off and test fails well before timout #26

Open
TheCakeIsNaOH opened this issue Mar 19, 2021 · 3 comments
Open
Labels
0 - _Triaging New tickets that need to be hashed out a bit more before they hit the backlog. Bug Tickets that represent defects/bugs.

Comments

@TheCakeIsNaOH
Copy link
Member

Sometimes in the package verifier testing, the install log will cut off at a random point well before the timout limit. So perhaps 10-15 minutes into the test, observed via the timestamps.

Examples:
Jellyfin
brim

Note:

If the log ends with a line where the installer for the software is called, it is most likely a problem with the software installer, and not this issue. In most cases where this happens, the installer was not silent, and it is hanging waiting for user input, but in rare cases also possible that it takes so long that it times out the test before it finishes.

@AdmiringWorm
Copy link
Member

I don't think it is anything to do with the installer itself, but rather something with the VM that the verifier runs on (although I can be wrong about that).

For the brim package, the last log line is from before the script is even called (looks to be the line before the exporting of Chocolatey functions that can be used in a package).

And the jellyfin has log lines to after the dependency was installed (but before doing anything for the next package).

I am guessing that WinRM (or SSH) disconnected between the VM and the host that caused this, so I am guessing the installation continued but since the connection was closed it would still be considered an error.

@AdmiringWorm
Copy link
Member

I have not seen this happen for a long time now, @TheCakeIsNaOH can you confirm whether this is still an issue or not?

@pauby
Copy link
Member

pauby commented Jun 30, 2022

@AdmiringWorm This is an ongoing and random issue that happens with the Verifier from time to time. @Windos would be able to shed some more light on it.

There is work on the Verifier image coming up that we hope will fix this problem, however it would be a better use of time to look into it after that works happens.

@AdmiringWorm AdmiringWorm added Bug Tickets that represent defects/bugs. 0 - _Triaging New tickets that need to be hashed out a bit more before they hit the backlog. labels Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - _Triaging New tickets that need to be hashed out a bit more before they hit the backlog. Bug Tickets that represent defects/bugs.
Projects
None yet
Development

No branches or pull requests

3 participants