goose 3.15.0 -> 3.19.2 https://repology.org/project/goose/versions attrpath: goose Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-hOTP9fR0kK4aPJ0xlgwjl/D7O5rUfy9Xb1ruLV/uk1U=" [golangModuleVersion] Replaced vendorHash with sha256-aoBxReKRk7dkFR/fJ5uHDZrJRGutLTU2BhDWCTBN2BA= Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A goose nix build failed. go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/gogo/protobuf v1.3.2 Building subPackage ./lock Building subPackage ./tests/clickhouse github.com/pressly/goose/v3/tests/clickhouse: no non-test Go files in /build/source/tests/clickhouse @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase 2024/03/23 07:27:03 OK 00001_users_table.sql (3.42ms) 2024/03/23 07:27:03 OK 00002_posts_table.sql (1.33ms) 2024/03/23 07:27:03 OK 00003_comments_table.sql (1.19ms) 2024/03/23 07:27:03 OK 00004_insert_data.sql (902.83µs) 2024/03/23 07:27:03 OK 00005_posts_view.sql (1.52ms) 2024/03/23 07:27:03 goose: successfully migrated database to version: 5 2024/03/23 07:27:03 OK 00005_posts_view.sql (1.73ms) 2024/03/23 07:27:03 OK 00004_insert_data.sql (976.85µs) 2024/03/23 07:27:03 OK 00003_comments_table.sql (1.02ms) 2024/03/23 07:27:03 OK 00002_posts_table.sql (955.59µs) 2024/03/23 07:27:03 OK 00001_users_table.sql (949.98µs) 2024/03/23 07:27:03 Created new file: /build/TestEmbeddedMigrationscreate_uses_os_fs1770330320/001/20240323072703_test.sql 2024/03/23 07:27:03 RENAMED 20240323072703_test.sql => 00001_test.sql --- FAIL: TestLockModeAdvisorySession (0.00s) provider_run_test.go:941: unexpected error: failed to create docker container: dial unix /var/run/docker.sock: connect: no such file or directory FAIL FAIL github.com/pressly/goose/v3 10.627s FAIL