PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Saturday the 28th of March, 2020

(Back to #pil overview) (Back to channel listing) (Animate logs)
[00:53:23] <travis-ci> radarhere/Pillow#5776 (tests2b - a33a283 : Andrew Murray): The build has errored.
[00:53:23] <travis-ci> Change view : https://github.com/radarhere/Pillow/commit/a33a283049cc
[00:53:23] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667936948
[01:06:44] <travis-ci> radarhere/Pillow#5776 (tests2b - a33a283 : Andrew Murray): The build has errored.
[01:06:44] <travis-ci> Change view : https://github.com/radarhere/Pillow/commit/a33a283049cc
[01:06:44] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667936948
[01:09:55] <travis-ci> radarhere/Pillow#5777 (tests2b - a82ed56 : Andrew Murray): The build failed.
[01:09:55] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/a33a283049cc...a82ed5656f84
[01:09:55] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667941900
[01:14:44] <travis-ci> radarhere/Pillow#5778 (tests2 - 2fb557e : Andrew Murray): The build is still failing.
[01:14:44] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/b9dc4b5357d0^...2fb557e93d7d
[01:14:44] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667943273
[01:18:55] <travis-ci> radarhere/Pillow#5779 (tests2 - eaa953a : Andrew Murray): The build is still failing.
[01:18:55] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/2fb557e93d7d...eaa953acf23f
[01:18:56] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667944384
[01:23:00] <travis-ci> radarhere/Pillow#5780 (tests2 - 00845f2 : Andrew Murray): The build was fixed.
[01:23:00] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/eaa953acf23f...00845f27bda3
[01:23:00] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667945131
[01:53:35] <travis-ci> radarhere/Pillow#5782 (pillowtestcase - a15d7d7 : Andrew Murray): The build passed.
[01:53:35] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/18138be02d3c...a15d7d7a432d
[01:53:35] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667949598
[02:08:34] <travis-ci> radarhere/Pillow#5783 (pillowtestcase - cbf0bf1 : Andrew Murray): The build passed.
[02:08:34] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/a15d7d7a432d...cbf0bf1010c4
[02:08:34] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667950731
[03:38:00] <travis-ci> radarhere/Pillow#5784 (mock_patch - b06124e : Andrew Murray): The build failed.
[03:38:00] <travis-ci> Change view : https://github.com/radarhere/Pillow/commit/b06124e2f2fa
[03:38:00] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/667966697
[05:09:34] <travis-ci> nulano/Pillow#435 (ft-color - 4150826 : nulano): The build failed.
[05:09:34] <travis-ci> Change view : https://github.com/nulano/Pillow/commit/4150826ef3a4
[05:09:34] <travis-ci> Build details : https://travis-ci.org/nulano/Pillow/builds/667977294
[11:09:40] <travis-ci> radarhere/Pillow#5786 (master - e3563c4 : Andrew Murray): The build passed.
[11:09:40] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/7b628a5ef67d...e3563c430b28
[11:09:40] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668024351
[11:10:20] <travis-ci> radarhere/Pillow#5787 (mock_patch - c628a8b : Andrew Murray): The build is still failing.
[11:10:20] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/ad0a2b34813b...c628a8b68899
[11:10:20] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668024671
[11:24:16] <travis-ci> radarhere/Pillow#5788 (master - 7b628a5 : Hugo van Kemenade): The build passed.
[11:24:16] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/e3563c430b28...7b628a5ef67d
[11:24:17] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668024683
[11:25:08] <travis-ci> radarhere/Pillow#5789 (mock_patch - a2ab6ac : Andrew Murray): The build was fixed.
[11:25:08] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/c628a8b68899...a2ab6ac64972
[11:25:09] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668025332
[12:19:04] <coiax> hi, I'm having some issues with the PixelAccess instance returned from PIL.Image.load() not having the putpixel method
[12:19:32] <coiax> what is completely bizarre about this, is that I originally coded the project that uses putpixel in pypy, and everything works
[12:20:03] <coiax> and then I wanted to see how the performance compared to cpython, and it's complaining that PixelAccess doesn't have putpixel
[12:20:26] <coiax> it's not listed as removed from the documentation, both pypy and cpython virtualenvs have Pillow==7.0.0
[18:19:33] <bmcnns> I converted an RGB image to L*A*B* and split the channels
[18:19:47] <bmcnns> I'm trying to convert that L*A*B back to RGB but I'm really struggling
[18:19:50] <bmcnns> any help?
[18:20:03] <bmcnns> I've been trying to do it through Image.merge but it's not going so far
[22:33:53] <travis-ci> radarhere/Pillow#5790 (monkeypatch - c48748a : Andrew Murray): The build has errored.
[22:33:53] <travis-ci> Change view : https://github.com/radarhere/Pillow/commit/c48748a7c017
[22:33:53] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668204386
[22:37:48] <travis-ci> radarhere/Pillow#5791 (monkeypatch - 0ccaf83 : Andrew Murray): The build has errored.
[22:37:48] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/c48748a7c017...0ccaf83605a7
[22:37:48] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668205061
[22:59:12] <travis-ci> radarhere/Pillow#5792 (monkeypatch - 3ed1951 : Andrew Murray): The build failed.
[22:59:12] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/0ccaf83605a7...3ed1951b1502
[22:59:12] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668205612
[23:48:07] <travis-ci> radarhere/Pillow#5793 (monkeypatch - 21e631d : Andrew Murray): The build has errored.
[23:48:07] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/3ed1951b1502...21e631dc1ad2
[23:48:07] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668220566
[23:56:02] <travis-ci> radarhere/Pillow#5794 (pillowtestcase - 30a2d69 : Andrew Murray): The build passed.
[23:56:02] <travis-ci> Change view : https://github.com/radarhere/Pillow/compare/cbf0bf1010c4...30a2d694cf1b
[23:56:02] <travis-ci> Build details : https://travis-ci.org/radarhere/Pillow/builds/668221037