[INFO] cloning repository https://github.com/yuekcc/picar-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuekcc/picar-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuekcc%2Fpicar-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuekcc%2Fpicar-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3bd9cadbed917f2f5271fb738838b23506ceed7 [INFO] testing yuekcc/picar-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuekcc%2Fpicar-rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuekcc/picar-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuekcc/picar-rs [INFO] finished tweaking git repo https://github.com/yuekcc/picar-rs [INFO] tweaked toml for git repo https://github.com/yuekcc/picar-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/yuekcc/picar-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db24723d8cbc9b039cc051e3e9fb416c231788d2f9025f99bcbb868c0ec64462 [INFO] running `Command { std: "docker" "start" "-a" "db24723d8cbc9b039cc051e3e9fb416c231788d2f9025f99bcbb868c0ec64462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db24723d8cbc9b039cc051e3e9fb416c231788d2f9025f99bcbb868c0ec64462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db24723d8cbc9b039cc051e3e9fb416c231788d2f9025f99bcbb868c0ec64462", kill_on_drop: false }` [INFO] [stdout] db24723d8cbc9b039cc051e3e9fb416c231788d2f9025f99bcbb868c0ec64462 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a34c557a5df2ece1cf8e2946cfc0d1b8f97e1773aa28348f47cddb768daf14b8 [INFO] running `Command { std: "docker" "start" "-a" "a34c557a5df2ece1cf8e2946cfc0d1b8f97e1773aa28348f47cddb768daf14b8", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling libc v0.2.122 [INFO] [stderr] Compiling argv v0.1.4 [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling picar-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling mutate_once v0.1.1 [INFO] [stderr] Compiling tracing-core v0.1.24 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling kamadak-exif v0.5.4 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.10 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling gflags-impl v0.3.11 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling inventory v0.2.2 [INFO] [stderr] Compiling gflags v0.3.11 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.32s [INFO] running `Command { std: "docker" "inspect" "a34c557a5df2ece1cf8e2946cfc0d1b8f97e1773aa28348f47cddb768daf14b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a34c557a5df2ece1cf8e2946cfc0d1b8f97e1773aa28348f47cddb768daf14b8", kill_on_drop: false }` [INFO] [stdout] a34c557a5df2ece1cf8e2946cfc0d1b8f97e1773aa28348f47cddb768daf14b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f5047ad06bdaa15d26b198efa6d552b8c7566c2e0ff8568a415cdfeb8f4dd2fa [INFO] running `Command { std: "docker" "start" "-a" "f5047ad06bdaa15d26b198efa6d552b8c7566c2e0ff8568a415cdfeb8f4dd2fa", kill_on_drop: false }` [INFO] [stderr] Compiling picar-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.77s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/picar_rs-d9d6cb0c772167ab) [INFO] running `Command { std: "docker" "inspect" "f5047ad06bdaa15d26b198efa6d552b8c7566c2e0ff8568a415cdfeb8f4dd2fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5047ad06bdaa15d26b198efa6d552b8c7566c2e0ff8568a415cdfeb8f4dd2fa", kill_on_drop: false }` [INFO] [stdout] f5047ad06bdaa15d26b198efa6d552b8c7566c2e0ff8568a415cdfeb8f4dd2fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3d9e5cad52df008657e7902bfa22e18f044aa7a37545984b3c814aef22bf0b74 [INFO] running `Command { std: "docker" "start" "-a" "3d9e5cad52df008657e7902bfa22e18f044aa7a37545984b3c814aef22bf0b74", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/picar_rs-d9d6cb0c772167ab) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test rename::test::获取目录的文件列表 ... ok [INFO] [stdout] test rename::test::获取_exif_数据 ... ok [INFO] [stdout] test rename::test::从时间日期数据创建新的文件名 ... ok [INFO] [stdout] test rename::test::从文件中获取时间日期数据 ... ok [INFO] [stdout] test rename::test::获取_exif_数据_非法文件场景 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3d9e5cad52df008657e7902bfa22e18f044aa7a37545984b3c814aef22bf0b74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d9e5cad52df008657e7902bfa22e18f044aa7a37545984b3c814aef22bf0b74", kill_on_drop: false }` [INFO] [stdout] 3d9e5cad52df008657e7902bfa22e18f044aa7a37545984b3c814aef22bf0b74