Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datums and scripts to friendlyTxImpl #977

Merged
merged 4 commits into from
Jan 8, 2025

Move `friendlyScript` and `friendlyDatum` from `cardano-api`

ba67090
Select commit
Loading
Failed to load commit list.
Merged

Add datums and scripts to friendlyTxImpl #977

Move `friendlyScript` and `friendlyDatum` from `cardano-api`
ba67090
Select commit
Loading
Failed to load commit list.
Garnix CI / package ghc965-x86_64-unknown-linux-musl:cardano-cli:test:cardano-cli-golden [x86_64-linux] succeeded Jan 8, 2025 in 3m 12s

Run results

Build succeeded

Details

Last 100 lines of logs:

@nix {"action":"setPhase","phase":"configurePhase"}
Running phase: configurePhase
Configure flags:
--prefix=/nix/store/blwbknfhhwm3nl0z2rlmzfvpci1289is-cardano-cli-test-cardano-cli-golden-x86_64-unknown-linux-musl-10.2.0.0 test:cardano-cli-golden --package-db=clear --package-db=/build/tmp.DPZ2CXaD2P/lib/package.conf.d --exact-configuration --dependency=aeson=aeson-2.2.3.0-18jxEpfVoQdL4uym5CM4Xt --dependency=OneTuple=OneTuple-0.4.2-7od06fXUUXRBNk1V3VY0g5 --dependency=QuickCheck=QuickCheck-2.15.0.1-1aTRwiOFM77JrJe2XC8Z9B --dependency=random=random-1.2.1.3-HtLkfgWS4A9LlImZRGwFAX --dependency=splitmix=splitmix-0.1.1-7dNxtDuog7992Oo0xoUHVl --dependency=splitmix=splitmix-0.1.1-7dNxtDuog7992Oo0xoUHVl --dependency=character-ps=character-ps-0.1-H0…
Configuring test suite 'cardano-cli-golden' for cardano-cli-10.2.0.0..
Warning: 'hs-source-dirs: app' specifies a directory which does not exist.
Warning: 'hs-source-dirs: src' specifies a directory which does not exist.
Warning: 'hs-source-dirs: test/cardano-cli-test' specifies a directory which
does not exist.
Warning: 'hs-source-dirs: test/cardano-cli-test-lib' specifies a directory
which does not exist.
@nix {"action":"setPhase","phase":"buildPhase"}
Running phase: buildPhase
Preprocessing test suite 'cardano-cli-golden' for cardano-cli-10.2.0.0..
Building test suite 'cardano-cli-golden' for cardano-cli-10.2.0.0..
[ 1 of 70] Compiling Test.Golden.Babbage.Transaction.CalculateMinFee ( test/cardano-cli-golden/Test/Golden/Babbage/Transaction/CalculateMinFee.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Babbage/Transaction/CalculateMinFee.o )
[ 2 of 70] Compiling Test.Golden.Byron.SigningKeys ( test/cardano-cli-golden/Test/Golden/Byron/SigningKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/SigningKeys.o )
[ 3 of 70] Compiling Test.Golden.Byron.Tx ( test/cardano-cli-golden/Test/Golden/Byron/Tx.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/Tx.o )
[ 4 of 70] Compiling Test.Golden.Byron.TxBody ( test/cardano-cli-golden/Test/Golden/Byron/TxBody.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/TxBody.o )
[ 5 of 70] Compiling Test.Golden.Byron.UpdateProposal ( test/cardano-cli-golden/Test/Golden/Byron/UpdateProposal.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/UpdateProposal.o )
[ 6 of 70] Compiling Test.Golden.Byron.Vote ( test/cardano-cli-golden/Test/Golden/Byron/Vote.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/Vote.o )
[ 7 of 70] Compiling Test.Golden.Byron.Witness ( test/cardano-cli-golden/Test/Golden/Byron/Witness.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Byron/Witness.o )
[ 8 of 70] Compiling Test.Golden.Conway.Transaction.Assemble ( test/cardano-cli-golden/Test/Golden/Conway/Transaction/Assemble.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Conway/Transaction/Assemble.o )
[ 9 of 70] Compiling Test.Golden.Conway.Transaction.BuildRaw ( test/cardano-cli-golden/Test/Golden/Conway/Transaction/BuildRaw.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Conway/Transaction/BuildRaw.o )
[10 of 70] Compiling Test.Golden.CreateStaked ( test/cardano-cli-golden/Test/Golden/CreateStaked.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/CreateStaked.o )
[11 of 70] Compiling Test.Golden.CreateTestnetData ( test/cardano-cli-golden/Test/Golden/CreateTestnetData.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/CreateTestnetData.o )
[12 of 70] Compiling Test.Golden.EraBased.Governance.AnswerPoll ( test/cardano-cli-golden/Test/Golden/EraBased/Governance/AnswerPoll.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/EraBased/Governance/AnswerPoll.o )
[13 of 70] Compiling Test.Golden.EraBased.Governance.CreatePoll ( test/cardano-cli-golden/Test/Golden/EraBased/Governance/CreatePoll.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/EraBased/Governance/CreatePoll.o )
[14 of 70] Compiling Test.Golden.EraBased.Governance.VerifyPoll ( test/cardano-cli-golden/Test/Golden/EraBased/Governance/VerifyPoll.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/EraBased/Governance/VerifyPoll.o )
[15 of 70] Compiling Test.Golden.ErrorsSpec ( test/cardano-cli-golden/Test/Golden/ErrorsSpec.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/ErrorsSpec.o )
[16 of 70] Compiling Test.Golden.Governance.Action ( test/cardano-cli-golden/Test/Golden/Governance/Action.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Governance/Action.o )
[17 of 70] Compiling Test.Golden.Governance.Committee ( test/cardano-cli-golden/Test/Golden/Governance/Committee.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Governance/Committee.o )
[18 of 70] Compiling Test.Golden.Governance.DRep ( test/cardano-cli-golden/Test/Golden/Governance/DRep.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Governance/DRep.o )
[19 of 70] Compiling Test.Golden.Governance.StakeAddress ( test/cardano-cli-golden/Test/Golden/Governance/StakeAddress.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Governance/StakeAddress.o )
[20 of 70] Compiling Test.Golden.Governance.Vote ( test/cardano-cli-golden/Test/Golden/Governance/Vote.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Governance/Vote.o )
[21 of 70] Compiling Test.Golden.Hash.Hash ( test/cardano-cli-golden/Test/Golden/Hash/Hash.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Hash/Hash.o )
[22 of 70] Compiling Test.Golden.Help ( test/cardano-cli-golden/Test/Golden/Help.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Help.o )
[23 of 70] Compiling Test.Golden.Key.NonExtendedKey ( test/cardano-cli-golden/Test/Golden/Key/NonExtendedKey.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Key/NonExtendedKey.o )
[24 of 70] Compiling Test.Golden.Shelley.Address.Build ( test/cardano-cli-golden/Test/Golden/Shelley/Address/Build.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Address/Build.o )
[25 of 70] Compiling Test.Golden.Shelley.Address.Info ( test/cardano-cli-golden/Test/Golden/Shelley/Address/Info.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Address/Info.o )
[26 of 70] Compiling Test.Golden.Shelley.Address.KeyGen ( test/cardano-cli-golden/Test/Golden/Shelley/Address/KeyGen.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Address/KeyGen.o )
[27 of 70] Compiling Test.Golden.Shelley.Genesis.Create ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/Create.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/Create.o )
[28 of 70] Compiling Test.Golden.Shelley.Genesis.InitialTxIn ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/InitialTxIn.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/InitialTxIn.o )
[29 of 70] Compiling Test.Golden.Shelley.Genesis.KeyGenDelegate ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/KeyGenDelegate.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/KeyGenDelegate.o )
[30 of 70] Compiling Test.Golden.Shelley.Genesis.KeyGenGenesis ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/KeyGenGenesis.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/KeyGenGenesis.o )
[31 of 70] Compiling Test.Golden.Shelley.Genesis.KeyGenUtxo ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/KeyGenUtxo.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/KeyGenUtxo.o )
[32 of 70] Compiling Test.Golden.Shelley.Genesis.KeyHash ( test/cardano-cli-golden/Test/Golden/Shelley/Genesis/KeyHash.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Genesis/KeyHash.o )
[33 of 70] Compiling Test.Golden.Shelley.Key.ConvertCardanoAddressKey ( test/cardano-cli-golden/Test/Golden/Shelley/Key/ConvertCardanoAddressKey.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Key/ConvertCardanoAddressKey.o )
[34 of 70] Compiling Test.Golden.Shelley.Metadata.StakePoolMetadata ( test/cardano-cli-golden/Test/Golden/Shelley/Metadata/StakePoolMetadata.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Metadata/StakePoolMetadata.o )
[35 of 70] Compiling Test.Golden.Shelley.MultiSig.Address ( test/cardano-cli-golden/Test/Golden/Shelley/MultiSig/Address.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/MultiSig/Address.o )
[36 of 70] Compiling Test.Golden.Shelley.Node.IssueOpCert ( test/cardano-cli-golden/Test/Golden/Shelley/Node/IssueOpCert.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Node/IssueOpCert.o )
[37 of 70] Compiling Test.Golden.Shelley.Node.KeyGen ( test/cardano-cli-golden/Test/Golden/Shelley/Node/KeyGen.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Node/KeyGen.o )
[38 of 70] Compiling Test.Golden.Shelley.Node.KeyGenKes ( test/cardano-cli-golden/Test/Golden/Shelley/Node/KeyGenKes.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Node/KeyGenKes.o )
[39 of 70] Compiling Test.Golden.Shelley.Node.KeyGenVrf ( test/cardano-cli-golden/Test/Golden/Shelley/Node/KeyGenVrf.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Node/KeyGenVrf.o )
[40 of 70] Compiling Test.Golden.Shelley.StakeAddress.Build ( test/cardano-cli-golden/Test/Golden/Shelley/StakeAddress/Build.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakeAddress/Build.o )
[41 of 70] Compiling Test.Golden.Shelley.StakeAddress.DeregistrationCertificate ( test/cardano-cli-golden/Test/Golden/Shelley/StakeAddress/DeregistrationCertificate.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakeAddress/DeregistrationCertificate.o )
[42 of 70] Compiling Test.Golden.Shelley.StakeAddress.KeyGen ( test/cardano-cli-golden/Test/Golden/Shelley/StakeAddress/KeyGen.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakeAddress/KeyGen.o )
[43 of 70] Compiling Test.Golden.Shelley.StakeAddress.KeyHash ( test/cardano-cli-golden/Test/Golden/Shelley/StakeAddress/KeyHash.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakeAddress/KeyHash.o )
[44 of 70] Compiling Test.Golden.Shelley.StakeAddress.RegistrationCertificate ( test/cardano-cli-golden/Test/Golden/Shelley/StakeAddress/RegistrationCertificate.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakeAddress/RegistrationCertificate.o )
[45 of 70] Compiling Test.Golden.Shelley.StakePool.RegistrationCertificate ( test/cardano-cli-golden/Test/Golden/Shelley/StakePool/RegistrationCertificate.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/StakePool/RegistrationCertificate.o )
[46 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Certificates.GenesisKeyDelegation ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Certificates/GenesisKeyDelegation.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Certificates/GenesisKeyDelegation.o )
[47 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Certificates.MIR ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Certificates/MIR.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Certificates/MIR.o )
[48 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Certificates.Operational ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Certificates/Operational.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Certificates/Operational.o )
[49 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Certificates.StakeAddress ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Certificates/StakeAddress.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Certificates/StakeAddress.o )
[50 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Certificates.StakePool ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Certificates/StakePool.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Certificates/StakePool.o )
[51 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.ExtendedPaymentKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/ExtendedPaymentKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/ExtendedPaymentKeys.o )
[52 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.GenesisDelegateKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/GenesisDelegateKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/GenesisDelegateKeys.o )
[53 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.GenesisKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/GenesisKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/GenesisKeys.o )
[54 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.GenesisUTxOKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/GenesisUTxOKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/GenesisUTxOKeys.o )
[55 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.KESKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/KESKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/KESKeys.o )
[56 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.PaymentKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/PaymentKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/PaymentKeys.o )
[57 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.StakeKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/StakeKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/StakeKeys.o )
[58 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Keys.VRFKeys ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Keys/VRFKeys.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Keys/VRFKeys.o )
[59 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Tx.Tx ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Tx/Tx.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Tx/Tx.o )
[60 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Tx.TxBody ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Tx/TxBody.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Tx/TxBody.o )
[61 of 70] Compiling Test.Golden.Shelley.TextEnvelope.Tx.Witness ( test/cardano-cli-golden/Test/Golden/Shelley/TextEnvelope/Tx/Witness.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextEnvelope/Tx/Witness.o )
[62 of 70] Compiling Test.Golden.Shelley.TextView.DecodeCbor ( test/cardano-cli-golden/Test/Golden/Shelley/TextView/DecodeCbor.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/TextView/DecodeCbor.o )
[63 of 70] Compiling Test.Golden.Shelley.Transaction.Assemble ( test/cardano-cli-golden/Test/Golden/Shelley/Transaction/Assemble.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Transaction/Assemble.o )
[64 of 70] Compiling Test.Golden.Shelley.Transaction.Build ( test/cardano-cli-golden/Test/Golden/Shelley/Transaction/Build.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Transaction/Build.o )
[65 of 70] Compiling Test.Golden.Shelley.Transaction.CalculateMinFee ( test/cardano-cli-golden/Test/Golden/Shelley/Transaction/CalculateMinFee.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Transaction/CalculateMinFee.o )
[66 of 70] Compiling Test.Golden.Shelley.Transaction.CreateWitness ( test/cardano-cli-golden/Test/Golden/Shelley/Transaction/CreateWitness.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Transaction/CreateWitness.o )
[67 of 70] Compiling Test.Golden.Shelley.Transaction.Sign ( test/cardano-cli-golden/Test/Golden/Shelley/Transaction/Sign.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Shelley/Transaction/Sign.o )
[68 of 70] Compiling Test.Golden.TxView ( test/cardano-cli-golden/Test/Golden/TxView.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/TxView.o )
[69 of 70] Compiling Test.Golden.Version ( test/cardano-cli-golden/Test/Golden/Version.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Test/Golden/Version.o )
[70 of 70] Compiling Main             ( test/cardano-cli-golden/cardano-cli-golden.hs, dist/build/cardano-cli-golden/cardano-cli-golden-tmp/Main.o )
[71 of 71] Linking dist/build/cardano-cli-golden/cardano-cli-golden
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
Setup copy success
The test cardano-cli.components.tests.cardano-cli-golden was built. To run the test build cardano-cli.checks.cardano-cli-golden.
@nix {"action":"setPhase","phase":"fixupPhase"}
Running phase: fixupPhase
checking for references to /build/ in /nix/store/blwbknfhhwm3nl0z2rlmzfvpci1289is-cardano-cli-test-cardano-cli-golden-x86_64-unknown-linux-musl-10.2.0.0...
/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh: line 12:  2127 Segmentation fault      (core dumped) patchelf --print-rpath "$i"
patching script interpreter paths in /nix/store/blwbknfhhwm3nl0z2rlmzfvpci1289is-cardano-cli-test-cardano-cli-golden-x86_64-unknown-linux-musl-10.2.0.0
checking for references to /build/ in /nix/store/q6d48hvcwkc14ax2xxc2x7f0naaz0p59-cardano-cli-test-cardano-cli-golden-x86_64-unknown-linux-musl-10.2.0.0-data...
patching script interpreter paths in /nix/store/q6d48hvcwkc14ax2xxc2x7f0naaz0p59-cardano-cli-test-cardano-cli-golden-x86_64-unknown-linux-musl-10.2.0.0-data
@nix {"action":"setPhase","phase":"installCheckPhase"}
Running phase: installCheckPhase
no Makefile or custom installCheckPhase, doing nothing