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

Staging next #44447

Merged
merged 64 commits into from Aug 9, 2018
Merged

Staging next #44447

merged 64 commits into from Aug 9, 2018

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Aug 4, 2018

Motivation for this change
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.

Anton-Latukha and others added 30 commits July 22, 2018 21:41
Config log:

```
configure: WARNING: unrecognized options: --disable-glx-rts, --enable-sysfs
```
This changes the way how the `glib` dependecy cycles are broken to make
the tested `glib` the default.

`glib-tested` is no longer needed as packages now use the checked version when
`doCheckByDefault` is set, since it was not used anywhere, I removed it.
dependencies:
perlPackages.FileTemp: init at 0.2308
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.objc4, glib, libuv

The following builds were skipped because they don't evaluate on x86_64-darwin: hydra, mesa_drivers, paprefs, pulseaudio, wxGTK30

Partial log (click to expand)

  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


these paths will be fetched (1.87 MiB download, 10.88 MiB unpacked):
  /nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
copying path '/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0' from 'https://cache.nixos.org'...
/nix/store/zbzli5qxrsycnmq62ncw40l0m8bxjjwq-objc4-osx-10.11.6
/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
/nix/store/knvgv3823pn0k4rlwa52zz9i023l4831-libuv-1.21.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: glib, hydra, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.objc4

Partial log (click to expand)

make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21
shrinking /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21/bin/hydra-eval-jobs
shrinking /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21/bin/hydra-evaluator
shrinking /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21/bin/hydra-queue-runner
patching script interpreter paths in /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21
checking for references to /build in /nix/store/zikd9hbg5ahgih2k2z4yr1wmsfrw13yp-hydra-2017-11-21...
finalPhase
build time elapsed:  0m0.618s 0m0.557s 1m36.535s 0m9.897s

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: glib, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.objc4, hydra

Partial log (click to expand)

strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/pfwa0i366sspmy7hsd25q7dgcb4z2yb1-paprefs-1.0/bin
patching script interpreter paths in /nix/store/pfwa0i366sspmy7hsd25q7dgcb4z2yb1-paprefs-1.0
checking for references to /build in /nix/store/pfwa0i366sspmy7hsd25q7dgcb4z2yb1-paprefs-1.0...
/nix/store/giqpyv4zxq6krz15hgwj7gmnilz5fqz0-glib-2.56.0
/nix/store/6w56ng8h00cyvqhjavwj1q1c1r9aqash-libuv-1.21.0
/nix/store/9x234jrpx3j4wdmsyr5gk9a8cngi4kdk-mesa-noglu-18.1.5
/nix/store/pfwa0i366sspmy7hsd25q7dgcb4z2yb1-paprefs-1.0
/nix/store/iki8pnc5xk7jy6pvmswx544p48032jkz-pulseaudio-12.2
/nix/store/a9sp852rzms8bi528d5ixlqlv8g7nh45-wxwidgets-3.0.4

One more change from staging containing security fix
and looking relatively safe (wrt. breakage).
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.objc4, file, glib, libuv

The following builds were skipped because they don't evaluate on x86_64-darwin: hydra, mesa_drivers, paprefs, pulseaudio, wxGTK30

Partial log (click to expand)


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


/nix/store/zbzli5qxrsycnmq62ncw40l0m8bxjjwq-objc4-osx-10.11.6
/nix/store/6jyza5jbwwyh4rk7r0kzxdd5p7jb4wsz-file-5.34
/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
/nix/store/knvgv3823pn0k4rlwa52zz9i023l4831-libuv-1.21.0

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: file, glib, hydra, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.objc4

Partial log (click to expand)

shrinking /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib/libwx_gtk2u_qa-3.0.so.0.4.0
shrinking /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib/libwx_gtk2u_ribbon-3.0.so.0.4.0
shrinking /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib/libwx_gtk2u_stc-3.0.so.0.4.0
shrinking /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib/libwx_gtk2u_gl-3.0.so.0.4.0
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib  /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/bin
patching script interpreter paths in /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4
/nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4/lib/wx/config/gtk2-unicode-3.0: interpreter directive changed from "/bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/0qwxnzc674vzkwym5skdkksjbf74fxvx-wxwidgets-3.0.4...
error: build of '/nix/store/1bir9yv4lvbvak1h93f4rdlrpscq55h4-paprefs-1.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: file, glib, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.objc4, hydra

Partial log (click to expand)

/nix/store/9rg18lqhlcfls7c6w24mf3wg0pzr9bk5-pulseaudio-12.2/bin/start-pulseaudio-x11: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/9rg18lqhlcfls7c6w24mf3wg0pzr9bk5-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/9rg18lqhlcfls7c6w24mf3wg0pzr9bk5-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/gadvzwzpc8qs322l9j2xail1yavb30hx-pulseaudio-12.2-dev
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/gadvzwzpc8qs322l9j2xail1yavb30hx-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/gadvzwzpc8qs322l9j2xail1yavb30hx-pulseaudio-12.2-dev
checking for references to /build in /nix/store/gadvzwzpc8qs322l9j2xail1yavb30hx-pulseaudio-12.2-dev...
cannot build derivation '/nix/store/9yk1pdn21h6hajc199s5z4fl44nxys68-paprefs-1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/9yk1pdn21h6hajc199s5z4fl44nxys68-paprefs-1.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.objc4, file, glib, libuv

The following builds were skipped because they don't evaluate on x86_64-darwin: hydra, mesa_drivers, paprefs, pulseaudio, wxGTK30

Partial log (click to expand)


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


/nix/store/zbzli5qxrsycnmq62ncw40l0m8bxjjwq-objc4-osx-10.11.6
/nix/store/6jyza5jbwwyh4rk7r0kzxdd5p7jb4wsz-file-5.34
/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
/nix/store/knvgv3823pn0k4rlwa52zz9i023l4831-libuv-1.21.0

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: file, glib, hydra, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.objc4

Partial log (click to expand)

cannot build derivation '/nix/store/4pih80jw4r0d3wgwkrnkl7lnxjdx2bhj-gtk+-2.24.32.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/pg2xvzfqwcqjqilmyrk44vdcifs9c31r-gtk+3-3.22.30.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/yc81z3hv0kdibhblzlxaplpy9rv2s51r-libgsf-1.14.42.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fsswfhh8qwkqizn4lvq9s5vndf6qlm6k-gtkmm-3.22.2.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/83dwy53vwwzily94fphfv4jwvlvklskn-librsvg-2.42.4.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/fch6qnbcsa2ybw8w47s8cf1r9byq4gd9-pulseaudio-12.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/b0l6jirfdjj9p7vgy35m56qs0sivmcsb-wxwidgets-3.0.4.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/h67jcbqxbil7pwpmikkqnss4libhjzqm-hook.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/gd5b2n09g2gcq43vxa24jcvb2yyz8yx0-paprefs-1.0.drv': 3 dependencies couldn't be built
error: build of '/nix/store/3fcisyb7q7gbkyi5mndvwjg94nb33ljd-mesa-noglu-18.1.5.drv', '/nix/store/b0l6jirfdjj9p7vgy35m56qs0sivmcsb-wxwidgets-3.0.4.drv', '/nix/store/gd5b2n09g2gcq43vxa24jcvb2yyz8yx0-paprefs-1.0.drv', '/nix/store/lhrn41ri6psv4bc7rcqin488bp2wpd7l-hydra-2017-11-21.drv', '/nix/store/rlxfg55alabcylvkawwv8kl71swqln2p-pulseaudio-12.2.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: file, glib, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.objc4, hydra

Partial log (click to expand)

