serverless/serverless
View on GitHubCommand sls deploy hang if named pipe (FIFO special file) is in a project directory
Open
#6602 opened on Aug 28, 2019
bugcat/packaginghelp wanted
Description
This is a Bug Report
Description
Existing of named pipe (FIFO special file) in a directory of the project makes deployment impossible.
Steps to reproduce:
- Create a project in the chosen directory
sls create --template aws-python3
- Create also named pipe (FIFO special file) in this directory
mkfifo pipe
- Try to deploy
sls deploy
Output: Serverless framework hangs forever on:
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Additional Data
Bug spotted on:
- macOS Mojave:
Framework Core: 1.50.1
Plugin: 1.3.9
SDK: 2.1.0
- Ubuntu 18.04.3 LTS
Framework Core: 1.50.1
Plugin: 1.3.9
SDK: 2.1.0