Skip to content

Instantly share code, notes, and snippets.

@fatihturan
Created March 23, 2021 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihturan/9d3f9d7a010f25d773635c3af36678d8 to your computer and use it in GitHub Desktop.
Save fatihturan/9d3f9d7a010f25d773635c3af36678d8 to your computer and use it in GitHub Desktop.
Running with gitlab-runner 13.9.0-rc2 (69c049fd)
 on docker-auto-scale z3WU8uu-
 feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true
section_start:1616485463:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image node:10 ...
Pulling docker image node:10 ...
Using docker image sha256:6893652c03700f57d3d52ddb3b6e14fd13b13141774d2bc02d84c26d3b591685 for node:10 with digest node@sha256:e84df6f7647a1c3993f724c9a0cacdf6b9b2a4ee722b4face9b29f0013634f17 ...
section_end:1616485495:prepare_executor
section_start:1616485495:prepare_script
Preparing environment
Running on runner-z3wu8uu--project-24964513-concurrent-0 via runner-z3wu8uu--srm-1616485403-a4eef0ab...
section_end:1616485498:prepare_script
section_start:1616485498:get_sources
Getting source from Git repository
$ eval "$CI_PRE_CLONE_SCRIPT"
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/unicrow/rierino/.git/
Created fresh repository.
Checking out ad97b90b as master...
Skipping Git submodules setup
section_end:1616485506:get_sources
section_start:1616485506:restore_cache
Restoring cache
Checking cache for default-1...
FATAL: file does not exist 
Failed to extract cache
section_end:1616485506:restore_cache
section_start:1616485506:step_script
Executing "step_script" stage of the job script
Using docker image sha256:6893652c03700f57d3d52ddb3b6e14fd13b13141774d2bc02d84c26d3b591685 for node:10 with digest node@sha256:e84df6f7647a1c3993f724c9a0cacdf6b9b2a4ee722b4face9b29f0013634f17 ...
$ rm -rf build
$ npm install
npm WARN rierino@1.0.0 No description
npm WARN rierino@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 394 packages from 299 contributors and audited 395 packages in 12.957s
61 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm run build
> rierino@1.0.0 build /builds/unicrow/rierino
> next build
warn - No build cache found. Please configure build caching for faster rebuilds. Read more: https://err.sh/next.js/no-cache
info - Creating an optimized production build...
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry
info - Compiled successfully
info - Collecting page data...
info - Generating static pages (0/12)
info - Generating static pages (3/12)
info - Generating static pages (6/12)
info - Generating static pages (9/12)
info - Generating static pages (12/12)
info - Finalizing page optimization...
Page Size First Load JS
┌ ○ / 4.04 kB 109 kB
├ └ css/10cb09361be68b7bf653.css 3.18 kB
├ /_app 0 B 63 kB
├ ○ /404 686 B 106 kB
├ └ css/fd94d0534f93f5986742.css 2.85 kB
├ ○ /about-us 3.68 kB 109 kB
├ └ css/76ac082d974b07b1b87e.css 1.9 kB
├ ○ /careers 4.43 kB 110 kB
├ └ css/9c1c200855673d846373.css 2.78 kB
├ ○ /contact-us 2.96 kB 108 kB
├ └ css/54a30fbe018ae2533119.css 2.05 kB
├ ○ /partners 2.94 kB 108 kB
├ └ css/c17e21a3d3e28c375984.css 1.9 kB
├ ○ /platform 4.91 kB 110 kB
├ └ css/cc8dab335afe4f840596.css 2.93 kB
├ ○ /privacy-policy 2.26 kB 108 kB
├ └ css/233536884d28618d8e9e.css 512 B
├ ○ /solutions 5.51 kB 111 kB
├ └ css/6d687e1de2bf28f97b3a.css 2.64 kB
├ ○ /terms-of-service 3.99 kB 109 kB
├ └ css/e8a961d26915b0c2966c.css 516 B
└ ○ /use-cases 4.84 kB 110 kB
└ css/33538b1e8027628275ea.css 2.65 kB
+ First Load JS shared by all 63 kB
├ chunks/commons.9e2dae.js 13.6 kB
├ chunks/framework.9d5241.js 41.8 kB
├ chunks/main.9a3bc6.js 6.33 kB
├ chunks/pages/_app.3b24c5.js 565 B
├ chunks/webpack.50bee0.js 751 B
└ css/2af00d5a9a65485a18f6.css 422 B
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
○ (Static) automatically rendered as static HTML (uses no initial props)
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
(ISR) incremental static regeneration (uses revalidate in getStaticProps)
$ rm -rf public
$ mv build public
mv: cannot stat 'build': No such file or directory
section_end:1616485566:step_script
section_start:1616485566:cleanup_file_variables
Cleaning up file based variables
section_end:1616485567:cleanup_file_variables
ERROR: Job failed: exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment