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.

`make build-circleci` fails: e2e/Dockerfile is broken

See original GitHub issue

Summary

Circleci doesn’t run make build-circleci nor build e2e/Dockerfile, thus they have bitrotten and ceased to be useful.

Steps to reproduce

make build-circleci on a fresh clone of the repo.

Expected behavior:

Command given above succeeds.

Actual behavior:

Command fails with

[... snip ...]
Step 23/30 : RUN make react-init
 ---> Running in 9b5491d8ea87
cd frontend/ ; yarn install --frozen-lockfile
/bin/bash: yarn: command not found
make: *** [react-init] Error 127
Makefile:241: recipe for target 'react-init' failed
The command '/bin/bash -c make react-init' returned a non-zero code: 2
gmake: *** [Makefile:354: build-circleci] Error 2

Is this a regression?

I suspect this used to work in the past.

Debug info

  • Streamlit version: current develop
  • Python version: current develop, 3.7.4
  • OS version: I’m starting docker from MacOS 10.15.1, but what’s broken is the Dockerfile and that specifies circleci/python:3.7.4-stretch
  • Browser version: N/A

Additional information

I’m working on a fix, PR incoming.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
matthiasgoergenscommented, Nov 6, 2019

@jrhone Thanks!

0reactions
nthmostcommented, Feb 18, 2020

Fix was merged, so closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker Builds are failing on CircleCI - Feedback & Bug Reports
Hi all,. I have an issue whereby my local Docker builds run fine, but on circle I get an error. The dockerfile looks...
Read more >
Why Do My Tests Pass Locally but Fail on CircleCI?
This means that all files are read in the same order during each run. However, the filesystems in our build containers are unordered....
Read more >
Failed docker build at a copy step in Dockerfile
Wondering if this is an issue with docker version CircleCI uses or an issue with docker within the CircleCI platform.
Read more >
CircleCI config teardown
We run a build on Windows, on macOS, using Docker, using a Linux VM, and a few specific tests of features and failure...
Read more >
Workflow using stale commit (incorrect code) causing failures
After spending considerable time investigating failing builds, it appears that (after SSHing) into a container, the source code being used ...
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