Skip to content

Instantly share code, notes, and snippets.

@odekopoon
Last active September 18, 2018 04:33
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 odekopoon/1fff419bf3db013030d61104a68cdf7a to your computer and use it in GitHub Desktop.
Save odekopoon/1fff419bf3db013030d61104a68cdf7a to your computer and use it in GitHub Desktop.
netlifyのdeployログを確認したところ、サービス側のドキュメントで説明がなかったと思われるが、clojureやphpのビルドツールも含まれている。
4:00:14 PM: Build ready to start
4:00:15 PM: Fetching cached dependencies
4:00:15 PM: Failed to fetch cache, continuing with build
4:00:15 PM: Starting to prepare the repo for build
4:00:16 PM: No cached dependencies found. Cloning fresh repo
4:00:16 PM: git clone git@gitlab.com:odekopoon/antd
4:00:17 PM: Preparing Git Reference refs/heads/master
4:00:18 PM: Starting build script
4:00:18 PM: Installing dependencies
4:00:19 PM: Downloading and installing node v8.11.3...
4:00:19 PM: Downloading https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz...
4:00:20 PM:
######################################################################## 100.0%
4:00:21 PM: Computing checksum with sha256sum
4:00:21 PM: Checksums matched!
4:00:22 PM: Now using node v8.11.3 (npm v5.6.0)
4:00:23 PM: Attempting ruby version 2.3.6, read from environment
4:00:23 PM: Using ruby version 2.3.6
4:00:24 PM: Using PHP version 5.6
4:00:24 PM: Started restoring cached maven dependencies
4:00:24 PM: Finished restoring cached maven dependencies
4:00:24 PM: Installing Leiningen dependencies
4:00:25 PM: Retrieving lein-codox/lein-codox/0.10.3/lein-codox-0.10.3.pom from clojars
4:00:26 PM: Retrieving leinjacker/leinjacker/0.4.2/leinjacker-0.4.2.pom from clojars
4:00:32 PM: Retrieving cljsjs/antd/2.12.3-0/antd-2.12.3-0.jar from clojars
4:00:33 PM: Retrieving cljsjs/react/15.6.1-1/react-15.6.1-1.jar from clojars
4:00:33 PM: Leiningen dependencies installed
4:00:33 PM: Started restoring cached go cache
4:00:33 PM: Finished restoring cached go cache
4:00:33 PM: unset GOOS;
4:00:33 PM: unset GOARCH;
4:00:33 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.10.linux.amd64';
4:00:33 PM: export PATH="/opt/buildhome/.gimme/versions/go1.10.linux.amd64/bin:${PATH}";
4:00:33 PM: go version >&2;
4:00:33 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.10.linux.amd64.env';
4:00:33 PM: go version go1.10 linux/amd64
4:00:33 PM: Installing missing commands
4:00:33 PM: Verify run directory
4:00:33 PM: Executing user command: lein with-profile +examples cljsbuild once
4:00:35 PM: Retrieving lein-cljsbuild/lein-cljsbuild/1.1.5/lein-cljsbuild-1.1.5.pom from clojars
4:00:37 PM: Retrieving lein-cljsbuild/lein-cljsbuild/1.1.5/lein-cljsbuild-1.1.5.jar from clojars
4:00:38 PM: Compiling ClojureScript...
4:00:38 PM: Retrieving cljsbuild/cljsbuild/1.1.5/cljsbuild-1.1.5.pom from clojars
4:00:47 PM: Retrieving sablono/sablono/0.7.7/sablono-0.7.7.jar from clojars
4:00:51 PM: Compiling "examples/resources/js/app.js" from ["examples/src"]...
4:01:11 PM: Successfully compiled "examples/resources/js/app.js" in 20.149 seconds.
4:01:11 PM: Caching artifacts
4:01:11 PM: Started saving pip cache
4:01:11 PM: Finished saving pip cache
4:01:11 PM: Started saving emacs cask dependencies
4:01:11 PM: Finished saving emacs cask dependencies
4:01:11 PM: Started saving maven dependencies
4:01:11 PM: Finished saving maven dependencies
4:01:11 PM: Started saving boot dependencies
4:01:11 PM: Finished saving boot dependencies
4:01:11 PM: Started saving go dependencies
4:01:11 PM: Finished saving go dependencies
4:01:12 PM: Cached node version v8.11.3
4:01:12 PM: Build script success
4:01:12 PM: Starting to deploy site from 'examples/resources'
4:01:14 PM: Starting post processing
4:01:14 PM: Post processing done
4:01:14 PM: Site is live
4:01:19 PM: Finished processing build request in 1m4.120586816s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment