conda-forge / erlang-feedstock

A conda-smithy repository for erlang.
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

enable linux tests #41

Closed sodre closed 5 years ago

sodre commented 5 years ago

Checklist

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

sodre commented 5 years ago

A lot has changed with the CI infrastructure since #16 was opened. This PR is reenabling the Linux tests so we can check if Azure will be able to upload the linux packages once the build completes.

sodre commented 5 years ago

For posteriority, here is section where the build failed...

make[2]: Entering directory `$SRC_DIR/lib/asn1/test'
$SRC_DIR/make/make_emakefile +debug_info +warnings_as_errors +nowarn_export_all -o. h323test ber_decode_error testPrim testPrimStrings testCompactBitString testPrimExternal testChoPrim testChoExtension testChoExternal testChoOptional testChoRecursive testChoTypeRefCho testChoTypeRefPrim testChoTypeRefSeq testChoTypeRefSet testConstraints testDef testExtensionDefault testOpt testSeqDefault testSeqExtension testSeqExternal testSeqOptional testSeq2738 testSeqPrim testSeqSetIndefinite testSeqTag testSeqTypeRefCho testSeqTypeRefPrim testSeqTypeRefSeq testSeqTypeRefSet testSeqOf testSeqOfIndefinite testSeqOfCho testSeqOfChoExt testSeqOfExternal testSeqOfTag testSetDefault testSetExtension testSetExternal testSetOptional testSetPrim testSetTag testSetTypeRefCho testSetTypeRefPrim testSetTypeRefSeq testSetTypeRefSet testDefaultOctetString testChoiceIndefinite testSetOf testSetOfCho testSetOfExternal testSetOfTag testEnumExt testInfObjectClass testInfObj testInfObjExtract testParameterizedInfObj testFragmented testMaps testMergeCompile testMultipleLevels testDeepTConstr testTimer testMegaco testSeqSetDefaultVal testParamBasic testContextSwitchingTypes testTypeValueNotation testOpenTypeImplicitTag testINSTANCE_OF test_partial_incomplete_decode testDER test_selective_decode test_special_decode_performance testTCAP testSSLspecs testSelectionTypes test_undecoded_rest testTcapsystem testNBAPsystem test_compile_options testDoubleEllipses test_modified_x420 test_x691 testWSParamClass testValueTest testUniqueObjectSets testRfcs testImporting testExtensibilityImplied asn1_test_lib asn1_app_SUITE asn1_SUITE error_SUITE syntax_SUITE h323test.erl ber_decode_error.erl testPrim.erl testPrimStrings.erl testCompactBitString.erl testPrimExternal.erl testChoPrim.erl testChoExtension.erl testChoExternal.erl testChoOptional.erl testChoRecursive.erl testChoTypeRefCho.erl testChoTypeRefPrim.erl testChoTypeRefSeq.erl testChoTypeRefSet.erl testConstraints.erl testDef.erl testExtensionDefault.erl testOpt.erl testSeqDefault.erl testSeqExtension.erl testSeqExternal.erl testSeqOptional.erl testSeq2738.erl testSeqPrim.erl testSeqSetIndefinite.erl testSeqTag.erl testSeqTypeRefCho.erl testSeqTypeRefPrim.erl testSeqTypeRefSeq.erl testSeqTypeRefSet.erl testSeqOf.erl testSeqOfIndefinite.erl testSeqOfCho.erl testSeqOfChoExt.erl testSeqOfExternal.erl testSeqOfTag.erl testSetDefault.erl testSetExtension.erl testSetExternal.erl testSetOptional.erl testSetPrim.erl testSetTag.erl testSetTypeRefCho.erl testSetTypeRefPrim.erl testSetTypeRefSeq.erl testSetTypeRefSet.erl testDefaultOctetString.erl testChoiceIndefinite.erl testSetOf.erl testSetOfCho.erl testSetOfExternal.erl testSetOfTag.erl testEnumExt.erl testInfObjectClass.erl testInfObj.erl testInfObjExtract.erl testParameterizedInfObj.erl testFragmented.erl testMaps.erl testMergeCompile.erl testMultipleLevels.erl testDeepTConstr.erl testTimer.erl testMegaco.erl testSeqSetDefaultVal.erl testParamBasic.erl testContextSwitchingTypes.erl testTypeValueNotation.erl testOpenTypeImplicitTag.erl testINSTANCE_OF.erl test_partial_incomplete_decode.erl testDER.erl test_selective_decode.erl test_special_decode_performance.erl testTCAP.erl testSSLspecs.erl testSelectionTypes.erl test_undecoded_rest.erl testTcapsystem.erl testNBAPsystem.erl test_compile_options.erl testDoubleEllipses.erl test_modified_x420.erl test_x691.erl testWSParamClass.erl testValueTest.erl testUniqueObjectSets.erl testRfcs.erl testImporting.erl testExtensibilityImplied.erl asn1_test_lib.erl asn1_app_SUITE.erl asn1_SUITE.erl error_SUITE.erl syntax_SUITE.erl >Emakefile
/usr/bin/env: /home/conda/feedstock_root/build_artifacts/erlang_1566141084903/_h_env_placehold_placehold_placehold_placehold_p: No such file or directory
make[2]: *** [Emakefile] Error 127
make[1]: *** [release_tests] Error 2
make[2]: Leaving directory `$SRC_DIR/lib/asn1/test'
make[1]: Leaving directory `$SRC_DIR/lib/asn1/test'
make: *** [lib/asn1/test] Error 2

It looks like the generated script included a #! that was too long to interpret on linux.

ref: #16

jakirkham commented 5 years ago

Good to know. Thanks for exploring this, @sodre 🙂