Skip to content

Instantly share code, notes, and snippets.

@epoxi
Created December 24, 2013 01:19
Show Gist options
  • Save epoxi/8107435 to your computer and use it in GitHub Desktop.
Save epoxi/8107435 to your computer and use it in GitHub Desktop.
epoxi@mars4 ~/bin/Slic3r $ sudo perl Build.PL
[sudo] password for epoxi:
App::cpanminus is up to date. (1.7001)
Class::XSAccessor is up to date. (1.19)
Encode::Locale is up to date. (1.03)
ExtUtils::MakeMaker is up to date. (6.84)
ExtUtils::ParseXS is up to date. (3.22)
skipping R/RJ/RJBS/perl-5.18.1.tar.gz
File::Spec is up to date. (3.40)
Getopt::Long is up to date. (2.42)
IO::Scalar is up to date. (2.110)
Math::Geometry::Voronoi is up to date. (1.3)
Math::PlanePath is up to date. (113)
Moo is up to date. (1.003001)
Scalar::Util is up to date. (1.35)
Storable is up to date. (2.45)
Test::Harness is up to date. (3.30)
Test::More is up to date. (1.001002)
Time::HiRes is up to date. (1.9726)
XML::SAX::ExpatXS is up to date. (1.33)
Cleaning up build files
Cleaning up configuration files
--> Working on ./xs
Configuring /home/lcampa/bin/Slic3r/xs ... OK
Building and testing Slic3r-XS-0.01 ... OK
Successfully installed Slic3r-XS-0.01
1 distribution installed
t/angles.t ........... ok
t/arcs.t ............. skipped: arcs are currently disabled
t/clean_polylines.t .. ok
t/clipper.t .......... ok
t/collinear.t ........ ok
t/combineinfill.t .... skipped: this test is currently disabled
t/cooling.t .......... ok
t/custom_gcode.t ..... ok
t/dynamic.t .......... skipped: variable-width paths are currently disabled
t/fill.t ............. ok
t/gcode.t ............ 4/6
# Failed test 'complete_objects generates the correct number of Z moves'
# at t/gcode.t line 68.
# got: '50'
# expected: '100'
# Failed test 'complete_objects generates the correct Z moves'
# at t/gcode.t line 69.
# Structures begin differing at:
# $got->[0] = '0.400'
# $expected->[0] = Does not exist
# Looks like you failed 2 tests of 6.
t/gcode.t ............ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
t/geometry.t ......... ok
t/layers.t ........... ok
t/loops.t ............ skipped: temporarily disabled
t/multi.t ............ ok
t/perimeters.t ....... ok
t/polyclip.t ......... ok
t/print.t ............ ok
t/retraction.t ....... ok
t/shells.t ........... ok
t/skirt_brim.t ....... ok
t/slice.t ............ skipped: temporarily disabled
t/support.t .......... ok
t/svg.t .............. ok
t/threads.t .......... All 2 subtests passed
t/vibrationlimit.t ... ok
Test Summary Report
-------------------
t/gcode.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 5-6
Non-zero exit status: 2
t/threads.t (Wstat: 11 Tests: 2 Failed: 0)
Non-zero wait status: 11
Files=26, Tests=209, 57 wallclock secs ( 0.15 usr 0.01 sys + 60.15 cusr 0.63 csys = 60.94 CPU)
Result: FAIL
Some tests failed. Please report the failure to the author!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment