Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Test error on fresh installation #73

Closed
kud opened this issue Jul 26, 2013 · 1 comment
Closed

Test error on fresh installation #73

kud opened this issue Jul 26, 2013 · 1 comment
Labels

Comments

@kud
Copy link
Contributor

kud commented Jul 26, 2013


> happyplan@0.3.0-alpha.2 test /media/sf_D_DRIVE/Sites/_happyplan/happyplan
> grunt test --verbose

�[4mInitializing�[24m
Command-line options: �[36m--verbose�[39m

Reading "Gruntfile.js" Gruntfile...�[32mOK�[39m

�[1mRegistering Gruntfile tasks.�[22m
Reading package.json...�[32mOK�[39m
Parsing package.json...�[32mOK�[39m
�[90mEnvironnment is�[39m �[36mdev�[39m
�[90mCWD is�[39m �[36m/media/sf_D_DRIVE/Sites/_happyplan/happyplan�[39m
�[90mReal wd is�[39m �[36m/media/sf_D_DRIVE/Sites/_happyplan/happyplan�[39m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/happyplan.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/happyplan.json...�[32mOK�[39m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/package.json...�[32mOK�[39m
Reading happyplan.json...�[32mOK�[39m
Parsing happyplan.json...�[32mOK�[39m
Runtime config { localhost: { hostname: 'localhost', port: 8080 },
  baseUrl: '/',
  baseUrls: 
   { scripts: '<%= happyplan.baseUrl %>assets/js',
     styles: '<%= happyplan.baseUrl %>assets/css',
     images: '<%= happyplan.baseUrl %>assets/img',
     fonts: '<%= happyplan.baseUrl %>assets/fonts',
     media: '<%= happyplan.baseUrl %>media' },
  build: 
   { �[4m: 'build',
     assets: 
      { _: '<%= happyplan.build.�[24m %>/assets',
        scripts: '<%= happyplan.build.assets._ %>/_js',
        styles: '<%= happyplan.build.assets._ %>/_css',
        images: '<%= happyplan.build.assets._ %>/_img',
        fonts: '<%= happyplan.build.assets._ %>/fonts',
        glyphicons: '<%= happyplan.build.assets._ %>/_glyphicons' },
     media: '<%= happyplan.build._ %>/media',
     jekyll: 
      { src: '<%= happyplan.build._ %>/jekyll/src',
        dist: '<%= happyplan.build._ %>/jekyll/dist' },
     jekyllConfig: '<%= happyplan.build.jekyll.src %>/_config.yml',
     compassConfig: '<%= happyplan.build._ %>/config.rb' },
  dist: 
   { �[4m: 'dist',
     assets: 
      { _: '<%= happyplan.dist.�[24m %>/assets',
        scripts: '<%= happyplan.dist.assets._ %>/js',
        styles: '<%= happyplan.dist.assets._ %>/css',
        images: '<%= happyplan.dist.assets._ %>/img',
        fonts: '<%= happyplan.dist.assets._ %>/fonts' },
     media: '<%= happyplan.dist._ %>/media' },
  theme: 
   { default: { �[4m: '<%= happyplan.�[24m %>/src', assets: [Object], html: [Object] },
     local: 
      { �[4m: '.',
        assets: [Object],
        html: [Object],
        posts: '<%= happyplan.theme.local.�[24m %>/posts',
        media: '<%= happyplan.theme.local._ %>/media' } },
  assets: 
   { banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today(\'yyyy-mm-dd\') %> */\n',
     main: { style: 'style.css', script: 'script.js' },
     scripts: {} },
  grunt: { jshint: { files: [Object] } },
  jekyll: 
   { env: '<%= happyplan.env %>',
     version: '<%= pkg.version %>',
     source: '<%= happyplan.build.jekyll.src %>',
     destination: '<%= happyplan.build.jekyll.dist %>',
     url: '<%= pkg.url %>',
     name: '<%= pkg.name %>',
     description: '<%= pkg.description %>',
     permalink: '/:categories/:title',
     base_url: '<%= happyplan.baseUrl %>',
     base_urls: 
      { scripts: '<%= happyplan.baseUrls.scripts %>',
        styles: '<%= happyplan.baseUrls.styles %>',
        images: '<%= happyplan.baseUrls.images %>',
        fonts: '<%= happyplan.baseUrls.fonts %>' },
     assets: { main: [Object] } },
  compass: 
   { '#sass_dir': '<%= happyplan.theme.local.assets.styles %>',
     sass_dir: '<%= happyplan.build.assets.styles %>',
     css_dir: '<%= happyplan.dist.assets.styles %>',
     images_dir: '<%= happyplan.build.assets.images %>',
     javascripts_dir: '<%= happyplan.build.assets.scripts %>',
     fonts_dir: '<%= happyplan.build.assets.fonts %>',
     http_path: '<%= happyplan.baseUrl %>',
     http_images_path: '<%= happyplan.baseUrls.images %>',
     http_javascripts_path: '<%= happyplan.baseUrls.scripts %>',
     http_fonts_path: '<%= happyplan.baseUrls.fonts %>',
     require: [],
     additional_import_paths: [ '<%= happyplan.bower_components %>' ] },
  git: { branch: 'gh-pages' },
  cwd: '/media/sf_D_DRIVE/Sites/_happyplan/happyplan',
  _: '/media/sf_D_DRIVE/Sites/_happyplan/happyplan',
  env: 'dev',
  pkg: 
   { name: 'happyplan',
     version: '0.3.0-alpha.2',
     description: 'Happy plan is bundle of amazing tools to be used as a static website generator.',
     author: 'Erwann Mest',
     license: 'BSD',
     dependencies: 
      { bower: '~0.10.0',
        matchdep: '~0.1.2',
        deepmerge: '~0.2.7',
        grunt: '~0.4.1',
        'grunt-contrib-clean': '~0.4.0',
        'js-yaml': '~2.0.5',
        'grunt-jekyll': '~0.3.3',
        'grunt-contrib-copy': '0.4.0',
        'grunt-contrib-concat': '~0.1.2',
        'grunt-contrib-compass': '~0.1.2',
        'grunt-contrib-uglify': '~0.1.1',
        'grunt-contrib-imagemin': '~0.1.4',
        'grunt-contrib-jshint': '~0.2.0',
        'grunt-webfont': '~0.1.4',
        'grunt-shell': '~0.2.1',
        'grunt-contrib-watch': '~0.4.4',
        'grunt-contrib-connect': '~0.2.0',
        'connect-livereload': '~0.2.0',
        'grunt-open': '~0.2.0',
        'grunt-contrib-nodeunit': '~0.1.2',
        'grunt-gh-pages': '~0.4.0' },
     devDependencies: { 'grunt-release': 'git://github.com/happyplan/grunt-release.git#semver2' },
     repository: { type: 'git', url: 'git://github.com/happyplan/happyplan.git' },
     keywords: 
      [ 'static',
        'website',
        'generator',
        'jekyll',
        'frontend',
        'grunt',
        'gh-pages',
        'bower' ],
     main: 'Gruntfile.js',
     scripts: { test: 'grunt test --verbose' } },
  bower_components: 'bower_components' }

�[1mRegistering "grunt-contrib-clean" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-clean/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-clean/package.json...�[32mOK�[39m
Loading "clean.js" tasks...�[32mOK�[39m
+ �[36mclean�[39m

�[1mRegistering "grunt-jekyll" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-jekyll/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-jekyll/package.json...�[32mOK�[39m
Loading "jekyll.js" tasks...�[32mOK�[39m
+ �[36mjekyll�[39m

�[1mRegistering "grunt-contrib-copy" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-copy/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-copy/package.json...�[32mOK�[39m
Loading "copy.js" tasks...�[32mOK�[39m
+ �[36mcopy�[39m

�[1mRegistering "grunt-contrib-concat" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-concat/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-concat/package.json...�[32mOK�[39m
Loading "concat.js" tasks...�[32mOK�[39m
+ �[36mconcat�[39m

�[1mRegistering "grunt-contrib-compass" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-compass/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-compass/package.json...�[32mOK�[39m
Loading "compass.js" tasks...�[32mOK�[39m
+ �[36mcompass�[39m

�[1mRegistering "grunt-contrib-uglify" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-uglify/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-uglify/package.json...�[32mOK�[39m
Loading "uglify.js" tasks...�[32mOK�[39m
+ �[36muglify�[39m

�[1mRegistering "grunt-contrib-imagemin" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-imagemin/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-imagemin/package.json...�[32mOK�[39m
Loading "imagemin.js" tasks...�[32mOK�[39m
+ �[36mimagemin�[39m

�[1mRegistering "grunt-contrib-jshint" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-jshint/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-jshint/package.json...�[32mOK�[39m
Loading "jshint.js" tasks...�[32mOK�[39m
+ �[36mjshint�[39m

�[1mRegistering "grunt-webfont" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-webfont/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-webfont/package.json...�[32mOK�[39m
Loading "webfont.js" tasks...�[32mOK�[39m
+ �[36mwebfont�[39m

�[1mRegistering "grunt-shell" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-shell/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-shell/package.json...�[32mOK�[39m
Loading "shell.js" tasks...�[32mOK�[39m
+ �[36mshell�[39m

�[1mRegistering "grunt-contrib-watch" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-watch/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-watch/package.json...�[32mOK�[39m
Loading "watch.js" tasks...�[32mOK�[39m
+ �[36mwatch�[39m

�[1mRegistering "grunt-contrib-connect" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-connect/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-connect/package.json...�[32mOK�[39m
Loading "connect.js" tasks...�[32mOK�[39m
+ �[36mconnect�[39m

�[1mRegistering "grunt-open" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-open/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-open/package.json...�[32mOK�[39m
Loading "open.js" tasks...�[32mOK�[39m
+ �[36mopen�[39m

�[1mRegistering "grunt-contrib-nodeunit" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-nodeunit/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-contrib-nodeunit/package.json...�[32mOK�[39m
Loading "nodeunit.js" tasks...�[32mOK�[39m
+ �[36mnodeunit�[39m

�[1mRegistering "grunt-gh-pages" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-gh-pages/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-gh-pages/package.json...�[32mOK�[39m
Loading "gh-pages.js" tasks...�[32mOK�[39m
+ �[36mgh-pages�[39m

�[1mRegistering "grunt-release" local Npm module tasks.�[22m
Reading /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-release/package.json...�[32mOK�[39m
Parsing /media/sf_D_DRIVE/Sites/_happyplan/happyplan/node_modules/grunt-release/package.json...�[32mOK�[39m
Loading "grunt-release.js" tasks...�[32mOK�[39m
+ �[36mrelease�[39m

�[1mRegistering "tasks" tasks.�[22m
Loading "build.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:build�[39m, �[36mhappyplan:build-assets�[39m, �[36mhappyplan:build-html�[39m
Loading "config.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:config-compass�[39m, �[36mhappyplan:config-jekyll�[39m, �[36mhappyplan:configs�[39m
Loading "glyphicons.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:glyphicons�[39m
Loading "help.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:help�[39m
Loading "newpost.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:newpost�[39m
Loading "publish.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:publish�[39m
Loading "theme.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:activate-theme�[39m, �[36mhappyplan:install-theme�[39m
Initializing config...�[32mOK�[39m
Loading "Gruntfile.js" tasks...�[32mOK�[39m
+ �[36mhappyplan:default�[39m, �[36mhappyplan:dev�[39m, �[36mhappyplan:dist�[39m, �[36mhappyplan:prepare-build-assets�[39m, �[36mhappyplan:prepare-build-html�[39m, �[36mtest�[39m

Running tasks: �[36mtest�[39m

�[4mRunning "test" task�[24m

�[4mRunning "clean:test_sandbox" (clean) task�[24m
Verifying property �[36mclean.test_sandbox�[39m exists in config...�[32mOK�[39m
Files: �[36mtest/sandbox/posts�[39m, �[36mtest/sandbox/posts/_drafts�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-change-me.md�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-name-one-tag.md�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-name-one-tags.md�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-name-tag.md�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-name-tags.md�[39m, �[36mtest/sandbox/posts/_drafts/2013-07-27-name.md�[39m
Options: �[36mforce=false�[39m
Cleaning "test/sandbox/posts"...Deleting test/sandbox/posts...�[32mOK�[39m
�[32mOK�[39m

�[4mRunning "nodeunit" task�[24m

�[4mRunning "nodeunit:tests" (nodeunit) task�[24m
Verifying property �[36mnodeunit.tests�[39m exists in config...�[32mOK�[39m
Files: �[36mtest/newpost_test.js�[39m, �[36mtest/themes_test.js�[39m -> �[36mtests�[39m

�[1mTesting newpost_test.js�[22m
newpost - posts...�[32mOK�[39m

�[1mTesting themes_test.js�[22m
themes - dist...Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/default/dist/assets: _css
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/child/dist/assets: _css
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/child/dist/assets: _glyphicons
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/child/dist/assets: _img
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/parent/dist/assets: _css
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/parent/dist/assets: _glyphicons
Only in /media/sf_D_DRIVE/Sites/_happyplan/happyplan/test/themes/parent/dist/assets: _img
�[31mERROR�[39m
�[31m>> �[39mMessage: �[35mThere should have no diff between builds�[39m
�[31m>> �[39mError: There should have no diff between builds�[31m
>> �[39mat Object.deepEqual (node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/lib/types.js:83:39)�[31m
>> �[39mat doneFunction (test/themes_test.js:59:16)�[31m
>> �[39mat callDone (node_modules/grunt/lib/grunt/util.js:147:5)�[31m
>> �[39mat ChildProcess.<anonymous> (node_modules/grunt/lib/grunt/util.js:186:5)�[31m
>> �[39mat ChildProcess.EventEmitter.emit (events.js:98:17)�[31m
>> �[39mat maybeClose (child_process.js:730:16)�[31m
>> �[39mat Socket.<anonymous> (child_process.js:943:11)�[31m
>> �[39mat Socket.EventEmitter.emit (events.js:95:17)�[31m
>> �[39mat Pipe.close (net.js:451:12)

�[31m>> �[39mMessage: �[35mThere should have no diff between builds�[39m
�[31m>> �[39mError: There should have no diff between builds�[31m
>> �[39mat Object.deepEqual (node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/lib/types.js:83:39)�[31m
>> �[39mat doneFunction (test/themes_test.js:59:16)�[31m
>> �[39mat callDone (node_modules/grunt/lib/grunt/util.js:147:5)�[31m
>> �[39mat ChildProcess.<anonymous> (node_modules/grunt/lib/grunt/util.js:186:5)�[31m
>> �[39mat ChildProcess.EventEmitter.emit (events.js:98:17)�[31m
>> �[39mat maybeClose (child_process.js:730:16)�[31m
>> �[39mat Socket.<anonymous> (child_process.js:943:11)�[31m
>> �[39mat Socket.EventEmitter.emit (events.js:95:17)�[31m
>> �[39mat Pipe.close (net.js:451:12)

�[31m>> �[39mMessage: �[35mThere should have no diff between builds�[39m
�[31m>> �[39mError: There should have no diff between builds�[31m
>> �[39mat Object.deepEqual (node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/lib/types.js:83:39)�[31m
>> �[39mat doneFunction (test/themes_test.js:59:16)�[31m
>> �[39mat callDone (node_modules/grunt/lib/grunt/util.js:147:5)�[31m
>> �[39mat ChildProcess.<anonymous> (node_modules/grunt/lib/grunt/util.js:186:5)�[31m
>> �[39mat ChildProcess.EventEmitter.emit (events.js:98:17)�[31m
>> �[39mat maybeClose (child_process.js:730:16)�[31m
>> �[39mat Socket.<anonymous> (child_process.js:943:11)�[31m
>> �[39mat Socket.EventEmitter.emit (events.js:95:17)�[31m
>> �[39mat Pipe.close (net.js:451:12)

�[33mWarning: 3/9 assertions failed (66877ms)� Use --force to continue.�[39m

�[31mAborted due to warnings.�[39m
@MoOx
Copy link
Member

MoOx commented Jul 27, 2013

Useless. Travis told me the same. Fixing this right now.

@MoOx MoOx closed this as completed Jul 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants