iblh / hexo-theme-material

Material Design theme for hexo.
https://iblh.github.io/material-demo/
GNU General Public License v3.0
4.03k stars 564 forks source link

托管netlify上自动编译报错 #650

Closed byebin closed 6 years ago

byebin commented 6 years ago

7:43:45 PM: Build ready to start 7:43:47 PM: Fetching cached dependencies 7:43:47 PM: Starting to download cache of 52.6MB 7:43:48 PM: Finished downloading cache in 620.463464ms 7:43:48 PM: Starting to extract cache 7:43:49 PM: Finished extracting cache in 1.364466277s 7:43:49 PM: Finished fetching cache in 2.100546871s 7:43:49 PM: Starting to prepare the repo for build 7:43:50 PM: Preparing Git Reference refs/heads/master 7:43:51 PM: Starting build script 7:43:51 PM: Installing dependencies 7:43:52 PM: Started restoring cached node version 7:43:54 PM: Finished restoring cached node version 7:43:54 PM: v8.11.1 is already installed. 7:43:55 PM: Now using node v8.11.1 (npm v5.6.0) 7:43:55 PM: Attempting ruby version 2.3.6, read from environment 7:43:56 PM: Using ruby version 2.3.6 7:43:57 PM: Using PHP version 5.6 7:43:57 PM: Started restoring cached node modules 7:43:57 PM: Finished restoring cached node modules 7:43:57 PM: Installing NPM modules using NPM version 5.6.0 7:44:02 PM: npm 7:44:02 PM: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modules/fsevents): 7:44:02 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 7:44:02 PM: up to date in 3.655s 7:44:02 PM: NPM modules installed 7:44:02 PM: Started restoring cached go cache 7:44:02 PM: Finished restoring cached go cache 7:44:02 PM: unset GOOS; 7:44:02 PM: unset GOARCH; 7:44:03 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.10.linux.amd64'; 7:44:03 PM: export PATH="/opt/buildhome/.gimme/versions/go1.10.linux.amd64/bin:${PATH}"; 7:44:03 PM: go version >&2; 7:44:03 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.10.linux.amd64.env'; 7:44:03 PM: go version go1.10 linux/amd64 7:44:03 PM: Installing missing commands 7:44:03 PM: Verify run directory 7:44:03 PM: Executing user command: hexo g 7:44:03 PM: INFO Start processing 7:44:04 PM: INFO Files loaded in 584 ms 7:44:04 PM: ERROR /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/post.ejs:44 7:44:04 PM: 42| 7:44:04 PM: 43| <% if(page.comment !== false) { %> 7:44:04 PM: >> 44| <%- partial('_partial/comment') %> 7:44:04 PM: 45| <% } %> 7:44:04 PM: 46|

