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

hugo: 0.49.2 -> 0.50 #49525

Merged
merged 1 commit into from Oct 31, 2018
Merged

hugo: 0.49.2 -> 0.50 #49525

merged 1 commit into from Oct 31, 2018

Conversation

danieldk
Copy link
Contributor

Motivation for this change

Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.50

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.

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: hugo

Partial log (click to expand)

github.com/alecthomas/chroma/lexers/n
github.com/alecthomas/chroma/formatters
github.com/alecthomas/chroma/lexers/r
github.com/alecthomas/chroma/lexers/d
github.com/alecthomas/chroma/lexers/v
github.com/alecthomas/chroma/lexers/c
github.com/alecthomas/chroma/lexers/h
github.com/alecthomas/chroma/lexers/s
builder for '/nix/store/c2i6iw5rk2kdzgr5crxr9ikn2kl7x3gm-hugo-0.50.drv' failed with exit code 41
error: build of '/nix/store/c2i6iw5rk2kdzgr5crxr9ikn2kl7x3gm-hugo-0.50.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: hugo

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin
shrinking /nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin/bin/hugo
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin/bin
patching script interpreter paths in /nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin
checking for references to /build in /nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin...
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
/nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin

@xeji xeji mentioned this pull request Oct 31, 2018
9 tasks
@xeji
Copy link
Contributor

xeji commented Oct 31, 2018

aarch64 failure looks like a builder-specific issue (lack of resources), let's try again - it might work on a different builder.
@GrahamcOfBorg build hugo

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: hugo

Partial log (click to expand)

/nix/store/2d21fijj0k6q1ywdjfgpwqb0wnz0mfmi-hugo-0.50-bin

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: hugo

Partial log (click to expand)

github.com/gohugoio/hugo/tpl/cast
github.com/gohugoio/hugo/tpl/math
github.com/gohugoio/hugo/tpl/partials
github.com/gohugoio/hugo/tpl/images
github.com/gohugoio/hugo/tpl/collections
github.com/gohugoio/hugo/resource/tocss/scss
github.com/gohugoio/hugo/tpl/resources
github.com/gohugoio/hugo/tpl/tplimpl
builder for '/nix/store/c2i6iw5rk2kdzgr5crxr9ikn2kl7x3gm-hugo-0.50.drv' failed with exit code 47
error: build of '/nix/store/c2i6iw5rk2kdzgr5crxr9ikn2kl7x3gm-hugo-0.50.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: hugo

Partial log (click to expand)

find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
find: '/nix/store/kvmkinq5fahj3v3ncfq39wk748x54ng2-hugo-0.50': No such file or directory
/nix/store/7bfrv3r68r0s0k253bn9mzwg06vl23lz-hugo-0.50-bin

@xeji xeji merged commit f9a8abe into NixOS:master Oct 31, 2018
@xeji
Copy link
Contributor

xeji commented Oct 31, 2018

same resource limitation on aarch64. Merged anyway, usually these build fine on hydra.

@danieldk danieldk deleted the hugo-0.50 branch October 31, 2018 18:18
shdpl pushed a commit to shdpl/nixpkgs that referenced this pull request Nov 16, 2018
shdpl added a commit to shdpl/nixpkgs that referenced this pull request Nov 18, 2018
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