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

gnome3.gjs: 1.50.2 → 1.50.4 #34979

Merged
merged 2 commits into from Feb 14, 2018
Merged

gnome3.gjs: 1.50.2 → 1.50.4 #34979

merged 2 commits into from Feb 14, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Feb 14, 2018

Motivation for this change

Update and adding installed tests

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

Package ‘gjs-1.50.4’ in /private/var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/lnl7-mac/pkgs/desktops/gnome-3/core/gjs/default.nix:36 is not supported on ‘x86_64-darwin’, refusing to evaluate.

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.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/4rsl3r5iaxd6p71anwj2hk26nibl13vz-gjs-1.50.4/lib  /nix/store/4rsl3r5iaxd6p71anwj2hk26nibl13vz-gjs-1.50.4/bin
patching script interpreter paths in /nix/store/4rsl3r5iaxd6p71anwj2hk26nibl13vz-gjs-1.50.4
checking for references to /build in /nix/store/4rsl3r5iaxd6p71anwj2hk26nibl13vz-gjs-1.50.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/vlfw6acjpf374ikd5p38y1qab58xhn76-gjs-1.50.4-installedTests
shrinking /nix/store/vlfw6acjpf374ikd5p38y1qab58xhn76-gjs-1.50.4-installedTests/libexec/gjs/installed-tests/.minijasmine-wrapped
/nix/store/4rsl3r5iaxd6p71anwj2hk26nibl13vz-gjs-1.50.4
strip is /nix/store/5qj61lcvzlap87rf6blvf8p577d482bv-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/vlfw6acjpf374ikd5p38y1qab58xhn76-gjs-1.50.4-installedTests/libexec
patching script interpreter paths in /nix/store/vlfw6acjpf374ikd5p38y1qab58xhn76-gjs-1.50.4-installedTests
checking for references to /build in /nix/store/vlfw6acjpf374ikd5p38y1qab58xhn76-gjs-1.50.4-installedTests...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/qswhaygnbz2g41x19h6nafqqvmvhiks4-gjs-1.50.4/lib  /nix/store/qswhaygnbz2g41x19h6nafqqvmvhiks4-gjs-1.50.4/bin
patching script interpreter paths in /nix/store/qswhaygnbz2g41x19h6nafqqvmvhiks4-gjs-1.50.4
checking for references to /build in /nix/store/qswhaygnbz2g41x19h6nafqqvmvhiks4-gjs-1.50.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/fa46pn9dplgqhfrmj9kvqz8p4dn971ln-gjs-1.50.4-installedTests
shrinking /nix/store/fa46pn9dplgqhfrmj9kvqz8p4dn971ln-gjs-1.50.4-installedTests/libexec/gjs/installed-tests/.minijasmine-wrapped
strip is /nix/store/xmpjypwjmp2qi1chs5kr0hacnh161ls4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/fa46pn9dplgqhfrmj9kvqz8p4dn971ln-gjs-1.50.4-installedTests/libexec
patching script interpreter paths in /nix/store/fa46pn9dplgqhfrmj9kvqz8p4dn971ln-gjs-1.50.4-installedTests
checking for references to /build in /nix/store/fa46pn9dplgqhfrmj9kvqz8p4dn971ln-gjs-1.50.4-installedTests...
/nix/store/qswhaygnbz2g41x19h6nafqqvmvhiks4-gjs-1.50.4

@jtojnar
Copy link
Contributor Author

jtojnar commented Feb 14, 2018

@GrahamcOfBorg test gjs

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

machine: running command: test -e /sys/kernel/debug/gcov
machine: exit status 1
syncing
machine: running command: sync
machine: exit status 0
test script finished in 39.67s
cleaning up
killing machine (pid 593)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/tmp/nix-build-vm-test-run-gjs.drv-0/vde1.ctl': Directory not empty

@jtojnar jtojnar merged commit 9857545 into NixOS:master Feb 14, 2018
@jtojnar jtojnar deleted the gjs-1.50.4 branch February 14, 2018 22:10
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

machine: running command: journalctl -b SYSLOG_IDENTIFIER=systemd | grep 'session opened'
machine: exit status 1
error: action timed out after -1 seconds at /nix/store/v7jwf7qr8mwq2b11mcx203vjs52np4nc-nixos-test-driver/lib/perl5/site_perl/Machine.pm line 227, <__ANONIO__> line 901.
action timed out after -1 seconds at /nix/store/v7jwf7qr8mwq2b11mcx203vjs52np4nc-nixos-test-driver/lib/perl5/site_perl/Machine.pm line 227, <__ANONIO__> line 901.
cleaning up
killing machine (pid 627)
vde_switch: EOF on stdin, cleaning up and exiting
vde_switch: Could not remove ctl dir '/build/vde1.ctl': Directory not empty
builder for '/nix/store/0jm43xc075hn4ggrcw87drvbh6x9s490-vm-test-run-gjs.drv' failed with exit code 255
error: build of '/nix/store/0jm43xc075hn4ggrcw87drvbh6x9s490-vm-test-run-gjs.drv' failed

@jtojnar jtojnar mentioned this pull request Feb 14, 2018
44 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants