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

Extraneous "Connected/Authenticated" output on AWS Render #5

Open
aparrapo opened this issue Sep 24, 2019 · 1 comment
Open

Extraneous "Connected/Authenticated" output on AWS Render #5

aparrapo opened this issue Sep 24, 2019 · 1 comment
Labels
bug Something isn't working do-not-reap Do not delete this pull request or issue due to inactivity. good first issue Good for newcomers

Comments

@aparrapo
Copy link
Contributor

Running any render job on AWS produces extraneous connection/authenticated messages (see the ones logged by transport.py).

60734610-61719f80-9f05-11e9-9ba5-2d9d6b5b8b33

These are caused by running commands over SSH, which is done in the scripts/aws/create.py run_ssh_command function. We wish to silence that output.

Steps To Reproduce

  1. Ran
python3 scripts/render/run.py --flagfile res/flags/run.flags

Where res/flags/run.flags is:

--alsologtostderr=1
--stderrthreshold=0
--log_dir=~/logs
--project_root=s3://facebook360-dep-sample-data/room_chat/50_frames
--cache=/Volumes/cache
--csv_path=~/Downloads/accessKeys.csv
  1. Clicked on "Run" on the depth estimation tab with default values except first=000100 and last=000105.

Describe what you expected to happen:

No extraneous output being produced

@aparrapo aparrapo added bug Something isn't working good first issue Good for newcomers do-not-reap Do not delete this pull request or issue due to inactivity. labels Sep 24, 2019
@uzair555
Copy link

what is the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working do-not-reap Do not delete this pull request or issue due to inactivity. good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants