pocmatos
2021-1-7 15:15:29

Do I read this correctly that portlib timed out?


pocmatos
2021-1-7 15:15:40

We have seen quite a few port lib issues in the past.


pocmatos
2021-1-7 15:16:01

Whenever I see one of those I rerun the tests to obtain a green tick, which is not great but haven’t had time to look into those.


pocmatos
2021-1-7 15:16:17

portlib also sometimes fails in CS unfortunately.


pocmatos
2021-1-7 15:16:59

I returned to work recently and am putting a CI plan for this year, so hopefully I will have written down soon.


shu--hung
2021-1-7 15:17:08

I’ve seen portlib test timeout once too, but can’t trigger it reliably


samth
2021-1-7 15:18:12

Yes that’s what it looks like to me



pocmatos
2021-1-7 15:38:37

pocmatos
2021-1-7 15:38:43

Turns out it can still fail.


pocmatos
2021-1-7 15:39:07

It’s a windows box, possibly slower than the Linux VMs so… might be that.


shu--hung
2021-1-7 15:40:11

Well, or that there are fewer Windows VM resources than Linux VMs



sorawee
2021-1-7 15:41:27

((file) (#f #t (#<procedure:byte-ready?> #<input-port:name>)))


pocmatos
2021-1-7 15:43:03

@shu—hung right - or that.


pocmatos
2021-1-7 15:43:11

@sorawee never seen a failure in that section.


shu--hung
2021-1-7 15:44:56

nope


shu--hung
2021-1-8 03:08:04

I bumped into another portlib failure today too. https://github.com/shhyou/racket/runs/1665165427?check_suite_focus=true#step:9:107 Errors were:


shu--hung
2021-1-8 03:12:14

Section (got expected (call))) ((portlib) (#"\32\203]o\352Mj\4\2126z\253\310l\231\367\32\203]o\352Mj\4\2126z\253\310l\231\367\366\366\326\22\211=\233\345\237\3161\252\37\223\244J\364\32\26\260\31Z6<#F)\204\266\265\2512\363C\307\203\3433T\347\343\214O\201mX\352F\231\350\232b/\330\333\315\306\261YP\371\255\6Y+7O\236%\270\231v\\\275`\374O\27'\210C\26\20\315\362\354\304\245\16N\177\366\371Q\217X\346\f\32&\353\f\0314'Q0\2707\0316t!;\267\340\260\305\343\3100}d{\204f\374\214" #"\343\3073\327\364\2349\3069I\265;B&v\224\32\203]o\352Mj\4\2126z\253\310l\231\367\366\366\326\22\211=\233\345\237\3161\252\37\223\244J\364\32\26\260\31Z6<#F)\204\266\265\2512\363C\307\203\3433T\347\343\214O\201mX\352F\231\350\232b/\330\333\315\306\261YP\371\255\6Y+7O\236%\270\231v\\\275`\374O\27'\210C\26\20\315\362\354\304\245\16N\177\366\371Q\217X\346\f\32&\353\f\0314'Q0\2707\0316t!;\267\340\260\305\343\3100}d{\204f\374\214" (#<procedure:read-bytes> 160 #<input-port:localhost>))) I suppose the test is this one, which is kind of surprising https://github.com/racket/racket/blob/a5744bec622176fee749c920e3b55cf816a6325f/pkgs/racket-test-core/tests/racket/portlib.rktl#L1360


pocmatos
2021-1-8 05:37:41

@shu—hung that’s the type of failure I have seen multiple times that I mentioned earlier.




shu--hung
2021-1-8 05:42:53

Sadly the logs of the runs in the comments have expired


pocmatos
2021-1-8 05:47:07

To be fair there was not much to see.


pocmatos
2021-1-8 05:47:24

You see a sequence of section results all good and then that after portlib. There’s really not much verbosity


pocmatos
2021-1-8 06:00:20

We need some sort of trophy room where we award virtual trophies to people fixing the long outstanding problems.


pocmatos
2021-1-8 06:00:51

Like a page racket-ci/trophyroom somewhere. :slightly_smiling_face:


pocmatos
2021-1-8 06:06:13

Are you going to be the one?