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

bump: pythonPackages.simanneal, fastjet, herwig #49573

Merged
merged 4 commits into from Nov 22, 2018
Merged

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Nov 1, 2018

Motivation for this change

Bump some of the packages I maintain.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@veprbl veprbl requested a review from FRidh as a code owner November 1, 2018 02:15
@veprbl
Copy link
Member Author

veprbl commented Nov 1, 2018

@GrahamcOfBorg build python2Packages.simanneal python3Packages.simanneal fastjet herwig

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

============================= test session starts ==============================
platform linux -- Python 3.6.6, pytest-3.7.4, py-1.5.4, pluggy-0.7.1
rootdir: /build/source, inifile:
collected 4 items

tests/test_anneal.py ....                                                [100%]

=========================== 4 passed in 1.87 seconds ===========================
pytestcachePhase
error: build of '/nix/store/ldsgagpg8ww885a5ga08br8a08931sq3-herwig-7.1.4.drv', '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: fastjet, herwig

Partial log (click to expand)

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:11 --:--:--     0curl: (7) Failed to connect to fastjet.fr port 80: Connection timed out
error: cannot download fastjet-3.3.2.tar.gz from any mirror
builder for '/nix/store/q00m2nn5hmkm6xdz0apcbprxpilsdm8j-fastjet-3.3.2.tar.gz.drv' failed with exit code 1
cannot build derivation '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/zkh99xqzqdw78kmv61f9gdpq5h9h74pr-rivet-2.6.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/rh0cv711zp5a3lpz9f9s6fpvr9q66b5l-thepeg-2.1.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/ldsgagpg8ww885a5ga08br8a08931sq3-herwig-7.1.4.drv': 2 dependencies couldn't be built
error: build of '/nix/store/ldsgagpg8ww885a5ga08br8a08931sq3-herwig-7.1.4.drv', '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

f951: Warning: command line option '-Wformat-security' is valid for C/C++/ObjC/ObjC++ but not for Fortran
f951: Warning: command line option '-Wformat-security' is valid for C/C++/ObjC/ObjC++ but not for Fortran
clooptools.cc: In function 'int {anonymous}::start_redirection(std::__cxx11::string)':
clooptools.cc:111:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen(logfilename.c_str(), "a", stdout);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/Herwig-7.1.4/Looptools'
make: *** [Makefile:520: all-recursive] Error 1
builder for '/nix/store/7cv9isf6nwk5h1p88blbh9c5yq4v58xs-herwig-7.1.4.drv' failed with exit code 2
error: build of '/nix/store/7cv9isf6nwk5h1p88blbh9c5yq4v58xs-herwig-7.1.4.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: fastjet, herwig

Partial log (click to expand)

f951: Warning: command line option '-Wformat=1' is valid for C/C++/ObjC/ObjC++ but not for Fortran
f951: Warning: command line option '-Wformat-security' is valid for C/C++/ObjC/ObjC++ but not for Fortran
clooptools.cc: In function 'int {anonymous}::start_redirection(std::__cxx11::string)':
clooptools.cc:111:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen(logfilename.c_str(), "a", stdout);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/Herwig-7.1.4/Looptools'
make: *** [Makefile:520: all-recursive] Error 1
builder for '/nix/store/7cv9isf6nwk5h1p88blbh9c5yq4v58xs-herwig-7.1.4.drv' failed with exit code 2
error: build of '/nix/store/7cv9isf6nwk5h1p88blbh9c5yq4v58xs-herwig-7.1.4.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: fastjet, herwig

Partial log (click to expand)

make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
make[1]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/lib  /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/bin
patching script interpreter paths in /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4
/nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/bin/herwig-config: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/n9hba031gjky8hpjgx9fnlaxhidyzxbz-bash-4.4-p23/bin/bash"
/nix/store/kxr2f4dx1vahjc9n27lpmzsagihkbjhf-fastjet-3.3.2
/nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

make[1]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/lib  /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/bin
patching script interpreter paths in /nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4
/nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4/bin/herwig-config: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/n9hba031gjky8hpjgx9fnlaxhidyzxbz-bash-4.4-p23/bin/bash"
/nix/store/8irc0mkf65hrbpd9wm24bdggnbk9cxnm-python2.7-simanneal-0.4.2
/nix/store/i9nlf0p3qb4jgbnzv29bnh9hklsxrgik-python3.6-simanneal-0.4.2
/nix/store/kxr2f4dx1vahjc9n27lpmzsagihkbjhf-fastjet-3.3.2
/nix/store/aywgqhm47ddkp4jdga5gfn5xswjxz2ya-herwig-7.1.4

@veprbl
Copy link
Member Author

veprbl commented Nov 6, 2018

@GrahamcOfBorg build python2Packages.simanneal python3Packages.simanneal fastjet herwig

1 similar comment
@veprbl
Copy link
Member Author

veprbl commented Nov 6, 2018

@GrahamcOfBorg build python2Packages.simanneal python3Packages.simanneal fastjet herwig

@veprbl
Copy link
Member Author

veprbl commented Nov 6, 2018

@grahamc, there is something wrong with the bot. Is it down?

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

building '/nix/store/iha2kpfj67z14pbiqn55dihl0q07xh7d-texlive-dowith-r0.32.drv'...
building '/nix/store/s3fyn262m6awpdizbdv0p4klhxzlcdcm-texlive-dsptricks-1.0.drv'...
building '/nix/store/jwj27y16gf9lh1vhn3njvvjdm7vwdi7l-texlive-dvips-2018.drv'...
building '/nix/store/30872ypdd8w418bdz5zi8lz8ma9ms9l4-texlive-eijkhout-2018.drv'...
building '/nix/store/nwqrf8ldfz1nwj6f40s2rpdjwq054ff2-texlive-enctex-2018.drv'...
building '/nix/store/g18d1qkl5as214lfc20fs4bsaz37j9s5-texlive-epigram-2018.drv'...
building '/nix/store/j3bjic66mwnh9ffz91g26b53b3xf4r1i-texlive-etex-2018.drv'...
building '/nix/store/3h3nxy6i4dcza5nn3ymanxjmmi4q754g-texlive-etex-pkg-2.7.drv'...
building '/nix/store/61gah93rwfgznwm7z71axbniiz1zdswv-texlive-euro-1.1.drv'...
error: all build users are currently in use; consider creating additional users and adding them to the 'nixbld' group

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on aarch64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

building '/nix/store/jgyaw8lb59k43dl06swa1fl6j4xb0fdi-texlive-chronosys-1.2.drv'...
building '/nix/store/545llzjqyphy1sxzv7zi006db6b6p9l3-texlive-cmextra-2018.drv'...
building '/nix/store/mvb7zkzrrsfvnanqbv02qvr13s2zpdwp-texlive-courier-2018.drv'...
building '/nix/store/pfmh2rfnv0n0l7ms5rrx2i5y810fqi20-texlive-docbytex-2018.drv'...
building '/nix/store/xqqhridbp72kkaxpcpn9gdrqvdn359k9-texlive-dvipdfmx-2018.drv'...
building '/nix/store/3wvawgbhy6ykzwmxzvqfc0gj6r2v73w9-texlive-ec-1.0.drv'...
building '/nix/store/spw28nqcskxg4nl65mb6hzfbs7r4kvi0-texlive-encxvlna-1.1.drv'...
building '/nix/store/j08zmlhw12y4mk6lvvpwmbbcfc3y008f-texlive-epsf-dvipdfmx-2014.drv'...
building '/nix/store/vbhz39iph5x5kc1cvpz6f0p5hkzv7w3p-texlive-euro-ce-3.0b.drv'...
error: all build users are currently in use; consider creating additional users and adding them to the 'nixbld' group

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

copying path '/nix/store/lmbk9q370nall4pbahrm0hnaikpg8r3f-texlive-bin-2018-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/crvv8sq56a2qqlrd5gqsxrx4x74rmnmm-texlive-core-big.bin-2018-luatex' from 'https://cache.nixos.org'...
copying path '/nix/store/l46xml3a26k3gv6wj9f8aiwvmsbzfaxw-texlive-core-big.bin-2018-metafont' from 'https://cache.nixos.org'...
copying path '/nix/store/2m71836aw0k94p0rvf6z7pa1w4zzwswh-texlive-xdvi.bin-2018' from 'https://cache.nixos.org'...
copying path '/nix/store/q478pwvq4cz28f386b9dgkk65bwkcwmn-yoda-1.7.3' from 'https://cache.nixos.org'...
copying path '/nix/store/23aiwc0f9visq83bpi5vshp3sx7rhlr7-texlive-combined-2018' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/0dp7ci525pbdv30glrqa5mg1bq0yjq5g-rivet-2.6.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/1zii6q5410pwidns7kk7qxzd7vsjflhn-thepeg-2.1.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/8jyc44mip42zb1gik1p85bmnm2xvzmr7-herwig-7.1.4.drv': 2 dependencies couldn't be built
error: build of '/nix/store/8jyc44mip42zb1gik1p85bmnm2xvzmr7-herwig-7.1.4.drv', '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv' failed

