local version install failed

50 views
Skip to first unread message

Sz Tengely

unread,
Sep 1, 2016, 6:57:43 PM9/1/16
to sage-cloud
I followed the readme file to install smc and npm test results (187 passing 1 failing):

smileys replaces strings:

      AssertionError: expected 'hey 😁 you !!!' to equal 'hey 😁 you ⚠'
      + expected - actual

      -hey 😁 you !!!
      +hey 😁 you ⚠
     
    at Assertion.fail (node_modules/should/lib/assertion.js:180:17)
    at Assertion.prop.value (node_modules/should/lib/assertion.js:65:17)
    at Context.<anonymous> (test/misc-test.coffee:1155:54)

I made a search but I have not found anything, only UTC problems that I do not have.
Thanks for any help, hint in advance.

Szabolcs

Harald Schilly

unread,
Sep 3, 2016, 8:01:53 AM9/3/16
to sage-cloud

Well, seems like William removed the !!! "smiley" without taking care of the accompanying test. Nothing serious, and someone should fix the test.

H


--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/61c2ae99-890b-4625-9bf7-f421d33f5674%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

William Stein

unread,
Sep 3, 2016, 10:50:26 AM9/3/16
to sage-cloud
On Sat, Sep 3, 2016 at 5:01 AM, Harald Schilly <harald....@gmail.com> wrote:

Well, seems like William removed the !!! "smiley" without taking care of the accompanying test. Nothing serious, and someone should fix the test.


H


On Sep 2, 2016 00:57, "Sz Tengely" <szte...@gmail.com> wrote:
I followed the readme file to install smc and npm test results (187 passing 1 failing):

smileys replaces strings:

      AssertionError: expected 'hey 😁 you !!!' to equal 'hey 😁 you ⚠'
      + expected - actual

      -hey 😁 you !!!
      +hey 😁 you ⚠
     
    at Assertion.fail (node_modules/should/lib/assertion.js:180:17)
    at Assertion.prop.value (node_modules/should/lib/assertion.js:65:17)
    at Context.<anonymous> (test/misc-test.coffee:1155:54)

I made a search but I have not found anything, only UTC problems that I do not have.
Thanks for any help, hint in advance.

Szabolcs

--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/61c2ae99-890b-4625-9bf7-f421d33f5674%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Best Regards,
William Stein

CEO, SageMath, Inc.

Sz Tengely

unread,
Sep 3, 2016, 2:00:43 PM9/3/16
to sage-cloud
Thank you very much. Now 188 passing (650ms). Still no success, the following error message comes

> smc-ut...@1.0.0 test /home/tengely/smc/src/smc-util-node
> SMC_TEST=true node_modules/.bin/mocha --reporter progress

module.js:457
    throw err;
    ^

Error: Cannot find module 'smc-util/misc'
  at Function.Module._resolveFilename (module.js:455:15)
  at Function.Module._load (module.js:403:25)
  at Module.require (module.js:483:17)
  at require (internal/module.js:20:19)
  at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/misc_node.coffee:37:8)
  at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/misc_node.coffee:30:1)
  at Module._compile (module.js:556:32)
  at Object.loadFile (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
  at Module.load (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
  at tryModuleLoad (module.js:432:12)
  at Function.Module._load (module.js:424:3)
  at Module.require (module.js:483:17)
  at require (internal/module.js:20:19)
  at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/test/misc_node-test.coffee:3:13)
  at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/test/misc_node-test.coffee:1:1)
  at Module._compile (module.js:556:32)
  at Object.loadFile (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
  at Module.load (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
  at tryModuleLoad (module.js:432:12)
  at Function.Module._load (module.js:424:3)
  at Module.require (module.js:483:17)
  at require (internal/module.js:20:19)
  at /home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:220:27
  at Array.forEach (native)
  at Mocha.loadFiles (/home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:217:14)
  at Mocha.run (/home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:469:10)
  at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/node_modules/mocha/bin/_mocha:404:18)
  at Module._compile (module.js:556:32)
  at Object.Module._extensions..js (module.js:565:10)
  at Module.load (module.js:473:32)
  at tryModuleLoad (module.js:432:12)
  at Function.Module._load (module.js:424:3)
  at Module.runMain (module.js:590:10)
  at run (bootstrap_node.js:394:7)
  at startup (bootstrap_node.js:149:9)
  at bootstrap_node.js:509:3

npm ERR! Test failed.  See above for more details.
npm ERR! Test failed.  See above for more details.


On Saturday, September 3, 2016 at 3:50:26 PM UTC+1, William Stein wrote:
On Sat, Sep 3, 2016 at 5:01 AM, Harald Schilly <harald....@gmail.com> wrote:

Well, seems like William removed the !!! "smiley" without taking care of the accompanying test. Nothing serious, and someone should fix the test.


Fixed and pushed to master.

 

H


On Sep 2, 2016 00:57, "Sz Tengely" <szte...@gmail.com> wrote:
I followed the readme file to install smc and npm test results (187 passing 1 failing):

smileys replaces strings:

      AssertionError: expected 'hey 😁 you !!!' to equal 'hey 😁 you ⚠'
      + expected - actual

      -hey 😁 you !!!
      +hey 😁 you ⚠
     
    at Assertion.fail (node_modules/should/lib/assertion.js:180:17)
    at Assertion.prop.value (node_modules/should/lib/assertion.js:65:17)
    at Context.<anonymous> (test/misc-test.coffee:1155:54)

I made a search but I have not found anything, only UTC problems that I do not have.
Thanks for any help, hint in advance.

Szabolcs

--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages