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

Reapply xtensa gdb fix to the right section #87

Merged
merged 2 commits into from
Jan 12, 2021
Merged

Conversation

yamt
Copy link
Contributor

@yamt yamt commented Jan 12, 2021

Summary

#83 was applied to the wrong instance of apt-get.
this PR fixes it.

Impact

Testing

built and tested locally (with #86)

This time to the correct apt-get line.

root@5b2362eb60c2:/src/nuttx# ldd /tools/xtensa-esp32-elf-gcc/bin/xtensa-esp32-elf-gdb
        linux-vdso.so.1 (0x00007ffeb59f3000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2a7fc31000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2a7fc0e000)
        libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f2a7fc09000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2a7faba000)
        libpython2.7.so.1.0 => /lib/x86_64-linux-gnu/libpython2.7.so.1.0 (0x00007f2a7f74e000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2a7f55c000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f2a7fc3f000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f2a7f53e000)
root@5b2362eb60c2:/src/nuttx#
@btashton
Copy link
Contributor

Makes sense.

@btashton btashton merged commit 6c6e2cc into apache:master Jan 12, 2021
@yamt
Copy link
Contributor Author

yamt commented Jan 12, 2021

a mysterious "unknown blob" happened in the job for this PR. i have no idea what it is.
https://github.com/apache/incubator-nuttx-testing/runs/1690231727?check_suite_focus=true#step:5:72

@btashton
Copy link
Contributor

Yeah I retried the push job a few times and it still failed. There are a few tickets around about this but no real resolution. I was going to look tonight. Worse case I push it locally.

@yamt
Copy link
Contributor Author

yamt commented Jan 13, 2021

i restarted the job once more.

@btashton
Copy link
Contributor

Something is bad in the cache. I am going to force this locally to get it unblocked, and then update the actions to better handle the cache, docker released some improvements to this.

@yamt
Copy link
Contributor Author

yamt commented Jan 18, 2021

Something is bad in the cache. I am going to force this locally to get it unblocked, and then update the actions to better handle the cache, docker released some improvements to this.

i have a locally-built image on docker hub for my convenience.
midokura/nuttx-ci-linux:20210118-c1094b33bc8a3b669a868ca75639b71a37a7974d-xtensa-gdb

@btashton
Copy link
Contributor

Just kicked off the build locally and am going to manually push and see if that gets this unstuck. Forgot to do this.

@btashton
Copy link
Contributor

Was able to get it to push, lets see if it fails again. I think something got messed up when we had two runs writing the image at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants