2022-11-13T14:58:17 dufs 0.30.0 -> 0.31.0 https://github.com/sigoden/dufs/releases 2022-11-13T14:58:19 attrpath: dufs 2022-11-13T14:58:19 Checking auto update branch... 2022-11-13T14:58:19 No auto update branch exists 2022-11-13T14:58:23 [version] 2022-11-13T14:58:23 [version] generic version rewriter does not support multiple hashes 2022-11-13T14:58:23 [rustCrateVersion] 2022-11-13T14:59:38 [rustCrateVersion] Replacing cargoSha256 with sha256-VH/eu0qLh59J6uyj0RSqqEhlwghYg/JPp6u54BQzLPo= 2022-11-13T15:02:38 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 dufs nix build failed. test mkcol_dir ... ok test move_not_allow_upload ... ok test lock_file_404 ... ok test copy_not_allow_upload ... ok Error: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("localhost")), port: Some(34259), path: "/404", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })) } test copy_file_404 ... FAILED test copy_file ... ok test propfind_file ... ok test proppatch_file ... ok test unlock_file_404 ... ok test proppatch_404 ... ok test unlock_file ... ok test move_file ... ok failures: ---- copy_file_404 stdout ---- -------------- TEST START -------------- thread 'copy_file_404' panicked at 'assertion failed: `(left == right)` left: `1`, right: `0`: the test returned a termination value with a non-zero status code (1) which indicates a failure', /build/rustc-1.64.0-src/library/test/src/lib.rs:184:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: copy_file_404 test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s error: test failed, to rerun pass '--test webdav'