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

kdeApplications.mbox-importer: fix hydra build #39018

Merged
merged 1 commit into from Apr 17, 2018

Conversation

xeji
Copy link
Contributor

@xeji xeji commented Apr 16, 2018

Motivation for this change

Build succeded locally but failed on hydra with "log limit exceeded". Disable verbose logging.

/cc ZHF #36453 - please backport

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 aarch64-linux (full log)

Attempted: kdeApplications.mbox-importer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3
shrinking /nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3/bin/mboximporter
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3/bin
patching script interpreter paths in /nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3
checking for references to /build in /nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3...
postPatchMkspecs
postPatchMkspecs
/nix/store/c47nwhz2pyhi5qmhs5knagyh58j0pyma-mbox-importer-17.12.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: kdeApplications.mbox-importer

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/df33a4yf1rkzrhliq93bchm2dk2hnf62-mbox-importer-17.12.3
shrinking /nix/store/df33a4yf1rkzrhliq93bchm2dk2hnf62-mbox-importer-17.12.3/bin/mboximporter
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/df33a4yf1rkzrhliq93bchm2dk2hnf62-mbox-importer-17.12.3/bin
patching script interpreter paths in /nix/store/df33a4yf1rkzrhliq93bchm2dk2hnf62-mbox-importer-17.12.3
checking for references to /build in /nix/store/df33a4yf1rkzrhliq93bchm2dk2hnf62-mbox-importer-17.12.3...
postPatchMkspecs
postPatchMkspecs

@@ -15,6 +15,7 @@ mkDerivation {
akonadi akonadi-search kconfig kservice kio mailcommon mailimporter messagelib
];
preHook = ''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xeji I must have left this in here by accident. Could you just remove the preHook entirely?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

build failed with "log limit exceeded", disable verbose logging
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: kdeApplications.mbox-importer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3
shrinking /nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3/bin/mboximporter
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3/bin
patching script interpreter paths in /nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3
/nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3
checking for references to /build in /nix/store/kqda7l31wlwvrm1wdlbg7yylb489cc2v-mbox-importer-17.12.3...
postPatchMkspecs
postPatchMkspecs

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: kdeApplications.mbox-importer

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3
shrinking /nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3/bin/mboximporter
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3/bin
patching script interpreter paths in /nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3
checking for references to /build in /nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3...
postPatchMkspecs
postPatchMkspecs
/nix/store/m9k8wnvwjdprcl51l7r3k35m9y5n9gr5-mbox-importer-17.12.3

@ttuegel ttuegel merged commit d3c5aa5 into NixOS:master Apr 17, 2018
@ttuegel
Copy link
Member

ttuegel commented Apr 17, 2018

Thanks!

@xeji
Copy link
Contributor Author

xeji commented Apr 17, 2018

@ttuegel please backport to 18.03. Thank you!

@xeji xeji deleted the p/mbox-importer branch April 17, 2018 13:06
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