/nix/store/pb0271m8rj8yqkjavf6i8818piq409zm-pulseaudio-12.2/bin/start-pulseaudio-x11: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/pb0271m8rj8yqkjavf6i8818piq409zm-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/pb0271m8rj8yqkjavf6i8818piq409zm-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/bjh02qdbjv5k4nj17bnlcw7mswqawq22-pulseaudio-12.2-dev
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bjh02qdbjv5k4nj17bnlcw7mswqawq22-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/bjh02qdbjv5k4nj17bnlcw7mswqawq22-pulseaudio-12.2-dev
checking for references to /build in /nix/store/bjh02qdbjv5k4nj17bnlcw7mswqawq22-pulseaudio-12.2-dev...
cannot build derivation '/nix/store/b8ybsn4246n4kw161w082b9fywkwlpz6-paprefs-1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/b8ybsn4246n4kw161w082b9fywkwlpz6-paprefs-1.0.drv' failed

There's been some large rebuild on master.
I don't really have time ATM to find what it was.
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.objc4, file, glib, libuv

The following builds were skipped because they don't evaluate on x86_64-darwin: hydra, mesa_drivers, paprefs, pulseaudio, wxGTK30

Partial log (click to expand)


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


/nix/store/zbzli5qxrsycnmq62ncw40l0m8bxjjwq-objc4-osx-10.11.6
/nix/store/6jyza5jbwwyh4rk7r0kzxdd5p7jb4wsz-file-5.34
/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
/nix/store/knvgv3823pn0k4rlwa52zz9i023l4831-libuv-1.21.0

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: file, glib, hydra, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.objc4

Partial log (click to expand)

cannot build derivation '/nix/store/4pih80jw4r0d3wgwkrnkl7lnxjdx2bhj-gtk+-2.24.32.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/pg2xvzfqwcqjqilmyrk44vdcifs9c31r-gtk+3-3.22.30.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/yc81z3hv0kdibhblzlxaplpy9rv2s51r-libgsf-1.14.42.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fsswfhh8qwkqizn4lvq9s5vndf6qlm6k-gtkmm-3.22.2.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/83dwy53vwwzily94fphfv4jwvlvklskn-librsvg-2.42.4.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/47q6cscj8d91cl9ngshwgrhlbnzz4sg9-pulseaudio-12.2.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/b0l6jirfdjj9p7vgy35m56qs0sivmcsb-wxwidgets-3.0.4.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/h67jcbqxbil7pwpmikkqnss4libhjzqm-hook.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/smpr1c7lv8pm13w8n6sxkag27q9ixm6a-paprefs-1.0.drv': 3 dependencies couldn't be built
error: build of '/nix/store/3fcisyb7q7gbkyi5mndvwjg94nb33ljd-mesa-noglu-18.1.5.drv', '/nix/store/b0l6jirfdjj9p7vgy35m56qs0sivmcsb-wxwidgets-3.0.4.drv', '/nix/store/lhrn41ri6psv4bc7rcqin488bp2wpd7l-hydra-2017-11-21.drv', '/nix/store/rlxfg55alabcylvkawwv8kl71swqln2p-pulseaudio-12.2.drv', '/nix/store/smpr1c7lv8pm13w8n6sxkag27q9ixm6a-paprefs-1.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: file, glib, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.objc4, hydra

Partial log (click to expand)

/nix/store/vi0n708xryrbdzimifd74qi0ig337r4j-pulseaudio-12.2/bin/start-pulseaudio-x11: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/vi0n708xryrbdzimifd74qi0ig337r4j-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/vi0n708xryrbdzimifd74qi0ig337r4j-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/3i8kij5fzfqpk57ygxy2kwgnf9s9xx0n-pulseaudio-12.2-dev
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3i8kij5fzfqpk57ygxy2kwgnf9s9xx0n-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/3i8kij5fzfqpk57ygxy2kwgnf9s9xx0n-pulseaudio-12.2-dev
checking for references to /build in /nix/store/3i8kij5fzfqpk57ygxy2kwgnf9s9xx0n-pulseaudio-12.2-dev...
cannot build derivation '/nix/store/fyv7v47454c5zv2992yg0gxnvmg3kmw6-paprefs-1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/fyv7v47454c5zv2992yg0gxnvmg3kmw6-paprefs-1.0.drv' failed

