test
Passed Started
by
@jivanvl
Jose Ivan Vargas Lopez
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 12.9.0 (4c96e5ad)2 on docker-auto-scale fa6cab464Using Docker executor with image gliderlabs/herokuish:latest ...5Starting service postgres:9.6.2 ...6Pulling docker image postgres:9.6.2 ...7Using docker image sha256:b3b8a22299537a43dc0eb06d8cd469fcdbbca5e8b221dd5f67653242c3951fa1 for postgres:9.6.2 ...8Waiting for services to be up and running...9Pulling docker image gliderlabs/herokuish:latest ...10Using docker image sha256:d7a61f6951a478b8f188bc88007ed01a7bdbd097c829d2cb7ccb04c7f375b344 for gliderlabs/herokuish:latest ...12Running on runner-fa6cab46-project-4422333-concurrent-0 via runner-fa6cab46-stg-srm-1586198447-de123e84...14$ eval "$CI_PRE_CLONE_SCRIPT"15Fetching changes with git depth set to 50...16Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/17Created fresh repository.19 * [new ref] refs/pipelines/12742032 -> refs/pipelines/1274203220 * [new branch] master -> origin/master21Checking out 3697d407 as master...22Skipping Git submodules setup26$ if [ -z ${KUBERNETES_PORT+x} ]; then # collapsed multi-line command27$ export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}"28$ cp -R . /tmp/app29$ /bin/herokuish buildpack test30-----> Node.js app detected32-----> Creating runtime environment34 NPM_CONFIG_LOGLEVEL=error35 NPM_CONFIG_PRODUCTION=false36 NODE_ENV=test37 NODE_MODULES_CACHE=true38 NODE_VERBOSE=false40-----> Installing binaries41 engines.node (package.json): unspecified42 engines.npm (package.json): unspecified (use default)44 Resolving node version 12.x...45 Downloading and installing node 12.16.1...46 Using default npm version: 6.13.448-----> Installing dependencies49 Installing node modules (package.json + package-lock)50 added 159 packages from 617 contributors and audited 303 packages in 7.224s51 found 9 vulnerabilities (2 low, 1 moderate, 6 high)52 run `npm audit fix` to fix them, or `npm audit` for details54-----> Build56-----> Caching build57 - node_modules59-----> Pruning devDependencies60 Skipping because NODE_ENV is 'test'62-----> Build succeeded!63> demo@0.0.0 test /app64> mocha65 App66GET / 200 244.486 ms - 17067 ✓ has the default page (284ms)68 1 passing (289ms)72Job succeeded