Skip to content

Instantly share code, notes, and snippets.

@astj
Created August 26, 2019 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astj/896dce5b84a212ee0dfac0e13e36fb8b to your computer and use it in GitHub Desktop.
Save astj/896dce5b84a212ee0dfac0e13e36fb8b to your computer and use it in GitHub Desktop.
[astj@jumpin01 /Users/astj/workspace/zef-test]$ cat Dockerfile
FROM rakudo-star:latest
RUN zef install Smack
[astj@jumpin01 /Users/astj/workspace/zef-test]$ docker build .
Sending build context to Docker daemon 2.048kB
Step 1/2 : FROM rakudo-star:latest
---> 91fe3ad6db91
Step 2/2 : RUN zef install Smack
---> Running in f9cae0e47e6f
===> Searching for: Smack
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
Calling .header(Content-Type) is preferred to .header("Content-Type") for standard HTTP headers.
in method header at /root/.zef/store/HTTP-Headers-0.4.0.tar.gz/HTTP-Headers-0.4.0/lib/HTTP/Headers.pm6 (HTTP::Headers) line 337
Calling .header(Content-Type) is preferred to .header("Content-Type") for standard HTTP headers.
in method header at /root/.zef/store/HTTP-Headers-0.4.0.tar.gz/HTTP-Headers-0.4.0/lib/HTTP/Headers.pm6 (HTTP::Headers) line 337
Calling .header(Content-Length) is preferred to .header("Content-Length") for standard HTTP headers.
in method header at /root/.zef/store/HTTP-Headers-0.4.0.tar.gz/HTTP-Headers-0.4.0/lib/HTTP/Headers.pm6 (HTTP::Headers) line 337
Calling .header(Allow) is preferred to .header("Allow") for standard HTTP headers.
in method header at /root/.zef/store/HTTP-Headers-0.4.0.tar.gz/HTTP-Headers-0.4.0/lib/HTTP/Headers.pm6 (HTTP::Headers) line 337
Calling .header(Content-Type) is preferred to .header("Content-Type") for standard HTTP headers.
in method header at /root/.zef/store/HTTP-Headers-0.4.0.tar.gz/HTTP-Headers-0.4.0/lib/HTTP/Headers.pm6 (HTTP::Headers) line 337
Saw 1 occurrence of deprecated code.
================================================================================
Method parse-http (from HTTP::Request::Supply) seen at:
/root/.zef/store/HTTP-Supply.git/972bcbbb714194af199e8e6fd80faceb2ef95546/t/lib/HTTP/Supply/Test.pm6 (HTTP::Supply::Test), line 166
Please use something else instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===SORRY!===
Cannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
===> Searching for missing dependencies: Apache::LogFormat::Compiler, Hash::MultiValue, HTTP::Headers, HTTP::Supply, IO::Socket::Async::SSL
===> Testing: Apache::LogFormat
===> Testing [OK] for Apache::LogFormat
===> Testing: Hash::MultiValue:ver<0.7>:auth<github:zostay>
===> Testing [OK] for Hash::MultiValue:ver<0.7>:auth<github:zostay>
===> Testing: HTTP::Headers:ver<0.4.0>
===> Testing [OK] for HTTP::Headers:ver<0.4.0>
===> Testing: HTTP::Supply:ver<0.3.5>:auth<github:zostay>
===> Testing [OK] for HTTP::Supply:ver<0.3.5>:auth<github:zostay>
===> Testing: IO::Socket::Async::SSL:ver<0.7.4>
===> Testing [FAIL]: IO::Socket::Async::SSL:ver<0.7.4>
===> Updating p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
Aborting due to test failure: IO::Socket::Async::SSL:ver<0.7.4> (use --force-test to override)
The command '/bin/sh -c zef install Smack' returned a non-zero code: 1
[astj@jumpin01 /Users/astj/workspace/zef-test]$ docker images | grep rakudo-star
rakudo-star latest 91fe3ad6db91 10 days ago 369MB
rakudo-star <none> 9e3845084855 6 weeks ago 369MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment