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

meson: print failed test logs #35120

Merged
merged 1 commit into from Feb 21, 2018
Merged

meson: print failed test logs #35120

merged 1 commit into from Feb 21, 2018

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Feb 18, 2018

Motivation for this change

By default meson only saves the test output to a file. That is a problem on borg, etc, where we do not have access to those files.

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

Success on x86_64-linux (full log)

Partial log (click to expand)

reading manifest template 'MANIFEST.in'
warning: no directories found matching 'syntax-highlighting'
warning: no files found matching 'authors.txt'
writing manifest file 'meson.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

cannot build derivation '/nix/store/rpdk52027lkixwl4bh9q113rgxq40k2i-python-2.7.14.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/4k7r5bsmi1432zdsagwr8m60x3gklwzh-xnu-osx-10.11.6.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/m9r7yfafid6d38y6c1knc6bp9zaqb2hw-IOKit-osx-10.11.6.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/d0frcwv52h5qyjzxl1mm7251j2xggccd-configd-osx-10.8.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/2c1i1a83iwl5413cyhsp9z2mvqj70jm6-python3-3.6.4.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/5md8xazj16dh62ijksh2gj5zm7vgm1wz-hook.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/agbqr7sc0x0v4rlgfbcfkyk2mbynna38-python3.6-bootstrapped-pip-9.0.1.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/1zcrqp4m0v80yizd3zqr0z1r0c17bn3j-python3.6-setuptools-38.4.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/kcpa15i747h4r8wvivdw11x7pbmsskdp-meson-0.44.0.drv': 6 dependencies couldn't be built
error: build of '/nix/store/kcpa15i747h4r8wvivdw11x7pbmsskdp-meson-0.44.0.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

cannot build derivation '/nix/store/vd83129kxgm1ngjrqq4b1ay716krmjb8-hook.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/201m2j1v1ddicsjrfaf04a3l4884n8ck-ncurses-6.0-20171125.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/v7dglabbp546p6plls1ambb3b9w2fpmj-openssl-1.0.2n.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/6x4abdrr281isiw096y6mb3czz9ghy61-readline-6.3p08.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/1zjrjvam4cpf3xyp3hf4dy2lhrccn8ql-python3-3.6.4.drv': 9 dependencies couldn't be built
cannot build derivation '/nix/store/d5a35a9277fncpssrisz8b5vwicg4bbb-hook.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/l3p1ih7kvals396fbp71mnp1mxsz50bx-python3.6-bootstrapped-pip-9.0.1.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/hhlyn5fd7m742bm76famgzpjxwx397vp-python3.6-setuptools-38.4.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/pmpdna1kw0r3ciyd67gkfcb8x1ds5vfp-meson-0.44.0.drv': 6 dependencies couldn't be built
error: build of '/nix/store/pmpdna1kw0r3ciyd67gkfcb8x1ds5vfp-meson-0.44.0.drv' failed

@vcunat vcunat merged commit 40eadf9 into NixOS:staging Feb 21, 2018
vcunat added a commit that referenced this pull request Feb 21, 2018
@jtojnar jtojnar deleted the meson-fail-logs branch February 23, 2018 16:30
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