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.

"reprounzip docker upload" not working

See original GitHub issue

I ran the following command to modify the file:

reprounzip docker upload solution X1.csv:X2.csv

It throws an error saying exec: "/bin/sh": stat /bin/sh: no such file or directory

Not sure what needs to be done while zipping the codebase. Thanks

Log:

[+] Building 0.5s (7/7) FINISHED                                                                                                                                                                            
 => [internal] load build definition from Dockerfile                                                                                                                                                   0.0s
 => => transferring dockerfile: 265B                                                                                                                                                                   0.0s
 => [internal] load .dockerignore                                                                                                                                                                      0.0s
 => => transferring context: 2B                                                                                                                                                                        0.0s
 => [internal] load metadata for docker.io/library/reprounzip_image_ms9uyj0vy0:latest                                                                                                                  0.0s
 => [1/3] FROM docker.io/library/reprounzip_image_ms9uyj0vy0                                                                                                                                           0.1s
 => [internal] load build context                                                                                                                                                                      0.0s
 => => transferring context: 193.72kB                                                                                                                                                                  0.0s
 => [2/3] COPY     X1.csv     /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv                                                                                                          0.0s
 => ERROR [3/3] RUN /busybox chown 1000:1000     /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv                                                                                       0.3s
------
 > [3/3] RUN /busybox chown 1000:1000     /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv:
#7 0.262 container_linux.go:370: starting container process caused: exec: "/bin/sh": stat /bin/sh: no such file or directory
------
executor failed running [/bin/sh -c /busybox chown 1000:1000     /mnt/nfs/work1/barna/sainyam/sigmod2021_competition/code/X2.csv]: exit code: 1
[REPROUNZIP] 15:06:44.124 CRITICAL: docker build failed with code 1

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
remram44commented, Mar 25, 2021

pip should match the last release, the difference you see is probably dd639c9dbcb2e8fe9555ac21a98ca7bd08b44aae

0reactions
sainyamcommented, Mar 25, 2021

It worked thanks! Minor thing: I think the codebase through pip is different. I had to download this code and install.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using reprounzip — ReproZip 1.0 documentation
An unpacker creates an experiment directory in which the working files are placed; these can be either the full filesystem (for directory or...
Read more >
reprozip/CHANGELOG.md at 1.x · VIDA-NYU ... - GitHub
Fix failure in reprounzip-docker upload if /bin/sh is missing; Have reprounzip directory execute with the correct interpreter (e.g. packed ld-linux.so ); Fix ...
Read more >
no space left on device while submitting - Google Groups
Is ther server running out of storage ? below is the log file: ... /reprounzip/unpackers/docker.py", line 158, in docker_setup_create.
Read more >
ReproZip Documentation - Read the Docs
Welcome to ReproZip's documentation! ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from ...
Read more >
docker tag
The hostname must comply with standard DNS rules, but may not contain. ... You can group your images together using names and tags,...
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