@Ericson2314 Ericson2314 removed their request for review August 6, 2018 19:10
@FRidh
Copy link
Member Author

FRidh commented Aug 7, 2018

@vcunat looks like #44083 was the culprit. Let's see what needs to be done for @GrahamcOfBorg to prevent merging mass-rebuilds, because this is getting tiring.

@vcunat
Copy link
Member

vcunat commented Aug 7, 2018

Yeah, that one is large, though it has < 5k according to Borg (across all three platforms), so it's probably not the only one. I agree it's tiring, because of delaying Hydra by days. I had assumed that those red labels from Borg would be enough for people to notice.

@vcunat
Copy link
Member

vcunat commented Aug 7, 2018

We finally got a staging-next evaluation with new master, so I cancelled those "trunk" jobs and hopefully we can merge soon, getting over this.

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: darwin.objc4, file, glib, libuv

The following builds were skipped because they don't evaluate on x86_64-darwin: hydra, mesa_drivers, paprefs, pulseaudio, wxGTK30

Partial log (click to expand)


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


/nix/store/zbzli5qxrsycnmq62ncw40l0m8bxjjwq-objc4-osx-10.11.6
/nix/store/6jyza5jbwwyh4rk7r0kzxdd5p7jb4wsz-file-5.34
/nix/store/i02v4z9m5nfwvq1kqvk5qlbhmyhrfwy2-glib-2.56.0
/nix/store/knvgv3823pn0k4rlwa52zz9i023l4831-libuv-1.21.0

@FRidh FRidh merged commit 786cbba into master Aug 9, 2018
@FRidh
Copy link
Member Author

FRidh commented Aug 9, 2018

@vcunat merged, so we can cancel the current nixpkgs trunk jobs.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: file, glib, hydra, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on x86_64-linux: darwin.objc4

Partial log (click to expand)

make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21
shrinking /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21/bin/hydra-eval-jobs
shrinking /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21/bin/hydra-evaluator
shrinking /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21/bin/hydra-queue-runner
patching script interpreter paths in /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21
checking for references to /build in /nix/store/33frl5f3c734d0g47djkvnpq42bpnxwq-hydra-2017-11-21...
finalPhase
build time elapsed:  0m0.615s 0m0.557s 1m36.283s 0m9.592s

@vcunat
Copy link
Member

vcunat commented Aug 9, 2018

I did that. This week I'm most worried about getting a trunk-combined evaluation – there have been at least a dozen attempts during the past few days but no success, and the channel is at least a week old ATM.

@GrahamcOfBorg
Copy link

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

Attempted: file, glib, libuv, mesa_drivers, paprefs, pulseaudio, wxGTK30

The following builds were skipped because they don't evaluate on aarch64-linux: darwin.objc4, hydra

Partial log (click to expand)

/nix/store/fadz5yjl4h2scw9zpgy6wpc0vhnv88x7-pulseaudio-12.2/bin/start-pulseaudio-x11: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
/nix/store/fadz5yjl4h2scw9zpgy6wpc0vhnv88x7-pulseaudio-12.2/bin/esdcompat: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/fadz5yjl4h2scw9zpgy6wpc0vhnv88x7-pulseaudio-12.2...
shrinking RPATHs of ELF executables and libraries in /nix/store/qnmrl8dfmiywpz3hsllikk331jn0vb89-pulseaudio-12.2-dev
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qnmrl8dfmiywpz3hsllikk331jn0vb89-pulseaudio-12.2-dev/lib
patching script interpreter paths in /nix/store/qnmrl8dfmiywpz3hsllikk331jn0vb89-pulseaudio-12.2-dev
checking for references to /build in /nix/store/qnmrl8dfmiywpz3hsllikk331jn0vb89-pulseaudio-12.2-dev...
cannot build derivation '/nix/store/vidj4ls9cfl42s4kqj9b23wyx5pmn5v0-paprefs-1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/vidj4ls9cfl42s4kqj9b23wyx5pmn5v0-paprefs-1.0.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