2022-12-23T00:47:06 trinsic-cli 1.6.0 -> 1.8.0 https://github.com/trinsic-id/sdk/releases 2022-12-23T00:47:09 attrpath: trinsic-cli 2022-12-23T00:47:09 Checking auto update branch... 2022-12-23T00:47:09 No auto update branch exists 2022-12-23T00:47:12 [version] 2022-12-23T00:47:16 [version] updated version and sha256 2022-12-23T00:47:16 [rustCrateVersion] 2022-12-23T00:47:16 [rustCrateVersion] No cargoSha256 found 2022-12-23T00:47:16 [golangModuleVersion] 2022-12-23T00:47:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T00:47:16 [updateScript] 2022-12-23T00:47:16 [updateScript] skipping because derivation has no updateScript 2022-12-23T00:47:16 2022-12-23T00:47:16 [quotedUrls] 2022-12-23T00:47:16 [quotedUrls] nothing found to replace 2022-12-23T00:47:17 Diff after rewrites: diff --git a/pkgs/tools/admin/trinsic-cli/default.nix b/pkgs/tools/admin/trinsic-cli/default.nix index 43d370e6c9e..9e2bcaf874a 100644 --- a/pkgs/tools/admin/trinsic-cli/default.nix +++ b/pkgs/tools/admin/trinsic-cli/default.nix @@ -2,11 +2,11 @@ rustPlatform.buildRustPackage rec { pname = "trinsic-cli"; - version = "1.6.0"; + version = "1.8.0"; src = fetchurl { url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz"; - sha256 = "sha256-lLfsZXVecXisiTyZqbWB7hbn4iQOTsrQxe7F+YnCSFU="; + sha256 = "sha256-0LezqA/yz+KONiIzhmIfahdRr0ABBMWVeW+ZuocuP3c="; }; cargoVendorDir = "vendor"; 2022-12-23T00:48:46 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A trinsic-cli nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/v1gr97irpcqp1jyr1m5dbfrwgxvakgw9-trinsic-cli-vendor-1.8.0.tar.gz source root is trinsic-cli Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook setting SOURCE_DATE_EPOCH to timestamp 1663956396 of file trinsic-cli/vendor/zeroize_derive/src/lib.rs @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Executing cargoBuildHook ++ env CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --frozen --release  Updating git repository `https://github.com/trinsic-id/okapi` error: failed to get `okapi` as a dependency of package `trinsic v1.8.0 (/build/trinsic-cli)` Caused by: failed to load source for dependency `okapi` Caused by: Unable to update https://github.com/trinsic-id/okapi?rev=17dc90a92981197051b3e28495e5f7a2680e385e#17dc90a9 Caused by: failed to clone into: /build/git/db/okapi-96a6f9e61c47dc4d Caused by: attempting to update a git repository, but --frozen was specified 2022-12-23T17:52:47 trinsic-cli 1.6.0 -> 1.8.0 https://github.com/trinsic-id/sdk/releases 2022-12-23T17:52:49 attrpath: trinsic-cli 2022-12-23T17:52:50 Checking auto update branch... 2022-12-23T17:52:50 No auto update branch exists 2022-12-23T17:52:53 [version] 2022-12-23T17:52:58 [version] updated version and sha256 2022-12-23T17:52:58 [rustCrateVersion] 2022-12-23T17:52:58 [rustCrateVersion] No cargoSha256 found 2022-12-23T17:52:58 [golangModuleVersion] 2022-12-23T17:52:58 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T17:52:58 [updateScript] 2022-12-23T17:52:58 [updateScript] skipping because derivation has no updateScript 2022-12-23T17:52:58 2022-12-23T17:52:58 [quotedUrls] 2022-12-23T17:52:58 [quotedUrls] nothing found to replace 2022-12-23T17:52:58 Diff after rewrites: diff --git a/pkgs/tools/admin/trinsic-cli/default.nix b/pkgs/tools/admin/trinsic-cli/default.nix index 43d370e6c9e..9e2bcaf874a 100644 --- a/pkgs/tools/admin/trinsic-cli/default.nix +++ b/pkgs/tools/admin/trinsic-cli/default.nix @@ -2,11 +2,11 @@ rustPlatform.buildRustPackage rec { pname = "trinsic-cli"; - version = "1.6.0"; + version = "1.8.0"; src = fetchurl { url = "https://github.com/trinsic-id/sdk/releases/download/v${version}/trinsic-cli-vendor-${version}.tar.gz"; - sha256 = "sha256-lLfsZXVecXisiTyZqbWB7hbn4iQOTsrQxe7F+YnCSFU="; + sha256 = "sha256-0LezqA/yz+KONiIzhmIfahdRr0ABBMWVeW+ZuocuP3c="; }; cargoVendorDir = "vendor"; 2022-12-23T17:54:29 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A trinsic-cli nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/v1gr97irpcqp1jyr1m5dbfrwgxvakgw9-trinsic-cli-vendor-1.8.0.tar.gz source root is trinsic-cli Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook setting SOURCE_DATE_EPOCH to timestamp 1663956396 of file trinsic-cli/vendor/zeroize_derive/src/lib.rs @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Executing cargoBuildHook ++ env CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/c++ cargo build -j 16 --target x86_64-unknown-linux-gnu --frozen --release  Updating git repository `https://github.com/trinsic-id/okapi` error: failed to get `okapi` as a dependency of package `trinsic v1.8.0 (/build/trinsic-cli)` Caused by: failed to load source for dependency `okapi` Caused by: Unable to update https://github.com/trinsic-id/okapi?rev=17dc90a92981197051b3e28495e5f7a2680e385e#17dc90a9 Caused by: failed to clone into: /build/git/db/okapi-96a6f9e61c47dc4d Caused by: attempting to update a git repository, but --frozen was specified