buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
649 stars 45 forks source link

"tput: No value for $TERM and no -T specified" when using SBT #49

Open ruippeixotog opened 6 years ago

ruippeixotog commented 6 years ago

In all our Buildkite builds using sbt (the build tool for Scala projects), sbt prints this message many times during the process:

tput: No value for $TERM and no -T specified

Since I can't reproduce this any any other environment, this may be an issue with the tty used by Buildkite. Do you have any idea of what the problem might be and how can I fix it?

toolmantim commented 6 years ago

Sorry you hit this bug! I'm guessing it was related to the things fixed in buildkite/agent#751, which should be available in the next agent release.

queimadus commented 6 years ago

Tested this with v3.1.2 which included the buildkite/agent#751 fix and the problem persists.