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

Build fail strange #1692

Closed
tisonkun opened this issue Nov 28, 2017 · 9 comments
Closed

Build fail strange #1692

tisonkun opened this issue Nov 28, 2017 · 9 comments

Comments

@tisonkun
Copy link
Member

Recent commit build fail on travis-CI with message:

t/pod-valid.t ........ 33/324 # Failed test 'doc/Language/operators.pod6 has clean POD6'
# at t/pod-valid.t line 33
t/pod-valid.t ........ 42/324 # Failed test 'doc/Language/regexes.pod6 has clean POD6'
# at t/pod-valid.t line 33
t/pod-valid.t ........ 119/324 # Failed test 'doc/Type/Junction.pod6 has clean POD6'
# at t/pod-valid.t line 33
t/pod-valid.t ........ 193/324 # Failed test 'doc/Type/Str.pod6 has clean POD6'
# at t/pod-valid.t line 33
t/pod-valid.t ........ 322/324 # Looks like you failed 4 tests of 324
t/pod-valid.t ........ Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/324 subtests 
t/pod6.t ............. ok
t/tabs.t ............. ok
t/typegraph.t ........ ok
Test Summary Report
-------------------
t/pod-valid.t      (Wstat: 1024 Tests: 324 Failed: 4)
  Failed tests:  34, 43, 120, 193
  Non-zero exit status: 4

However, make test with the latest version runs well locally.

➜  doc git:(master) make test
if [ "" != "" ]; then prove -j  -e perl6 t; else prove -e perl6 t; fi
t/00-load.t .......... ok   
t/meta.t ............. ok   
t/pod-convenience.t .. ok     
t/pod-htmlify.t ...... ok   
t/pod-valid.t ........ ok       
t/pod6.t ............. ok       
t/tabs.t ............. ok       
t/typegraph.t ........ ok   
All tests successful.
Files=8, Tests=1159, 203 wallclock secs ( 0.26 usr  0.05 sys + 305.88 cusr 30.40 csys = 336.59 CPU)
Result: PASS

I think this error message starts form 0a93d3f , but it seems have nothing to do with the commit.

Before it, build fails with (023ac49 ):

Worker information
hostname: f259353c-b17f-400b-b941-a46af37200b5@1.i-0e4d705-production-2-worker-org-ec2.travisci.net
version: v3.4.0 https://github.com/travis-ci/worker/tree/ce0440bc30c289a49a9b0c21e4e1e6f7d7825101
instance: e3d1ab8 travisci/ci-garnet:packer-1503972846 (via amqp)
startup: 4.13056152s
oci runtime error: exec failed: container_linux.go:265: starting container process caused "could not create session key: disk quota exceeded"

It should be mentioned that 8d7aaa5 passes the test, but, still don't know the point :-(

This prevents commits from applying, we should fix it as soon as possible.

@coke

@tisonkun tisonkun added the build label Nov 28, 2017
@zoffixznet
Copy link
Contributor

Considering some of the referenced pages haven't been updated in awhile, this is likely due to recent changes in Rakudo's POD handling. @tbrowder would know more

@tisonkun
Copy link
Member Author

Now I simply fix those tables. However, those tables should work. So @tbrowder 's commit might forget something.

The typical pattern is:

title1   title2
===    ====
item1  item2
item3  item4

above works improperly. It forces to use

title1 |  title2
====+====
item1 | item2
item3 | item4

or some other ways

@tbrowder
Copy link
Member

tbrowder commented Nov 29, 2017 via email

@tbrowder
Copy link
Member

tbrowder commented Nov 29, 2017 via email

@tisonkun
Copy link
Member Author

@tbrowder yes, you're right. Sorry for my boldness.

@tbrowder
Copy link
Member

tbrowder commented Nov 29, 2017 via email

@coke
Copy link
Collaborator

coke commented Nov 29, 2017

@tbrowder this was (probably) fixed in f4426c4

@tbrowder
Copy link
Member

tbrowder commented Nov 29, 2017 via email

@tbrowder
Copy link
Member

tbrowder commented Nov 29, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants