[INFO] cloning repository https://github.com/bonega/backedup [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bonega/backedup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbonega%2Fbackedup", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbonega%2Fbackedup'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4dfd53437d58b76cdb3d4eed7e55ef6c521c5e8 [INFO] testing bonega/backedup against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbonega%2Fbackedup" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bonega/backedup on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bonega/backedup [INFO] finished tweaking git repo https://github.com/bonega/backedup [INFO] tweaked toml for git repo https://github.com/bonega/backedup written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/bonega/backedup already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slog-stdlog v4.1.0 [INFO] [stderr] Downloaded syslog v3.3.0 [INFO] [stderr] Downloaded slog-syslog v0.12.0 [INFO] [stderr] Downloaded wildmatch v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 751a635795ece28d8757848e94c1972796f2649fd99409ed1993d783dc992224 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "751a635795ece28d8757848e94c1972796f2649fd99409ed1993d783dc992224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "751a635795ece28d8757848e94c1972796f2649fd99409ed1993d783dc992224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "751a635795ece28d8757848e94c1972796f2649fd99409ed1993d783dc992224", kill_on_drop: false }` [INFO] [stdout] 751a635795ece28d8757848e94c1972796f2649fd99409ed1993d783dc992224 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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] 8fcfb2889613dedd3bae3544c75331334764081f5b345cc0e26d3cc1fd8fb77f [INFO] running `Command { std: "docker" "start" "-a" "8fcfb2889613dedd3bae3544c75331334764081f5b345cc0e26d3cc1fd8fb77f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling arc-swap v1.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling wildmatch v2.0.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling slog-stdlog v4.1.0 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling termion v1.5.6 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling syslog v3.3.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling slog-syslog v0.12.0 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling argh v0.1.4 [INFO] [stderr] Compiling backedup v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.16s [INFO] running `Command { std: "docker" "inspect" "8fcfb2889613dedd3bae3544c75331334764081f5b345cc0e26d3cc1fd8fb77f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fcfb2889613dedd3bae3544c75331334764081f5b345cc0e26d3cc1fd8fb77f", kill_on_drop: false }` [INFO] [stdout] 8fcfb2889613dedd3bae3544c75331334764081f5b345cc0e26d3cc1fd8fb77f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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] ca07570bbd0049186617a159f105fc3578f718910fc6b7aa659c75c30c90b9ae [INFO] running `Command { std: "docker" "start" "-a" "ca07570bbd0049186617a159f105fc3578f718910fc6b7aa659c75c30c90b9ae", kill_on_drop: false }` [INFO] [stderr] Compiling backedup v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.33s [INFO] running `Command { std: "docker" "inspect" "ca07570bbd0049186617a159f105fc3578f718910fc6b7aa659c75c30c90b9ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca07570bbd0049186617a159f105fc3578f718910fc6b7aa659c75c30c90b9ae", kill_on_drop: false }` [INFO] [stdout] ca07570bbd0049186617a159f105fc3578f718910fc6b7aa659c75c30c90b9ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f350199afd3e3a81726820c8d6a989aec66e68f11827075890b74e0589c72fc7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f350199afd3e3a81726820c8d6a989aec66e68f11827075890b74e0589c72fc7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/backedup-8b5e762a2a883d5e) [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::test_no_slot ... ok [INFO] [stdout] test tests::test_invalid_regex ... ok [INFO] [stdout] test tests::test_missing_named_group ... ok [INFO] [stdout] test tests::test_invalid_utf_entry ... ok [INFO] [stdout] test tests::test_custom_regex ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/backedup-0def94c6835bb3dc) [INFO] [stdout] test tests::test_make_plan ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test config::file::tests::test_read_config ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests backedup [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f350199afd3e3a81726820c8d6a989aec66e68f11827075890b74e0589c72fc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f350199afd3e3a81726820c8d6a989aec66e68f11827075890b74e0589c72fc7", kill_on_drop: false }` [INFO] [stdout] f350199afd3e3a81726820c8d6a989aec66e68f11827075890b74e0589c72fc7