plugins.build();
final SessionRunner localRunner = new SessionRunner(null, this);
localCtx = new SessionContext(this, new LocalAddress(), localRunner);
local = new GenericUnixLocalEnvironmentPlugin(this).newSession(localCtx, null);
localStage = new Stage("localStage").add(new LocalAddress());
tasks = new Tasks(this);
initExecutors();
}