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

[CI-test] jekyll: Update the dependencies #35199

Merged
merged 1 commit into from Feb 19, 2018
Merged

Conversation

primeos
Copy link
Member

@primeos primeos commented Feb 19, 2018

Just an attempt to reproduce, analyze, and fix an evaluation error with @GrahamcOfBorg.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0
checking for references to /build in /nix/store/4byicm79xc8lw5nkmrfv6cdw5bp0iphr-ruby2.4.3-jekyll-sitemap-1.2.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/554h1d7k9yy5d5bkh672zr739ari1nmn-ruby2.4.3-jekyll-mentions-1.2.0
patching script interpreter paths in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0
checking for references to /build in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0...
patching script interpreter paths in /nix/store/554h1d7k9yy5d5bkh672zr739ari1nmn-ruby2.4.3-jekyll-mentions-1.2.0
checking for references to /build in /nix/store/554h1d7k9yy5d5bkh672zr739ari1nmn-ruby2.4.3-jekyll-mentions-1.2.0...
building '/nix/store/76gz6q0npppvcdixn3b152l84wcjhr1j-jekyll-3.7.2.drv'...
created 134 symlinks in user environment
/nix/store/12rkf8m2n59drsvi911nlxsajqmv7rx6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/wa5rsziivalch5qcgyxd2rybxfcix4gz-ruby2.4.3-jekyll-sitemap-1.2.0/lib/ruby/gems/2.4.0/gems/jekyll-sitemap-1.2.0/script/cibuild: interpreter directive changed from "/bin/sh" to "/nix/store/shjmvsnwrlg7rd8m0kzgpygqq4if312z-bash-4.4-p12/bin/sh"
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4xa27c047dmgzzpabb7ndf4cagz57wwm-ruby2.4.3-jemoji-0.9.0
patching script interpreter paths in /nix/store/4xa27c047dmgzzpabb7ndf4cagz57wwm-ruby2.4.3-jemoji-0.9.0
/nix/store/wa5rsziivalch5qcgyxd2rybxfcix4gz-ruby2.4.3-jekyll-sitemap-1.2.0/lib/ruby/gems/2.4.0/gems/jekyll-sitemap-1.2.0/script/bootstrap: interpreter directive changed from "/bin/sh" to "/nix/store/shjmvsnwrlg7rd8m0kzgpygqq4if312z-bash-4.4-p12/bin/sh"
checking for references to /build in /nix/store/4xa27c047dmgzzpabb7ndf4cagz57wwm-ruby2.4.3-jemoji-0.9.0...
checking for references to /build in /nix/store/wa5rsziivalch5qcgyxd2rybxfcix4gz-ruby2.4.3-jekyll-sitemap-1.2.0...
building '/nix/store/ql352h48y21wcirhha35hx1b05gjmm6p-jekyll-3.7.2.drv'...
created 134 symlinks in user environment
/nix/store/84p6mnccvlz8x6a72f3dvkypffhhl9a6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/84p6mnccvlz8x6a72f3dvkypffhhl9a6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

checking for references to /tmp/nix-build-ruby2.4.3-jekyll-mentions-1.2.0.drv-0 in /nix/store/554h1d7k9yy5d5bkh672zr739ari1nmn-ruby2.4.3-jekyll-mentions-1.2.0...
Successfully installed jemoji-0.9.0
1 gem installed
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0
patching script interpreter paths in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0
checking for references to /tmp/nix-build-ruby2.4.3-jemoji-0.9.0.drv-0 in /nix/store/jy8ivs2v4r9ncvwjdji5nvl2mvnrgr9s-ruby2.4.3-jemoji-0.9.0...
building path(s) ‘/nix/store/12rkf8m2n59drsvi911nlxsajqmv7rx6-jekyll-3.7.2’
created 134 symlinks in user environment
/nix/store/12rkf8m2n59drsvi911nlxsajqmv7rx6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/84p6mnccvlz8x6a72f3dvkypffhhl9a6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

/nix/store/12rkf8m2n59drsvi911nlxsajqmv7rx6-jekyll-3.7.2

Unfortunately my first attempt in f14b6ea broke the evaluation and was
therefore reverted in 4419a31. I couldn't reproduce the error locally
but as @grahamc noted I shouldn't have imported from a derivation.

Thanks @joachifm and @grahamc for spotting the evaluation error and
reverting f14b6ea.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

/nix/store/12rkf8m2n59drsvi911nlxsajqmv7rx6-jekyll-3.7.2

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/84p6mnccvlz8x6a72f3dvkypffhhl9a6-jekyll-3.7.2

@primeos primeos merged commit 521ffc2 into NixOS:master Feb 19, 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

2 participants