Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL MarpaX-ESLIF-3.0.10 5.30.0 RC1 GNU/Linux
Date: 2019-05-12T12:54:14Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Jean-Damien Durand,
This is a computer-generated report for MarpaX-ESLIF-3.0.10
on perl 5.30.0, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
"/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ESLIF.bs blib/arch/auto/MarpaX/ESLIF/ESLIF.bs 644
PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............ ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# --------------------- -------- ----------
# Archive::Tar any 2.32
# Capture::Tiny any 0.48
# Config any 5.030000
# Config::AutoConf any 0.317
# Config::AutoConf::INI 0.005 0.005
# ExtUtils::CBuilder 0.280224 0.280231
# ExtUtils::Constant any 0.25
# ExtUtils::MakeMaker 7.20 7.36
# File::Basename any 2.85
# File::Copy any 2.34
# File::Copy::Recursive any 0.44
# File::Find any 1.36
# File::Path any 2.16
# File::Spec any 3.78
# File::Which 1.23 1.23
# File::chdir any 0.1010
# IO::Handle any 1.40
# IPC::Run any 20180523.0
# POSIX any 1.88
# Perl::OSType any 1.010
# Try::Tiny any 0.30
# diagnostics any 1.36
# strict any 1.11
#
# === Configure Suggests ===
#
# Module Want Have
# ------------------ ---- -------
# ExtUtils::CppGuess any missing
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.36
#
# === Test Requires ===
#
# Module Want Have
# --------------------------- ----- --------
# Data::Dumper any 2.174
# ExtUtils::MakeMaker any 7.36
# File::Spec any 3.78
# File::Temp any 0.2309
# IO::Handle any 1.40
# IPC::Open3 any 1.20
# Log::Any any 1.707
# Log::Any::Adapter any 1.707
# Log::Any::Adapter::Log4perl any 0.09
# Log::Any::Adapter::Util 1.03 1.707
# Log::Log4perl 1.32 1.49
# Safe::Isa any 1.000010
# Test::Deep 1.128 1.128
# Test::Deep::NoTest any undef
# Test::More 1.3 1.302164
# Test::More::UTF8 any 0.05
# Try::Tiny any 0.30
# diagnostics any 1.36
# open any 1.11
# threads any 2.22
# utf8 any 1.22
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# -------------------- -------- --------
# Carp any 1.50
# Encode any 3.01
# JSON::MaybeXS 1.004000 1.004000
# Math::BigFloat any 1.999816
# Math::BigInt any 1.999816
# Moo any 2.003004
# XSLoader any 0.30
# namespace::autoclean any 0.28
# overload any 1.30
# strict any 1.11
# vars any 1.05
# warnings any 1.44
#
t/00-report-prereqs.t ..... ok
t/advent.t ................ ok
t/import_export.t .........
Failed 12/31 subtests
t/json.t .................. ok
t/jsonWithSharedStream.t .. ok
# Grammar level 0
# Grammar level 0
# Grammar level 1
# 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Rule No 0
# :discard ::= <whitespaces> event => discard_whitespaces$=on
# Rule No 1
# :discard ::= <comment> event => discard_comment$=on
# Rule No 2
# <Number> ::= <NUMBER> action => ::shift
# Rule No 3
# <Expression> ::= <Expression[0]> action => ::shift
# Rule No 4
# <Expression[0]> ::= <Expression[1]> action => ::shift
# Rule No 5
# <Expression[1]> ::= <Expression[2]> action => ::shift
# Rule No 6
# <Expression[2]> ::= <Expression[3]> action => ::shift
# Expression is Number
# <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# Expression is ()
# <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# Expression is **
# <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# Expression is *
# <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# Expression is /
# <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# Expression is +
# <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# Expression is -
# <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# Rule No 14
# <whitespaces> ::= <WHITESPACES>
# Rule No 15
# <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Expression
# :discard
# whitespaces
# comment
# Number
# NUMBER
# Expression[0]
# Expression[1]
# Expression[2]
# Expression[3]
# '('
# ')'
# '**'
# '*'
# '/'
# '+'
# '-'
# WHITESPACES
# /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Rule No 0
# :discard ::= <whitespaces> event => discard_whitespaces$=on
# Rule No 1
# :discard ::= <comment> event => discard_comment$=on
# Rule No 2
# <Number> ::= <NUMBER> action => ::shift
# Rule No 3
# <Expression> ::= <Expression[0]> action => ::shift
# Rule No 4
# <Expression[0]> ::= <Expression[1]> action => ::shift
# Rule No 5
# <Expression[1]> ::= <Expression[2]> action => ::shift
# Rule No 6
# <Expression[2]> ::= <Expression[3]> action => ::shift
# Expression is Number
# <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# Expression is ()
# <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# Expression is **
# <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# Expression is *
# <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# Expression is /
# <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# Expression is +
# <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# Expression is -
# <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# Rule No 14
# <whitespaces> ::= <WHITESPACES>
# Rule No 15
# <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Expression
# :discard
# whitespaces
# comment
# Number
# NUMBER
# Expression[0]
# Expression[1]
# Expression[2]
# Expression[3]
# '('
# ')'
# '**'
# '*'
# '/'
# '+'
# '-'
# WHITESPACES
# /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# 0 1
# Rule No 0
# <NUMBER> ~ /[\d]+/
# Rule No 1
# <WHITESPACES> ~ /[\s]/+
# 0 1 2 3
# NUMBER
# /[\d]+/
# WHITESPACES
# /[\s]/
# /*
# * **********************
# * Meta-grammar settings:
# * **********************
# */
# :start ::= Expression
# :default ::= action => do_op symbol-action => do_symbol latm => 1
#
# /*
# * ***************
# * Event settings:
# * ***************
# */
# :lexeme ::= <NUMBER> pause => before event => ^NUMBER=on pause => after event => NUMBER$=on
# event ^Expression=on = predicted <Expression>
# event Expression$=on = completed <Expression>
# event ^Number=on = predicted <Number>
# event Number$=on = completed <Number>
#
# /*
# * ******
# * Rules:
# * ******
# */
# :discard ::= <whitespaces> event => discard_whitespaces$=on
# :discard ::= <comment> event => discard_comment$=on
# <Number> ::= <NUMBER> action => ::shift
# <Expression> ::= <Expression[0]> action => ::shift
# <Expression[0]> ::= <Expression[1]> action => ::shift
# <Expression[1]> ::= <Expression[2]> action => ::shift
# <Expression[2]> ::= <Expression[3]> action => ::shift
# <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# <whitespaces> ::= <WHITESPACES>
# <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
#
# #
# # The following is giving information on grammar components: lexemes, rules and symbols properties
# #
# # --------
# # Lexemes:
# # --------
# #
# # <NUMBER> ::= <NUMBER>@+1
# # <WHITESPACES> ::= <WHITESPACES>@+1
# #
# # -----------------
# # Rules properties:
# # -----------------
# #
# # Rule No 0
# # Properties: PRODUCTIVE
# # Definition: :discard ::= <whitespaces> event => discard_whitespaces$=on
# # Components: LHS = RHS[]
# # 1 = 2
# # Rule No 1
# # Properties: PRODUCTIVE
# # Definition: :discard ::= <comment> event => discard_comment$=on
# # Components: LHS = RHS[]
# # 1 = 3
# # Rule No 2
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Number> ::= <NUMBER> action => ::shift
# # Components: LHS = RHS[]
# # 4 = 5
# # Rule No 3
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression> ::= <Expression[0]> action => ::shift
# # Components: LHS = RHS[]
# # 0 = 6
# # Rule No 4
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[1]> action => ::shift
# # Components: LHS = RHS[]
# # 6 = 7
# # Rule No 5
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[2]> action => ::shift
# # Components: LHS = RHS[]
# # 7 = 8
# # Rule No 6
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[2]> ::= <Expression[3]> action => ::shift
# # Components: LHS = RHS[]
# # 8 = 9
# # Rule No 7
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# # Components: LHS = RHS[]
# # 9 = 4
# # Rule No 8
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# # Components: LHS = RHS[]
# # 9 = 10 6 11
# # Rule No 9
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# # Components: LHS = RHS[]
# # 8 = 9 12 8
# # Rule No 10
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# # Components: LHS = RHS[]
# # 7 = 7 13 8
# # Rule No 11
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# # Components: LHS = RHS[]
# # 7 = 7 14 8
# # Rule No 12
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# # Components: LHS = RHS[]
# # 6 = 6 15 7
# # Rule No 13
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# # Components: LHS = RHS[]
# # 6 = 6 16 7
# # Rule No 14
# # Properties: PRODUCTIVE
# # Definition: <whitespaces> ::= <WHITESPACES>
# # Components: LHS = RHS[]
# # 2 = 17
# # Rule No 15
# # Properties: PRODUCTIVE
# # Definition: <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# # Components: LHS = RHS[]
# # 3 = 18
# #
# # -------------------
# # Symbols properties:
# # -------------------
# #
# # Symbol No 0
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE, START
# # Events: COMPLETION, PREDICTION
# # Name: <Expression>
# #
# # Symbol No 1
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <:discard>
# #
# # Symbol No 2
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <whitespaces>
# #
# # Symbol No 3
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <comment>
# #
# # Symbol No 4
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events: COMPLETION, PREDICTION
# # Name: <Number>
# #
# # Symbol No 5
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Name: <NUMBER>
# #
# # Symbol No 6
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[0]>
# #
# # Symbol No 7
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[1]>
# #
# # Symbol No 8
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[2]>
# #
# # Symbol No 9
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[3]>
# #
# # Symbol No 10
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \(
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 11
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \)
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 12
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \*\*
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 13
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \*
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 14
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: /
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 15
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \+
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 16
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: -
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 17
# # Type: ESLIF META
# # Properties: PRODUCTIVE, TERMINAL
# # Events:
# # Name: <WHITESPACES>
# #
# # Symbol No 18
# # Type: ESLIF TERMINAL
# # Properties: PRODUCTIVE, TERMINAL
# # Events:
# # Pattern:
# # 0x000000: 28 3f 3a 28 3f 3a 28 3f 3a 5c 2f 5c 2f 29 28 3f (?:(?:(?:\/\/)(?
# # 0x000010: 3a 5b 5e 5c 6e 5d 2a 29 28 3f 3a 5c 6e 7c 5c 7a :[^\n]*)(?:\n|\z
# # 0x000020: 29 29 7c 28 3f 3a 28 3f 3a 5c 2f 5c 2a 29 28 3f ))|(?:(?:\/\*)(?
# # 0x000030: 3a 28 3f 3a 5b 5e 5c 2a 5d 2b 7c 5c 2a 28 3f 21 :(?:[^\*]+|\*(?!
# # 0x000040: 5c 2f 29 29 2a 29 28 3f 3a 5c 2a 5c 2f 29 29 29 \/))*)(?:\*\/)))
# # Flags: PCRE2_ANCHORED|PCRE2_UTF
# # JIT: complete=yes, partial=yes
# /*
# * **********************
# * Meta-grammar settings:
# * **********************
# */
# :start ::= Expression
# :default ::= action => do_op symbol-action => do_symbol latm => 1
#
# /*
# * ***************
# * Event settings:
# * ***************
# */
# :lexeme ::= <NUMBER> pause => before event => ^NUMBER=on pause => after event => NUMBER$=on
# event ^Expression=on = predicted <Expression>
# event Expression$=on = completed <Expression>
# event ^Number=on = predicted <Number>
# event Number$=on = completed <Number>
#
# /*
# * ******
# * Rules:
# * ******
# */
# :discard ::= <whitespaces> event => discard_whitespaces$=on
# :discard ::= <comment> event => discard_comment$=on
# <Number> ::= <NUMBER> action => ::shift
# <Expression> ::= <Expression[0]> action => ::shift
# <Expression[0]> ::= <Expression[1]> action => ::shift
# <Expression[1]> ::= <Expression[2]> action => ::shift
# <Expression[2]> ::= <Expression[3]> action => ::shift
# <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# <whitespaces> ::= <WHITESPACES>
# <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
#
# #
# # The following is giving information on grammar components: lexemes, rules and symbols properties
# #
# # --------
# # Lexemes:
# # --------
# #
# # <NUMBER> ::= <NUMBER>@+1
# # <WHITESPACES> ::= <WHITESPACES>@+1
# #
# # -----------------
# # Rules properties:
# # -----------------
# #
# # Rule No 0
# # Properties: PRODUCTIVE
# # Definition: :discard ::= <whitespaces> event => discard_whitespaces$=on
# # Components: LHS = RHS[]
# # 1 = 2
# # Rule No 1
# # Properties: PRODUCTIVE
# # Definition: :discard ::= <comment> event => discard_comment$=on
# # Components: LHS = RHS[]
# # 1 = 3
# # Rule No 2
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Number> ::= <NUMBER> action => ::shift
# # Components: LHS = RHS[]
# # 4 = 5
# # Rule No 3
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression> ::= <Expression[0]> action => ::shift
# # Components: LHS = RHS[]
# # 0 = 6
# # Rule No 4
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[1]> action => ::shift
# # Components: LHS = RHS[]
# # 6 = 7
# # Rule No 5
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[2]> action => ::shift
# # Components: LHS = RHS[]
# # 7 = 8
# # Rule No 6
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[2]> ::= <Expression[3]> action => ::shift
# # Components: LHS = RHS[]
# # 8 = 9
# # Rule No 7
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[3]> ::= <Number> action => do_int name => 'Expression is Number'
# # Components: LHS = RHS[]
# # 9 = 4
# # Rule No 8
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[3]> ::= '(' <Expression[0]> ')' action => ::copy[1] name => 'Expression is ()'
# # Components: LHS = RHS[]
# # 9 = 10 6 11
# # Rule No 9
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[2]> ::= <Expression[3]> '**' <Expression[2]> name => 'Expression is **'
# # Components: LHS = RHS[]
# # 8 = 9 12 8
# # Rule No 10
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[1]> '*' <Expression[2]> name => 'Expression is *'
# # Components: LHS = RHS[]
# # 7 = 7 13 8
# # Rule No 11
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[1]> ::= <Expression[1]> '/' <Expression[2]> name => 'Expression is /'
# # Components: LHS = RHS[]
# # 7 = 7 14 8
# # Rule No 12
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[0]> '+' <Expression[1]> name => 'Expression is +'
# # Components: LHS = RHS[]
# # 6 = 6 15 7
# # Rule No 13
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <Expression[0]> ::= <Expression[0]> '-' <Expression[1]> name => 'Expression is -'
# # Components: LHS = RHS[]
# # 6 = 6 16 7
# # Rule No 14
# # Properties: PRODUCTIVE
# # Definition: <whitespaces> ::= <WHITESPACES>
# # Components: LHS = RHS[]
# # 2 = 17
# # Rule No 15
# # Properties: PRODUCTIVE
# # Definition: <comment> ::= /(?:(?:(?:\/\/)(?:[^\n]*)(?:\n|\z))|(?:(?:\/\*)(?:(?:[^\*]+|\*(?!\/))*)(?:\*\/)))/u
# # Components: LHS = RHS[]
# # 3 = 18
# #
# # -------------------
# # Symbols properties:
# # -------------------
# #
# # Symbol No 0
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE, START
# # Events: COMPLETION, PREDICTION
# # Name: <Expression>
# #
# # Symbol No 1
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <:discard>
# #
# # Symbol No 2
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <whitespaces>
# #
# # Symbol No 3
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <comment>
# #
# # Symbol No 4
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events: COMPLETION, PREDICTION
# # Name: <Number>
# #
# # Symbol No 5
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Name: <NUMBER>
# #
# # Symbol No 6
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[0]>
# #
# # Symbol No 7
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[1]>
# #
# # Symbol No 8
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[2]>
# #
# # Symbol No 9
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Events:
# # Name: <Expression[3]>
# #
# # Symbol No 10
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \(
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 11
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \)
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 12
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \*\*
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 13
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \*
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 14
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: /
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 15
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: \+
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 16
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern: -
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 17
# # Type: ESLIF META
# # Properties: PRODUCTIVE, TERMINAL
# # Events:
# # Name: <WHITESPACES>
# #
# # Symbol No 18
# # Type: ESLIF TERMINAL
# # Properties: PRODUCTIVE, TERMINAL
# # Events:
# # Pattern:
# # 0x000000: 28 3f 3a 28 3f 3a 28 3f 3a 5c 2f 5c 2f 29 28 3f (?:(?:(?:\/\/)(?
# # 0x000010: 3a 5b 5e 5c 6e 5d 2a 29 28 3f 3a 5c 6e 7c 5c 7a :[^\n]*)(?:\n|\z
# # 0x000020: 29 29 7c 28 3f 3a 28 3f 3a 5c 2f 5c 2a 29 28 3f ))|(?:(?:\/\*)(?
# # 0x000030: 3a 28 3f 3a 5b 5e 5c 2a 5d 2b 7c 5c 2a 28 3f 21 :(?:[^\*]+|\*(?!
# # 0x000040: 5c 2f 29 29 2a 29 28 3f 3a 5c 2a 5c 2f 29 29 29 \/))*)(?:\*\/)))
# # Flags: PCRE2_ANCHORED|PCRE2_UTF
# # JIT: complete=yes, partial=yes
# /*
# * **********************
# * Meta-grammar settings:
# * **********************
# */
# :start ~ NUMBER
# :default ~ action => ::concat symbol-action => ::transfer latm => 1
#
# /*
# * ***************
# * Event settings:
# * ***************
# */
#
# /*
# * ******
# * Rules:
# * ******
# */
# <NUMBER> ~ /[\d]+/
# <WHITESPACES> ~ /[\s]/+
#
# #
# # The following is giving information on grammar components: lexemes, rules and symbols properties
# #
# # --------
# # Lexemes:
# # --------
# #
# #
# # -----------------
# # Rules properties:
# # -----------------
# #
# # Rule No 0
# # Properties: ACCESSIBLE, PRODUCTIVE
# # Definition: <NUMBER> ~ /[\d]+/
# # Components: LHS = RHS[]
# # 0 = 1
# # Rule No 1
# # Properties: PRODUCTIVE
# # Definition: <WHITESPACES> ~ /[\s]/+
# # Components: LHS = RHS[]
# # 2 = 3
# #
# # -------------------
# # Symbols properties:
# # -------------------
# #
# # Symbol No 0
# # Type: ESLIF META
# # Properties: ACCESSIBLE, PRODUCTIVE, START
# # Events:
# # Name: <NUMBER>
# #
# # Symbol No 1
# # Type: ESLIF TERMINAL
# # Properties: ACCESSIBLE, PRODUCTIVE, TERMINAL
# # Events:
# # Pattern:
# # 0x000000: 5b 5c 64 5d 2b [\d]+
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# #
# # Symbol No 2
# # Type: ESLIF META
# # Properties: PRODUCTIVE
# # Events:
# # Name: <WHITESPACES>
# #
# # Symbol No 3
# # Type: ESLIF TERMINAL
# # Properties: PRODUCTIVE, TERMINAL
# # Events:
# # Pattern:
# # 0x000000: 5b 5c 73 5d [\s]
# # Flags: PCRE2_ANCHORED
# # JIT: complete=yes, partial=yes
# (((3 * 4) + 2 * 7) / 2 - 1)/* This is a
# comment
# */** 3 => 1728
# 5 / (2 * 3) => 0.833333333333333
# 5 / 2 * 3 => 7.5
# (5 ** 2) ** 3 => 15625
# 5 * (2 * 3) => 30
# 5 ** (2 ** 3) => 390625
# 5 ** (2 / 3) => 2.92401773821287
# 1 + ( 2 + ( 3 + ( 4 + 5) ) => ?
# 1 + ( 2 + ( 3 + ( 4 + 50) ) ) /* comment after */ => 60
# 100 => 100
t/test.t .................. ok
t/thread.t ................ ok
Test Summary Report
-------------------
t/import_export.t (Wstat: 139 Tests: 19 Failed: 0)
Non-zero wait status: 139
Parse errors: Bad plan. You planned 31 tests but ran 19.
Files=8, Tests=4021, 15 wallclock secs ( 0.37 usr 0.07 sys + 9.82 cusr 0.99 csys = 11.25 CPU)
Result: FAIL
Failed 1/8 test programs. 0/4021 subtests failed.
make: *** [Makefile:1227: test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------------- -------- ----------
Carp 0 1.50
Encode 0 3.01
JSON::MaybeXS 1.004000 1.004000
Math::BigFloat 0 1.999816
Math::BigInt 0 1.999816
Moo 0 2.003004
namespace::autoclean 0 0.28
overload 0 1.30
perl 5.010 5.030000
strict 0 1.11
vars 0 1.05
warnings 0 1.44
XSLoader 0 0.30
build_requires:
Module Need Have
--------------------------- -------- ----------
Data::Dumper 0 2.174
diagnostics 0 1.36
ExtUtils::MakeMaker 0 7.36
File::Spec 0 3.78
File::Temp 0 0.2309
IO::Handle 0 1.40
IPC::Open3 0 1.20
Log::Any 0 1.707
Log::Any::Adapter 0 1.707
Log::Any::Adapter::Log4perl 0 0.09
Log::Any::Adapter::Util 1.03 1.707
Log::Log4perl 1.32 1.49
open 0 1.11
Safe::Isa 0 1.000010
Test::Deep 1.128 1.128
Test::Deep::NoTest 0 0
Test::More 1.3 1.302164
Test::More::UTF8 0 0.05
threads 0 2.22
Try::Tiny 0 0.30
utf8 0 1.22
configure_requires:
Module Need Have
--------------------------- -------- ----------
Archive::Tar 0 2.32
Capture::Tiny 0 0.48
Config 0 5.030000
Config::AutoConf 0 0.317
Config::AutoConf::INI 0.005 0.005
diagnostics 0 1.36
ExtUtils::CBuilder 0.280224 0.280231
ExtUtils::Constant 0 0.25
ExtUtils::MakeMaker 7.20 7.36
File::Basename 0 2.85
File::chdir 0 0.1010
File::Copy 0 2.34
File::Copy::Recursive 0 0.44
File::Find 0 1.36
File::Path 0 2.16
File::Spec 0 3.78
File::Which 1.23 1.23
IO::Handle 0 1.40
IPC::Run 0 20180523.0
perl 5.006 5.030000
Perl::OSType 0 1.010
POSIX 0 1.88
strict 0 1.11
Try::Tiny 0 0.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 26442
PERL5_CPAN_IS_RUNNING = 26442
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.26
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.36
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.36
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.02
Module::Build 0.4229
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302164
YAML 1.29
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 30 subversion 0) configuration:
Derived from: b36ed338f883ef7a53ac300c82b019f7ce851a8a
Platform:
osname=linux
osvers=4.18.0-2-amd64
archname=x86_64-linux-thread-multi
uname='linux k93msid 4.18.0-2-amd64 #1 smp debian 4.18.10-2 (2018-10-07) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb -Dmyhostname=k93msid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Duseithreads -Uuselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2 -g'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='8.2.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.27'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_TRACK_MEMPOOL
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Locally applied patches:
RC1
uncommitted-changes
Built under linux
Compiled at May 12 2019 10:02:03
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="26442"
PERL5_CPAN_IS_RUNNING="26442"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/lib/site_perl/5.30.0/x86_64-linux-thread-multi
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/lib/site_perl/5.30.0
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/lib/5.30.0/x86_64-linux-thread-multi
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.30.0-RC1/29fb/lib/5.30.0
.