Rebuild permissions gives me :
Fatal error: Using $this when not in object context in /path/to/drupal8/core/modules/node/node.module on line 1296
This is caused by this oversight in _node_access_rebuild_batch_operation() :
$node_storage = $this->container->get('entity.manager')->getStorage('node');