We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In staging-with-rebase scenario, the install-local-packages step times out:
TASK [install-local-packages : Copy locally built deb packages to server (Staging only).] *** changed: [app-staging] => (item=securedrop-keyring-0.1.3+1.0.0~rc1-amd64.deb) changed: [mon-staging] => (item=securedrop-keyring-0.1.3+1.0.0~rc1-amd64.deb) changed: [app-staging] => (item=securedrop-config-0.1.3+1.0.0~rc1-amd64.deb) changed: [mon-staging] => (item=securedrop-config-0.1.3+1.0.0~rc1-amd64.deb) changed: [app-staging] => (item=securedrop-ossec-agent-3.0.0+1.0.0~rc1-amd64.deb) changed: [mon-staging] => (item=securedrop-ossec-server-3.0.0+1.0.0~rc1-amd64.deb) changed: [mon-staging] => (item=ossec-server-3.0.0-amd64.deb) changed: [app-staging] => (item=securedrop-app-code_1.0.0~rc1+xenial_amd64.deb) changed: [app-staging] => (item=ossec-agent-3.0.0-amd64.deb) TASK [install-local-packages : Install locally built deb packages (via apt).] *** changed: [app-staging] => (item=[0, 'securedrop-keyring-0.1.3+1.0.0~rc1-amd64.deb']) changed: [mon-staging] => (item=[0, 'securedrop-keyring-0.1.3+1.0.0~rc1-amd64.deb']) changed: [app-staging] => (item=[1, 'securedrop-config-0.1.3+1.0.0~rc1-amd64.deb']) changed: [mon-staging] => (item=[1, 'securedrop-config-0.1.3+1.0.0~rc1-amd64.deb']) changed: [mon-staging] => (item=[2, 'securedrop-ossec-server-3.0.0+1.0.0~rc1-amd64.deb']) ok: [mon-staging] => (item=[3, 'ossec-server-3.0.0-amd64.deb']) make: *** [ci-go] Terminated Warning: Permanently added '34.83.41.181' (ECDSA) to the list of known hosts. scp: /home/sdci/securedrop-source/junit/*xml: No such file or directory Too long with no output (exceeded 25m0s)
See https://circleci.com/gh/freedomofpress/securedrop/33229 for full output.
Packages should be installed and CI should pass
The action times out when installing the locally built packages
The text was updated successfully, but these errors were encountered:
again: https://circleci.com/gh/freedomofpress/securedrop/33449
Sorry, something went wrong.
No branches or pull requests
Description
In staging-with-rebase scenario, the install-local-packages step times out:
See https://circleci.com/gh/freedomofpress/securedrop/33229 for full output.
Expected Behavior
Packages should be installed and CI should pass
Actual Behavior
The action times out when installing the locally built packages
The text was updated successfully, but these errors were encountered: