[
https://issues.apache.org/jira/browse/BEAM-7940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Liu reopened BEAM-7940:
----------------------------
The build is still failing since we are trying to create a output file that's
under non-existence directory:
https://builds.apache.org/view/A-D/view/Beam/view/PostCommit/job/beam_Release_Python_NightlySnapshot/367/
{code}
java.io.IOException: No such file or directory
{code}
Should create the output directory first.
> beam_Release_Python_NightlySnapshot is broken due to directory not exist
> ------------------------------------------------------------------------
>
> Key: BEAM-7940
> URL: https://issues.apache.org/jira/browse/BEAM-7940
> Project: Beam
> Issue Type: Bug
> Components: build-system, test-failures
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> :sdks:python:depSnapshot broke beam_Release_Python_NightlySnapshot due to:
> {code}
> sh: 1: cannot create
> /home/jenkins/jenkins-slave/workspace/beam_Release_Python_NightlySnapshot/src/sdks/python/build/requirements.txt:
> Directory nonexistent
> {code}
> This is affected by https://github.com/apache/beam/pull/9277. Directory
> `sdks/python/build` no longer exist when writes to
> sdks/python/build/requirements.txt. We can create an empty file first to fix
> this problem and do cleanup at same time if old file exists.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)