7:44:04 PM: 47| 7:44:04 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/comment.ejs:1 7:44:04 PM: >> 1| <% if(theme.comment.use) { %> 7:44:04 PM: 2| <%- partial('_widget/comment/' + theme.comment.use + '/enter') %> 7:44:04 PM: 3| <% } %> 7:44:04 PM: Cannot read property 'use' of undefined 7:44:04 PM: TypeError: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/post.ejs:44 7:44:04 PM: 42| 7:44:04 PM: 43| <% if(page.comment !== false) { %> 7:44:04 PM: >> 44| <%- partial('_partial/comment') %> 7:44:04 PM: 45| <% } %> 7:44:04 PM: 46|
7:44:04 PM: 47| 7:44:04 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/comment.ejs:1 7:44:04 PM: >> 1| <% if(theme.comment.use) { %> 7:44:04 PM: 2| <%- partial('_widget/comment/' + theme.comment.use + '/enter') %> 7:44:04 PM: 3| <% } %> 7:44:04 PM: Cannot read property 'use' of undefined 7:44:04 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :9:25) 7:44:04 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:04 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:04 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:04 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:04 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:04 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :68:17) 7:44:04 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:04 PM: at Theme._View.View._compiled.locals [as _compiled] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:124:48) 7:44:04 PM: at Theme._View.View.View.render (/opt/build/repo/node_modules/hexo/lib/theme/view.js:29:15) 7:44:04 PM: at route.set (/opt/build/repo/node_modules/hexo/lib/hexo/index.js:386:29) 7:44:04 PM: at tryCatcher (/opt/build/repo/node_modules/bluebird/js/release/util.js:16:23) 7:44:04 PM: at /opt/build/repo/node_modules/bluebird/js/release/method.js:15:34 7:44:04 PM: at RouteStream._read (/opt/build/repo/node_modules/hexo/lib/hexo/router.js:134:3) 7:44:04 PM: at RouteStream.Readable.read (_streamreadable.js:442:10) 7:44:04 PM: at resume (_stream_readable.js:822:12) 7:44:04 PM: ERROR /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:04 PM: 1| <!DOCTYPE html> 7:44:04 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:04 PM: >> 3| <%- partial('_partial/head') %> 7:44:04 PM: 4| 7:44:05 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:05 PM: 6| 7:44:05 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:05 PM: 18| 7:44:05 PM: 19| 7:44:05 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:05 PM: 21| 7:44:05 PM: 22| 7:44:05 PM: 23| 7:44:05 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:05 PM: 1| 7:44:05 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:05 PM: 3| 7:44:05 PM: 4| <% } %> 7:44:05 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:05 PM: Cannot read property 'materialcdn' of undefined 7:44:05 PM: TypeError: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:05 PM: 1| <!DOCTYPE html> 7:44:05 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:05 PM: >> 3| <%- partial('_partial/head') %> 7:44:05 PM: 4| 7:44:05 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:05 PM: 6| 7:44:05 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:05 PM: 18| 7:44:05 PM: 19| 7:44:05 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:05 PM: 21| 7:44:05 PM: 22| 7:44:05 PM: 23| 7:44:05 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:05 PM: 1| 7:44:05 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:05 PM: 3| 7:44:05 PM: 4| <% } %> 7:44:05 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:05 PM: Cannot read property 'materialcdn' of undefined 7:44:05 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:25) 7:44:05 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:05 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:05 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:05 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:05 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:05 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:17) 7:44:05 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:05 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:05 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:05 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:05 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:05 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :18:17) 7:44:05 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:05 PM: at Theme._View.View._compiled.locals [as _compiled] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:124:48) 7:44:05 PM: at Theme._View.View.View.render (/opt/build/repo/node_modules/hexo/lib/theme/view.js:29:15) 7:44:05 PM: ERROR /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:05 PM: 1| <!DOCTYPE html> 7:44:05 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:05 PM: >> 3| <%- partial('_partial/head') %> 7:44:05 PM: 4| 7:44:05 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:05 PM: 6| 7:44:05 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:05 PM: 18| 7:44:05 PM: 19| 7:44:06 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:06 PM: 21| 7:44:06 PM: 22| 7:44:06 PM: 23| 7:44:06 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:06 PM: 1| 7:44:06 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:06 PM: 3| 7:44:06 PM: 4| <% } %> 7:44:06 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:06 PM: Cannot read property 'materialcdn' of undefined 7:44:06 PM: TypeError: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:06 PM: 1| <!DOCTYPE html> 7:44:06 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:06 PM: >> 3| <%- partial('_partial/head') %> 7:44:06 PM: 4| 7:44:06 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:06 PM: 6| 7:44:06 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:06 PM: 18| 7:44:06 PM: 19| 7:44:06 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:06 PM: 21| 7:44:06 PM: 22| 7:44:06 PM: 23| 7:44:06 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:06 PM: 1| 7:44:06 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:06 PM: 3| 7:44:06 PM: 4| <% } %> 7:44:06 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:06 PM: Cannot read property 'materialcdn' of undefined 7:44:06 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:25) 7:44:06 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:06 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:06 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:06 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:06 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:06 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:17) 7:44:06 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:06 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:06 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:06 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:06 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:06 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :18:17) 7:44:06 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:06 PM: at Theme._View.View._compiled.locals [as _compiled] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:124:48) 7:44:06 PM: at Theme._View.View.View.render (/opt/build/repo/node_modules/hexo/lib/theme/view.js:29:15) 7:44:06 PM: ERROR /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:06 PM: 1| <!DOCTYPE html> 7:44:06 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:06 PM: >> 3| <%- partial('_partial/head') %> 7:44:06 PM: 4| 7:44:06 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:06 PM: 6| 7:44:06 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:06 PM: 18| 7:44:06 PM: 19| 7:44:06 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:06 PM: 21| 7:44:06 PM: 22| 7:44:06 PM: 23| 7:44:06 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:06 PM: 1| 7:44:06 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:06 PM: 3| 7:44:07 PM: 4| <% } %> 7:44:07 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:07 PM: Cannot read property 'materialcdn' of undefined 7:44:07 PM: TypeError: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:07 PM: 1| <!DOCTYPE html> 7:44:07 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:07 PM: >> 3| <%- partial('_partial/head') %> 7:44:07 PM: 4| 7:44:07 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:07 PM: 6| 7:44:07 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:07 PM: 18| 7:44:07 PM: 19| 7:44:07 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:07 PM: 21| 7:44:07 PM: 22| 7:44:07 PM: 23| 7:44:07 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:07 PM: 1| 7:44:07 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:07 PM: 3| 7:44:07 PM: 4| <% } %> 7:44:07 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:07 PM: Cannot read property 'materialcdn' of undefined 7:44:07 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:25) 7:44:07 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:07 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:07 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:07 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:07 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:07 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:17) 7:44:07 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:07 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:07 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:07 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:07 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:07 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :18:17) 7:44:07 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:07 PM: at Theme._View.View._compiled.locals [as _compiled] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:124:48) 7:44:07 PM: at Theme._View.View.View.render (/opt/build/repo/node_modules/hexo/lib/theme/view.js:29:15) 7:44:07 PM: ERROR /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:07 PM: 1| <!DOCTYPE html> 7:44:07 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:07 PM: >> 3| <%- partial('_partial/head') %> 7:44:07 PM: 4| 7:44:07 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:07 PM: 6| 7:44:07 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:07 PM: 18| 7:44:07 PM: 19| 7:44:07 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:07 PM: 21| 7:44:07 PM: 22| 7:44:07 PM: 23| 7:44:07 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:07 PM: 1| 7:44:07 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:07 PM: 3| 7:44:07 PM: 4| <% } %> 7:44:07 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:07 PM: Cannot read property 'materialcdn' of undefined 7:44:07 PM: TypeError: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/layout.ejs:3 7:44:07 PM: 1| <!DOCTYPE html> 7:44:07 PM: 2| <html style="display: none;" <% if(config.language !== null) { %>lang="<%- config.language.substring(0,2) %>"<% } %>> 7:44:07 PM: >> 3| <%- partial('_partial/head') %> 7:44:07 PM: 4| 7:44:07 PM: 5| <% if(page.layout === 'gallery') { %> 7:44:07 PM: 6| 7:44:08 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_partial/head.ejs:20 7:44:08 PM: 18| 7:44:08 PM: 19| 7:44:08 PM: >> 20| <%- partial('_widget/dnsprefetch') %> 7:44:08 PM: 21| 7:44:08 PM: 22| 7:44:08 PM: 23| 7:44:08 PM: /opt/build/repo/themes/hexo-theme-material-1.5.2/layout/_widget/dnsprefetch.ejs:2 7:44:08 PM: 1| 7:44:08 PM: >> 2| <% if(theme.vendors.materialcdn) { %> 7:44:08 PM: 3| 7:44:08 PM: 4| <% } %> 7:44:08 PM: 5| <% if( (theme.leancloud.enable === true) || (theme.comment.use == "valine") ) { %> 7:44:08 PM: Cannot read property 'materialcdn' of undefined 7:44:08 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:25) 7:44:08 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:08 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:08 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:08 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:08 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:08 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :11:17) 7:44:08 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:08 PM: at Theme._View.View._compiledSync.locals [as _compiledSync] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:120:22) 7:44:08 PM: at Theme._View.View.View.renderSync (/opt/build/repo/node_modules/hexo/lib/theme/view.js:48:23) 7:44:08 PM: at Object.partial (/opt/build/repo/node_modules/hexo/lib/plugins/helper/partial.js:39:15) 7:44:08 PM: at Object.wrapper [as partial] (/opt/build/repo/node_modules/lodash/lodash.js:4949:19) 7:44:08 PM: at eval (eval at compile (/opt/build/repo/node_modules/ejs/lib/ejs.js:592:12), :18:17) 7:44:08 PM: at returnedFn (/opt/build/repo/node_modules/ejs/lib/ejs.js:623:17) 7:44:08 PM: at Theme._View.View._compiled.locals [as _compiled] (/opt/build/repo/node_modules/hexo/lib/theme/view.js:124:48) 7:44:08 PM: at Theme._View.View.View.render (/opt/build/repo/node_modules/hexo/lib/theme/view.js:29:15) 7:44:08 PM: INFO Generated: index.html 7:44:08 PM: INFO Generated: archives/index.html 7:44:08 PM: INFO Generated: img/avatar.png 7:44:08 PM: INFO Generated: fonts/MaterialIcons-Regular.woff 7:44:08 PM: INFO Generated: fonts/MaterialIcons-Regular.eot 7:44:08 PM: INFO Generated: fonts/FontAwesome.otf 7:44:08 PM: INFO Generated: fonts/MaterialIcons-Regular.woff2 7:44:08 PM: INFO Generated: fonts/fontawesome-webfont.eot 7:44:08 PM: INFO Generated: img/browserstack_logo.png 7:44:08 PM: INFO Generated: img/favicon.png 7:44:08 PM: INFO Generated: fonts/fontawesome-webfont.ttf 7:44:08 PM: INFO Generated: img/logo.png 7:44:08 PM: INFO Generated: img/bg.png 7:44:08 PM: INFO Generated: img/upyun_logo.svg 7:44:08 PM: INFO Generated: img/sidebar_header.png 7:44:08 PM: INFO Generated: archives/2018/04/index.html 7:44:08 PM: INFO Generated: img/random/material-1.png 7:44:08 PM: INFO Generated: img/daily_pic.png 7:44:08 PM: INFO Generated: fonts/MaterialIcons-Regular.ttf 7:44:08 PM: INFO Generated: fonts/fontawesome-webfont.woff 7:44:08 PM: INFO Generated: fonts/fontawesome-webfont.woff2 7:44:08 PM: INFO Generated: img/random/material-11.png 7:44:08 PM: INFO Generated: img/random/material-13.png 7:44:08 PM: INFO Generated: img/random/material-15.png 7:44:08 PM: INFO Generated: img/random/material-14.png 7:44:08 PM: INFO Generated: img/random/material-2.png 7:44:08 PM: INFO Generated: img/random/material-18.png 7:44:08 PM: INFO Generated: archives/2018/index.html 7:44:08 PM: INFO Generated: img/random/material-16.png 7:44:08 PM: INFO Generated: img/random/material-5.png 7:44:08 PM: INFO Generated: img/random/material-7.png 7:44:08 PM: INFO Generated: js/hanabi-browser-bundle.js 7:44:08 PM: INFO Generated: img/gallery/arrow.svg 7:44:08 PM: INFO Generated: img/footer/footer_ico-bilibili.svg 7:44:08 PM: INFO Generated: css/disqus-proxy.min.css 7:44:08 PM: INFO Generated: css/duoshuo.min.css 7:44:08 PM: INFO Generated: css/prettify.css 7:44:08 PM: INFO Generated: css/duoshuo.css 7:44:08 PM: INFO Generated: css/ie-blocker.css 7:44:08 PM: INFO Generated: css/uc.css 7:44:09 PM: INFO Generated: css/prettify.min.css 7:44:09 PM: INFO Generated: js/ie-blocker.zhCN.js 7:44:09 PM: INFO Generated: js/ie-blocker.en.js 7:44:09 PM: INFO Generated: js/lsloader.min.js 7:44:09 PM: INFO Generated: js/nprogress.js 7:44:09 PM: INFO Generated: js/lazyload.min.js 7:44:09 PM: INFO Generated: js/queue.js 7:44:09 PM: INFO Generated: js/queue.min.js 7:44:09 PM: INFO Generated: js/lsloader.js 7:44:09 PM: INFO Generated: js/smoothscroll.js 7:44:09 PM: INFO Generated: js/prettify.min.js 7:44:09 PM: INFO Generated: css/disqus-proxy.css 7:44:09 PM: INFO Generated: css/gallery.min.css 7:44:09 PM: INFO Generated: css/fontawesome.min.css 7:44:09 PM: INFO Generated: css/material-icons.css 7:44:09 PM: INFO Generated: js/Valine.min.js 7:44:09 PM: INFO Generated: js/MathJax.js 7:44:09 PM: INFO Generated: css/material.min.css 7:44:09 PM: INFO Generated: css/material.css 7:44:09 PM: INFO Generated: css/style.min.css 7:44:09 PM: INFO Generated: css/style.css 7:44:09 PM: INFO Generated: js/jquery.min.js 7:44:09 PM: INFO Generated: js/js.min.js 7:44:09 PM: INFO Generated: js/js.js 7:44:09 PM: INFO Generated: img/footer/footer_ico-facebook.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-github.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-gplus.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-instagram.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-linkedin.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-telegram.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-twitter.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-tumblr.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-v2ex.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-zhihu.svg 7:44:09 PM: INFO Generated: img/gallery/close.svg 7:44:09 PM: INFO Generated: img/gallery/spinner.svg 7:44:09 PM: INFO Generated: img/footer/footer_ico-weibo.svg 7:44:09 PM: INFO Generated: img/random/material-10.png 7:44:09 PM: INFO Generated: img/random/material-17.png 7:44:09 PM: INFO Generated: img/random/material-12.png 7:44:09 PM: INFO Generated: img/random/material-19.png 7:44:09 PM: INFO Generated: img/random/material-6.png 7:44:09 PM: INFO Generated: img/random/material-4.png 7:44:09 PM: INFO Generated: img/random/material-3.png 7:44:09 PM: INFO Generated: img/random/material-8.png 7:44:09 PM: INFO Generated: img/random/material-9.png 7:44:09 PM: INFO Generated: css/prettify/atelier-cave-dark.min.css 7:44:09 PM: INFO Generated: js/gallery/gallery.js 7:44:09 PM: INFO Generated: css/prettify/atelier-dune-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-cave-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-dune-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-estuary-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-estuary-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-forest-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-heath-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-heath-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-lakeside-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-plateau-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-lakeside-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-savanna-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-plateau-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-seaside-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-savanna-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-seaside-light.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-sulphurpool-dark.min.css 7:44:09 PM: INFO Generated: css/prettify/atelier-sulphurpool-light.min.css 7:44:09 PM: INFO Generated: css/prettify/github.min.css 7:44:09 PM: INFO Generated: css/prettify/hemisu-dark.min.css 7:44:10 PM: INFO Generated: css/prettify/github-v2.min.css 7:44:10 PM: INFO Generated: fonts/fontawesome-webfont.svg 7:44:10 PM: INFO Generated: css/prettify/atelier-forest-dark.min.css 7:44:10 PM: INFO Generated: css/prettify/hemisu-light.min.css 7:44:10 PM: INFO Generated: css/prettify/tomorrow-night-blue.min.css 7:44:10 PM: INFO Generated: css/prettify/tomorrow-night-eighties.min.css 7:44:10 PM: INFO Generated: css/prettify/tomorrow-night.min.css 7:44:10 PM: INFO Generated: css/prettify/tomorrow.min.css 7:44:10 PM: INFO Generated: css/prettify/tomorrow-night-bright.min.css 7:44:10 PM: INFO Generated: css/prettify/tranquil-heart.min.css 7:44:10 PM: INFO Generated: css/prettify/vibrant-ink.min.css 7:44:10 PM: INFO Generated: 2018/04/30/hello-world/index.html 7:44:10 PM: INFO Generated: fonts/Roboto-Bold.ttf 7:44:10 PM: INFO Generated: fonts/Roboto-Black.ttf 7:44:10 PM: INFO Generated: fonts/Roboto-Thin.ttf 7:44:10 PM: INFO Generated: fonts/Roboto-Regular.ttf 7:44:10 PM: INFO Generated: fonts/Roboto-Light.ttf 7:44:10 PM: INFO Generated: fonts/Roboto-Medium.ttf 7:44:10 PM: INFO 126 files generated in 272 ms 7:44:10 PM: Caching artifacts 7:44:10 PM: Started saving node modules 7:44:10 PM: Finished saving node modules 7:44:10 PM: Started saving pip cache 7:44:10 PM: Finished saving pip cache 7:44:10 PM: Started saving emacs cask dependencies 7:44:10 PM: Finished saving emacs cask dependencies 7:44:10 PM: Started saving maven dependencies 7:44:10 PM: Finished saving maven dependencies 7:44:10 PM: Started saving boot dependencies 7:44:10 PM: Finished saving boot dependencies 7:44:10 PM: Started saving go dependencies 7:44:10 PM: Finished saving go dependencies 7:44:10 PM: Build script success 7:44:10 PM: Starting to deploy site from 'public' 7:44:11 PM: Starting post processing 7:44:11 PM: Post processing done 7:44:11 PM: Site is live 7:44:17 PM: Finished processing build request in 30.474653353s

cyang812 commented 6 years ago

@byebin 解决了吗?我也是这个问题,在 travis-ci 上自动部署出错。本地编译没问题。

byebin commented 6 years ago

解决了,是主题文件里面把配置文件忽略了,把.gitignore文件里面的_config.yml这一行删掉就好了