question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nexe hangs in Travis-CI

See original GitHub issue

Is this a BUG or a FEATURE REQUEST?: Bug? Maybe? Potentially PEBKAC?

What happened: Attempting to build binaries using Nexe in a Travis-CI causes the process to hang. Here is a log excerpt from a build that failed in this way:

> DEBUG=* nexe -i bin.js -t linux-x64 -o $NEXE_OUT

- Starting...
ℹ nexe 3.0.0-beta.9

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

The build has been terminated

When run locally, Nexe is able to build the binaries in about ten seconds. It is possible the issue is to do with Travis and not Nexe, but absent any debugging information from Nexe I am unable to determine this.

What you expected to happen: I expected Nexe to build the binaries, and short of that, to produce useful debug information.

How to reproduce it (as minimally and precisely as possible): Here is an example .travis.yml directive which will replicate the relevant portions of my setup:

after_success:
- DEBUG=* npx nexe@3.0.0-beta.9 -i $NEXE_IN -t linux-x64 -o $NEXE_OUT

Anything else we need to know?: Not that I can think of 🤷‍♀️

Environment

  • Platform(OS/Version): Linux, Ubuntu 14.04
  • Host Node Version: Linux x64
  • Target Node Version: linux-x64, mac-x64, windows-x64
  • Nexe version: 3.0.0-beta.9
  • Python Version: 2.7

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
garbadoscommented, Feb 12, 2019

Works! Closing this issue.

1reaction
garbadoscommented, Jan 4, 2019

@xshadowlegendx Presently on holiday. I’ll get around to it next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Builds hang in queued state - Travis CI Discussions & Feedback
Hi, Recently I've found that our builds became slower and slower after each iteration. Our build is a Scala build on Xenial (default...
Read more >
Travis Build is Stuck on Building fresh packages step
My build for a react-nextjs application was working properly till a few days ago. But for some reason, deployments are stuck on the...
Read more >
Customizing the Build - Travis CI Docs
When a job on a private repository takes longer than 120 minutes. Some common reasons why builds might hang: Waiting for keyboard input...
Read more >
Travis CI Complete Tutorial for DevOps Engineers - YouTube
This video shows you how to use Travis CI for Continuous Integration and Continous Delivery.Join our Discord Community of DevOps ...
Read more >
Integrating with Travis CI | Postman Learning Center
yml file will execute the next time you commit and push a change to your repo. In the .travis.yml file, add a command...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found