Container build hanging

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Container build hanging
Date: 2018-05-30 19:33:33
Message-ID: CA+OCxowpH79+_khz3isD9sdJGWXtPi4V_SeVKa_NW5vwiqcaYQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

The container build is hanging for me on 2 different machines at:

20:19:50 $ cross-env NODE_ENV=production yarn run bundle:dev
20:19:51 $ yarn run linter && yarn run webpacker
20:19:52 $ yarn eslint --no-eslintrc -c .eslintrc.js --ext .js --ext .jsx .
20:19:52 $ /pgadmin4/web/node_modules/.bin/eslint --no-eslintrc -c
.eslintrc.js --ext .js --ext .jsx .

Both systems (a Jenkins build node and my laptop) hang at that step,
seemingly indefinitely.

Running the same (e.g. yarn eslint --no-eslintrc -c .eslintrc.js --ext .js
--ext .jsx .) is fine directly on my laptop.

Anyone got any ideas why that may be? The only thing I can think of is the
overly cute unicode symbols that yarn is spitting out may be confusing
docker.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Joao De Almeida Pereira 2018-05-30 20:36:24 Re: [pgAdmin4][RM#3289] Can't query SQL_ASCII database.
Previous Message Murtuza Zabuawala 2018-05-30 13:26:35 [pgAdmin4][Patch#3389] To prevent unwanted model changes in Server dialog