test
Passed Started
by
@dbodicherla
Dhiraj Bodicherla
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 13.0.0-rc2 (926834bc)2 on docker-auto-scale fa6cab464Using Docker executor with image gliderlabs/herokuish:latest ...5Starting service postgres:9.6.16 ...6Pulling docker image postgres:9.6.16 ...7Using docker image sha256:cb2889ab0680ba518e0dc1bb5a09cbe23f1e5908d9e484daea3d34f5e092ec17 for postgres:9.6.16 ...8Waiting for services to be up and running...9Pulling docker image gliderlabs/herokuish:latest ...10Using docker image sha256:4abd27a82fd180fdf649ab8552ea6ae2d0441f1f57cd7d6de87eabc5f40675a4 for gliderlabs/herokuish:latest ...12Running on runner-fa6cab46-project-4422333-concurrent-0 via runner-fa6cab46-stg-srm-1590388801-763b6de9...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/12777456 -> refs/pipelines/1277745620 * [new branch] master -> origin/master21Checking out fc8a8b6e 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.3...46 Using default npm version: 6.14.448-----> Installing dependencies49 Installing node modules (package.json + package-lock)50 added 159 packages from 617 contributors and audited 160 packages in 5.855s51 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 252.011 ms - 17067 ✓ has the default page (293ms)68 1 passing (299ms)72Job succeeded