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

build seems an infinite loop, without results... #6

Open
acherm opened this issue May 6, 2021 · 4 comments
Open

build seems an infinite loop, without results... #6

acherm opened this issue May 6, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@acherm
Copy link
Contributor

acherm commented May 6, 2021

python3 kci_generator.py run -b gcc-8 -a x86_64 -k 5.8 -c tinyconfig
Starting...
image: kci_base found...
Starting background build inside 'gcc-8_x86_64' container.
Results will be available shortly in the following path -> 'shared_volume/gcc-8_x86_64'
2021-05-06T10:24:18.674525000Z 5.8.tar.xz has been extracted into /tmp/tmpkglkb62m/linux-5.8

and took forever time (1 hour with nothing happening)

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5ea0fa1be57d tuxml-kci-gcc-8_x86_64 "bash" About an hour ago Up About an hour tuxml-kci-gcc-8_x86_64

ls -alrth shared_volume/
total 16K
drwxrwxr-x. 6 mathieuacher mathieuacher 4.0K May  6 12:18 ..
drwxrwxr-x. 2 mathieuacher mathieuacher 4.0K May  6 12:18 gcc-8_x86_64
drwxrwxr-x. 4 mathieuacher mathieuacher 4.0K May  6 12:20 .
drwxr-xr-x. 2 root         root         4.0K May  6 12:20 kernel_versions

 mathieuacher  localhost.localdomain  ../kci-builder  main  ls -alrth shared_volume/gcc-8_x86_64/
total 12K
-rw-rw-r--. 1 mathieuacher mathieuacher  297 May  6 12:18 Dockerfile
drwxrwxr-x. 2 mathieuacher mathieuacher 4.0K May  6 12:18 .
drwxrwxr-x. 4 mathieuacher mathieuacher 4.0K May  6 12:20 ..

 mathieuacher  localhost.localdomain  ../kci-builder  main  ls -alrth shared_volume/kernel_versions/
total 110M
drwxrwxr-x. 4 mathieuacher mathieuacher 4.0K May  6 12:20 ..
drwxr-xr-x. 2 root         root         4.0K May  6 12:20 .
-rw-r--r--. 1 root         root         110M May  6 12:24 5.8.tar.xz
@acherm acherm added the bug Something isn't working label May 6, 2021
@acherm
Copy link
Contributor Author

acherm commented May 6, 2021

important note for helping locate/fix the issue: 5.8.tar.xz has been extracted into /tmp/tmpkglkb62m/linux-5.8
=> the directory does not exist in /tmp/

@bibi14010 bibi14010 self-assigned this May 10, 2021
@bibi14010
Copy link

bibi14010 commented May 11, 2021

which directory is not avaliable ? tmpkglkb62m or linux-5.8 ?

@acherm
Copy link
Contributor Author

acherm commented May 11, 2021

tmpkglkb62m and so linux-5.8

@bibi14010
Copy link

bibi14010 commented May 11, 2021

The problems comes from the fact that kernelci has so much changes, which make our script not running. For instance, the method build_kernel is not further avaliable.
So, it is not an extraction or path problem. It is a problem of update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants