Options:
Previous day, Next day
- # Session Start: Fri May 01 00:00:01 2015
- # Session Ident: #testing
- # [00:07] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:23] * Joins: Lachy (~Lachy@public.cloak)
- # [00:26] * heycam is now known as heycam|away
- # [00:36] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:51] * Joins: Lachy (~Lachy@public.cloak)
- # [01:00] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:01] * Joins: playjax (~chatzilla@public.cloak)
- # [01:03] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [01:04] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:12] * Quits: playjax (~chatzilla@public.cloak) (Client closed connection)
- # [01:12] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:12] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:13] * Joins: bhill2_ (~bhill2@public.cloak)
- # [01:14] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:30] * heycam|away is now known as heycam
- # [01:44] <MikeSmith> jgraham: /etc/init.d/wptserve stop
- # [01:44] <MikeSmith> then pkill python
- # [01:45] <MikeSmith> Because the init script doesn't work the way it should and leaves child processes hanging around
- # [01:46] * MikeSmith will restart wptserve is jgraham is afk
- # [01:59] * Quits: ptressel (~chatzilla@public.cloak) ("bbl")
- # [02:00] * Joins: tripu (antonio@public.cloak)
- # [02:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [02:24] * terri is now known as terri_offline
- # [03:09] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [03:13] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [04:12] * heycam is now known as heycam|away
- # [04:55] * heycam|away is now known as heycam
- # [05:26] * Quits: hgl (~hgl@public.cloak) (Client closed connection)
- # [05:29] * Joins: hgl (~hgl@public.cloak)
- # [05:39] * heycam is now known as heycam|away
- # [06:49] * heycam|away is now known as heycam
- # [07:33] * heycam is now known as heycam|away
- # [07:52] * heycam|away is now known as heycam
- # [07:55] * Quits: hallvord (~sid83@public.cloak) (Client closed connection)
- # [07:55] * Quits: ato (~sid11@public.cloak) (Client closed connection)
- # [07:59] * Joins: ato (~sid11@public.cloak)
- # [08:01] * Joins: hallvord (~sid83@public.cloak)
- # [08:39] * heycam is now known as heycam|away
- # [09:07] * Quits: tripu (antonio@public.cloak) ("Leaving")
- # [09:38] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [10:30] <jgraham> MikeSmith: So it's still stuck and I don't have permission to do any of those things
- # [10:35] <MikeSmith> jgraham: ok sorry I didn't get to it
- # [10:38] <MikeSmith> we have a gazillion separate python processes
- # [10:39] <MikeSmith> like, dozens literally
- # [10:43] <MikeSmith> failing during restart
- # [10:43] <MikeSmith> "IOError: [Errno 28] No space left on device: u'/u/www.w3c-test.org/web-platform-tests/master/_certs/openssl.cfg"
- # [10:44] <MikeSmith> I remember denis saying before that's from running out of file descriptors or something
- # [10:44] <MikeSmith> but I don't know how to fix it
- # [10:45] <MikeSmith> there's plenty of free disk space there, so it's not about that
- # [10:45] <Ms2ger> killall python? :)
- # [10:46] <MikeSmith> yeah did that already
- # [10:47] <MikeSmith> I think it's a filesystem issue but not about space
- # [10:47] <jgraham> Not a ulimit-fixable problem?
- # [10:48] <MikeSmith> maybe but I thought denis has tweeked that before
- # [10:48] <MikeSmith> http://serverfault.com/questions/667904/mkdir-no-space-left-on-device-on-specific-folders-after-apache-tomcat-reached
- # [10:48] <MikeSmith> "Short answer: unmounting the disk, running chkdsk -f on it, and mounting back again solves and prevents the issue from reoccurring."
- # [10:49] <MikeSmith> so, not gonna do that
- # [11:06] * Joins: gitbot (~gitbot@public.cloak)
- # [11:06] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/worker_close (+2 new commits): https://github.com/w3c/web-platform-tests/compare/0ba16c3b177b^...017dca78a40d
- # [11:06] -gitbot:#testing- web-platform-tests/jgraham/worker_close 0ba16c3 James Graham: Update to latest testharness.js
- # [11:06] -gitbot:#testing- web-platform-tests/jgraham/worker_close 017dca7 James Graham: Fix worker close tests to match the spec
- # [11:06] * Parts: gitbot (~gitbot@public.cloak)
- # [11:06] * Joins: gitbot (~gitbot@public.cloak)
- # [11:06] -gitbot:#testing- [web-platform-tests] jgraham fast-forwarded master from edb6a40 to 0ba16c3: https://github.com/w3c/web-platform-tests/compare/edb6a408d3f6...0ba16c3b177b
- # [11:06] * Parts: gitbot (~gitbot@public.cloak)
- # [11:07] * Joins: gitbot (~gitbot@public.cloak)
- # [11:07] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #1797: Fix worker close tests to match the spec (master...jgraham/worker_close) https://github.com/w3c/web-platform-tests/pull/1797
- # [11:07] * Parts: gitbot (~gitbot@public.cloak)
- # [11:10] <MikeSmith> ulimit -Hn
- # [11:11] <MikeSmith> oofs
- # [11:16] <MikeSmith> well I just upped fs.file-max to 65536 but that made not difference
- # [11:19] <MikeSmith> root@grumple:/var/log# df -i /
- # [11:19] <MikeSmith> Filesystem Inodes IUsed IFree IUse% Mounted on
- # [11:19] <MikeSmith> /dev/xvda1 655360 107335 548025 17% /
- # [11:19] <MikeSmith> not short on inodes
- # [11:24] <MikeSmith> I guess the filesystem is probably just corrupted
- # [11:24] <MikeSmith> and the only way to fix it is to unmount it and fsck it
- # [11:27] <ato> MikeSmith: Did you call sysctl after setting fs.file-max?
- # [11:27] <MikeSmith> ato: yep
- # [11:28] <MikeSmith> will try rebooting the VM
- # [11:28] * jgraham registers howmanyservershaswptdestroyedsofar.com
- # [11:30] <MikeSmith> heh
- # [11:30] <MikeSmith> well we fixed the problem for now
- # [11:30] <MikeSmith> because now I can't even get the VM to reboot
- # [11:30] <MikeSmith> to start
- # [11:30] <MikeSmith> it's stopped now
- # [11:31] <jgraham> Exciting!
- # [11:31] <MikeSmith> and I have no way to attach a console to it
- # [11:31] <MikeSmith> I hope denis does
- # [11:31] * MikeSmith tries one more time
- # [11:32] <MikeSmith> there has always been something broken in the filesystem of the VM
- # [11:32] <MikeSmith> I think this is just a symptom of some other problem with the disks they're using
- # [11:33] <MikeSmith> so yeah it does appear to be unwilling to restart at this point
- # [11:33] <MikeSmith> so I'm gonna take a nap
- # [12:27] * Joins: Lachy (~Lachy@public.cloak)
- # [12:29] * Joins: gitbot (~gitbot@public.cloak)
- # [12:29] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to jgraham/worker_close: https://github.com/w3c/web-platform-tests/commit/b0f938d8ab5e431579d51b8deae931e96bd80241
- # [12:29] -gitbot:#testing- web-platform-tests/jgraham/worker_close b0f938d James Graham: fixup! Fix worker close tests to match the spec
- # [12:29] * Parts: gitbot (~gitbot@public.cloak)
- # [12:34] * Joins: gitbot (~gitbot@public.cloak)
- # [12:34] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to jgraham/worker_close: https://github.com/w3c/web-platform-tests/commit/86ebbfadb1e53ae0b610d32a064c81fa85eebf9f
- # [12:34] -gitbot:#testing- web-platform-tests/jgraham/worker_close 86ebbfa James Graham: fixup! Fix worker close tests to match the spec
- # [12:34] * Parts: gitbot (~gitbot@public.cloak)
- # [12:37] * Joins: gitbot (~gitbot@public.cloak)
- # [12:37] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1797: Fix worker close tests to match the spec (master...jgraham/worker_close) https://github.com/w3c/web-platform-tests/pull/1797
- # [12:37] * Parts: gitbot (~gitbot@public.cloak)
- # [12:49] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [13:00] * Joins: gitbot (~gitbot@public.cloak)
- # [13:00] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1796: Add additional tests for CharacterData#insertData. (master...insertData) https://github.com/w3c/web-platform-tests/pull/1796
- # [13:00] * Parts: gitbot (~gitbot@public.cloak)
- # [13:36] * Quits: scott_gonzalez (~scott_gonzalez@public.cloak) (scott_gonzalez)
- # [13:45] * Joins: gitbot (~gitbot@public.cloak)
- # [13:45] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1798: Extend the CharacterData#deleteData test. (master...deleteData) https://github.com/w3c/web-platform-tests/pull/1798
- # [13:45] * Parts: gitbot (~gitbot@public.cloak)
- # [13:52] * Joins: gitbot (~gitbot@public.cloak)
- # [13:52] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1798: Extend the CharacterData#deleteData test. (master...deleteData) https://github.com/w3c/web-platform-tests/pull/1798
- # [13:52] * Parts: gitbot (~gitbot@public.cloak)
- # [13:52] * Joins: Lachy (~Lachy@public.cloak)
- # [14:10] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [14:11] * Joins: gitbot (~gitbot@public.cloak)
- # [14:11] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #1778: Add missing step_func call to Worker_terminate_event_queue.htm. (master...terminate) https://github.com/w3c/web-platform-tests/pull/1778
- # [14:11] * Parts: gitbot (~gitbot@public.cloak)
- # [14:19] <jgraham> Ms2ger: why the s/t/this/?
- # [14:20] <Ms2ger> this didn't work before, because of the missing step_func; I somewhat prefer this in general
- # [14:21] * Quits: hgl (~hgl@public.cloak) (hgl)
- # [14:21] * Joins: hgl (~hgl@public.cloak)
- # [14:21] <jgraham> I somewhat prefer the other one in general, but I'm not going to cry about it
- # [14:22] * Joins: gitbot (~gitbot@public.cloak)
- # [14:22] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1778: Add missing step_func call to Worker_terminate_event_queue.htm. (master...terminate) https://github.com/w3c/web-platform-tests/pull/1778
- # [14:22] * Parts: gitbot (~gitbot@public.cloak)
- # [14:24] * Joins: gitbot (~gitbot@public.cloak)
- # [14:24] -gitbot:#testing- [web-platform-tests] jgraham created jgraham/mediasource-timeout (+1 new commit): https://github.com/w3c/web-platform-tests/commit/1da64704707b
- # [14:24] -gitbot:#testing- web-platform-tests/jgraham/mediasource-timeout 1da6470 James Graham: Remove the timeout calls from media-source tests....
- # [14:24] * Parts: gitbot (~gitbot@public.cloak)
- # [14:24] * Joins: gitbot (~gitbot@public.cloak)
- # [14:24] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #1799: Remove the timeout calls from media-source tests. (master...jgraham/mediasource-timeout) https://github.com/w3c/web-platform-tests/pull/1799
- # [14:24] * Parts: gitbot (~gitbot@public.cloak)
- # [14:25] * Joins: gitbot (~gitbot@public.cloak)
- # [14:25] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1799: Remove the timeout calls from media-source tests. (master...jgraham/mediasource-timeout) https://github.com/w3c/web-platform-tests/pull/1799
- # [14:25] * Parts: gitbot (~gitbot@public.cloak)
- # [14:25] * Joins: gitbot (~gitbot@public.cloak)
- # [14:25] -gitbot:#testing- [web-platform-tests] jgraham reopened pull request #1799: Remove the timeout calls from media-source tests. (master...jgraham/mediasource-timeout) https://github.com/w3c/web-platform-tests/pull/1799
- # [14:25] * Parts: gitbot (~gitbot@public.cloak)
- # [14:26] <jgraham> r? https://critic.hoppipolla.co.uk/r/4875
- # [14:31] * Joins: gitbot (~gitbot@public.cloak)
- # [14:31] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1799: Remove the timeout calls from media-source tests. (master...jgraham/mediasource-timeout) https://github.com/w3c/web-platform-tests/pull/1799
- # [14:31] * Parts: gitbot (~gitbot@public.cloak)
- # [14:47] * Joins: gitbot (~gitbot@public.cloak)
- # [14:47] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1773: Test Text.splitText() (master...splittext) https://github.com/w3c/web-platform-tests/pull/1773
- # [14:47] * Parts: gitbot (~gitbot@public.cloak)
- # [14:49] * Joins: plh (plehegar@public.cloak)
- # [14:51] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [14:53] * Joins: plh (plehegar@public.cloak)
- # [15:15] * Joins: gitbot (~gitbot@public.cloak)
- # [15:15] -gitbot:#testing- [wptrunner] jgraham pushed 1 new commit to jgraham/notify_postmessage: https://github.com/w3c/wptrunner/commit/7cc13d2899311e3ccfe14023710af95268832128
- # [15:15] -gitbot:#testing- wptrunner/jgraham/notify_postmessage 7cc13d2 James Graham: fixup! Fix some problems running tests in Servo.
- # [15:15] * Parts: gitbot (~gitbot@public.cloak)
- # [15:26] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:36] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [15:40] <MikeSmith> jgraham: btw I've not forgotten about w3c-test.orgーit's just that there's nothing more I can do right now until somebody from the systems team who has access to the VM manager console goes in to look at it
- # [15:40] <MikeSmith> I think denis is away right now so I already pinged another guy about it
- # [15:40] <MikeSmith> just waiting to hear back
- # [15:44] <jgraham> MikeSmith: Sure, I assumed that was the status :)
- # [16:03] * Quits: Ms2ger (~Ms2ger@public.cloak) ("bbl")
- # [16:04] * Joins: gitbot (~gitbot@public.cloak)
- # [16:04] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1675: Avoid content type sniffing snafus (master...inexorabletash/encoding-singlebyte) https://github.com/w3c/web-platform-tests/pull/1675
- # [16:04] * Parts: gitbot (~gitbot@public.cloak)
- # [16:16] * Joins: plh (plehegar@public.cloak)
- # [16:46] <ato> The sniffing snafus!
- # [16:46] <ato> I love that title.
- # [16:50] * Joins: Lachy (~Lachy@public.cloak)
- # [17:13] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [17:20] * Joins: Lachy (~Lachy@public.cloak)
- # [18:08] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:22] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [18:23] * Joins: gitbot (~gitbot@public.cloak)
- # [18:23] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1800: Improve the test for CharacterData#replaceData. (master...replaceData) https://github.com/w3c/web-platform-tests/pull/1800
- # [18:23] * Parts: gitbot (~gitbot@public.cloak)
- # [18:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:58] * Joins: Lachy (~Lachy@public.cloak)
- # [19:09] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:10] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:10] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:18] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:51] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [20:00] * Joins: gitbot (~gitbot@public.cloak)
- # [20:00] -gitbot:#testing- [wptrunner] jgraham pushed 3 new commits to jgraham/servodriver: https://github.com/w3c/wptrunner/compare/7cfd0d7e73c3...0586e99b5400
- # [20:00] -gitbot:#testing- wptrunner/jgraham/servodriver 2041775 James Graham: fixup! Add initial support for running servo tests with very minimal WebDriver
- # [20:00] -gitbot:#testing- wptrunner/jgraham/servodriver 7936a48 James Graham: WIP switch to async scripts
- # [20:00] -gitbot:#testing- wptrunner/jgraham/servodriver 0586e99 James Graham: Use execute_async_script with servodriver
- # [20:00] * Parts: gitbot (~gitbot@public.cloak)
- # [20:19] * terri_offline is now known as terri
- # [20:20] * Joins: Lachy (~Lachy@public.cloak)
- # [20:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [20:47] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [20:47] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:52] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [21:06] * Joins: Lachy (~Lachy@public.cloak)
- # [21:48] * Joins: bhill2 (~bhill2@public.cloak)
- # [21:49] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:00] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [22:59] * Joins: bhill2_ (~bhill2@public.cloak)
- # [22:59] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:24] * Joins: Lachy (~Lachy@public.cloak)
- # [23:29] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [23:29] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:31] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:37] * Joins: bhill2 (~bhill2@public.cloak)
- # Session Close: Sat May 02 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn