try {
                this.tmp = Files.createTempDirectory(prefix);
            } catch (IOException e) {
                Logger.error("Could not create tmp directory with prefix {}", prefix);
                Logger.error(e);