@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:08 --:--:--     0curl: (7) Failed to connect to fastjet.fr port 80: Connection timed out
error: cannot download fastjet-3.3.2.tar.gz from any mirror
builder for '/nix/store/q00m2nn5hmkm6xdz0apcbprxpilsdm8j-fastjet-3.3.2.tar.gz.drv' failed with exit code 1
cannot build derivation '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/0dp7ci525pbdv30glrqa5mg1bq0yjq5g-rivet-2.6.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/1zii6q5410pwidns7kk7qxzd7vsjflhn-thepeg-2.1.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/8jyc44mip42zb1gik1p85bmnm2xvzmr7-herwig-7.1.4.drv': 2 dependencies couldn't be built
error: build of '/nix/store/8jyc44mip42zb1gik1p85bmnm2xvzmr7-herwig-7.1.4.drv', '/nix/store/lnj74dig2snxa1cggkxdjwhc82hi7z6g-fastjet-3.3.2.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

make[1]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/lib  /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/bin
patching script interpreter paths in /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4
/nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/bin/herwig-config: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/n9hba031gjky8hpjgx9fnlaxhidyzxbz-bash-4.4-p23/bin/bash"
/nix/store/8irc0mkf65hrbpd9wm24bdggnbk9cxnm-python2.7-simanneal-0.4.2
/nix/store/i9nlf0p3qb4jgbnzv29bnh9hklsxrgik-python3.6-simanneal-0.4.2
/nix/store/kxr2f4dx1vahjc9n27lpmzsagihkbjhf-fastjet-3.3.2
/nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

make[1]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/lib  /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/bin
patching script interpreter paths in /nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4
/nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4/bin/herwig-config: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/n9hba031gjky8hpjgx9fnlaxhidyzxbz-bash-4.4-p23/bin/bash"
/nix/store/8irc0mkf65hrbpd9wm24bdggnbk9cxnm-python2.7-simanneal-0.4.2
/nix/store/i9nlf0p3qb4jgbnzv29bnh9hklsxrgik-python3.6-simanneal-0.4.2
/nix/store/kxr2f4dx1vahjc9n27lpmzsagihkbjhf-fastjet-3.3.2
/nix/store/yqb6k1by6y25mjm41n91s8kkj5r9j055-herwig-7.1.4

@veprbl
Copy link
Member Author

veprbl commented Nov 21, 2018

@GrahamcOfBorg build python2Packages.simanneal python3Packages.simanneal fastjet herwig

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

f951: Warning: command line option '-Wformat=1' is valid for C/C++/ObjC/ObjC++ but not for Fortran
f951: Warning: command line option '-Wformat-security' is valid for C/C++/ObjC/ObjC++ but not for Fortran
clooptools.cc: In function 'int {anonymous}::start_redirection(std::__cxx11::string)':
clooptools.cc:111:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
     freopen(logfilename.c_str(), "a", stdout);
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/Herwig-7.1.4/Looptools'
make: *** [Makefile:520: all-recursive] Error 1
builder for '/nix/store/cxaxm0vql8jmays1nn1wpwap89986n74-herwig-7.1.4.drv' failed with exit code 2
error: build of '/nix/store/cxaxm0vql8jmays1nn1wpwap89986n74-herwig-7.1.4.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

make[1]: Leaving directory '/private/tmp/nix-build-herwig-7.1.4.drv-0/Herwig-7.1.4'
post-installation fixup
strip is /nix/store/rk3p99jbj4idl3dkkg1rxja5gz0qgs98-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4/lib  /nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4/bin
patching script interpreter paths in /nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4
/nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4/bin/herwig-config: interpreter directive changed from " /usr/bin/env bash" to "/nix/store/ixr5kls084hdlrs1wcy4c1q9fyw3rxfb-bash-4.4-p23/bin/bash"
/nix/store/53d2fhfmpcz9x2694k2m5pp4mhy3n85d-python2.7-simanneal-0.4.2
/nix/store/qhdm147lzg9aqqk7nlr6laa8b4jm1ygj-python3.7-simanneal-0.4.2
/nix/store/yb8chh51m9m4h0r2qnjswcd9kxb1h4hg-fastjet-3.3.2
/nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4

