-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm getting the following error when trying to run hone-maven-plugin the first time:
[ERROR] /var/folders/w0/69c9m3f92t9bbcdw8ptgfjyw0000gn/T/tmp7483270881638362972/entry.sh: line 114: parallel: command not found
+ mvn --update-snapshots --fail-fast --strict-checksums --errors --batch-mode -Dfile.encoding=UTF-8 -Deo.cache=/Users/lombrozo/.eo -Dexec.phino.target=/Users/lombrozo/Workspace/OpenSource/xnav/target -Djeo.version=0.14.15 -Dbuildtime.output.csv=true -Dbuildtime.output.csv.file=/Users/lombrozo/Workspace/OpenSource/xnav/target/timings.csv -Deo.xslMeasuresFile=/Users/lombrozo/Workspace/OpenSource/xnav/target/xsl-measures.csv -Djeo.disassemble.sourcesDir=/Users/lombrozo/Workspace/OpenSource/xnav/target/classes -Djeo.disassemble.outputDir=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/jeo-disassemble -Dexec.phino.script=/var/folders/w0/69c9m3f92t9bbcdw8ptgfjyw0000gn/T/tmp7483270881638362972/rewrite.sh -Dexec.phino.verbose=false -Dexec.phino.debug=false '-Dexec.phino.rules=rules/streams/101-remove-self-reference-labels.phr rules/streams/111-invokedynamic-to-lambda.phr rules/streams/121-nonstatic-lambda-to-static.phr rules/streams/131-remove-this-before-nonstatic-lambda.phr rules/streams/141-set-opcode-in-lambda.phr rules/streams/201-lambda-to-filter.phr rules/streams/202-lambda-to-map.phr rules/streams/203-lambda-to-primitive-filter.phr rules/streams/204-lambda-to-primitive-map.phr rules/streams/205-lambda-to-unbox.phr rules/streams/206-boxed-to-box.phr rules/streams/211-box-unbox-primitive-function.phr rules/streams/221-unbox-box-to-map.phr rules/streams/231-boxed-primitive-map-to-map.phr rules/streams/232-boxed-primitive-filter-to-filter.phr rules/streams/241-type-primitive-to-primitive-after-map.phr rules/streams/242-transform-primitive-to-object-after-map.phr rules/streams/243-transform-object-to-primitive-after-map.phr rules/streams/251-type-primitive-to-primitive-after-filter.phr rules/streams/252-transform-primitive-to-object-after-filter.phr rules/streams/261-transform-object-to-primitive-after-filter.phr rules/streams/271-remove-useless-types.phr rules/streams/272-remove-useless-object-to-primitive-conversion.phr rules/streams/281-insert-dup-before-filter.phr rules/streams/282-insert-dup-before-transformed-filter.phr rules/streams/301-dup-to-distill.phr rules/streams/302-transform-to-distill.phr rules/streams/303-type-to-distill.phr rules/streams/304-primitive-filter-to-distill.phr rules/streams/305-object-filter-to-distill.phr rules/streams/306-map-to-distill.phr rules/streams/311-load-this-in-pre-distill.phr rules/streams/401-fuse.phr rules/streams/411-box-distill-unbox-to-primitive-distill.phr rules/streams/421-transform-distill-head-to-object.phr rules/streams/422-transform-distill-tail-to-object.phr rules/streams/431-dup-before-filter-distill.phr rules/streams/501-distill-to-mapMulti.phr rules/streams/511-distill-lambda-to-method.phr rules/streams/601-mapMulti-to-lambda.phr rules/streams/602-box-to-boxed.phr rules/streams/603-unbox-to-lambda.phr rules/streams/701-static-lambda-to-invokedynamic.phr rules/streams/702-nonstatic-lambda-to-invokedynamic.phr' '-Dexec.phino.grep-in=.*' -Dexec.phino.xmir-in=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/jeo-disassemble -Dexec.phino.from=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/phi -Dexec.phino.to=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/phi-optimized -Dexec.phino.xmir-out=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/unphi -Dexec.phino.small-steps=false -Dexec.phino.timeout=999 -Dexec.phino.threads=1 -Dexec.phino.max-depth=500 -Dexec.phino.max-cycles=1 -Djeo.assemble.outputDir=/Users/lombrozo/Workspace/OpenSource/xnav/target/classes jeo:disassemble -Djeo.assemble.sourcesDir=/Users/lombrozo/Workspace/OpenSource/xnav/target/hone/unphi exec:exec jeo:assemble
I believe it's perfectly valid case when we don't have the parallel tool. Can we run hone-maven-plugin even if we don't have this command?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working