goose 3.15.0 -> 3.17.0 https://github.com/pressly/goose/releases 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-dvZ8JZ8n2JkxbmwgKLHCX7jo6/tUMSqISNEj3fqSmbo= 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 goose nix build failed. go: downloading github.com/imdario/mergo v0.3.16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 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/01/28 10:51:10 OK 00001_users_table.sql (857.93µs) 2024/01/28 10:51:10 OK 00002_posts_table.sql (506.42µs) 2024/01/28 10:51:10 OK 00003_comments_table.sql (556.03µs) 2024/01/28 10:51:10 OK 00004_insert_data.sql (472.23µs) 2024/01/28 10:51:10 OK 00005_posts_view.sql (787.49µs) 2024/01/28 10:51:10 goose: successfully migrated database to version: 5 2024/01/28 10:51:10 OK 00005_posts_view.sql (650.67µs) 2024/01/28 10:51:10 OK 00004_insert_data.sql (394.8µs) 2024/01/28 10:51:10 OK 00003_comments_table.sql (478.02µs) 2024/01/28 10:51:10 OK 00002_posts_table.sql (408.08µs) 2024/01/28 10:51:10 OK 00001_users_table.sql (401.92µs) 2024/01/28 10:51:10 Created new file: /build/TestEmbeddedMigrationscreate_uses_os_fs3495112622/001/20240128105110_test.sql 2024/01/28 10:51:10 RENAMED 20240128105110_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.357s FAIL