@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-linux (full log)

Attempted: python2Packages.simanneal, python3Packages.simanneal, fastjet, herwig

Partial log (click to expand)

Making all in Builtin
make[3]: Entering directory '/build/Herwig-7.1.4/MatrixElement/Matchbox/Builtin'
Making all in Amplitudes
make[4]: Entering directory '/build/Herwig-7.1.4/MatrixElement/Matchbox/Builtin/Amplitudes'
Concatenating .cc files into Amplitudes__all.cc
make  all-am
make[5]: Entering directory '/build/Herwig-7.1.4/MatrixElement/Matchbox/Builtin/Amplitudes'
  CXX      Amplitudes__all.lo
building of '/nix/store/v3w08dzxyw64wxkwp3l7fx0syrn5n9rd-herwig-7.1.4.drv' timed out after 3600 seconds
error: build of '/nix/store/v3w08dzxyw64wxkwp3l7fx0syrn5n9rd-herwig-7.1.4.drv' failed

@Mic92
Copy link
Member

Mic92 commented Nov 21, 2018

Is this ready for review?

@veprbl
Copy link
Member Author

veprbl commented Nov 22, 2018

@Mic92 Yes, it is!

@Mic92
Copy link
Member

Mic92 commented Nov 22, 2018

Is herwig is compatible with aarch64? If not it is better to disable it there.

@veprbl
Copy link
Member Author

veprbl commented Nov 22, 2018

@Mic92 I don't think anyone will run it on ARM in the near future.

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: fastjet, herwig

Partial log (click to expand)

/nix/store/yb8chh51m9m4h0r2qnjswcd9kxb1h4hg-fastjet-3.3.2
/nix/store/3i094ma6fd31qn5ab1l5qr2jgqg9ackc-herwig-7.1.4

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: fastjet

The following builds were skipped because they don't evaluate on aarch64-linux: herwig

Partial log (click to expand)

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


/nix/store/4l70sdmx7b8pfc4l6fzcgszqcv8j4r0d-fastjet-3.3.2

@Mic92 Mic92 merged commit a71b769 into NixOS:master Nov 22, 2018
@GrahamcOfBorg
Copy link

Unexpected error: command failed with exit code 1 on x86_64-linux (full log)

Attempted: fastjet, herwig

Partial log (click to expand)

copying path '/nix/store/y5lm8ydw96hy1bzrgj97bh9yrs8k9q5w-texlive-bin-2018' from 'https://cache.nixos.org'...
copying path '/nix/store/hbm20pgc3kpy6lxsc2r36ggyx7n9l0in-texlive-core-big.bin-2018-luatex' from 'https://cache.nixos.org'...
copying path '/nix/store/iidhswrjadz7xfd1zciczkdwgyqgbn6k-texlive-core-big.bin-2018-metafont' from 'https://cache.nixos.org'...
copying path '/nix/store/pbrakxr3wlbq19q9z7qgib443z8svwzr-texlive-xdvi.bin-2018' from 'https://cache.nixos.org'...
copying path '/nix/store/ngi5p4zq4xa4hr9a0bf3v8kz2mxw4dxw-texlive-combined-2018' from 'https://cache.nixos.org'...
cannot link '/nix/store/.links/1zyw0yjzvmaaz5fydi16ybvwshd1nh0yv8q80gs0frix12gbibmk' to '/nix/store/ngi5p4zq4xa4hr9a0bf3v8kz2mxw4dxw-texlive-combined-2018/bin/psbook': No space left on device
cannot build derivation '/nix/store/jhhgbnrpnxv31lww89jv3c1v52klsd1r-rivet-2.6.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/3gs0578fcr3jykiady5h1582xz0js8dc-thepeg-2.1.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/v3w08dzxyw64wxkwp3l7fx0syrn5n9rd-herwig-7.1.4.drv': 2 dependencies couldn't be built
error: build of '/nix/store/v3w08dzxyw64wxkwp3l7fx0syrn5n9rd-herwig-7.1.4.drv', '/nix/store/xn5fi4cy631kn0yc3wcqzf21vk698nin-fastjet-3.3.2.drv' failed

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

Successfully merging this pull request may close these issues.

None yet

3 participants