wide-energy-11069
10/18/2018, 6:17 PMwide-energy-11069
10/18/2018, 6:18 PMonlywould that be an explicit check, or doesshould trigger rendering@console_rules
products_request
somehow imply @console_rules?witty-crayon-22786
10/18/2018, 6:19 PMwitty-crayon-22786
10/18/2018, 6:19 PMwitty-crayon-22786
10/18/2018, 6:19 PMwide-energy-11069
10/18/2018, 6:20 PMwide-energy-11069
10/18/2018, 10:11 PM[1m[31mE Exception message: abruptly lost active connection to pantsd runner: NailgunError(u"Problem talking to nailgun server (address: 127.0.0.1:40728, remote_pid=<remote PID chunk not yet received!>, remote_pgrp=<remote PGRP chunk not yet received!>): error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))[0m
in travis
https://api.travis-ci.org/v3/job/443335186/log.txt
I’ve restarted the shardwide-energy-11069
10/18/2018, 11:10 PMerror: called `map(f)` on an Option value where `f` is a unit closure
--> src/scheduler.rs:278:5
|
278 | optional_display.as_mut().map(|display| {
| _____^
| |_____|
| ||
279 | || display.start();
280 | || display.render();
281 | || let worker_ids: Vec<String> = (0..display_worker_count)
... ||
287 | || }
288 | || });
| ||______^- help: try this: `if let Some(display) = optional_display.as_mut() { ... }`
| |_______|`
wide-energy-11069
10/18/2018, 11:12 PMwitty-crayon-22786
10/18/2018, 11:15 PMwitty-crayon-22786
10/18/2018, 11:15 PMwitty-crayon-22786
10/18/2018, 11:16 PMif let Some(display) = optional_display.as_mut() {
..
}
witty-crayon-22786
10/18/2018, 11:16 PMref mut display
...? unknownwitty-crayon-22786
10/18/2018, 11:17 PMwitty-crayon-22786
10/18/2018, 11:17 PMwide-energy-11069
10/18/2018, 11:18 PMdisplay
in the closurewide-energy-11069
10/18/2018, 11:18 PMaverage-vr-56795
10/19/2018, 12:54 PMTestBase
doesn’t register the python rules, and nothing will run if they’re not registeredaverage-vr-56795
10/19/2018, 12:54 PMrepr
of Address
which is causing native-engine-visualize-to
to hangaverage-vr-56795
10/19/2018, 2:11 PMaverage-vr-56795
10/19/2018, 2:12 PMaverage-vr-56795
10/19/2018, 2:12 PMpytest
as a dep to pass to pexaverage-vr-56795
10/19/2018, 2:13 PMenv
to find a python binary - I guess the testrunner should use whatever python pants is running with?witty-crayon-22786
10/19/2018, 4:14 PMaverage-vr-56795
10/19/2018, 4:14 PMaverage-vr-56795
10/19/2018, 4:14 PMaverage-vr-56795
10/19/2018, 4:15 PMaverage-vr-56795
10/19/2018, 4:15 PMaverage-vr-56795
10/19/2018, 4:16 PMwitty-crayon-22786
10/19/2018, 4:18 PM