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

CI: Timeout when installing local packages #4740

Open
emkll opened this issue Sep 4, 2019 · 1 comment
Open

CI: Timeout when installing local packages #4740

emkll opened this issue Sep 4, 2019 · 1 comment

Comments

@emkll
Copy link
Contributor

emkll commented Sep 4, 2019

Description

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.

Expected Behavior

Packages should be installed and CI should pass

Actual Behavior

The action times out when installing the locally built packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants