aws-sam-cli 1.103.0 -> 1.105.0 https://github.com/aws/aws-sam-cli/releases attrpath: aws-sam-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hpf2s9994knzif46lg5jxg215cixxiy-packages.json.drv building '/nix/store/3hpf2s9994knzif46lg5jxg215cixxiy-packages.json.drv'... Going to be running update for following packages: - aws-sam-cli-1.103.0 Press Enter key to continue... Running update for: - aws-sam-cli-1.103.0: UPDATING ... - aws-sam-cli-1.103.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix index 9d2e2e0bb821..68035f8b4f11 100644 --- a/pkgs/development/tools/aws-sam-cli/default.nix +++ b/pkgs/development/tools/aws-sam-cli/default.nix @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; - version = "1.103.0"; + version = "1.105.0"; format = "pyproject"; disabled = python3.pythonOlder "3.8"; @@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec { owner = "aws"; repo = "aws-sam-cli"; rev = "refs/tags/v${version}"; - hash = "sha256-oy0+dAA6x8Jl1nZ1wjsR9xvpR9biemTtqL9B1awz4BM="; + hash = "sha256-BL8aIVyMaJaNAvJx5q0FefhM2P8RfJN1B7juwSGryAg="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aws-sam-cli nix build failed. platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /build/source configfile: pytest.ini plugins: flaky-3.7.0, xdist-3.3.1, devtools-0.12.2  created: 24/24 workers initialized: 1/24 workers initialized: 2/24 workers initialized: 3/24 workers initialized: 4/24 workers initialized: 5/24 workers initialized: 6/24 workers initialized: 7/24 workers initialized: 8/24 workers initialized: 9/24 workers initialized: 10/24 workers initialized: 11/24 workers initialized: 12/24 workers initialized: 13/24 workers initialized: 14/24 workers initialized: 15/24 workers initialized: 16/24 workers initialized: 17/24 workers initialized: 18/24 workers initialized: 19/24 workers initialized: 20/24 workers initialized: 21/24 workers initialized: 22/24 workers initialized: 23/24 workers initialized: 24/24 workersINTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/main.py", line 271, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/main.py", line 324, in _main INTERNALERROR> config.hook.pytest_collection(session=session) INTERNALERROR> File "/nix/store/wbphc7m4dc2zyqc8fm584kxxi0qbplar-python3.11-pluggy-1.3.0/lib/python3.11/site-packages/pluggy/_hooks.py", line 493, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls, kwargs, firstresult) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/nix/store/wbphc7m4dc2zyqc8fm584kxxi0qbplar-python3.11-pluggy-1.3.0/lib/python3.11/site-packages/pluggy/_manager.py", line 115, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/nix/store/wbphc7m4dc2zyqc8fm584kxxi0qbplar-python3.11-pluggy-1.3.0/lib/python3.11/site-packages/pluggy/_callers.py", line 130, in _multicall INTERNALERROR> teardown[0].send(outcome) INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1346, in pytest_collection INTERNALERROR> self._validate_config_options() INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1373, in _validate_config_options INTERNALERROR> self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1411, in _warn_or_fail_if_strict INTERNALERROR> self.issue_config_time_warning(PytestConfigWarning(message), stacklevel=3) INTERNALERROR> File "/nix/store/nkk6s4yh6lx94xdbkwvqygrm4dpm4rgr-python3.11-pytest-7.4.3/lib/python3.11/site-packages/_pytest/config/__init__.py", line 1465, in issue_config_time_warning INTERNALERROR> warnings.warn(warning, stacklevel=stacklevel) INTERNALERROR> pytest.PytestConfigWarning: Unknown config option: timeout ============================ no tests ran in 11.12s ============================ /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context