-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug: GitLab CI pipeline fails unexpectedly for QDD 0.2.4 #70
Comments
I also confirmed that the same problem occurs in aarch64 (ARM) machine. The above pull request fixed the problem, at least in my environment. @marcosdiezgarcia Could you share the information of your GitLab environment? |
Thank you @kkyusuke for your feedback. Please allow me to double-check your update. Thanks. |
Hi @kkyusuke, I updated my git clone -b fix/gtest_cmake https://github.com/Fujitsu-UTokyo-QDD/QDD.git Then I ran it again in full. From the GitLab runner log (see attached) I noticed that the following error has been resolved:
However, after installing QDD and trying
Thanks for your support. |
Details of GitLab runner environment: $ uname -a
Linux runner-5gkczqktm-project-8400-concurrent-0 5.15.0-1074-azure #83~20.04.1-Ubuntu SMP Fri Oct 4 21:49:59 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux $ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
BIOS Vendor ID: Intel(R) Corporation
Model name: Intel(R) Xeon(R) Platinum 8 CPU @ 2.60GHz
BIOS Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz None CPU @ 2.6GHz
(further lscpu details) |
I finally found that it is out of memory error. I plan to merge these changes this week, as a new release. |
Thank you @kkyusuke for looking into this and proposing a fix. |
Hi Kimura-san @kkyusuke . I noticed you updated QDD to 0.2.5 version. I tried again my gitab-ci script using this new version with same gitlab runner environment configuration. The following is extracted from the gitlab runner output: Now running Many thanks. |
Hi, @marcosdiezgarcia! The problems are fixed, so this issue will be closed. |
Jobs get unexpectedly and abruptly killed by the GitLab runner due to some incompatibility or misconfiguration between QDD and the GitLab CI runner.
To reproduce the error I created a new GitLab repository for testing purposes and configured a
gitlab-ci.yml
file which does the following:qdd-0.2.4
.python -c "import qdd"
The output to stdout is the following:
However, pytket-qdd and qdd run without issue when installed locally via pytket-qdd Makefile (tested on GNU/Linux Ubuntu 22.04).
gitlab-ci.yaml
See attached GitLab runner log.
20241022--gitlab-ci-qdd-log.txt
The text was updated successfully, but these errors were encountered: