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

internal/build: show ppa upload process stdout on stdout #24588

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Mar 25, 2022

The travis sftp upload to ppa dies after 10m of inactivity. Hard to say what happens (we do get a notification about a successful upload from ppa), but directing the process stdout to stdout seems like thing that might tell us more.

@holiman holiman merged commit 19b9cf7 into ethereum:master Mar 25, 2022
@holiman holiman added this to the 1.10.17 milestone Mar 25, 2022
@holiman
Copy link
Contributor Author

holiman commented Mar 25, 2022

Closer, but not good enough.

Before

put /tmp/geth-build-1023977950/ethereum-unstable_1.10.17+build27737+trusty_source.changes ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27737+trusty_source.changes
put /tmp/geth-build-1023977950/ethereum-unstable_1.10.17+build27737+trusty_source.buildinfo ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27737+trusty_source.buildinfo
Warning: Permanently added the RSA host key for IP address '91.189.95.85' to the list of known hosts.
Connected to ppa.launchpad.net.
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received

After

put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.changes ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.changes
put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo
Warning: Permanently added the RSA host key for IP address '91.189.95.85' to the list of known hosts.
Connected to ppa.launchpad.net.
sftp> put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty.tar.xz ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty.tar.xz
Uploading /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty.tar.xz to ./~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty.tar.xz
sftp> put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty.dsc ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty.dsc
Uploading /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty.dsc to ./~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty.dsc
sftp> put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.changes ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.changes
Uploading /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.changes to ./~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.changes
sftp> put /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo ~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo
Uploading /tmp/geth-build-1040236554/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo to ./~ethereum/ubuntu/ethereum/ethereum-unstable_1.10.17+build27738+trusty_source.buildinfo
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received

sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Apr 3, 2022
JacekGlen pushed a commit to JacekGlen/go-ethereum that referenced this pull request May 26, 2022
cp-wjhan pushed a commit to cp-yoonjin/go-wemix that referenced this pull request Nov 16, 2022
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

Successfully merging this pull request may close these issues.

1 participant