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

Tests fail when building on Fedora Linux with GCC 13 #29

Open
bkmgit opened this issue Jan 30, 2023 · 3 comments
Open

Tests fail when building on Fedora Linux with GCC 13 #29

bkmgit opened this issue Jan 30, 2023 · 3 comments
Labels

Comments

@bkmgit
Copy link

bkmgit commented Jan 30, 2023

Using Gcc 13 the tests

  • bignTest: Err
  • botpTest: Err
  • brngTest: Err
  • belsTest: Err
  • bakeTest: Err

fail. Build log.

With clang, these tests pass. Build log.

@blackbearman
Copy link
Contributor

Cannot reproduce test fails on gcc13 (Fedora 38). Following Dockerfile was used for testing:

FROM rhub/gcc13:latest

RUN dnf install -y cmake doxygen git

RUN gcc --version
RUN cat /etc/os-release

WORKDIR /usr/src
RUN git clone https://github.com/agievich/bee2.git

WORKDIR /usr/src/bee2
RUN mkdir build

WORKDIR /usr/src/bee2/build
RUN cmake ..
RUN make
RUN make test
RUN make install

WORKDIR /usr/src

@bkmgit
Copy link
Author

bkmgit commented Feb 8, 2023

Trying to reproduce:
https://github.com/bkmgit/bee2/tree/ci-test
Environment is not exactly the same though.

@agievich agievich added the build label Feb 14, 2023
@blackbearman
Copy link
Contributor

Cannot reproduce test fails on clean latest Fedora Rawhide image with GCC 13.0.
Following Dockerfile was used for testing:

FROM fedora:rawhide

RUN dnf -y update

RUN dnf install -y gcc cmake doxygen git

RUN gcc --version
RUN cat /etc/os-release

WORKDIR /usr/src
RUN git clone https://github.com/agievich/bee2.git

WORKDIR /usr/src/bee2
RUN mkdir build

WORKDIR /usr/src/bee2/build
RUN cmake ..
RUN make
RUN make test
RUN make install

WORKDIR /usr/src

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

No branches or pull requests

3 participants