-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
ofborg doesn't apply changes from PR before kicking off builds on aarch64-darwin sometimes. #676
Comments
Use python311Packages, not python3Packages for one. #577 |
I am using python311Packages in the commit message and there is one non-python package getting built, duckdb, and the other architectures are building the changes from the PR fine. $ git log --oneline -3
6cb452d14e3f python311Packages.sqlglot: 20.9.0 -> 21.1.1
69efda763051 python311Packages.duckdb-engine: 0.9.2 -> 0.11.1
3823e4ac04be duckdb,python311Packages.duckdb: 0.9.2 -> 0.10.0 so unfortunately, this does not seem to be the issue here. |
here is one from x86_64-darwin log the PR creates a new package. it seems that that path is not available when the build is triggered, thus the changes from the PR were not applied as seen in the log below. Cannot nix-instantiate `recoverdm.passthru.tests' because:
error: attribute 'recoverdm' in selection path 'recoverdm.passthru.tests' not found
error: attribute 'recoverdm' in selection path 'recoverdm' not found however, other builds ran fine as seen from the tail of the x64-linux log below Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8
shrinking /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8/bin/recoverdm
shrinking /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8/bin/mergebad
checking for references to /build/ in /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8...
gzipping man pages under /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8/share/man/
patching script interpreter paths in /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8
stripping (with command strip and flags -S -p) in /nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8/bin
/nix/store/s8q35f3vjdl5ng3s26r8kl3y0nnyg1xs-recoverdm-0.20-8 |
I've seen this twice on aarch64-darwin over the 200*(not all logs from builds are still available) builds done for one PR but not on other architectures.
NixOS/nixpkgs#288913 updates duckdb from version 0.9.2 -> 0.10.0, duckdb-engine 0.9.2 -> 0.11.1, and sqlglot:20.9.0 -> 21.1. the most recent ofborg run did not apply changes from the PR before kicking off the aarch64-darwin build log and previous failure is log
this is wrong -- notice all the versions are old and cached. nothing was built, just copied from cache.nixos.org.
contrast this to the build on x86_64-darwin below log
this built all packages listed in the PR commit messages and the version numbers are correct.
here is a log of when aarch64-darwin did build using the changes of the PR, however, the log is truncated.
[*] yikes
The text was updated successfully, but these errors were encountered: