Skip to content

Instantly share code, notes, and snippets.

@epoxi
Last active January 1, 2016 05:09
Show Gist options
  • Save epoxi/8096316 to your computer and use it in GitHub Desktop.
Save epoxi/8096316 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)
--> Working on Math::PlanePath
Fetching http://www.cpan.org/authors/id/K/KR/KRYDE/Math-PlanePath-113.tar.gz ... OK
Configuring Math-PlanePath-113 ... OK
Building and testing Math-PlanePath-113 ... OK
Successfully installed Math-PlanePath-113 (upgraded from 112)
1 distribution installed
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
No such file: src/PrintState.cpp
No such file: src/PrintState.hpp
No such file: xsp/PrintState.xsp
Not in MANIFEST: src/Print.cpp
Not in MANIFEST: src/Print.hpp
Not in MANIFEST: xsp/Print.xsp
MANIFEST appears to be out of sync with the distribution
--> 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 ............ 5/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=208, 56 wallclock secs ( 0.14 usr 0.02 sys + 60.43 cusr 0.76 csys = 61.35 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